﻿/** Generated by FG **/
@font-face {
    font-family: 'Conv_ArchivoBlack-Regular';
    src: url('../../assets/fonts/ArchivoBlack-Regular.eot');
    src: local('☺'), url('../../assets/fonts/ArchivoBlack-Regular.woff') format('woff'), url('../../assets/fonts/ArchivoBlack-Regular.ttf') format('truetype'), url('../../assets/fonts/ArchivoBlack-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Rubik-VariableFont_wght';
    src: url('../../assets/fonts/Rubik-VariableFont_wght.eot');
    src: local('☺'), url('../../assets/fonts/Rubik-VariableFont_wght.woff') format('woff'), url('../../assets/fonts/Rubik-VariableFont_wght.ttf') format('truetype'), url('../../assets/fonts/Rubik-VariableFont_wght.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html {
    color: #000;
    font-size: 1em;
    line-height: 1.4;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

:focus {
    outline: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
      color: #444;
      font-family: 'Conv_Rubik-VariableFont_wght',Sans-Serif;

}

a {
  color: #008af7;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:bold;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Conv_ArchivoBlack-Regular',Sans-Serif;
}



.card {
    box-shadow: -7.829px 11.607px 21px 0px rgb(71 95 123 / 20%);
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #008af7;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #008af7;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #00457b;
        color: #fff;
    }

.container {
    max-width: 90%;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.font-increase-btn button {
    color: #fff
}

.font-increase-btn .btn-outline-primary {
    border-color: #0093d0;
}

    .font-increase-btn .btn-outline-primary:hover {
        color: #fff;
        background-color: #0093d0;
        border-color: #0093d0;
    }

.contact-info, .login {
    padding: 7px 0;
}

#topbar {
    background: #40c8ff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    height: 120px;
    color: #fff;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
    }

        #topbar .contact-info a:hover {
            color: #fff;
        }

    #topbar .contact-info i {
        color: #008af7;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }


    #topbar .login a {
        color: #fff;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .login a:hover {
            color: #008af7;
        }

    #topbar .login img {
        max-height: 16px;
        margin-right: 5px;
    }

    #topbar .login a:first-child {
        border-left: 0;
    }

select {
    text-transform: none;
    background: #ffea00;
    border-radius: .25rem;
    padding: 5px;
    font-size: 12px;
    border: none;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    font-size: 12px;
    line-height: 12px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 52px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.is-sticky #header {
    height: 45px;
}

.topheader {
    padding: 15px 0;
    background: #fff;
    float: left;
    width: 100%;
    background-image: url(../img/headerbg.png);
    background-position: center;
    background-repeat-x: repeat;
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

    #header #logo h1 a {
        color: #00457b;
        line-height: 1;
        display: inline-block;
    }

        #header #logo h1 a span {
            color: #008af7;
        }

#header #logo img {
    padding: 0;
    margin: 0;
}
/* Why Us Section
--------------------------------*/

#why-us {
    padding: 30px 0;
    background: #00457b;
    background: #00457b url(../img/12.png);
}

    #why-us .why-us-content .features {
        margin: 0 0 15px 0;
        padding: 0;
        transition: 0.3s ease-in-out;
    }

        #why-us .why-us-content .features i {
            font-size: 36px;
            float: left;
        }

        #why-us .why-us-content .features h4 {
            font-size: 24px;
            font-weight: 600;
            margin-left: 56px;
            color: #fff;
            margin-bottom: 5px;
        }

        #why-us .why-us-content .features p {
            font-size: 16px;
            margin-left: 56px;
            color: #fff;
        }

    /*#why-us .counters {
  padding-top: 40px;
}*/

    #why-us .counters span {
        font-weight: bold;
        font-size: 30px;
        display: block;
        color: #fff;
    }

    #why-us .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 14px;
        color: #fff;
    }



