/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.logo-img{
    max-height:100px;
    width:auto;
    /*margin-left: 5px !important;*/
    display:block;
    margin:0 auto;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/management-banner.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-media
{
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../images/media-banner.jpg) center center no-repeat;
     background-size: 100% auto;
    min-height: 350px;
}
.page-header-management img
{
    width:100%;
    /*height:auto;*/
    height:300px;
    display:block;
}
/*.py-6{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}*/
/*.page-header-media{
    position: relative;
    height: 350px;
    background: linear-gradient(rgba(3,27,78,.25), rgba(3,27,78,.25)),
                url("images/media-banner.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        /*position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);*/
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}







.object-fit-cover{
    object-fit:cover;
}

.pillar-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.pillar-card:hover{
    transform:translateY(-8px);
}

.pillar-card i{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:15px;
}

.focus-box{
    background:#fff;
    border-radius:25px;
    padding:50px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.focus-item{
    text-align:center;
    padding:30px;
}

.focus-item i{
    font-size:55px;
    color:#0d6efd;
    margin-bottom:20px;
}

.focus-item h5{
    font-weight:700;
    margin-bottom:15px;
}

.focus-item p{
    color:#6c757d;
}

img{
    transition:.4s;
}

img:hover{
    transform:scale(1.03);
}

.focus-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    height:100%;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-top:4px solid transparent;
}

.focus-card:hover{
    transform:translateY(-10px);
    border-color:#0d6efd;
    box-shadow:0 25px 45px rgba(13,110,253,.15);
}

.focus-icon{
    width:75px;
    height:75px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.focus-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.focus-card p{
    color:#6c757d;
    margin:0;
    line-height:1.8;
}

.cta-box{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.feature-list{
    list-style:none;
    padding:0;
}

.feature-list li{
    padding:12px 0;
    font-weight:500;
}

.feature-list i{
    color:#0d6efd;
    margin-right:10px;
}

.why-card{

    background:#fff;
    border-radius:18px;
    padding:30px;
    height:100%;
    transition:.35s;
    border:1px solid #edf2f7;
    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(13,110,253,.15);

}

.why-icon{

    width:65px;
    height:65px;

    border-radius:15px;

    background:linear-gradient(135deg,#0d6efd,#0099ff);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.feature-box{

    text-align:center;

    background:#f8fbff;

    padding:30px;

    border-radius:18px;

    height:100%;

}

.feature-box i{

    font-size:40px;

    color:#0d6efd;

    margin-bottom:20px;

}

.feature-box h6{

    font-weight:700;

    margin-bottom:15px;

}

.feature-box p{

    color:#6c757d;

    margin-bottom:0;

}


.event-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.event-card:hover{
    transform:translateY(-8px);
}

.event-date{
    background:#0d6efd;
    color:#fff;
    text-align:center;
    padding:25px;
}

.event-date span{
    font-size:14px;
    text-transform:uppercase;
}

.event-date h3{
    font-weight:700;
    margin:0;
}

.event-body{
    padding:30px;
}

.event-tag{
    display:inline-block;
    background:#eef5ff;
    color:#0d6efd;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.event-list{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.event-list li{
    margin-bottom:10px;
}

.event-list i{
    color:#0d6efd;
    margin-right:8px;
}

.news-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 12px 30px rgba(0,0,0,.08);
transition:.35s;
height:100%;
}

.news-card:hover{
transform:translateY(-8px);
}

.news-card img{
height:240px;
object-fit:cover;
width:100%;

}

.news-content{
padding:30px;
}

.news-category{
display:inline-block;
background:#eaf3ff;
color:#0d6efd;
padding:6px 15px;
border-radius:30px;
font-size:13px;
margin-bottom:15px;
}

.testimonial-card{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
}

.quote{
font-size:50px;
color:#0d6efd;
margin-bottom:20px;
}

.user{
display:flex;
align-items:center;
margin-top:25px;
}

.user img{
width:60px;
height:60px;
border-radius:50%;
margin-right:15px;
}

.partner-card{
background:#fff;
padding:40px;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
height:150px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
transition:.35s;
}

.partner-card:hover{
transform:translateY(-8px);
}

.partner-card img{
max-height:70px;
filter:grayscale(100%);
opacity:.8;
transition:.35s;
}

.partner-card:hover img{
filter:none;
opacity:1;
}

.icon-box{
    width:100px;
    height:100px;
    background:rgba(255,255,255,.18);
    border:2px solid rgba(255,255,255,.25);
    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box i{
    font-size:52px;
    color:#fff;
}

.feature-listt{
    list-style:none;
    margin:0;
    padding:0;
}

.feature-listt li{
    position:relative;
    padding-left:35px;
    margin-bottom:18px;
    font-size:18px;
    color:#333;
    line-height:1.7;
}

.feature-listt li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;

    width:12px;
    height:12px;
    border-radius:50%;
    background:#14b8a6;
    box-shadow:0 0 0 5px rgba(20,184,166,.15);
}

.card{
    transition:.35s;
}

.card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.12)!important;
}

@media(max-width:991px){

    .icon-box{
        width:80px;
        height:80px;
    }

    .icon-box i{
        font-size:40px;
    }

    .feature-list li{
        font-size:16px;
    }

}

