/* .barlow-thin {
font-family: "Barlow", sans-serif;
font-weight: 100;
font-style: normal;
}

.barlow-extralight {
font-family: "Barlow", sans-serif;
font-weight: 200;
font-style: normal;
}

.barlow-light {
font-family: "Barlow", sans-serif;
font-weight: 300;
font-style: normal;
}

.barlow-regular {
font-family: "Barlow", sans-serif;
font-weight: 400;
font-style: normal;
}

.barlow-medium {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.barlow-semibold {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
}

.barlow-bold {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
}

.barlow-extrabold {
font-family: "Barlow", sans-serif;
font-weight: 800;
font-style: normal;
}

.barlow-black {
font-family: "Barlow", sans-serif;
font-weight: 900;
font-style: normal;
}

.barlow-thin-italic {
font-family: "Barlow", sans-serif;
font-weight: 100;
font-style: italic;
}

.barlow-extralight-italic {
font-family: "Barlow", sans-serif;
font-weight: 200;
font-style: italic;
}

.barlow-light-italic {
font-family: "Barlow", sans-serif;
font-weight: 300;
font-style: italic;
}

.barlow-regular-italic {
font-family: "Barlow", sans-serif;
font-weight: 400;
font-style: italic;
}

.barlow-medium-italic {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: italic;
}

.barlow-semibold-italic {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: italic;
}

.barlow-bold-italic {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: italic;
}

.barlow-extrabold-italic {
font-family: "Barlow", sans-serif;
font-weight: 800;
font-style: italic;
}

.barlow-black-italic {
font-family: "Barlow", sans-serif;
font-weight: 900;
font-style: italic;
} */
  