/*--------------------------------------------------------------
# breaking-news
--------------------------------------------------------------*/
.breaking-news {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.breaking-news-name {
    background-color: #FFEA00;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 10px 20px;
    z-index: 3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    margin-left: -10px;
    border-right: 5px solid #00457b;
}

    .breaking-news-name p {
        -webkit-transform: skew(-150deg);
        -moz-transform: skew(-150deg);
        transform: skew(-150deg);
    }

.ticker__viewport {
    background: #00457b;
    color: #fff;
    overflow: hidden;
    padding: 10px 0;
}

.ticker__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding: 0 40px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    width: 100%;
    height: 60vh;
    position: relative;
    float: left;
}

    #intro .intro-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        #intro .intro-content h2 {
            color: #fff;
            margin-bottom: 30px;
            font-size: 64px;
            font-weight: 700;
        }

            #intro .intro-content h2 span {
                color: #008af7;
                text-decoration: underline;
            }

        #intro .intro-content .btn-get-started,
        #intro .intro-content .btn-projects {
            font-family: "Raleway", sans-serif;
            font-size: 15px;
            font-weight: bold;
            letter-spacing: 1px;
            display: inline-block;
            padding: 10px 32px;
            border-radius: 2px;
            transition: 0.5s;
            margin: 10px;
            color: #fff;
        }

        #intro .intro-content .btn-get-started {
            background: #00457b;
            border: 2px solid #00457b;
        }

            #intro .intro-content .btn-get-started:hover {
                background: none;
                color: #00457b;
            }

        #intro .intro-content .btn-projects {
            background: #008af7;
            border: 2px solid #008af7;
        }

            #intro .intro-content .btn-projects:hover {
                background: none;
                color: #008af7;
            }

    #intro #intro-carousel {
        z-index: 8;
    }
        /*
#intro #intro-carousel::before {
  content: '';/*
  background-color:rgba(0,0,0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}
*/
        #intro #intro-carousel .item {
            width: 100%;
            height: 60vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition-property: opacity;
        }

        #intro #intro-carousel .owl-nav, #intro #intro-carousel .owl-dots {
            margin-top: 5px;
            text-align: center;
            position: absolute;
            bottom: 30px;
            width: 100%;
        }

        #intro #intro-carousel .owl-dot {
            display: inline-block;
            margin: 0 5px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd;
        }

            #intro #intro-carousel .owl-dot.active {
                background-color: #008af7;
            }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

    /* Nav Meu Container 
#nav-menu-container {
  float: right;
  margin: 0;
}*/

    /*#nav-menu-container {*/
    /* float: right; */
    /*margin: 0 auto;
    display: table;
}*/

    /* Nav Meu Styling */
    .nav-menu a {
        padding: 15px 22px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 15px;
        outline: none;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        position: relative;
    }

        .nav-menu a:after {
            content: '';
            width: 0%;
            transition: all 0.3s ease;
            left: 50%;
        }

        .nav-menu a:before {
            content: '';
            width: 0%;
            transition: all 0.3s ease;
            left: 50%;
        }

        .nav-menu a:hover:after {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 50%;
            background: #FFDA00;
            height: 3px;
            width: 50%;
        }

        .nav-menu a:hover:before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0px;
            background: #FFDA00;
            height: 3px;
            width: 50%;
        }

    .nav-menu li:hover > a,
    .nav-menu .menu-active > a {
        color: #1ea4ff;
    }

    .nav-menu > li {
        margin-left: 10px;
    }

    .nav-menu ul {
        margin: 4px 0 0 0;
        padding: 10px;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        background: rgba(2,53,93,0.9);
    }

        .nav-menu ul li {
            transition: 0.3s;
        }

            .nav-menu ul li a {
                padding: 10px 0;
                color: #fff;
                transition: 0.3s;
                display: block;
                font-size: 14px;
                text-transform: none;
                letter-spacing: 1px;
            }

            .nav-menu ul li:hover > a {
                color: #008af7;
            }

        .nav-menu ul ul {
            margin: 0;
        }

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        left: 94%;
        transition: none;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    color: #008af7;
}

.sfHover:hover .sf-with-ul:after {
    color: #008af7;
    content: "\f107";
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 58, 99, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #008af7;
            }

        #mobile-nav ul .menu-item-active {
            color: #008af7;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,18, 31,0.9);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.menuheader {
    background: #02355d;
    float: left;
    width: 100%;
}

.section-header h2 {
    font-size: 22px;
    color: #012948;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

    .section-header h2::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background: #008af7;
        bottom: 0;
        left: 0;
    }

.section-header p {
    padding: 0;
    margin: 0;
    color: #444;
}

.rte_logo {
    width: auto;
}
/* About Section
--------------------------------*/

#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: -15px;
            max-width: 100%;
        }

    #about .content h2 {
        color: #00457b;
        font-weight: 700;
        font-size: 36px;
        font-family: "Raleway", sans-serif;
    }

    #about .content h3 {
        color: #555;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
    }

    #about .content p {
        line-height: 26px;
    }

        #about .content p:last-child {
            margin-bottom: 0;
        }

    #about .content i {
        font-size: 20px;
        padding-right: 4px;
        color: #008af7;
    }

    #about .content ul {
        list-style: none;
        padding: 0;
    }

        #about .content ul li {
            padding-bottom: 10px;
        }

/* Services Section
--------------------------------*/
#services {
    padding: 30px 0;
    background: #004377;
    background: linear-gradient(130deg, #004377 0%, #008fff 100%);
}

    #services .section-header h2, #services .section-header p {
        color: #ffffff;
    }

    #services .box {
        padding: 40px;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #00457b;
                    background: linear-gradient(45deg, #008af7 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

            #services .box h4 a {
                color: #444;
            }


        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            line-height: 16px; /* fallback */
            max-height: 32px; /* fallback */
            -webkit-line-clamp: 2; /* number of lines to show */
            -webkit-box-orient: vertical;
        }

/* latest update
--------------------------------*/
#letest_news {
    padding: 30px 0;
    background: url(../img/bg2.png);
    background-size: cover;
}

.nav-tabs {
    border-bottom: 3px solid #008af7;
    width: 100%;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #008af7;
        border-color: #008af7 #008af7 #008af7;
    }

        .nav-tabs .nav-link a, .nav-tabs .nav-link.active a {
            color: #fff;
            font-weight: bold;
        }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #008af7 #008af7 #008af7;
        background: #008af7;
        color: #fff;
    }

    .nav-tabs .nav-link {
        border: 1px solid #008af7;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: #00457b;
        color: #fff;
        margin: 0 10px 0 0;
    }