.about-card{
    position:absolute;
    bottom:30px;
    right:-30px;
    background:#fff;
    padding:25px;
    border-radius:20px;
    width:320px;
}

.icon-circle{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.feature-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-6px);
}

.feature-box i{
    color:#0d6efd;
    font-size:28px;
}

.feature-box h6{
    font-weight:700;
    margin-bottom:5px;
}

.stat-box{
    background:#fff;
    padding:35px 20px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.07);
    transition:.35s;
}

.stat-box:hover{
    transform:translateY(-8px);
}

.stat-box h2{
    color:#0d6efd;
    font-size:42px;
    font-weight:700;
}

.stat-box p{
    margin:0;
    color:#666;
    font-weight:600;
}

@media(max-width:991px){

.about-card{
    position:relative;
    right:0;
    bottom:0;
    width:100%;
    margin-top:20px;
}

}

.organization-section{

    background:#f8fbff;

}

.section-subtitle{

    color:#0d6efd;

    font-weight:700;

    letter-spacing:2px;

}

.org-menu{

    background:#fff;

    padding:20px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.org-menu .nav-link{

    color:#444;

    border-radius:12px;

    padding:16px 18px;

    margin-bottom:12px;

    font-weight:600;

    transition:.35s;

    text-align:left;

}

.org-menu .nav-link i{

    margin-right:12px;

    font-size:18px;

}

.org-menu .nav-link:hover{

    background:#eaf4ff;

    color:#0d6efd;

}

.org-menu .nav-link.active{

    background:#0d6efd;

    color:#fff;

}

.member-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;

}

.member-card:hover{

    transform:translateY(-8px);

}

.member-img{

    width:130px;

    height:130px;

    object-fit:cover;

    border-radius:50%;

    border:5px solid #0d6efd;

    margin-bottom:20px;

}

.member-card h5{

    font-weight:700;

}

.designation{

    display:inline-block;

    background:#0d6efd;

    color:#fff;

    padding:6px 16px;

    border-radius:30px;

    font-size:14px;

    margin:10px 0;

}

.member-card p{

    color:#777;

    margin-bottom:20px;

}

.social-icons a{

    display:inline-flex;

    width:42px;

    height:42px;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#f2f6ff;

    color:#0d6efd;

    margin:0 5px;

    transition:.3s;

}

.social-icons a:hover{

    background:#0d6efd;

    color:#fff;

}

@media(max-width:991px){

.org-menu{

    margin-bottom:30px;

}

}


.news-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.news-card:hover{

    transform:translateY(-8px);

}

.news-image{

    position:relative;

    overflow:hidden;

}

.news-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s;

}

.news-card:hover img{

    transform:scale(1.08);

}

.news-category{

/*    position:absolute;*/

    top:15px;

    left:15px;

    background:#0d6efd;

    color:#fff;

    padding:8px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.news-content{

    padding:30px;

}

.news-meta{

    display:flex;

    justify-content:space-between;

    font-size:14px;

    color:#888;

    margin-bottom:18px;

}

.news-meta i{

    color:#0d6efd;

    margin-right:5px;

}

.news-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:15px;

    line-height:1.4;

}

.news-content p{

    color:#666;

    margin-bottom:25px;

    line-height:1.8;

}

.read-btn{

    color:#0d6efd;

    text-decoration:none;

    font-weight:700;

}

.read-btn i{

    transition:.3s;

    margin-left:5px;

}

.read-btn:hover i{

    margin-left:10px;

}

@media(max-width:991px){

.news-image img{

    height:220px;

}

.news-content{

    padding:22px;

}

.news-content h4{

    font-size:20px;

}

}

@media(max-width:767px){
    
.page-header-management img
{
    
    height:130px !important;
    
}
.news-meta{

    flex-direction:column;

    gap:8px;

}

.navbar-expand-lg img

{
    width: 195px !important;
}

}


.video-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.video-card:hover{
    transform:translateY(-8px);
}

.video-thumb{
    position:relative;
    overflow:hidden;
}

.video-thumb img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.video-card:hover img{
    transform:scale(1.08);
}

.play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:75px;
    height:75px;
    border-radius:50%;
    background:#fff;
    color:#dc3545;
    font-size:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.play-btn:hover{
    background:#dc3545;
    color:#fff;
}

.video-tag{
    display:inline-block;
    background:#dc3545;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
}

.press-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.press-card:hover{
    transform:translateY(-6px);
}

.press-card img{
    width:100%;
    height:100%;
    min-height:250px;
    object-fit:cover;
}

.press-date{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
    margin-bottom:15px;
}

.press-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.press-card p{
    color:#666;
    line-height:1.7;
}

@media(max-width:767px){

.press-card img{
    min-height:220px;
}

}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s ease;
    display:block;
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.65);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.gallery-overlay h5{
    color:#fff;
    font-weight:700;
    margin:0;
    text-align:center;
    transform:translateY(20px);
    transition:.4s;
    letter-spacing:.5px;
}

.gallery-item:hover img{
    transform:scale(1.12);
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-item:hover .gallery-overlay h5{
    transform:translateY(0);
}