body{
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo-container{
    /* padding: 5px 0; */
}

.logo-container .header-logo {
    background-image: url('../images/logo/logo-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 65px;
    /* width: 300px; */
    width: 330px;
    /* border: 1px solid; */
}
.transparent .logo-container .header-logo {
    background-image: url('../images/logo/logo.png');
}

.logo{
    width: 350px;
}
.logo.footer{
    width: 50px;
}

.logo-text h2{
    font-size: 18px;
    margin-bottom: 0;
}
.logo-text p{
    font-size: 12px;
}
.logo-text small{
    font-size: 10px;
}

.header-top{
    /* padding: 13px 0; */
    /* border-bottom: 2px solid #0c264b; */
    /* background-color: #daeefe; */
    /* background-color: #EFEFEF; */
    background-color: #FFC000;
    background-image: none;
}

/* .navbar-custom{
    
}

.navbar-custom .nav-item{
    margin: 0 5px;
}

.navbar-custom .nav-item .nav-link{
    color: #ffffff;
    font-weight: 400;
    padding-right: 10px;
}
.navbar-custom .nav-item .nav-link.active, .navbar-custom .nav-item .nav-link:hover{
    color: #ffffff;
    font-weight: 400;
}


.navbar-custom .nav-item.has-children{
    position: relative;
}
.navbar-custom .nav-item.has-children::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #ffffff;
    right: 0;
    top: 12px;
    font-size: 12px;
}

.navbar-custom .nav-item.has-children .sub-menu{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    opacity: 0;
    
    background-color: #EFEFEF;
    
    
}
.navbar-custom .nav-item.has-children .sub-menu li{
    
}


.navbar-custom .nav-item.has-children .sub-menu li a{
    color: #092D51;
    font-weight: 400;
    border-bottom: 3px solid #EFEFEF;
    display: inline-block !important;
    text-decoration: none;
    padding: 0.2rem  0.5rem;
}
.navbar-custom .nav-item.has-children .sub-menu li.has-children::before{
    content: "\f0da";
    right: 20px;
    
}

.navbar-custom .nav-item.has-children .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
} */


/* .navbar-custom .nav-item.has-children .sub-menu li.active > a, .navbar-custom .nav-item.has-children .sub-menu li:hover > a{
    border-bottom: 3px solid #FEBE00;
} */





section.padding{
    padding: 60px 0;
}
.statistics{
    background: #ffffff;
    border: 1px solid #0c264b;
    margin: 60px 80px 0 80px;
    border-radius: 20px;
}
.statistics .statistics-single{
    padding: 20px;
}
.statistics .statistics-single h4{
    color: #0c264b;
    font-size: 54px;
}




.slider-bg-container{
    position: relative;
    background-image: url('../images/slider/slider.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* .slider-bg-container::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 51, 97, 0.9);
} */

.home-slider .slider-content-cont{
    /* max-width: 800px; */
    max-width: 100%;
    /* height: 480px; */
    /* padding: 50px; */
    padding: 50px 10px;
    min-height: 700px;
    margin: auto;
    /* left: 0;
    top: 0;
    right: 0;
    bottom: 0; */
    color: #ffffff;
    z-index: 9;
    position: relative;
}

.slider-heading{
    text-align: left;
}
.slider-sub-heading{
    
}


.director-image{
    padding-left: 100px;
}
.collaborate-image{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
}
.play-image{
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 80px;
}


.news .news-single{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}
.news .news-single img{
    margin-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news .news-single h5{
    font-size: 18px;
}
.news .news-single p{
    font-size: 14px;
    
}

.feature{
    background: #ffffff;
    border-radius: 5px;
    padding: 20px;
}
.feature h4{
    margin: 0;
    font-size: 18px;
}



.single-gallery {
    position: relative;
    /* margin-bottom: 30px; */
    position: relative;
    overflow: hidden;
    height: 270px;
}

.single-gallery:hover .gallery-icon {
    -webkit-transform: scale(1);
    transform: scale(1)
}


.single-gallery img {
    -ms-transition: transform 1s cubic-bezier(0,1,.5,1);
    -webkit-transition: transform 1s cubic-bezier(0,1,.5,1);
    transition: transform 1s cubic-bezier(0,1,.5,1);
}

.single-gallery:hover img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-gallery .gallery-icon {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #0c264b;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    transition: .7s
}

.single-gallery .gallery-icon:hover {
    background-color: #1b2132;
    color: #fff
}

.single-gallery .gallery-icon:hover::before {
    border-color: #1b2132
}

.single-gallery .gallery-icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #0c264b;
    -webkit-animation: scale 1s linear 2s infinite;
    animation: scale 1s linear 2s infinite
}

.staff{
    min-height: 400px;
}

.staff-social{
    /* border-top: 1px solid #dee2e6 !important; */
}
.staff-social ul{
    padding-left: 0;
    list-style: none;
    margin: 5px 0;
}
.staff-social ul li{
    display: inline-block;
}

.staff-social ul li i{
    font-size: 18px;
    margin-right: 5px;
    color: #092D51;
}


.cultivator a{
    text-decoration: none;
    color: #08215A;
}
.cultivator:hover{
    cursor: pointer;
}


footer{
    background: #01274C;
    padding: 50px 0;
}

.logo-footer-text h5{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}
.logo-footer-text h6{
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.logo-footer-text p{
    font-size: 12px;
    color: #ffffff;
}
.logo-footer-text small{
    font-size: 10px;
    color: #ffffff;
}

.footer-heading{
    color: #EEAB0A;
    font-size: 16px;
}

.footer-text{
    color: #ffffff;
    font-size: 14px;
}

.footer-links{
    list-style: none;
    padding-left: 0;
}
.footer-links li{
    
}
.footer-links li a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.social-links-body{
    list-style: none;
    padding-left: 0;
    margin: 80px 0;
}
.social-links-body li{
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
    float: left;
}
/* .social-links-body li a{
    color: #0099CC;
    font-size: 32px;
    margin-right: 5px;
} */

.social-links-body li a {
    color: #0099CC;
    font-size: 32px;
    margin-right: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #DCDCDC;
}

.social-links-body li p{
    color: #0099CC;
    font-size: 28px;
}

.social-links{
    list-style: none;
    padding-left: 0;
}
.social-links li{
    display: inline-block;
}
.social-links li a{
    color: #ffffff;
    font-size: 22px;
    margin-right: 5px;
}


.footer-bottom{
    font-size: 12px;
    background-color: #004274;
    color: #ffffff;
    padding: 10px;
}

.footer-bottom .small-links{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-bottom .small-links li{
    display: inline-block;
}
.footer-bottom .small-links li a{
    list-style: none;
    padding-left: 0;
    margin-right: 5px;
    color: inherit;
    text-decoration: none;
}


















.section-bg{
    background-color: #EFEFEF;
}
.section-top-sub-title{
    color: #0c264b;
    margin-bottom: 5px;
}

.section-title{
    color: #08215A;
    margin-bottom: 20px;
}

.light-text{
    color: #868686;
}


.custom-sidebar{

}

.custom-sidebar .nav-link{
    color: #092D51;
    font-weight: 400;
    padding: .75rem 1rem;
    border-bottom: 1px solid #dee2e6 !important;
}
.custom-sidebar .nav-link.active{
    background-color: #092D51;
    border-radius: 0;
}

.custom-sidebar .accordion-item{
    border-radius: 0;
    border: 0;
}
.custom-sidebar .accordion-item .accordion-button{
    border-radius: 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
    background: transparent;
    color: #092D51;
}
.custom-sidebar .accordion-item .accordion-button::after{
    background-size: 1rem;
}
.custom-sidebar .accordion-item .accordion-button:not(.collapsed)::after{
    background-size: 1rem;
    
}
.custom-sidebar .accordion-item .accordion-body{
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    background-color: #EFEFEF;
}

.slider-arrows{
    position: absolute;
    top: -55px;
}
.slider-arrows.left{
    right: 20px;
}
.slider-arrows.right{
    right: 0;
}

#logos .owl-item img{
    width: auto;
}



a{
    color: #08215A;
    text-decoration: none;
}

a:hover{
    text-decoration: underline !important;
}
a.nav-link:hover{
    text-decoration: none !important;
}
.nav-item a:hover{
    text-decoration: none !important;
}




.btn-custom{
    background: #0c264b;
    font-size: 14px;
    color: #ffffff;
    border-radius: 2px;
    padding: 8px 20px;
}
.btn-custom.btn-sm{
    padding: 6px 16px;
}
.btn-custom:hover{
    background: #0c264b;
    color: #ffffff;
    opacity: 0.9;
}
.btn-custom-transparent{
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}
.btn-view-all{
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}

.btn-view-all.custom-absolute{
    position: absolute;
    top: -60px;
    right: 30px;
}


header#header {
    /* border-bottom: 1px solid #efefef; */
    border-bottom: 1px solid #DEE2E6;
    background-color: #fff;
    
}

header#header.transparent {
    /* border-bottom: 1px solid #efefef;
    background-color: #fff; */
    border-bottom: none;
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 35px;
}

.navbar-collapse .navbar-nav{
    padding: 0 10px;
}
.navbar-collapse.navbar-collapse.collapse.show ul li a{
    color: #08215A !important;
}

.navbar-collapse .dropdown-menu.mega-menu{
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

.top-search{
    max-width: 300px;
    /* margin-left: auto; */
    margin: 2px;
    padding: 0 2px 2px 2px;
    background: #0c264b;
}
.top-search .input-group{
    border-bottom: 1px solid #ffffff;
}

.top-search input{
    height: 30px;
    background: #0c264b;
    border: none;
    color: #ffffff !important;
}
.top-search input::placeholder {
  color: #ffffff;
}
.top-search input:focus {
  background: #0c264b;
}
.top-search .btn{
    height: 30px;
    padding: 2px 16px;
}

.marquee{
    /* background-color: #FEBE00; */
    background-color: #0094C5;
    padding: 12px 0 0 0;
}

.marquee a{
    display: inline-block;
}
.marquee a h6{
    color: #ffffff;
}

.reader-access-cont .nav-link{
    padding: .2rem .8rem;
    margin-right: 5px;
    font-size: 14px;
}


/* .navbar-custom .nav-item.has-children .sub-menu.menu-visible{
    visibility: visible;
    margin-top: 0;
    opacity: 1;
} */
/* .navbar-custom .nav-item.has-children:hover > .sub-menu {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
} */


.visitor-count{
    font-size: 14px;
}

.right-side-buttons{
    position: fixed;
    right: 0;
    top: 40%;
    height: 100px;
    width: 100px;
    text-align: right;
    z-index: 9;
}
.right-side-buttons img{
    width: 30px;
}

.nav-custom .nav-link{
    /* background-color: #0c264b;
    color: #ffffff;
    margin-right: 15px; */
    
    color: #0c264b;
}

.nav-custom .nav-link.active, .nav-custom .nav-link:hover{
    background-color: #0c264b;
    color: #ffffff;
}


.director img {
    border-radius: 10px;
}
.director {
    border: 4px solid #fff;
    border-radius: 10px;
    padding: 20px;
}
.about {
    padding: 20px;
    border: 4px solid #fff;
    border-radius: 10px;
}


.owl-theme .owl-nav.disabled + .owl-dots {
    /* margin-top: 10px; */
    margin: 0;
    background: #083159;
}


.dropdown-menu.mega-menu {
    width: 96%; /* Full viewport width */
    margin: 0 2% 0 2%;
    padding: 0 20px;
    left: 0;
    right: 0;
    top: 100%;
    border: none;
}

.dropdown-menu.mega-menu .dropdown-item.active, .dropdown-menu.mega-menu .dropdown-item:active{
    color: inherit;
    background-color: inherit;
}
.mega-menu-container {
    max-width: 1200px; /* Adjust max width */
    /* margin: 0 auto; */
    padding: 0;
}
.mega-menu-container h6 {
    color: #203864;
    border-bottom: 1px solid #4472C4;
    display: inline-block;
    margin: .25rem 1rem;
}
.mega-menu .col {
    padding: 10px;
}

.custom-navbar{
    position: static;
}

.custom-navbar .dropdown, .custom-navbar .dropend, .custom-navbar .dropstart, .dropup{
    position: static;
}

.custom-navbar .nav-item{
    margin: 0 5px;
    position: relative;
}
.custom-navbar .nav-item::after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 5px;
    background: #FFC000;
    height: 1px;
    width: calc(100% - 25px);
    opacity: 0;
}
.custom-navbar .nav-item:hover::after {
    opacity: 1;
}

.custom-navbar .nav-item .nav-link{
    color: #08215A;
    font-weight: 400;
    padding-right: 10px;
    /* text-decoration: underline; */
    position: relative;
}

.custom-navbar .nav-item .nav-link.active, .custom-navbar .nav-item .nav-link:hover{
    color: #08215A;
    font-weight: 400;
}

.transparent .custom-navbar .nav-item .nav-link{
    color: #ffffff;
}
.transparent .custom-navbar .nav-item .nav-link.active, .transparent .custom-navbar .nav-item .nav-link:hover{
    color: #ffffff;
}


.custom-navbar .nav-item.has-children{
    position: relative;
}
.custom-navbar .nav-item.has-children::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    color: #ffffff;
    right: 0;
    top: 12px;
    font-size: 12px;
}

.custom-navbar .nav-item.has-children .sub-menu{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none;
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    opacity: 0;
    
    background-color: #EFEFEF;
    
    
}
.custom-navbar .nav-item.has-children .sub-menu li{
    
}


.custom-navbar .nav-item.has-children .sub-menu li a{
    color: #092D51;
    font-weight: 400;
    border-bottom: 3px solid #EFEFEF;
    display: inline-block !important;
    text-decoration: none;
    padding: 0.2rem  0.5rem;
}
.custom-navbar .nav-item.has-children .sub-menu li.has-children::before{
    content: "\f0da";
    right: 20px;
    
}

.custom-navbar .nav-item.has-children .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
}


