* {
    font-family: "Roboto", sans-serif;
}

.bg-gray {
    background-color: #171717;
}

.bg-black {
    background-color: #000;
}

.text-main {
    color: #facd12;
}


.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-capsule {
    border-radius: 25px;
}

.btn-red {
    border: 1px solid #facd12;
    color: #facd12;
    background: none;
}

    .btn-red:hover {
        background-color: #facd12;
        color: #ffffff;
    }

.btn-orange {
    background-color: #facd12;
    color: #000;
    border: 1px solid #000
}

.btn-gray {
    background-color: #313130;
    color: #ffffff;
}

    .btn-gray:hover {
        background-color: transparent;
        color: #313130;
        border: 1px solid #313130;
    }

.btn-orange:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #000;
}

.bg-orange {
    background: #facd12;
}

.text-pink {
    color: #f25dac;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #facd12;
    border: none;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-secondry {
    color: rgb(187 187 187);
}

@media (max-width:991px) {
    body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
}

.whole-theme {
    padding: 10px;
    max-height: 79vh;
    overflow-y: auto;
}

.editor-theme {
    padding: 0px;
    max-height: 30vh;
    overflow-y: auto;
}

.color-input {
    width: 100px;
    height: 40px;
}

/* --------------------Internal Banner Css Start------------------ */
.interbanner {
    padding: 20px;
}

    .interbanner .banner-hero {
        border-radius: 20px;
        padding-bottom: 120px;
    }

        .interbanner .banner-hero::before {
            border-radius: 20px;
        }

.card-position-wrapper {
    padding: 15px 0px;
    background: #000;
    margin-top: -70px;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}

.heading-card-int {
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background-image: url(../img/bg-heading.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center 24px;
    background-attachment: scroll;
}

.card-position-int.border-left {
    border-left: 1px solid #ccc;
}

/* --------------------Internal Banner Css End------------------ */
/* --------------------Internal Section-2 Css Start------------------ */
.heading-section-2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.section-2-para {
    font-size: 17px;
    color: #fff;
}

.card-section-2-heading {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.section-2-card-orange {
    padding: 5px 10px;
    background: #facd12;
    border-radius: 10px;
}

/* --------------------Internal Section-2 Css End------------------ */
/* --------------------Internal Section-3 Css Start------------------ */
.heading-section-3-int {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}

    .heading-section-3-int span {
        color: #facd12;
    }

.section-3-list {
    margin-top: 10px;
    list-style: none;
}

    .section-3-list li {
        color: #fff;
        font-size: 17px;
        margin-top: 5px;
        position: relative;
    }

        .section-3-list li::before {
            position: absolute;
            left: -35px;
            top: 5px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            content: '';
            background-image: url(../img/checkmark.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

/* --------------------Internal Section-3 Css End------------------ */
/* --------------------Internal Section-4 Css Start------------------ */
.heading-strip {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

/* --------------------Internal Section-4 Css End------------------ */
/* --------------------Internal Section-5 Css Start------------------ */
.form-internal {
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 10px;
    border: 1px solid #facd12;
    position: sticky;
    top: 125px;
}

.message-heading {
    font-size: 26px;
    font-weight: 600;
    color: #facd12;
    margin-bottom: 10px;
}

.form-internal .form-group .form-control {
    background: none;
    border: 1px solid #575656;
    color: #fff;
    box-shadow: none !important;
    padding: 10px 15px;
}

    .form-internal .form-group .form-control::placeholder {
        color: #ccc;
    }

.submit-btn-internal {
    text-align: left;
}

    .submit-btn-internal input {
        padding: 10px 25px;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
        border-radius: 3px;
        background-color: #facd12;
        color: #000;
        border: none;
    }

.heading-mudule-center {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #facd12;
    color: #fff;
}

/* --------------------Internal Section-5 Css End------------------ */
/* --------------------Internal Section-6 Css Start------------------ */
.wrapper-paper {
    border: 1px solid #facd12;
    border-radius: 10px;
    overflow: hidden;
}

.bg-image-paper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.image-block {
    max-width: 620px;
}

.paper-info-1 {
    padding: 35px 135px 40px 35px;
    border-bottom: 1px solid #facd12;
}

.info-1-heaidng {
    font-size: 26px;
    color: #e2f5ff;
    font-weight: 600;
}

.paper-info-2-list {
    columns: 2;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .paper-info-2-list li {
        color: #e2f5ff;
        font-size: 18px;
        margin-top: 5px;
        position: relative;
    }

        .paper-info-2-list li::before {
            position: absolute;
            left: -30px;
            top: 3px;
            width: 20px;
            height: 20px;
            content: '';
            border-radius: 50%;
            background-image: url(../img/checkmark.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

.paper-info-1-list li {
    color: #e2f5ff;
    font-size: 16px;
    margin-top: 5px;
}

.paper-info-2 {
    padding: 35px 135px 30px 35px;
}

/* --------------------Internal Section-6 Css End------------------ */
/* --------------------Internal Section-7 Css Start------------------ */
.sub-teacher-heading {
    font-size: 17px;
    color: #facd12;
    font-weight: 600;
}

.heading-techeer {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.teacher_bio {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}

.teacher_img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

    .teacher_img img {
        width: 100%;
        height: 100%;
    }

.teeacher_about {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .teeacher_about .teacher_name {
        text-wrap: nowrap;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
    }
/* --------------------Internal Section-7 Css End------------------ */
/* --------------------Internal Section-8 Css Start------------------ */
.heading-sec-8-in {
    font-size: 34px;
    font-weight: 600;
    color: #facd12;
    margin-bottom: 15px;
}

.section-8-listing-in {
    list-style: none;
}

    .section-8-listing-in li {
        color: #facd12;
        font-size: 18px;
        margin-top: 8px;
        position: relative;
    }

        .section-8-listing-in li::before {
            content: '';
            position: absolute;
            left: -30px;
            top: 4px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background-image: url(../img/checkmark.png);
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

.bg-new-orange {
    background: #facd12;
}
/* --------------------Internal Section-8 Css End------------------ */
.top-re--d {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaac33;
    border-radius: 4px;
    cursor: pointer;
}

.top-blu--e {
    font-size: 25px;
    font-weight: bold;
    color: #fffS;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #095c04;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width:991px) {
    body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .heading-section-3-int, .section-8-heading {
        font-size: 22px !important;
    }

    .heading-strip {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .paper-info-1, .paper-info-2 {
        padding: 10px;
    }

    .heading-sec-8-in {
        font-size: 22px;
    }

    .custom-img-wrap img {
        width: 40% !important;
    }

    .custom-img-wrap {
        gap: 10px;
    }
}

.custom-chck-box {
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
}



.social-link {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

/*section-gallery-start*/
.section-gallery {
    padding: 80px 0px;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.Instructor-name .infome {
    font-weight: 500;
    font-size: 14px;
    color: #4e4a4a;
    margin-bottom: 10px;
    margin-top: 5px;
}

.Instructor-name span {
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.Instructor-name .infome ul li {
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 500;
    color: #0d6efd;
}

.Instructor-name .infome ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.card-wrapper-vertical {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.col-md-4.mb-3 .card img {
    height: 200px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}
/*section-gallery-end*/

@media(max-width:991px) {
    .navbar-new-css {
        text-align: center;
        margin-bottom: 15px
    }

    .mb-screen-mt-and-center {
        margin-top: 10px;
        justify-content: center !important;
    }
}

span.btn.btn-red.btn-capsule {
    padding: 0;
    border: 0;
}

span.btn.btn-capsule.btn-orange {
    padding: 0;
    border: 0;
}

/*<<<<<<<<<<new-css-deepak-end>>>>>>>>>>>*/

@media(max-width:991px) {

    .sub-menu,
    .more-sub-menu {
        position: relative;
    }

    .more-sub-menu {
        left: 0;
    }

    .new-link {
        position: relative;
    }

    .nav-link.new-link::before {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        border-top: .5em solid #fff;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
    }

    .sub-menu {
        position: relative !important;
    }

    .more-sub-menu {
        position: relative !important;
        left: 0 !important;
        display: none;
        background: #fff0ce82 !important;
    }

        .sub-menu.show,
        .more-sub-menu.show {
            display: block;
        }
}

/*==========Header Css Start ===============*/
.top-header {
    background: #191b1e;
    padding: 20px 0px;
}

a {
    text-decoration: none;
}

.top-list-link span,
.top-list-link a {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .top-social svg {
        fill: #fff;
        width: 18px;
        transition: all 0.5s;
    }

    .top-social span:hover svg,
    .top-social a:hover svg {
        fill: #facd12;
    }

header .navbar {
    padding: 0px 0px 10px 0px;
    background: #191b1e;
}

.navbar .nav-item .nav-link {
    padding: 5px 10px;
    margin: 0px 7px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

    .navbar .nav-item .nav-link:hover {
        color: #facd12;
        border-bottom: 1px solid #facd12;
    }

.btn-2 {
    border: 1px solid #facd12;
    color: #facd12;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

    .btn-2 a {
        color: #facd12;
    }

.navbar-nav li {
    position: relative;
}
/* First level submenu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 4px 4px;
    z-index: 999;
    min-width: 180px;
}

    /*.nav-item:hover > .sub-menu {
    display: block;
    padding-left: 0px;
}*/

    .sub-menu li {
        position: relative;
        list-style: none;
    }

        .sub-menu li a,
        .sub-menu li .inside-link {
            display: block;
            padding: 10px 20px;
            color: #020202;
            text-decoration: none;
            font-size: 14px;
        }

            .sub-menu li a:hover,
            .sub-menu li .inside-link:hover {
                background-color: #dddddd;
            }

/* Second level submenu (more-sub-menu) */
.more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #ffffff;
    min-width: 180px;
    border-radius: 0 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding-left: 0px;
}

@media(min-width:768px) {
    .has-submenu:hover > .sub-menu {
        display: block;
    }
}

@media(max-width:768px) {
    .sub-menu.show {
        display: block;
    }
}

/*.more:hover .more-sub-menu {
    display: block;
}*/

/* Arrow icons (optional if using Font Awesome) */
.arrow {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
}

/* Optional: Add a little delay or animation */
.sub-menu,
.more-sub-menu {
    transition: opacity 0.2s ease;
}

@media(max-width:996px) {
    .navbar-toggler {
        filter: invert(1);
    }
}
/* =====================Header Css End=================== */
.top-header {
    background: #191b1e;
    padding: 20px 0px;
}

a {
    text-decoration: none;
}

.top-list-link span,
.top-list-link a {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.top-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .top-social svg {
        fill: #fff;
        width: 18px;
        transition: all 0.5s;
    }

    .top-social span:hover svg,
    .top-social a:hover svg {
        fill: #facd12;
    }

header .navbar {
    padding: 0px 0px 10px 0px;
    background: #191b1e;
}

.navbar .nav-item .nav-link {
    padding: 5px 10px;
    margin: 0px 7px;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
}

    .navbar .nav-item .nav-link:hover {
        color: #facd12;
        border-bottom: 1px solid #facd12;
    }

.btn-2 {
    border: 1px solid #facd12;
    color: #facd12;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

    .btn-2 a {
        color: #facd12;
    }

.navbar-nav li {
    position: relative;
}
/* First level submenu */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 4px 4px;
    z-index: 999;
    min-width: 180px;
}

    /*.nav-item:hover > .sub-menu {
    display: block;
    padding-left: 0px;
}*/

    .sub-menu li {
        position: relative;
        list-style: none;
    }

        .sub-menu li a,
        .sub-menu li .inside-link {
            display: block;
            padding: 10px 20px;
            color: #020202;
            text-decoration: none;
            font-size: 14px;
        }

            .sub-menu li a:hover,
            .sub-menu li .inside-link:hover {
                background-color: #dddddd;
            }

/* Second level submenu (more-sub-menu) */
.more-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: #ffffff;
    min-width: 180px;
    border-radius: 0 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 10px;
    padding-left: 0px;
}

@media(min-width:768px) {
    .has-submenu:hover > .sub-menu {
        display: block;
    }
}

@media(max-width:768px) {
    .sub-menu.show {
        display: block;
    }
}

/*.more:hover .more-sub-menu {
    display: block;
}*/

/* Arrow icons (optional if using Font Awesome) */
.arrow {
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
}

/* Optional: Add a little delay or animation */
.sub-menu,
.more-sub-menu {
    transition: opacity 0.2s ease;
}

@media(max-width:996px) {
    .navbar-toggler {
        filter: invert(1);
    }
}
/*==========Header Css End ===============*/
/*==========Hero Css End ===============*/
.banner-hero {
    padding: 65px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

    .banner-hero::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-color: rgb(23 37 62 / 78%);
        z-index: -1;
    }

.heading-banner-cont {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}

.banner-strip {
    padding: 12px 50px;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    border-radius: 25px;
    display: inline-flex;
    margin-bottom: 20px;
}

.enquiry-form {
    padding: 35px 35px 25px 35px;
    background: #fff;
    /*background-image: url(../img/contact_bg_1.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 400px;
    background-position: right;
}

.form-cont-para img {
    width: 35px;
}

.form-cont-para {
    color: #0f2239;
    font-size: 17px;
    font-weight: 600;
}

.form-heading {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #0f2239;
}

    .form-heading::before {
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 65%;
        height: 3px;
        background: #ac5605;
        content: '';
        display: inline-flex;
    }

.input-icon-control {
    padding: 10px 45px 10px 15px;
}

.input-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    transform: translateY(-50%);
    fill: #a5a5a5;
}

@media(max-width:991px) {
    .heading-banner-cont {
        font-size: 32px;
    }
}
/*==========Hero Css End ===============*/
/*==========Section-2 Css Start ===============*/
.sub-heading {
    font-size: 18px;
    color: #fff;
    position: relative;
    font-weight: 600;
}

    .sub-heading::before {
        position: absolute;
        width: 70%;
        background-color: #f82c81;
        height: 2px;
        content: '';
        bottom: -3px;
        left: 0;
    }

.pure-heading {
    font-size: 28px;
    font-weight: 600;
}

.wrapper-about-content-right {
    padding: 35px 35px 10px;
    background-color: #171717;
    box-shadow: rgba(255, 255, 255, 0.137) 0px 3px 10px;
    border-radius: 20px;
}

.heading-about-wrapper {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 1
}

.heading-upcomeing-mid {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.wrapper-about-bottmo-card {
    padding: 25px 15px 25px 25px;
    background-color: #facd12;
    border-radius: 10px 0px 0px 10px;
}

.wrapper-about-bottmo-card-2 {
    border-radius: 0px 10px 10px 0px;
}

.same-heading-about-bottom {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}

@media(max-width:991px) {
    .wrapper-about-bottmo-card {
        border-radius: 10px;
        margin: 15px;
    }
}
/*==========Section-2 Css End ===============*/
/*==========Section-3 Css Start ===============*/
.custom-card {
    background: transparent;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 4px;
}

    .custom-card .card-text {
        color: aliceblue;
    }

.heading-f-n-canrd {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 15px;
}

.carousel-section-wrapper {
    background-color: transparent;
    height: auto;
}

#section-3-slider.owl-carousel .owl-stage-outer {
    padding: 0px 15px 10px 5px !important;
    background: transparent;
}

#section-3-slider .owl-nav {
    display: block;
}

    #section-3-slider .owl-nav .owl-prev,
    #section-3-slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        background-color: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-3-slider .owl-nav .owl-prev {
        left: -20px;
    }

    #section-3-slider .owl-nav .owl-next {
        right: -20px;
    }

        #section-3-slider .owl-nav .owl-prev span,
        #section-3-slider .owl-nav .owl-next span {
            font-size: 26px;
        }

@media(max-width:996px) {
    #section-3-slider .owl-nav {
        display: none;
    }

    .heading-f-n-canrd {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
/*==========Section-3 Css End ===============*/
/*==========Section-4 Css Start ===============*/
.choose-sub-heading {
    font-size: 17px;
    font-weight: 600;
    color: #facd12;
}

.heading-choose {
    font-weight: 600;
    font-size: 32px;
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;
}

.custom-card-box {
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 5px;
    padding: 10px 5px;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
}

.card-icon img {
    width: 60px;
}

@media(max-width:991px) {
    .heading-choose {
        font-weight: 600;
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 14px;
    }
}
/*==========Section-4 Css End ===============*/
/*==========Section-5 Css Start ===============*/
.section-5-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

    .section-5-heading::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 65%;
        height: 2px;
        background-color: #facd12;
    }

.heading-sets {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
}

.speak-carrer {
    padding: 30px;
    background: #facd12;
    border-radius: 5px;
    margin-top: 100px;
}

.heading-career {
    font-size: 28px;
    font-weight: 600;
}

.affter-img {
    position: relative;
}

    .affter-img::before {
        position: absolute;
        left: 0;
        bottom: -138px;
        background-image: url('../img/counsullar.webp');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        content: '';
        width: 200px;
        height: 215px;
    }

@media (max-width:991px) {
    .heading-career {
        font-size: 25px;
    }

    .affter-img {
        display: none;
    }
}
/*==========Section-5 Css End ===============*/
/*==========Section-6 Css Start ===============*/
#section-6-slider .owl-nav {
    display: block;
}

    #section-6-slider .owl-nav .owl-prev,
    #section-6-slider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 35px;
        height: 35px;
        border-radius: 50% !important;
        background-color: #ffffff;
        color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-6-slider .owl-nav .owl-prev {
        left: -20px;
    }

    #section-6-slider .owl-nav .owl-next {
        right: -20px;
    }

        #section-6-slider .owl-nav .owl-prev span,
        #section-6-slider .owl-nav .owl-next span {
            font-size: 26px;
        }

@media(max-width:991px) {
    #section-6-slider .owl-nav {
        display: none;
    }
}
/*==========Section-6 Css End ===============*/
/*==========Section-8 Css End ===============*/
.section-8-heading {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

    .section-8-heading::before {
        content: '';
        width: 65%;
        height: 2px;
        position: absolute;
        background-color: #facd12;
        left: 0;
        bottom: -4px;
    }

.custom-img-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 15px;
    justify-content: center;
}

    .custom-img-wrap img {
        width: 170px;
        background-color: #fff;
        border-radius: 8px;
    }
/*==========Section-8 Css End ===============*/
/*==========Section-9 Css Start ===============*/
.testimonial-card {
    padding: 25px 15px;
    background-color: rgba(96, 98, 100, 0.308);
    border-radius: 7px;
}

    .testimonial-card img.stars-5-img {
        width: 120px !important;
    }

    .testimonial-card img.fe-img {
        width: 60px !important;
    }

#section-9-carousel .owl-nav .owl-prev,
#section-9-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background-color: #f06508;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-9-carousel .owl-nav .owl-prev {
    left: -25px;
}

#section-9-carousel .owl-nav .owl-next {
    right: -25px;
}

    #section-9-carousel .owl-nav .owl-prev span,
    #section-9-carousel .owl-nav .owl-next span {
        font-size: 26px;
    }

@media(max-width:991px) {
    #section-9-carousel .owl-nav {
        display: none;
    }
}
/*==========Section-9 Css End ===============*/
/*==========Section-10 Css Start ===============*/
.accordion-button.collapsed {
    background: #ffc107;
    border: none;
    color: #0e0e0e;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px 4px 0px 0px;
}

.accordion-button:not(.collapsed) {
    background: #ffc107;
    border: none;
    color: #000;
}

.accordion-item {
    border: none;
    background: none;
}

.accordion-flush > .accordion-item > .accordion-collapse {
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
}
/*==========Section-10 Css End ===============*/
/*==========Footer Css Start ===============*/
.footer-link-heading span {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

    .footer-link-heading span::before {
        content: "";
        position: absolute;
        left: 0;
        width: 70%;
        height: 2px;
        background-color: #ffc107;
        bottom: -5px;
    }

.footer-link-parent {
    padding-left: 15px;
    list-style: none;
}

    .footer-link-parent li {
        margin-top: 10px;
    }

        .footer-link-parent li a {
            position: relative;
            font-size: 16px;
            color: #ffffff;
            transition: all 0.5s;
            justify-content: center;
        }

            .footer-link-parent li a::before {
                position: absolute;
                left: -20px;
                top: 3px;
                width: 15px;
                height: 15px;
                background-image: url(../img/chevron.png);
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                content: '';
            }

media-a-tag {
    position: relative
}

.media-a-tag svg {
    /*font-size: 25px;*/
    fill: #fff;
    width: 25px;
}

.media-a-tag::before {
    display: none !important;
}
.media-a-tag svg:hover {
    fill: #ffc107;
}

.footer-link-parent li a:hover {
    color: #ffc107;
    font-weight: 500;
}

.footer-social-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-social-links {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

    .footer-social-links::before {
        display: none;
    }

.social-link {
    padding-left: 0px;
}

.footer-social-links span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #ffc107;
}

    .footer-social-links span svg {
        fill: #000;
        width: 14px;
    }

.footer {
    border-top: 1px solid #fc62195e;
}

.footer-copyright {
    background-color: #ffc107;
}

.footer-cont {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.footer-call-now {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 888;
    overflow-x: hidden;
    max-width: 100vw;
}

.same-w-c {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f00606;
    color: #ffff;
    font-size: 17px;
    font-weight: 600;
    padding: 10px;
}

    .same-w-c svg {
        fill: #fff;
        width: 16px;
    }

    .same-w-c.whatsapp_bg {
        background-color: #01570f;
    }

@media (max-width:991px) {
    .footer-logo a img {
        width: 80px;
    }
}
/*==========Footer Css End ===============*/
/*==========Contact Us Css End ===============*/
.contatc-page-section {
    padding: 75px 0px 0px 0px;
}

.contact-form {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(114 114 114 / 40%) 0px 3px 10px;
}

    .contact-form .form-control {
        padding: 13px 10px;
        border-radius: 3px;
    }

        .contact-form .form-control::placeholder {
            font-size: 15px;
            color: rgb(46, 44, 44);
        }

.heading-contact {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
}
/*==========Contact Css End ===============*/
/*==========Career Css Start ===============*/
.career-page {
    padding: 50px 0px;
}

.career-heading {
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
}

.heading-career-form {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}

.form-career {
    padding: 20px 0px;
}

    .form-career .form-label {
        margin-bottom: 10px;
        color: #fff;
        font-size: 18px;
    }

    .form-career .form-control {
        padding: 12px 10px;
        background: none;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #fff;
    }

        .form-career .form-control::placeholder {
            color: #ccc;
        }
/*==========Career Css End ===============*/
/*==========Terms Conditions Css Start ===============*/
.section-termcondition {
    padding: 80px 0px;
    background: #000;
}

.termcondition-heading {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.termcondition-sub-heading {
    color: #fff
}
/*==========Terms Css End ===============*/
/*==========Testimonial Css Start ===============*/
.testimonial-page {
    padding: 60px 0px;
}

.testimonials-heading {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.testimonial-card {
    border: 1px solid #ccc;
    padding: 20px 20px;
    border-radius: 10px;
}
.listing-diff li{
    color:#fff;
}

/*==========Testimonial Css End ===============*/
@media(max-width:991px){
    .banner-hero{
        background-image:none !important;
        background:#000;
    }
    .enquiry-form{
        width:100%;
    }
}