a {
    color: #000;
}

.same-space {
    padding: 90px 0px;
}


/* =================================================== top-header css ===================================== */
#top-header {
    background: linear-gradient(90deg, #edf4fc, #ffffff, #edf4fc);
    border-bottom: 1px solid #e6edf7;
    font-size: 14px;
}
#top-header a {
    font-size: 14px !important;
    font-weight: bold;
}
.top-badge {
    background: #fff3de;
    color: #d58a00;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #ffe3ad;
}

#middle-header .col-lg-7 a{
    color: #123a84;  
    
}

.social {
    width: 30px;
    height: 30px;
    margin-left: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    transition: .3s;
}

.facebook {
    background: #1877F2;
}

.instagram {
    background: #E4405F;
}

.youtube {
    background: #FF0000;
}

.linkedin {
    background: #0A66C2;
}

.social:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width:991px) {
    #top-header {
        text-align: center;
        font-size: 13px;
    }

    .top-badge {
        font-size: 12px;
        padding: 5px 15px;
    }

    .social {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* =================================================== middle-header css ===================================== */
#middle-header {
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

/*.header-logo {
    width: 90px;
}*/

.header-title {
    font-size: 30px;
    padding-top: 3%;
    line-height: 1;
    color: #123a84 !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #000;
}

.header-subtitle {
    font-size: 1.45rem;
    line-height: 1.1;
    color: #123a84 !important;
}

.phone-circle {
    width: 45px;
    height: 45px;
    border: 2px solid #eef1f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7a600;
    font-size: 20px;
}
#top-header {
    position: relative;
}
#top-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64%;
    height: 100%;
    border-radius: 0px 50px 50px 0px;
    background-color: #cbd4f1;
}

.phone-number {
    color: #123a84;
    font-size: 16px;
    line-height: 1;
}

.btn-primary {
    background: #123a84;
    border-color: #123a84;
    padding-left: 28px;
    padding-right: 28px;
}

.btn-primary:hover {
    background: #0d2f6b;
    border-color: #0d2f6b;
}

@media(max-width:991px) {

    .header-logo {
        width: 70px;
    }

    .header-title {
        font-size: 20px;
        padding-left: 14px;
    }

    .header-subtitle {
        font-size: 1.1rem;
    }

    .phone-number {
        font-size: 11px;
    }

    .btn {
        /*width: 100%;*/
        font-size: 12px;
        margin-top: 10px;
    }
}

/* =================================================== navbar css ===================================== */
.logs {
    position: relative;
    Z-INDEX: 1;
}

.navbar.sticky-top {
    background: #b5b9c7;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 8px;
    margin: 0px 4px;
    font-size: 16px;
}

/* =================================================== counter css ===================================== */
#counter .counter-box {
    border-radius: 30px;
}

#counter .shadow-lg {
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08) !important;
}

.counter-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #edf2f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d4ea6;
    font-size: 24px;
}

#counter h3 {
    font-size: 32px;
    line-height: 1;
}

#counter small {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:991px) {

    #counter {
        margin-top: 20px !important;
    }

    #counter .border-end:nth-child(even) {
        border-right: none !important;
    }

    #counter h3 {
        font-size: 24px;
    }

    #counter small {
        font-size: 13px;
    }

    .counter-icon {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
}

@media (max-width:576px) {

    #counter .border-end {
        border-right: none !important;
    }
}

/* =================================================== about css ===================================== */
#about {
    background: #fff;
}

#about h2 {
    font-size: 42px;
    color: #14213d;
}

#about img {
    height: 500px;
    object-fit: cover;
}

/* .about-badge{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#fff;
    padding:14px 18px;
    border-radius:18px;
}

.about-badge .icon{
    width:45px;
    height:45px;
    background:#fff7e8;
    color:#ff9800;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
} */

/* -------------------------------------principal css ------------------------------------ */
.principal-section {
    background: #fff;
}

.principal-box {
    background: linear-gradient(135deg, #ffc107, #f5f2fc);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.small-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.principal-img-box {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.principal-img {
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
}

.admission-card {
    background: #fff;
    border-radius: 15px;
    padding: 55px 30px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.btn-outline-danger {
    border: 2px solid #b22222;
    color: #b22222;
}

.btn-outline-danger:hover {
    background: #b22222;
    color: #fff;
}

@media (max-width: 991px) {
    .principal-box {
        padding: 25px;
    }
    
    .principal-img {
        max-width: 100%;
    }
}

/* -------------------------------------course css ------------------------------------ */
#course .course-card a{
    font-size: 16px;
}
#course {
    background: #f8fbff;
}