.breadcrumb-custom-container{
    position: relative;
    min-height: 300px;
    margin-bottom: 30px;
}
.breadcrumb-content{
    min-height: 250px;
}
.breadcrumb-content .text{
    position: relative;
    color: #ffffff;
    font-size: 3.5rem;
    padding: 15px;
    /* min-height: 300px; */
}
.breadcrumb-content .text::after{
    position: absolute;
    content: "";
    background-color: #01274C;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.breadcrumb-custom-container .breadcrumb-custom{
    position: absolute;
    top: 40px;
    left: 15px;
}

.breadcrumb-custom-container .breadcrumb-custom li, .breadcrumb-custom-container .breadcrumb-custom a{
    color: #ffffff;
}


/*responsive css starts*/

@media (min-width : 320px) and (max-width : 479px) {

    
    .logo {
        width: 280px;
    }
    .logo-text h2 {
        font-size: 14px;
    }

    .reader-access-cont .nav-link{
        padding: .2rem .6rem;
        margin-right: 2px;
        font-size: 12px;
    }

    .top-search{
        max-width: 200px;
    }

    /* .navbar-custom-container{
        position: absolute;
        min-width: 300px;
        width: calc(100% - 40px);
        right: 0;
        background: #fff;
        z-index: 99;   
    } */

    .home-slider .slider-content-cont {
        max-width: 100%;
        padding: 10px;
    }

    .director-image {
        padding-left: 20px;
        margin-top: 50px;
    }
    .collaborate-image {
        left: 20px;
        bottom: -20px;
        width: 100px;
    }
    .play-image {
        bottom: -10px;
        width: 40px;
    }

    .statistics {
        margin-top: 110px;
    }

    footer {
        padding: 20px 0;
    }

    .footer-bottom{
        text-align: center;
    }

    .navbar {
        position: relative;
    }
    .navbar-collapse {
        min-width: 320px;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 99;
        background-color: #ffffff;
        top: 100%;
    }
    /* .navbar-custom {
        padding: 10px;
    } */

    .breadcrumb-content{
        min-height: 400px;
    }
    
    .breadcrumb-custom-container .breadcrumb-custom{
        top: 10px;
    }

    .social-links-body{
        margin: 30px 0;
    }

}

