@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI.eot");
    src: url("../fonts/SegoeUId41d.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff2") format("woff2"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/SegoeUI-Bold.eot");
    src: url("../fonts/SegoeUI-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Now";
    src: url("../fonts/Now-Regular.eot");
    src: url("../fonts/Now-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Now-Regular.woff2") format("woff2"), url("../fonts/Now-Regular.woff") format("woff"), url("../fonts/Now-Regular.ttf") format("truetype"), url("../fonts/Now-Regular.svg#Now-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Now";
    src: url("../fonts/Now-Medium.eot");
    src: url("../fonts/Now-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Now-Medium.woff2") format("woff2"), url("../fonts/Now-Medium.woff") format("woff"), url("../fonts/Now-Medium.ttf") format("truetype"), url("../fonts/Now-Medium.svg#Now-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Now";
    src: url("../fonts/Now-Bold.eot");
    src: url("../fonts/Now-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Now-Bold.woff2") format("woff2"), url("../fonts/Now-Bold.woff") format("woff"), url("../fonts/Now-Bold.ttf") format("truetype"), url("../fonts/Now-Bold.svg#Now-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #192836;
    background: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Now";
    margin: 0;
    color: #192836;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    color: #262626;
    font-weight: 500;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-family: "Segoe UI";
    font-size: 16px;
    font-weight: 400;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a,
a:after,
a:before {
    color: #192836;
    transition: all 0.4s ease-in-out;
}

    a,
    a:visited,
    a:focus,
    a:active,
    a:hover {
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.form-control:focus,
.btn:focus,
input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

.mtb150 {
    margin: 150px 0;
}

.mt150 {
    margin-top: 150px;
}

.mb160 {
    margin-bottom: 160px;
}

.mb150 {
    margin-bottom: 150px;
}

.mtb100 {
    margin: 100px 0;
}

.mt100 {
    margin-top: 100px;
}

.mb100 {
    margin-bottom: 100px;
}

.mtb90 {
    margin: 90px 0;
}

.mt90 {
    margin-top: 90px;
}

.mb90 {
    margin-bottom: 90px;
}

.mtb80 {
    margin: 80px 0;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mtb70 {
    margin: 70px 0;
}

.mt70 {
    margin-top: 70px;
}

.mb70 {
    margin-bottom: 70px;
}

.mtb60 {
    margin: 60px 0;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.mtb50 {
    margin: 50px 0;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb40 {
    margin: 40px 0;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mtb30 {
    margin: 30px 0;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mtb20 {
    margin: 20px 0;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mtb10 {
    margin: 10px 0;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m0 {
    margin: 0;
}

.mt-8 {
    margin-top: -8px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-70 {
    margin-top: -70px;
}

.ptb150 {
    padding: 150px 0;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.ptb100 {
    padding: 100px 0;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.ptb90 {
    padding: 90px 0;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.ptb80 {
    padding: 80px 0;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.ptb70 {
    padding: 70px 0;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.ptb60 {
    padding: 60px 0;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.ptb50 {
    padding: 50px 0;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.ptb40 {
    padding: 40px 0;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.ptb30 {
    padding: 30px 0;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.ptb20 {
    padding: 20px 0;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.ptb10 {
    padding: 10px 0;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.btn-1,
.btn-2 {
    background: #ffffff;
    color: #430707;
    display: inline-block;
    padding: 10px 30px;
    font-family: "Segoe UI";
    font-weight: 600;
    font-size: 16px;
    transition: all 0.4s ease-in-out;
    border: none;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
}

    .btn-1:hover {
        background: #430707;
        color: #fff;
    }

.btn-2 {
    background: #430707;
    color: #fff;
}

    .btn-2:hover {
        background: #fff;
        color: #430707;
    }

.link,
.link2 {
    color: #430707;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 16px;
    word-break: break-all;
}

    .link i,
    .link2 i {
        font-size: 12px;
        transition: all 0.4s ease-in-out;
    }

    .link:hover,
    .link2:hover {
        color: #430707;
    }

        .link:hover i,
        .link2:hover i {
            margin-left: 5px;
        }

    .link:after {
        content: "";
        background: #430707;
        height: 1px;
        width: 100%;
        right: 0;
        bottom: 0;
        position: absolute;
        margin-left: 5px;
        transition: all 0.4s ease-in-out;
    }

    .link:hover:after {
        width: 0;
    }

.bxw {
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
}

.bxw2 {
    box-shadow: 0px 0px 20px 0px rgba(16, 26, 36, 0.55);
}

.load-more {
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    display: inline-block;
    background: #fff;
    padding: 20px 40px;
    color: #430707;
    font-weight: 600;
}

    .load-more i {
        margin-right: 5px;
        font-size: 14px;
    }

        .load-more i.ti-angle-right {
            margin: 0;
            margin-left: 5px;
            transition: all 0.4s ease-in-out;
            color: #430707;
        }

    .load-more:hover i.ti-angle-right {
        margin-left: 10px;
        color: #fff;
    }

    .load-more:hover {
        background: #430707;
        color: #fff !important;
    }

.c-orange {
    color: #f28202;
}

.c-red {
    color: #430707;
}

.c-green {
    color: #3adc79;
}

.c-yellow {
    color: #430707;
}

.c-white {
    color: #fff;
}

.c-nevy {
    color: #2e5c88;
}

.c-skyblue {
    color: #430707;
}

.b-sky {
    background: #e8f4ff;
}

.b-skyblue {
    background: #430707;
}

.title-big a {
    font-size: 30px;
}

.title-big {
    text-align: center;
}

.ffn {
    font-family: "Now";
}

.ffs {
    font-family: "Segoe UI";
}

.section-title {
    text-align: center;
    max-width: 685px;
    margin: auto;
}

    .section-title h2 {
        margin-bottom: 10px;
    }

.fs16 {
    font-size: 16px !important;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #430707;
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

#toTop {
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    background: #430707;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.hoverpop {
    transition: all 0.4s ease-in-out;
}

    .hoverpop:hover {
        box-shadow: 0 10px 55px 5px rgba(188, 188, 188, 0.25);
        transform: translate3d(0, -20px, 0);
    }

@media only screen and (max-width: 991px) {
    .rmt70 {
        margin-top: 20px;
    }

    .rmt30 {
        margin-top: 30px;
    }

    .rmt40 {
        margin-top: 40px;
    }

    .rmb70 {
        margin-bottom: 70px;
    }

    .rmb40 {
        margin-bottom: 40px;
    }

    .rmt-40 {
        margin-top: -40px;
    }
}

@media only screen and (max-width: 768px) {
    .rmt0 {
        margin-top: 0;
    }

    .slider2 .item {
        padding: 0;
    }

    .rmt70 {
        margin-top: 20px;
    }

    .rmt30 {
        margin-top: 30px;
    }

    .rmt40 {
        margin-top: 40px;
    }

    .rmb70 {
        margin-bottom: 70px;
    }

    .rmb40 {
        margin-bottom: 40px;
    }

    .rmt-40 {
        margin-top: -40px;
    }

    .link {
        text-decoration: underline;
    }

        .link:after {
            display: none;
        }

    .pb80 {
        padding-bottom: 30px;
    }

    .pt80 {
        padding-top: 30px;
    }
}

header {
    background: #ffffff;
    z-index: 9999;
    width: 100%;
    z-index: 999;
}

    header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

nav {
    text-align: center;
}

    nav li {
        display: inline-block;
        position: relative;
    }

        nav li:last-child a {
            margin-right: 0;
        }

    nav a {
        font-weight: 700;
        text-transform: capitalize;
        display: inline-block;
        position: relative;
        margin-right: 35px;
        padding: 25px 0;
        font-size: 14px;
    }

        nav a:hover {
            color: #430707;
        }

    nav .active:after {
        width: 25px;
    }

    nav .active,
    nav .active:before {
        color: #430707;
    }

    nav a:after {
        content: "";
        width: 0;
        height: 2px;
        background: #20b2aa36;
        position: absolute;
        right: 0;
        bottom: 25px;
    }

    nav a:hover:after {
        width: 25px;
    }

    nav ul li > ul {
        position: absolute;
        top: 150%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        text-align: left;
        min-width: 138px;
        padding: 10px 0;
        background: #ffffffd9;
        transition: all 0.4s ease-in-out;
    }

        nav ul li > ul li {
            width: 100%;
            padding: 5px 20px;
            display: block;
        }

            nav ul li > ul li a {
                margin: 0;
                padding: 0;
            }

    nav ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    nav ul li > ul li ul {
        left: 100%;
        top: 15% !important;
    }

    nav ul li > ul li a:after {
        bottom: 0;
    }

    nav li > a:before {
        font-family: "themify";
        content: "\e64b";
        position: absolute;
        font-size: 8px;
        right: -13px;
        margin-top: 6px;
    }

    nav li > a:only-child:before {
        content: "";
    }

.mobile-menu {
    display: none;
}

.social-icon li {
    display: inline-block;
}

.social-icon a {
    padding: 25px 5px;
    display: inline-block;
    font-size: 14px;
}

    .social-icon a:hover {
        color: #430707;
    }

.search-icon a {
    margin-left: 24px;
    padding-right: 0;
}


@media only screen and (max-width: 1200px) {
    .social-icon a {
        padding: 25px 4px;
    }

    .search-icon a {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
    }

    nav {
        background: rgba(0,150,136,1);
        width: 100%;
        position: fixed;
        height: 100%;
        left: -100%;
        top: 0;
        z-index: 99;
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 50px;
        transition: all 0.4s ease-in-out;
    }

        nav li {
            display: block;
            margin-bottom: 19px;
        }

        nav a {
            margin: 0;
            padding: 5px 0;
        }

        nav ul {
            text-align: left;
        }

        nav a:after {
            bottom: 5px;
            background: #192836;
        }

        nav ul li > ul {
            visibility: visible;
            opacity: 1;
            position: inherit;
            background: transparent;
            padding: 0;
            display: none;
            transition: none;
        }

            nav ul li > ul li ul {
                left: 0;
                padding: 0;
            }

        nav a.active,
        nav a.active:before,
        nav a:hover,
        nav a:hover:before {
            color: #192836;
        }

            nav a:hover:after {
                background: #192836;
            }

    .mobile-menu .ti-close {
        z-index: 99;
        position: fixed;
        right: 60px;
        top: 30px;
        font-size: 20px;
        cursor: pointer;
        display: none;
    }

    .mobile-menu .ti-menu {
        font-size: 20px;
    }

    .social-icon {
        text-align: right;
    }

        .social-icon.me-3 {
            margin-right: 2rem !important;
        }

   
}

@media only screen and (max-width: 375px) {
    .mobile-menu .ti-menu {
        right: 43%;
        top: 24px;
    }

    .social-icon a {
        padding: 25px 3px;
    }

    .search-icon a {
        margin-left: 3px;
    }
}

@media only screen and (max-width: 320px) {
    .social-icon {
        text-align: right;
        margin-right: -10px;
    }
}

.slider .item {
    position: relative;
    z-index: 1;
}

    .slider .item img {
        border-radius: 0;
    }

.slider-bg-1 {
    background: url("../img/slider1.jpg") no-repeat center center/cover;
}

.slider-bg-5 {
    background: url("../img/slider 03.webp") no-repeat center center/cover;
}

.slider-bg-3 {
    background: url("../img/slider 01.webp") no-repeat center center/cover;
}

.slider-bg-4 {
    background: url("../img/slider 02.webp") no-repeat center center/cover;
}

.slider h1 {
    color: #fff;
    font-size: 52px;
    text-align: center;
}

    .slider h1 span {
        color: #430707;
    }

.slider p {
    font-size: 20px;
    color: #fff;
    font-family: "Now";
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
}

.slider .item a i {
    margin-left: 5px;
}

.slider .item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    content: "";
    z-index: -2;
    opacity: 0.3;
}

.slider2 .item {
}

    .slider2 .item h2,
    .slider2 .item p {
        color: #fff;
    }

    .slider2 .item .btn-1 {
        border-radius: 4px;
    }

.slider .item svg {
    margin-left: 5px;
}

    .slider .item svg path {
        transition: all 0.4s ease-in-out;
    }

.slider .item .btn-1:hover svg .s-icon-circle {
    stroke: white;
}

.slider .item .btn-1:hover svg .s-icon-dot {
    fill: #fff;
}

.event-picker {
    background: url("../img/event-picker-bg.jpg") no-repeat center;
    z-index: 99;
    width: 350px;
    text-align: center;
    padding: 50px 25px 85px 25px;
    margin-top: -307px;
    position: absolute;
    right: 0;
}

    .event-picker p {
        max-width: 190px;
        margin: 20px auto;
    }

@media only screen and (max-width: 767px) {
    .event-picker {
        transform: translate(-50%, 0);
        left: 50%;
    }
}

@media only screen and (max-width: 320px) {
    .event-picker {
        width: 305px;
    }
}

.Base {
    background-color: white;
    opacity: 0.302;
    box-shadow: 0px 3px 65px 0px rgba(157, 172, 193, 0.25);
    width: 87px;
    height: 87px;
}


.curriculum-subject p {
    font-size: 16px;
}


.curriculum-subject {
    padding: 20px 15px;
    position: relative;
    box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    height: 100%;
    border-radius: 5px;
    text-align: center;
}

    .curriculum-subject:hover h3 {
        color: #430707;
    }

    .curriculum-subject:hover {
        box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    }

        .curriculum-subject:hover:after {
            width: 55px;
        }

    .curriculum-subject,
    .curriculum-subject h3,
    .curriculum-subject:after {
        transition: all 0.4s ease-in-out;
    }


@media only screen and (max-width: 991px) {
   

    header {
        padding: 20px 0;
    }

    .logo img {
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
   

    .slider h1 {
        color: #fff;
        font-size: 36px;
        text-align: center;
    }

  
}


.item-with-img .item-text {
    padding: 30px 30px;
}

    .item-with-img .item-text .link2 {
        margin-top: 30px;
    }

    .item-with-img .item-text h2 {
        margin-bottom: 10px;
    }



.apply-form {
    padding: 74px 30px;
}

    .apply-form h2 {
        margin-bottom: 17px;
    }

    .apply-form ul li {
        display: inline-block;
        margin-bottom: 30px;
    }

        .apply-form ul li a {
            background: #ddd;
            display: inline-block;
            padding: 15px 27px;
            margin: 0 10px;
        }

            .apply-form ul li a i {
                margin-right: 3px;
            }

    .apply-form ul {
        margin-top: 40px;
    }

    .apply-form .load-more {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .apply-form input {
        border-radius: 0;
        border: 1px solid #ebebeb;
        padding: 23px 20px;
        margin-bottom: 30px;
        box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    }

        .apply-form input:focus {
            border-color: #ebebeb;
        }

.apply-form-padding {
    padding: 0 70px;
}

.apply-form .fb {
    background: #3b5999;
    color: #fff;
}

.apply-form .gl {
    background: #dd4b39;
    color: #fff;
}

    .apply-form .fb:hover,
    .apply-form .gl:hover {
        box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    }

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 28px;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 5px;
    left: -27px;
    height: 16px;
    width: 16px;
    background-color: #d1d1d1;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #ffbc13;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
    .apply-form-padding {
        padding: 0 15px;
    }
}


.course {
    background: url("../img/course-bg.jpg") no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
}

    .course::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #ffffffe8;
        z-index: -1;
    }

.course-req-form {
    background: url("../img/course-form-bg1.jpg") no-repeat;
    padding: 30px 30px;
    max-width: 640px;
    border-radius: 4px;
}

    .course-req-form input,
    .course-req-form select {
        width: 100%;
        border: 0;
        padding: 10px 15px;
        margin-bottom: 9px;
        border-radius: 4px;
        border: solid 1px #a19f9f;
        box-shadow: 0px 28px 65px 0px rgba(188, 188, 188, 0.25);
    }

.course-item-img {
    overflow: hidden;
}

    .course-item-img img {
        transition: all 0.4s ease-in-out;
    }

.course-item:hover img {
    transform: scale(1.5);
}

.course-item-content {
    padding: 25px 25px 50px;
    margin-bottom: 30px;
}

.course-item img {
    width: 100%;
}

.course-item h3 {
    transition: all 0.4s ease-in-out;
}

    .course-item h3:hover {
        color: #430707;
    }

.course-item-author {
    background: #20b2aa2e;
    color: #430707;
    padding: 1px 9px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

    .course-item-author:hover {
        color: #430707;
    }

.course-item-content span {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

    .course-item-content span:after {
        position: absolute;
        content: "";
        background: #39e17b;
        height: 8px;
        width: 115%;
        bottom: 4px;
        left: 0;
        z-index: -1;
    }

@media only screen and (max-width: 991px) {
    .course-req-form {
        margin: auto;
    }

    .course-padding {
        padding: 0 15px;
    }
}

footer {
    background: #192735;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-subscribe input {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 60px;
    padding-left: 25px;
}

.footer-subscribe {
    padding: 50px 45px;
    position: relative;
}

    .footer-subscribe button {
        background: #430707;
        color: #fff;
        border: 0;
        padding: 0px 25px;
        border-radius: 0;
    }

.footer-subscribe-content {
    color: #a3b5ca;
    padding-left: 40px;
    max-width: 560px;
}

.footer-subscribe .input-group {
    margin-top: 6px;
}

.footer-subscribe:before {
    position: absolute;
    content: "";
    background: #23374b;
    width: 6px;
    height: 90px;
    left: 0;
    top: 50%;
    margin-top: -45px;
}

.footer-subscribe-content .link2 {
    color: #fff;
    margin-top: 8px;
}

    .footer-subscribe-content .link2 i {
        color: #fff;
    }

    .footer-subscribe-content .link2:hover,
    .footer-subscribe-content .link2:hover i {
        color: #430707;
    }

.footer-subscribe-content a {
    font-size: 14px;
}

.footer-subscribe:after {
    position: absolute;
    content: url("../img/edu-logo.png");
    right: 20px;
    top: 35px;
    z-index: -1;
}

footer li,
footer li a {
    color: #a3b5ca;
}

footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

footer li {
    margin-bottom: 10px;
    font-size: 14px;
}

    footer li i {
        margin-right: 5px;
    }

    footer li:hover a {
        margin-left: 15px;
        color: #430707;
    }

    footer li a {
        margin-bottom: 5px;
        display: inline-block;
    }

.footer-bar {
    padding: 15px;
}

    .footer-bar li {
        display: inline-block;
        margin: 0;
        margin-left: 15px;
    }

    .footer-bar p {
        color: #a3b5ca;
    }

    .footer-bar a {
        margin: 0;
    }

    .footer-bar ul {
        text-align: right;
    }

    .footer-bar li:first-child {
        margin-left: 0;
    }

    .footer-bar li:hover a {
        margin-left: 0;
    }

    .footer-bar p {
        color: #a3b5ca;
        font-size: 14px;
    }

    .footer-bar a {
        margin: 0;
    }

    .footer-bar ul {
        text-align: right;
    }

    .footer-bar li:first-child {
        margin-left: 0;
    }

    .footer-bar li:hover a {
        margin-left: 0;
    }

.footer-subscribe-content p {
    font-size: 14px;
}

.footer-small .footer-bar {
    padding: 0;
    text-align: center;
}

.footer-small a,
.footer-small p {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer-subscribe-content {
        padding: 0;
        margin-top: 30px;
    }

    .footer-subscribe:after {
        top: 61%;
        right: 0;
    }

    .footer-subscribe:after {
        display: none;
    }

    .footer-subscribe-content {
        padding: 0;
        margin-top: 30px;
    }

    .footer-subscribe:after {
        top: 61%;
        right: 0;
    }

    footer ul,
    footer h3 {
        padding-left: 45px;
    }

    footer h3 {
        margin-top: 30px;
    }

    .footer-bar {
        text-align: center;
    }

        .footer-bar ul {
            padding: 0;
            margin-top: 0px;
            text-align: center;
        }

        .footer-bar li {
            margin-left: 10px;
        }

    .footer-small {
        margin: 0px 0 60px 0;
        padding-top: 20px;
    }

        .footer-small .text-start {
            text-align: center !important;
        }
}



.primary-color {
    color: #430707;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #430707;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 50px;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 3px;
        height: 100%;
        background: #430707;
    }

.timeline-row {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .timeline-row.left-content .timeline-image {
        order: 1;
        width: 45%;
    }

    .timeline-row.left-content .timeline-text {
        order: 2;
        width: 45%;
        margin-left: auto;
        text-align: left;
    }

    .timeline-row.right-content .timeline-image {
        order: 2;
        width: 45%;
        margin-left: auto;
    }

    .timeline-row.right-content .timeline-text {
        order: 1;
        width: 45%;
        text-align: right;
    }

.timeline-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.timeline-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #430707;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    .timeline-icon img {
        width: 32px;
        height: 32px;
    }

.timeline-text {
    padding: 20px;
    background: #fff;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 28px;
    }

    .timeline-text h3 {
        font-size: 15px;
    }

    .timeline-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

        .timeline-row .timeline-image {
            order: 1 !important;
            width: 100% !important;
            padding-left: 60px;
        }

        .timeline-row .timeline-text {
            order: 2 !important;
            width: calc(100% - 60px) !important;
            text-align: left !important;
            margin-left: auto;
        }

    .timeline-icon {
        left: 28px;
        transform: translate(-50%, -50%);
    }
}

.sd-done {
    display: block;
}

.enqbtn {
    display: block;
}

.sm-d-1023 {
    display: none;
}

@media (max-width: 991px) {
    .sm-d-1023 {
        display: block;
    }

    .sd-done {
        display: none;
    }

    .enqbtn {
        display: none;
    }
}

@media (max-width: 1023px) {
    .mobile-fixed-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        display: flex;
        justify-content: space-around;
        z-index: 9999;
        border-top: 1px solid #ddd;
    }

        .mobile-fixed-buttons a {
            flex: 1;
            margin: 0 5px;
        }
}

.benefits-section {
    text-align: center;
}

    .benefits-section img {
        width: 64px;
    }

    .benefits-section h5 {
        margin-top: 10px;
        font-size: 15px;
    }

.contact-box {
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

    .contact-box p {
        margin-bottom: 15px;
        font-size: 16px;
    }

.map-frame iframe {
    border-radius: 12px;
}

.accordion-button {
    font-weight: 600;
}

.school-feature-strip h5 {
    line-height: 1;
    margin-bottom: 1px;
    font-size: 20px;
    color: #333;
}

.school-feature-strip p {
    font-size: 18px;
    color: #333;
}

.benefits-section h2 {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (max-width: 768px) {
    .slider2 .item {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 96%;
    }
}

.testimonial-stars i {
    color: #ffc107;
    margin-left: 2px;
    font-size: 14px;
}

.welcome-new h1 {
    font-size: 32px;
}

.welcome-new h2 {
    font-size: 28px;
}

.wel-enq-btn {
    width: 150px;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .wel-enq-btn {
        width: 150px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .benefits-section h2 {
        font-size: 19px;
        line-height: 28px;
    }

    .twitet p,
    .twitet p a {
        font-size: 16px;
        line-height: 28px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .mt60 {
        margin-top: 20px;
    }

    .mt20 {
        margin-top: 10px;
    }

    .slider2 .item {
        height: auto;
    }

    h2 {
        font-size: 18px;
    }

    .welcome-new h1 {
        font-size: 28px;
    }

    .welcome-new h2 {
        font-size: 18px;
    }

    .school-feature-strip h5 {
        font-size: 16px;
    }
}

.welcome-new span {
    color: #430707;
}

.testimonial-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 576px) {
    .testimonial-top {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}

.call-now-btn {
    display: none;
}

@media (min-width: 768px) {
    .call-now-btn {
        display: block;
        position: fixed;
        bottom: 20px;
        right: 30px;
        background: #430707;
        color: #fff;
        padding: 14px 18px;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        font-weight: bold;
        text-decoration: none;
        z-index: 9999;
    }

        .call-now-btn:hover {
            background: #14532d;
        }
}

#captchaBox1,
#captchaBox2,
#captchaBox3,
#captchaBox4 {
    background: #eef2ff;
    border-radius: 6px;
    padding: 10px 13px;
    letter-spacing: 2px;
    display: inline-block;
    border: 1px dashed #b4b4b4;
    text-align: center;
}

.date-wrapper {
    position: relative;
}

.custom-date::-webkit-inner-spin-button,
.custom-date::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.custom-date {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
}

.date-placeholder {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
    transition: 0.2s ease;
}

.custom-date:focus + .date-placeholder,
.custom-date:valid + .date-placeholder {
    opacity: 0;
    visibility: hidden;
}

.date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #555;
    cursor: pointer;
}

.rankridge-achievements {
    background: #f8fafc;
}

.ach-card {
    display: flex;
    gap: 18px;
    padding: 10px 20px;
    border-radius: 16px;
    color: #fff;
    align-items: center;
    min-height: 120px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
    height: 100%;
}

    .ach-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
        cursor: pointer;
    }

.gradient-red {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
}

.gradient-green {
    background: linear-gradient(135deg, #2ecc71, #77dd77);
}

.gradient-blue {
    background: linear-gradient(135deg, #3498db, #6fb5ff);
}

.gradient-purple {
    background: linear-gradient(135deg, #9b59b6, #c98bf2);
}

.ach-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    border-radius: 50% !important;
    background: #fff !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 48px !important;
}

.yellow-bg {
    color: #fffd97;
}

.pink-bg {
    color: #ff00e2;
}

.green-bg {
    color: #2ecc71;
}

.blue-bg {
    color: #3498db;
}

.purple-bg {
    color: #9b59b6;
}

.highlight-red {
    color: #ffeded;
    font-weight: 600;
}

.highlight-green {
    color: #eaffea;
    font-weight: 600;
}

.highlight-blue {
    color: #e3f1ff;
    font-weight: 600;
}

.counter {
    font-size: 28px;
    font-weight: 700;
}

.yt-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 12px;
    background: #000;
}

.curriculum-subject i {
    font-size: 28px;
    margin-bottom: 15px;
    display: block;
}

.curriculum-subject .icon {
    width: 48px;
    margin-bottom: 8px;
}

.text-purple {
    color: #7b57c9;
}

.owl-carousel.owl-carousel1 .owl-stage {
    display: flex;
}

.owl-carousel.owl-carousel1 .owl-item {
    display: flex;
}

.testimonial-card {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .testimonial-card .p-4 {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .testimonial-card .text-muted {
        flex-grow: 1;
    }

    .testimonial-card i {
        font-size: 36px;
        line-height: 20px;
    }

.wave-section {
    text-align: center;
    padding: 10px 20px;
    position: relative;
    border-radius: 0 0 12px 12px;
    color: #fff;
}

.bg-blue {
    background: #4da3ff;
}

.bg-green {
    background: #28c7a9;
}

.text-green-new {
    color: #28c7a9;
}

.bg-purple {
    background: #8a3ffc;
}

.testimonial-stars i {
    color: #ffc107;
    margin-left: 2px;
    font-size: 14px;
}

.social-icon img {
    width: 28px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    nav a {
        margin-right: 20px;
    }
}
.benefit-card p {
  font-size: 14px
}