.OfficeOrder {
    width: 100%;
    float: left;
    list-style: none;
}

    .OfficeOrder ul, .Circular ul, .Notification ul {
        padding: 0;
        display: table;
        overflow: hidden;
        width: 100%;
    }

    .OfficeOrder li, .Circular li, .Notification li {
        border-bottom: 1px dotted #ccc;
        cursor: pointer;
        padding: 15px;
    }

        .OfficeOrder li:nth-child(even), .Circular li:nth-child(even), .Notification li:nth-child(even) {
            background: #f4f4f4;
        }

        .OfficeOrder li:hover, .Circular li:hover, .Notification li:hover {
            background: #e8e8e8;
        }

    .OfficeOrder .date {
        height: 70px;
        width: 60px;
        background: #00457b;
        font-size: 34px;
        color: #fff;
        text-align: center;
        display: table-cell;
        border-radius: 5px;
        padding: 5px 5px 0 5px;
        font-weight: bold;
        line-height: 30px;
        display: inline-table;
    }

        .OfficeOrder .date span {
            display: block;
            text-align: center;
            border-top: 1px dotted #008af7;
            text-transform: uppercase;
        }

.month {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.year {
    background: #008af7;
    font-size: 14px;
    line-height: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 2px;
    font-weight: normal;
}

.OfficeOrder .decp {
    display: inline-table;
    width: 90%;
}

.decp {
    padding-left: 15px;
}

    .decp .heading {
        color: #444444;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
    }

.Circular .upload {
    margin-bottom: 10px;
}

.Circular .uploaddate {
    color: #d04e5a;
    border-radius: 5px;
    line-height: 20px;
    font-size: 12px;
    display: inline-table;
    font-weight: bold;
}

.Circular .viewed {
    color: #081e5b;
    font-weight: bold;
    font-size: 13px;
    border-right: 4px solid #008af7;
    padding-right: 5px;
}

.Notification .uploaddate {
    color: #081e5b;
    font-weight: bold;
    font-size: 16px;
    border-left: 4px solid #008af7;
    padding-left: 5px;
}

.Notification .viewed {
    background: #008af7;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 13px;
    display: inline-table;
}
/*#letest_news p {
    font-size: 13px;
    margin: 5px 0 0 0;
}*/
.heading a {
    color: #444;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
/* quick links
--------------------------------*/
.quick_links {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

    .quick_links li {
        border-left: 4px solid #eab830;
        padding: 7px 15px;
        border-bottom: 1px dashed #cccc;
        padding-bottom: 15px;
        margin-bottom: 10px;
        min-height: auto;
        color: #333;
        /*  background: #eab830;*/
    }

        .quick_links li:hover {
            background: #f5f5f5;
            cursor: pointer;
        }

        .quick_links li:nth-child(even) {
            border-left: 4px solid #307ad5;
            color: #fff;
        }

        .quick_links li:nth-child(3) {
            border-left: 4px solid #1ec1d9;
        }

        .quick_links li:nth-child(4) {
            border-left: 4px solid #d94da6;
        }

        .quick_links li:nth-child(5) {
            border-left: 4px solid #956aad;
        }

        .quick_links li span {
            background: #eab830;
            padding: 1px 5px;
            border-radius: 5px;
            font-size: 11px;
            color: #fff;
            margin-top: 15px;
        }

        .quick_links li:nth-child(even) span {
            background: #307ad5;
        }

        .quick_links li:nth-child(3) span {
            background: #1ec1d9;
        }

        .quick_links li:nth-child(4) span {
            background: #d94da6;
        }

.readMore {
    background: #d04e5a;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #d04e5a;
}

    .readMore:hover {
        color: #d04e5a;
        border: 2px solid #d04e5a;
        padding: 5px 10px;
        border-radius: 5px;
        background: no-repeat;
        font-weight: bold;
    }

.quick_links li a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

/* Clients Section
--------------------------------*/

#clients {
    padding: 30px 0;
    border-top: 1px solid #dbdcdd;
}

    #clients img {
        max-width: 100%;
        transition: 0.3s;
        padding: 10px;
        width: auto;
        border: 1px solid rgba(0,123,255,.5);
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav,
    #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #008af7;
        }

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    padding: 30px 0 0 0;
    background: rgba(208, 230, 255, 0.5);
}

    #portfolio .portfolio-overlay {
        position: absolute;
        /* top: 0; */
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25%;
        opacity: 1;
        transition: all ease-in-out 0.4s;
        background: #212529c9;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        background: #012948;
        margin-bottom: 30px;
    }

        #portfolio .portfolio-item h2 {
            color: #ffffff;
            font-size: 15px;
            margin: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        #portfolio .portfolio-item p {
            font-size: 15px;
            display: none;
        }

        #portfolio .portfolio-item img {
            transition: all ease-in-out 0.4s;
            width: 100%;
            object-fit: cover;
            height: 260px;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(1,41, 72, 0.9);
            height: 100%;
        }

            #portfolio .portfolio-item:hover .portfolio-overlay:hover p {
                display: block;
            }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        width: 100%;
        padding: 0 10px;
    }