#course h2 {
    color: #0f2d62;
    font-size: 42px;
    font-weight: 700;
}

.title-line {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.title-line .red {
    width: 18px;
    height: 3px;
    background: #d62828;
    border-radius: 5px;
}

.title-line .blue {
    width: 45px;
    height: 3px;
    background: #0f2d62;
    border-radius: 5px;
    margin-left: 5px;
}

.course-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    transition: .4s;
    overflow: hidden;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-10px);
    border-color: #0f2d62;
    box-shadow: 0 20px 45px rgba(15, 45, 98, .12);
}

.course-card .card-body {
    padding: 35px;
}

.course-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    /* border-radius: 18px; */
    background: linear-gradient(135deg, #f5ead5, #f1dbac);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4a000;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(244, 160, 0, .15);
}

.course-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f2d62;
    margin-bottom: 5px;
}

.course-list {
    color: #666;
}

.course-list ul {
    margin: 0;
    padding-left: 18px;
}

.course-list li {
    margin-bottom: 8px;
    color: #555;
    font-size: 15px;
}

.learn-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    color: #0f2d62;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.learn-btn:hover {
    color: #f4a000;
    letter-spacing: .3px;
}

#course .btn-primary {
    background: #0f2d62;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-weight: 600;
}

#course .btn-primary:hover {
    background: #f4a000;
    color: #fff;
}

@media(max-width:991px) {

    #course h2 {
        font-size: 32px;
    }

    .course-title {
        font-size: 22px;
    }

    .course-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 28px;
    }

    .course-card .card-body {
        padding: 25px;
    }

}

/* -------------------------------------facilities css ------------------------------------ */

#facilities .facilities-carousel img {
    border-radius: 10px 10px 0px 0px;
}

#facilities .admission-card .btn {
    font-size: 12px;
}

/* -------------------------------------gallery css ------------------------------------ */
#gallery .btn {
    font-size: 10px;
}

#gallery img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}







#slider .owl-carousel-text {
    position: absolute;
    top: 15%;
    left: 8%;
    width: 40%;
    padding: 5px 15px 5px 15px;
    /* background: rgba(0, 0, 0, 0.3); */
}

#slider .owl-carousel-text .title {
    font-size: 50px;
}

#gallery .bg-success {
    background-color: #990100 !important;
}

footer#footer a {
    font-size: 16px;
}



.text-blue {
    color: #0A2D63;
}

.bg-blue {
    background: #0A2D63;
}

/* -------------------------------------about css ------------------------------------ */
.excellence-box .coun {
    left: -30px;
    bottom: -35px;
    padding: 20px;
    position: absolute;
    border-radius: 12px;
    background: #123D82;
}






/* -------------------------------------testimonial css ------------------------------------ */
.testimonial-img {
    width: 80px !important;
    height: 70px;
    object-fit: cover;
}

.testimonial-carousel .owl-dot span {
    width: 10px;
    height: 10px;
}

.testimonial-carousel .owl-dot.active span {
    background: #0d6efd !important;
}


/* -------------------------------------footer css ------------------------------------ */
#footer{
    background:#f8fbff!important;
    border-top:1px solid #e8eef8;
}

#footer .footer-icon{
    width:45px;
    height:45px;
    color:#fff;
}

#footer h4{
    color:#0d3b8d;
}

#footer a{
    transition:.3s;
}

#footer a:hover{
    color:#0d6efd!important;
    padding-left:5px;
}

#footer .btn{
    width:42px;
    height:42px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.actionbut {
    position: fixed;
    bottom: 50%;
    right: 0;
}
.actionbut a#back-to-top3 {
    background-color: #e7f313;
    padding: 10px;
}
.actionbut a#back-to-top2 {
    background-color: #24e915;
    padding: 10px;
  
}
#course .blink {
    color: yellow;
    font-weight: bold;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }
    50.01%, 100% {
        opacity: 0;
    }
}
/* --------------------------------------message-counter-------------------------------------------- */
.owl-carousel .animated {
    animation-duration: 0.6s;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}
