*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header{
    background-color: #10386B;
    padding: 15px 50px;
    z-index: 10;
    position: relative;
}

/*** Navbar ***/

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }


}
.ourlogo{
    position: absolute;
    transition: .5s ease;
      top: -50px;
      width: 250px;
      height: 120px;
      mix-blend-mode:multiply !important;
  }
.navbar-light .navbar-brand {
    height: 80px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        border-radius: 0px !important;
        top: 150%;
        opacity: 0;
        right: 0%;
        /* width: 100%;
        left: 0rem; */
        visibility: hidden;
        transition: .5s !important;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 105%;
        right: 0%;
        visibility: visible;
        transition: .5s !important;
        opacity: 1;
        border-radius: 0px !important;
    }
   
    
 
}


.slideimg{
    width: 100%;
    height: 500px;
    /* object-fit: cover; */
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0px 10px;
}
.carousel-caption {
    width: 35%;
    position: absolute;
    right: 15%;
    bottom: 6rem;
    left: 4%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h5 {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 10px;
}
.smallbtn{
    padding: 5px 20px;
    background-color: #10386B;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.enquirebtn{
    padding: 5px 20px;
    background-color: #fff;
    color: #10386B !important;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-decoration: none;
}
.fontset{
    color: #10386B !important;
}
.bg-theme{
    background-color: #F5F5F5;
}
.bg-blue{
    background-color: #004494;
}
.programs{
    background-color: #F5F5F5;
    padding: 80px 0px 50px;

}
.leadservicecard {
    position: relative;
    overflow: hidden;
}

.leadservicecard img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

/* Zoom-in effect on hover */
.leadservicecard:hover img {
    transform: scale(1.1);
}

/* .card-data {
    background-color: #10386B;
    padding: 1rem;
    position: relative;
    bottom: 30px;
    text-align: center;
    width: 80%;
    left: 1.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */
.card-data {
    background-color: #10386B;
    padding: 1rem;
    position: relative;
    bottom: 30px;
    text-align: center;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    z-index: 10;
}
.card-data h6 {
    color: white;
    transition: color 0.3s ease-in-out;
}

.tags-container {
    display: none;
    margin-top: 10px;
}

.leadservicecard:hover .card-data {
    background-color: white;
    border-bottom: 2px solid #10386B;
}

.leadservicecard:hover h6 {
    color: #10386B !important;
}

.leadservicecard:hover .tags-container {
    display: block;
}
.ptb-50{
    padding: 50px 0px;
}
.featuredata{
    width: 30rem;
    height: 20rem;
    background-color: #fff;
    position: absolute;
    top: 8rem;
    padding: 10px;
    text-align: center;
}

.line{
    height: 5px;
    width: 80px;
    border-radius: 10px;
    background-color: #10386B;
}
.mainbtn{
    border-radius: 0px;
    background-color: #10386B;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
}
.mainbtn:hover{
    background-color: #000;
    color: #fff;
}
.cta{
    width: 100%;
    height: 70vh;
    background-image: url(../img/slide3.png);
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;

}
.bannerhead{
    font-size: 55px;
    color: #fff;
}
p{
    font-size: 16px;
}
footer{
    background-image: url(../img/footer.jpg);
    background-size: cover;
}
/* .subscribe-bar {
    background-color: #222; 
    padding: 10px;
} */
.subscribe-bar input {
    background-color: #333 !important;
    border: none;
    color: white;
}
.subscribe-bar input::placeholder {
    color: #bbb;
}
.subscribe-bar .btn {
    background-color: #0056b3; /* Blue button */
    color: white;
}
.subscribe-bar .btn:hover {
    background-color: #004494;
}


/* ====================about page===================== */
.bread-cum{
    width: 100%;
    height: 100vh;
    background-image: url(../img/aboutbanner.png);
    background-size: cover;
}
.ptb-80{
    position: relative;
    padding: 80px 0px;
}
.text-justify{
    text-align: justify !important;
}
.valuecards{
    background-color: #F5F5F5;
    text-align: center;
    padding: 40px;
    transition: .3s;
    margin-bottom: 25px;
}
.valuecards:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}
.cool-link {
    display: inline-block;
    color: #fff !important;
    margin-right: 18px;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    /* //transition: width .3s; */
}

.home-link {
    display: inline-block;
    color: #000 !important;
    margin-right: 18px;
    text-decoration: none;
}

.home-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0056b3;
    transition: width .3s;
}
.home-link:hover::after {
    width: 100%;
    /* //transition: width .3s; */
}



.mapinfo iframe{
    width: 100%;
    height: 100%;
}

.diplomacard{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    position: relative;
    right: 50px;
    bottom: 50px;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.diplomacardleft{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    position: relative;
    left: 50px;
    top: 50px;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.inpu{
    height: 50px;
    border-radius: 0px;
    background-color: #bbb;
}
.footerlink{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}


/* @media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background-color: red;
        height: 100%;
        z-index: 100;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left .2s ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left .2s ease-in-out;
    }
    .logo{
        display: none;
    }
} */
/* ====================login UI================== */
.login-ui{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center !important;
    background-color: #F5F5F5;
}
.loginform{
    background-color: #fff;
}

@media (max-width: 991px) {
    .carousel-caption h5 {
        font-size: 45px;
    }
    .carousel-caption {
        width: 100%;
        position: absolute;
        right: 15%;
        bottom: 6rem;
        left: 4%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }
    .slideimg{
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    .featuredata{
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        top: 0rem;
        padding: 10px;
        text-align: center;
    }
    .ourlogo {
        position: relative !important;
        transition: .5s ease;
        top: 0px !important;
        width: 200px !important;
        height: 85px !important;
        mix-blend-mode: multiply !important;
    }
    .visioncard{
        margin-bottom: 35px;
        height: auto !important;
    }
    .diplomacard{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px;
        position: relative;
        right: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 10;
        background: #fff;
    }
    .diplomacardleft{
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        padding: 10px;
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 10;
        background: #fff;
    }
}