/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0;
    background: #00457b url(../img/12.png);
}

    #testimonials h2, #testimonials p {
        color: #fff;
    }

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        border: 2px solid #fff;
    }

        #testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50%;
            border: 4px solid #fff;
            margin: 0 auto;
        }

        #testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        #testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #fff;
            margin: 0;
        }

        #testimonials .testimonial-item .quote-sign-left {
            margin-top: -15px;
            padding-right: 10px;
            display: inline-block;
            width: 37px;
        }

        #testimonials .testimonial-item .quote-sign-right {
            margin-bottom: -15px;
            padding-left: 10px;
            display: inline-block;
            max-width: 100%;
            width: 37px;
        }

        #testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
        }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #008af7;
        }

/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
    background: #00457b url(../img/12.png);
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

    #call-to-action .cta-btn {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 26px;
        border-radius: 3px;
        transition: 0.5s;
        margin: 10px;
        border: 3px solid #fff;
        color: #fff;
    }

        #call-to-action .cta-btn:hover {
            background: #008af7;
            border: 3px solid #008af7;
        }

/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 30px 0 0 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #008af7;
            color: #fff;
            padding: 15px;
            border-radius: 0 0 3px 3px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

/*--------------------------------------------------------------
# scrollbar
--------------------------------------------------------------*/


.scrollbar-deep-blue::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-deep-blue::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-deep-blue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #e0c3fc 0%, #8ec5fc 100%);
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.scrollbar-deep-blue {
    scrollbar-color: #8ec5fc #F5F5F5;
}

.scrollbar {
    float: left;
    height: 485px;
    overflow-y: scroll;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
}

#scrollDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#scrollDiv::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#scrollDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}

.feedbackButton {
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-right: -6px;
}

    .feedbackButton, .feedbackButton:focus {
        padding: 6px 15px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: #FFF;
        box-shadow: 0 0 20px #eee;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        -webkit-transform: skew(-200deg);
        -moz-transform: skew(-200deg);
        transform: skew(-200deg);
    }

.feedback {
    border-top: 3px solid #008af7;
    padding-top: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #101522;
    padding: 0 0 1px 0;
    color: #eee;
    font-size: 14px;
    background: #123285 url(../img/footer-bg.png);
    position: inherit;
    float: left;
    height: auto;
}

    #footer .footer-top {
        padding: 20px 0 0 0;
    }

    #footer .footer-bottom {
        border-top: 1px solid #012948;
    }

    #footer .footer-top .footer-info {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-info h3 {
            font-size: 26px;
            margin: 0 0 20px 0;
            padding: 2px 0 2px 0;
            line-height: 1;
            font-family: "Raleway", sans-serif;
            font-weight: 700;
            color: #fff;
        }

        #footer .footer-top .footer-info img {
            height: 40px;
            margin-bottom: 10px;
        }

        #footer .footer-top .footer-info p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0;
            font-family: "Raleway", sans-serif;
            color: #fff;
        }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #222636;
        color: #eee;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .footer-top .social-links a:hover {
            background: #008af7;
            color: #fff;
        }

    #footer .footer-top h4 {
        font-size: 18px;
        font-weight: bold;
        color: #0096ff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
        border-bottom: 1px solid #008af7;
    }
    /*

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}*/

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 5px;
            color: #008af7;
            font-size: 18px;
            margin-right: 10px;
        }

        #footer .footer-top .footer-links ul li {
            border-bottom: 1px dotted #262c44;
            padding: 6px 0;
            width: 48%;
            float: left;
            margin-right: 2%;
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            color: #eee;
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #008af7;
            }
    /*
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
*/
    #footer .footer-top .footer-contact p {
        line-height: 26px;
    }

    #footer .footer-top .footer-newsletter {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-newsletter input[type="email"] {
            border: 0;
            padding: 6px 8px;
            width: 65%;
        }

        #footer .footer-top .footer-newsletter input[type="submit"] {
            background: #008af7;
            border: 0;
            width: 35%;
            padding: 6px 0;
            text-align: center;
            color: #fff;
            transition: 0.3s;
            cursor: pointer;
        }

            #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                background: #e0072f;
            }

    #footer .copyright {
        text-align: center;
        padding: 10px 0;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

.visiternumber span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    background: #a93000;
    margin-right: 5px;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
/* Contact Section
--------------------------------*/

#contact {
    padding: 30px 0;
    background: url(../img/bg2.png);
    background-size: cover;
}

    #contact .contact-info {
        text-align: center;
    }

        #contact .contact-info i {
            font-size: 48px;
            display: inline-block;
            margin-bottom: 10px;
            color: #008af7;
        }

        #contact .contact-info address,
        #contact .contact-info p {
            margin-bottom: 0;
            color: #000;
        }

        #contact .contact-info h3 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            text-transform: uppercase;
            color: #012948;
        }

        #contact .contact-info a {
            color: #000;
        }

            #contact .contact-info a:hover {
                color: #008af7;
            }

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
    }



    #contact .form #sendmessage {
        color: #008af7;
        border: 1px solid #008af7;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .form input,
    #contact .form textarea {
        padding: 10px 14px;
        box-shadow: none;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box;
        letter-spacing: 1px;
    }

.form-control {
    border: 2px solid #00457b;
}