@media (min-width : 480px) and (max-width : 568px){

    .breadcrumb-content{
        min-height: 400px;
    }
    
    .breadcrumb-custom-container .breadcrumb-custom{
        top: 10px;
    }

    .social-links-body{
        margin: 30px 0;
    }
}

/* Extra Small Devices, Phones */
@media (min-width : 569px) and (max-width : 767px){

    .breadcrumb-content{
        min-height: 400px;
    }
    
    .breadcrumb-custom-container .breadcrumb-custom{
        top: 10px;
    }

    .social-links-body{
        margin: 30px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px){

    /* .navbar-custom-container{
        position: absolute;
        min-width: 300px;
        width: calc(100% - 200px);
        right: 0;
        background: #fff;
        z-index: 99;   
    } */
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px){

    /* .navbar-custom .nav-item.has-children:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    } */

}

@media only screen and (min-width : 1200px) and (max-width : 1400px){

    /* .navbar-custom .nav-item.has-children:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    } */

}

@media only screen and (min-width : 1401px) and (max-width : 1599px){

    /* .navbar-custom .nav-item.has-children:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    } */

}

@media only screen and (min-width : 1600px) and (max-width : 2048px){

    /* .navbar-custom .nav-item.has-children:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    } */

}

@media only screen and (min-width : 2049px) {

    /* .navbar-custom .nav-item.has-children:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
        opacity: 1;
    } */

}

@media only screen and (min-width : 800px){


}
/*responsive css ends*/