#contact .form button[type="submit"] {
    background: #012948;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

    #contact .form button[type="submit"]:hover {
        background: #008af7;
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    /*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.PageBorder {
    border-top: 3px solid #008af7;
    border-bottom: 3px solid #008af7;
}

/* Center the loader */
#divLoaderImage {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.portalLinkCard {
    background: #ecf3e0;
    padding: 30px 0;
}

    .portalLinkCard h4, .portalLinkCard p, .portalcards h4, .portalcards p {
        color: #fff;
        font-weight: bold;
    }

.shadow {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/*
.bg-gradient-danger {
    background: -webkit-gradient(linear, left top, right top, from(#f19458), to(#ff5f89)) !important;
    background: linear-gradient(to right,#f19458, #ff5f89) !important;}*/

.bg-gradient-success {
    background-image: linear-gradient(to right, #408680, #07cdae, #408680, #d4a004, #054f7d);
    background-size: 600%;
    background-position: 0 0;
    box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    /* Animation */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradients;
}

.bg-gradient-danger {
    background-image: linear-gradient(to right, #d4a004, #ff5f89, #f19458, #ff5f89, #054f7d);
    background-size: 600%;
    background-position: 0 0;
    box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    /* Animation */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: gradients;
}

@keyframes gradients {
    0% {
        background-position: 0 0;
    }

    25% {
        background-position: 50% 0;
    }

    50% {
        background-position: 90% 0;
    }

    60% {
        background-position: 60%;
    }

    75% {
        background-position: 40%;
    }

    100% {
        background-position: 0 0;
    }
}


.bg-gradient-info {
    background: -webkit-gradient(linear, left top, right top, from(#3aa7ff), color-stop(99%, #045ca2)) !important;
    background: linear-gradient(to right, #3aa7ff, #045ca2 99%) !important;
}
/*

.bg-gradient-success {
    background: -webkit-gradient(linear, left top, right top, from(#408680), to(#07cdae)) !important;
    background: linear-gradient(to right, #408680, #07cdae) !important;
}*/
.bg-gradient-primary {
    background: -webkit-gradient(linear, left top, right top, from(#da8cff), to(#9a55ff));
    background: linear-gradient(to right, #da8cff, #9a55ff);
    border: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.bg-gradient-warning {
    background: -webkit-gradient(linear, left top, right top, from(#ffd246), to(#d4a004));
    background: linear-gradient(to right, #ffd246, #d4a004);
    color: #ffffff;
}

.bg-gradient-rajsmsa {
    background: -webkit-gradient(linear, left top, right top, from(#5654ff), to(#22d4e6));
    background: linear-gradient(to right, #5654ff, #22d4e6);
    color: #ffffff;
}

.bg-gradient-education {
    background: -webkit-gradient(linear, left top, right top, from(#ce7a7a), to(#ca1300));
    background: linear-gradient(to right, #ce7a7a, #ca1300);
    color: #ffffff;
}

.bg-gradient-deled {
    background: -webkit-gradient(linear, left top, right top, from(#d2598f), to(#3e0092));
    background: linear-gradient(to right, #d2598f, #3e0092);
    color: #ffffff;
}

.counters .countcard {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(0 123 255 / 42%);
    background: rgb(0 10 21 / 18%);
}

.portalcards {
    padding: 40px 0 10px 0;
}

    .portalcards img {
        max-width: 70px;
        margin: auto;
    }

.footer-bottom img {
    max-width: 90px;
}
/*.psp-logo{max-width:160px; width:100%;}*/

.footer-top h5 {
    color: #7a9db5;
    font-size: 17px;
    font-weight: bold;
}

    .footer-top h5 i {
        font-size: 26px;
        line-height: 0;
        margin: 0;
        vertical-align: bottom;
    }

.loginBtn {
    background-color: #007bff;
    color: #fff;
    color: #fff;
    font-size: 14px;
}

.ministerDiv {
    position: absolute;
    top: 6%;
    z-index: 9;
    width: 200px;
}

    .ministerDiv img {
        max-width: 120px;
        border-radius: 50% !important;
        border: 2px solid #0cc7aa;
        overflow: hidden;
    }

.gehlot, .dotasra {
    background: #0000009c;
    width: 100%;
    height: 100%;
    display: table;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    text-align: center;
}

.ministerDiv h1 {
    font-size: 15px;
    font-weight: bold;
    color: #f3905c;
    margin: 0;
    margin-top: 6px;
}

.ministerDiv p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.data-table-design {
    padding: 30px 0;
}

    .data-table-design h5 {
        color: #0466ab;
        font-weight: bold;
        text-transform: uppercase;
    }

    .data-table-design .table {
        font-size: 15px;
    }

    .data-table-design th {
        background: red;
    }

    .data-table-design th {
        background: #9a6f00;
        color: #fff;
    }

    .data-table-design tr {
        background: #d9d9d9;
    }

    .data-table-design tr {
        background: #f1f1f1;
    }

        .data-table-design tr:nth-child(2n+1) {
            background: #f1ede5;
        }

    .data-table-design td, .data-table-designth {
        border: 1px solid #d0d0d0;
    }

.homeBanner {
    position: relative;
    float: left;
}

.rteCriteria {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #00050882;
    color: #fff;
    border-radius: 30px;
    padding: 30px 30px 10px 30px;
}

    .rteCriteria h1 {
        font-size: 18px;
        color: #ffea00;
        font-weight: bold;
        margin: 0;
    }

    .rteCriteria ul {
        padding: 0;
        font-size: 14px;
        margin-top: 5px;
        padding-left: 20px;
    }

    .rteCriteria li {
        margin-bottom: 5px;
    }

.newsupdates {
    height: 340px;
}

.bcca-breadcrumb {
    margin: 0 auto;
    margin-top: 20px;
}

/*** breadcrumb container ***/
.bcca-breadcrumb {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    /*   width: fit-content;*/
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
}

/*** breadcrumb items ***/
.bcca-breadcrumb-item {
    transition: all 0.2s ease-in-out;
    height: 40px;
    background: white;
    box-shadow: 0px 0px 18px -2px #d9d9d9;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(74, 74, 74, 0.8);
    position: relative;
    cursor: pointer;
    float: left;
}

    .bcca-breadcrumb-item:after {
        transition: all ease-in-out 0.2s;
        content: "";
        position: absolute;
        left: calc(100% - 10px);
        top: 6px;
        z-index: 1;
        width: 0;
        height: 0;
        border: 14px solid #ffffff;
        border-left-color: transparent;
        border-bottom-color: transparent;
        box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
        transform: rotate(45deg);
        margin-left: -4px;
    }

    .bcca-breadcrumb-item:last-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 10px;
    }

    .bcca-breadcrumb-item:first-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: rgba(23, 165, 98, 0.06);
        background-color: #40c8ff;
        color:white;
    }

        .bcca-breadcrumb-item:first-child:after {
            content: "";
            display: none;
        }

    .bcca-breadcrumb-item i {
        margin-left: 5px;
        color: rgba(0, 0, 0, 0.2);
    }

    /*** hover breadcrumbs ***/
    .bcca-breadcrumb-item:hover {
        background-color: #f9f9f9;
    }

        .bcca-breadcrumb-item:hover:after {
            border: 14px solid #f9f9f9;
            border-left-color: transparent;
            border-bottom-color: transparent;
        }

    .bcca-breadcrumb-item:first-child:hover {
        /*   background-color: rgba(23, 165, 98, 0.15);*/
        background-color: rgb(255, 235, 12);
    }

.headingsection {
    color: #00457b;
    text-align: center;
    font-weight: bold;
}

    .headingsection h1:before {
        content: '';
        width: 100%;
        border-bottom: 5px solid #007bff;
        position: absolute;
        left: 0;
        top: 12px;
    }

    .headingsection h1 {
        position: relative;
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .headingsection h1 span {
            background-color: #fff !important;
            position: absolute;
            padding: 0 15px 0 0;
            left: 0;
        }

.card-header:first-child {
    background: #f7f7f7;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(64 200 255);
    color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
}

label
{
    
    }


tr th {
    background: #9a6f00;
    color: #fff;
}

h2 {
    font-size: 20px;
    color: #de4d06;
}

h3 {
    font-size: 18px;
    color: #4f3d0f;
}

.firstbtn {
    background: #064a81;
    font-size: 18px;
    padding: 15px 20px;
    border-color: #40c8ff;
}

#sidebar .nav-link {
    padding: 8px 0;
    border-left: 8px solid #d04e5a;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #02355d;
    color: #02355d;
}

a:hover, a:active, a:focus, .active {
    color: #de4d06;
    outline: none;
    text-decoration: none;
}

#sidebar a.nav-link.active {
    background: #40c8ff;
    color: #fff;
}

#sidebar .nav-link:hover {
    text-decoration: none;
    background: #FFEB3B;
}

#sidebar .bg-light {
    background: #e2dede !important;
}

.carousel-inner.vertical > .carousel-item {
    -webkit-transition: .9s ease-in-out top !important;
    -o-transition: .9s ease-in-out top !important;
    transition: .9s ease-in-out top !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner.vertical > .carousel-item {
        -webkit-transition: -webkit-transform .9s ease-in-out !important;
        -o-transition: -o-transform .9s ease-in-out !important;
        transition: transform .9s ease-in-out !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000px !important;
        perspective: 1000px !important;
    }

        .carousel-inner.vertical > .carousel-item.carousel-item-next,
        .carousel-inner.vertical > .carousel-item.active.carousel-item-right {
            -webkit-transform: translate3d(0, 33.33%, 0) !important;
            transform: translate3d(0, 33.33%, 0) !important;
            top: 0 !important;
        }

        .carousel-inner.vertical > .carousel-item.carousel-item-prev,
        .carousel-inner.vertical > .carousel-item.active.carousel-item-left {
            -webkit-transform: translate3d(0, -33.33%, 0) !important;
            transform: translate3d(0, -33.33%, 0) !important;
            top: 0 !important;
        }

            .carousel-inner.vertical > .carousel-item.carousel-item-next.carousel-item-left,
            .carousel-inner.vertical > .carousel-item.carousel-item-prev.carousel-item-right,
            .carousel-inner.vertical > .carousel-item.active {
                -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
                top: 0;
            }
}

.carousel-inner.vertical > .active {
    top: 0;
}

.carousel-item h4 {
    color: #240b5f;
    font-size: 13px;
}

    .carousel-item h4 i {
        margin-right: 5px;
    }

.carousel-item .card-post {
    color: #00bcd4;
    font-size: 12px;
    letter-spacing: .7px;
}

.carousel-item p {
    margin-bottom: 0;
}

.carousel-item .card-body {
    padding: 10px;
}

.date {
    float: left;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border: 1px solid #00BCD4;
    font-weight: bold;
    width: 40px;
    background: #02355d;
}

.card-text {
    float: inherit;
    padding-left: 50px;
    font-size: 15px;
    color: #333;
    width: 95%;
}

.month {
    border-top: 1px dotted #00BCD4;
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 2px;
    background: #00BCD4;
    font-size: 14px;
}

.carousel-vertical-slider {
    padding: 0px;
}

    .carousel-vertical-slider li {
        list-style-type: none;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.radio-Td input {
    margin-right: 10px;
}

.radio-Td td {
    text-align: left;
}

.modal-header button:focus {
    outline: none;
}

.modal-header button.close {
    color: #fff;
    opacity: 1;
}

.modal-header .close:focus, .close:hover {
    color: #dadada;
}

.accordion .card-header .card-title {
    color: #de4d06;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #de4d06;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #de4d06;
}

@media only screen and (max-width: 991px) {
    .firstbtn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.arrowGif {
    max-width: 40px;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .arrowGif {
        transform: rotate(45deg);
    }
}

.fa-check-square-o::before {
    margin-right: 8px;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}





#topbar_two {
    background: #40c8ff;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    border-top: 6px solid #40c8ff;
    height: 82px;
    color: #fff;
}

.d-lg-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 35%;
    width: 65%;
    height: 35px;
    background: #40c8ff;
    z-index: 0;
}

.text_wrap {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    /* padding-left: 35px; */
    letter-spacing: 1px;
    left: -230px;
}

.copyright p {
    margin: 0 !important;
}

.d-lg-block .header_text {
    /* float: left; */
    width: 50%;
    margin-left: 50%;
    color: #fff;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
}

    

.d-lg-block:after {
    content: "";
    display: flex;
    width: 0;
    height: 0;
    position: absolute;
    left: 32.8%;
    border-top-color: #40c8ff !important;
    border-top: 36px solid;
    border-left: 39px solid transparent;
}



nav {
    display: block;
    background: #02355d;
}

.menu {
    display: block;
}

    .menu li {
        display: inline-block;
        position: relative;
        z-index: 100;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            font-weight: 600;
            text-decoration: none;
            padding: 15px 25px;
            display: block;
            color: #fff;
            transition: all 0.2s ease-in-out 0s;
        }

            .menu li a:hover, .menu li:hover > a {
                color: #fff;
                background: #9ca3da;
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        min-width: 180px;
        white-space: nowrap;
        border-radius: 0px 0px 10px 0px;
        box-shadow: 2px 4px 6px #40c8ff;
        position: absolute;
        left: 0px;
        background: #fff;
        z-index: 99;
        transform: translate(0,20px);
        transition: all 0.2s ease-out;
    }

        .menu ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 6px;
            margin-left: -6px;
        }

        .menu ul li {
            display: block;
            float: none;
            background: none;
            margin: 0;
            padding: 0;
        }

            .menu ul li a {
                font-size: 12px;
                font-weight: normal;
                display: block;
                color: #797979;
                background: #fff;
            }

                .menu ul li a i {
                    position: absolute;
                    line-height: .6;
                    right: 10px;
                }

                .menu ul li a:hover, .menu ul li:hover > a {
                    background: #9ca3da;
                    color: #fff;
                }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }

    .menu ul ul {
        left: 180px;
        top: 0px;
        height: auto;
        max-height: 480px;
        background: #02355d;
        overflow-y: auto;
        overflow-x: hidden;
        visibility: hidden;
        opacity: 0;
        transform: translate(20px,20px);
        transition: all 0.2s ease-out;
    }

        .menu ul ul:after {
            left: -6px;
            top: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 6px;
            margin-top: -6px;
        }



.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

    .responsive-menu:hover {
        background: #374147;
        color: #fff;
        text-decoration: none;
    }

a.homer {
    background: #9ca3da;
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

        .menu li a {
            background: #fff;
            color: #797979;
        }

            .menu li a:hover, .menu li:hover > a {
                background: #9ca3da;
                color: #fff;
            }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}

.shala_setu_logo {
    position: absolute;
    right: 0;
    margin-top: 30px;
}

.logo_desk {
    flex-wrap: nowrap !important;
}

.detail_box {
    text-align: center;
    margin-top: 30px;
    background: rgb(251 233 183 / 55%);
    width: 100%;
    height: 55px;
    padding: 5px;
    border-radius: 10px;
}

    .detail_box h5 {
        color: #000;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .detail_box p {
        color: #004aa5;
        margin-bottom: 0;
        font-weight: 600;
        padding-bottom: 0;
    }

.log_drop {
    display: inline;
    float: right;
    position: absolute;
    right: 18px;
    top: -8px;
}


.img_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #02355d;
    box-shadow: 0 5px 15px 0 #2e6c8b, inset 0px -6px 12px 0px #2e548b;
    transition: all 0.4s ease-in-out;
}

    .img_icon i {
        color: #ffeb0c;
    }

.dropdown-toggle::after {
    font-size: 24px;
    margin-top: 10px;
    color: #ffeb0c;
}

.text_school_name {
    font-size: 18px;
    color: #ffeb0c;
    font-weight: 600;
}

.name_section_text {
    line-height: 1.8;
}

.content-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
}

.logo-comp {
    position: relative;
    left: 12px;
    display: flex;
    padding-bottom: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    transition: all 0.4s ease-in-out;
}

    .logo-comp:hover {
        cursor: pointer;
        transition: all 0.4s ease-in-out;
    }

    .logo-comp > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        background: #02355d;
        box-shadow: 0 5px 15px 0 #2e6c8b, inset 0px -6px 12px 0px #2e548b;
        transition: all 0.4s ease-in-out;
    }

        .logo-comp > div > i {
            color:#fff;
            font-size:24px;
            filter: drop-shadow(1px 1px 0px SeaGreen);
            transition: all 0.4s ease-in-out;
        }

    .logo-comp p {
        letter-spacing: 2px;
        font-size: 20pt;
        margin: 0;
        font-weight: bolder;
        margin-left: 12px;
        padding: 0;
        color: #02355d;
        transition: all 0.4s ease-in-out;
    }

    .logo-comp:hover > p {
        color: black;
        transition: all 0.4s ease-in-out;
    }

    .logo-comp:hover > div > i {
        color: #fff;
        filter: unset;
        transition: all 0.4s ease-in-out;
    }

    .logo-comp p:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 5px;
        width: 55px;
        background-color: #40c8ff;
    }

    .logo-comp p:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 1px;
        height: 2px;
        width: 100%;
        max-width: 255px;
        background-color: #40c8ff;
    }

.heading {
    display: flex;
}

    .heading i {
        padding-right: 10px;
        font-size: 26px;
        color: #fff;
    }

    .heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
        color: #fff;
    }

.print i {
    margin-bottom: 0px;
    font-size: 22px;
    color: #fff;
}

a.homer {
    background: #40c8ff !important;
}

.menu li a:hover, .menu li:hover > a {
    color: #fff;
    background: #40c8ff;
}

.menu ul li a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 10px;
    color: #fff;
    background: #02355d;
}

.timeline
{
    overflow: scroll;
    height: 100%;
    position: absolute;
    }

.timeline .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .timeline .details .title {
        font-size: 22px;
        font-weight: 600;
    }

.time_div p {
    margin: 10px 0 17px 0;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    background: #fff;
    padding: 50px 0;
}

    .timeline ul li {
        list-style-type: none;
        position: relative;
        width: 6px;
        margin: 0 auto;
        padding-top: 50px;
        background: #02355d;
    }

        .timeline ul li::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 30px;
            border: 8px solid #02355d;
            height: 30px;
            border-radius: 50%;
            background: inherit;
            z-index: 1;
        }

        .timeline ul li .time_div {
            position: relative;
            bottom: 0;
            width: 400px;
            border-radius: 5px;
            color: #fff;
            padding: 15px;
            background: #02355d;
            box-shadow: 2px 2px 8px 3px #000;
        }

            .timeline ul li .time_div::before {
                content: "";
                position: absolute;
                bottom: 7px;
                width: 0;
                height: 0;
                border-style: solid;
            }

        .timeline ul li:nth-child(even) .time_div {
            left: 45px;
        }

            .timeline ul li:nth-child(even) .time_div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #02355d transparent transparent
            }

        .timeline ul li:nth-child(odd) .time_div {
            left: -439px;
        }

            .timeline ul li:nth-child(odd) .time_div::before {
                right: -15px;
                border-width: 8px 0 8px 16px;
                border-color: transparent transparent transparent #02355d;
            }

time {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.timeline ul li::after {
    background: #ffea00;
}


.timeline ul li.in-view .time_div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li .time_div {
        width: 250px;
    }

    .timeline ul li:nth-child(odd) .time_div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

        .timeline ul li .time_div {
            width: calc(100vw - 91px);
        }

        .timeline ul li:nth-child(odd) .time_div {
            left: 45px;
        }

            .timeline ul li:nth-child(odd) .time_div::before {
                left: -15px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #f45b69 transparent transparent;
            }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li .time_div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
}

.timeline-heptagon ul li::after {
    clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20% );
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }

    50% {
        transform: translateX(-50%) scale(1.25);
    }

    100% {
        transform: translateX(-50%) scale(1);
    }
}

/*<!-----dsddsd---->*/
.timeine_button_sidebar {
   position: fixed;
    right: 0;
    z-index: 999;
    top: 100px;
}

.content {
    width: 100%;
    height: 100%;
    margin: auto;
    background: #f7f7f7;
}

#wrap {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right:0px!important;
    margin: 20px auto;
    width: 995px;
    z-index: 999;
    border: 5px solid #f7f7f7;
    display: none;
    border-radius: 5px 0 0 5px;
    box-shadow: 0px 13px 370px #02355d;
}

.open-call {
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 100px;
}

.close-call {
    position: relative;
    top: 0px;
    font-size:24px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.close-call span
{
        color: #fff;
    line-height: 1.2;
    }

.open-call {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
}


.modal-header--sticky {
    position: sticky;
    top: 0;
    line-height:1;
    padding:10px 20px;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
    background: #02355d;
    box-shadow: 0px 2px 8px #000;
}

.modal-title {
    font-size: 30px;
    line-height: 1;
    color:#fff;
}