@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap');

/* common-css-start */
:root {
    --color-black: #222222;
    --color-white: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif;
}

section {
    position: relative;
}

p {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 159%;
    color: #fff;
}

html.myClass {
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

.section-heading {
    position: relative;
    z-index: 1;
}

.order-6 {
    order: 6 !important;
}

.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
a {
    color: #000;
}

.btn-all {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: #fff;
    background: #788591;
    padding: 10px 20px;
    transition: 0.5s all;
    border-radius: 100px;
}

.btn-all:hover {
    background: #788591 !important;
}

.sub-heading {
    font-weight: 600;
    font-size: 38px;
    line-height: normal;
    font-family: "Wix Madefor Display", sans-serif;
    color: #211f1f;
}

.header-btns .btn-all:hover {
    background: #e4292c !important;
}

.sub-heading span {
    color: #e4292c;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

/* common-css-end */

.menu-modal.cover-modal.header-footer-group {
    display: none !important;
}

/*header-css-start*/
.sticky-header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 10px -5px #9698a6;
    animation: goDown 0.5s ease-in-out forwards;
    z-index: 99;
    top: 0;
    background: linear-gradient(286.79deg, rgba(5, 11, 45, 0.68) 68.56%, rgba(5, 11, 45, 0.341262) 34.31%, rgba(5, 11, 45, 0.62) 46.3%, rgba(5, 11, 45, 0.68) 68.56%);
}
/* .main-header.sticky-header .nav-link { 
    color: #000; 
} */
@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(0px);
    }
}

    
.menu-modal.cover-modal.header-footer-group {
    display: none;
}

.main-header .nav-link {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    color: #fff;
    padding: 5px 10px !important;
}

.main-header .navbar-nav .nav-link.active, .main-header .navbar-nav .nav-link.show {
    color: #fff !important;
    background: #e4292c;
}

.main-header .nav-link:focus, .main-header .nav-link:hover {
    color: #fff !important;
    background: #e4292c;
    box-shadow: none;
}

.main-header .navbar-nav {
    gap: 25px;
}

.main-header .navbar {
    padding: 15px 0;
}
.main-header  .navbar-brand img {
    width: 160px;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}


/*header-css-end*/

   /* ==============banner-section================================= */
.banner-content {
    width: 100%;
}
    .banner-section {
        margin-top: -61px;
    }

    .banner-content .container {
        padding: 0 60px;
    }

    .banner-card {
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .banner-card:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(286.79deg, rgba(5, 11, 45, 0) 7.15%, rgba(5, 11, 45, 0) 34.31%, rgba(5, 11, 45, 0.377) 46.3%, rgba(9, 18, 66, 0.4408) 68.56%); */
        background: linear-gradient(286.79deg, rgba(5, 11, 45, 0) 7.15%, rgba(5, 11, 45, 0.341262) 34.31%, rgba(5, 11, 45, 0.62) 46.3%, rgba(5, 11, 45, 0.68) 68.56%);
    }



    .banner-section .owl-dots {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .banner-content .container {
        padding: 0 60px;
    }

  .banner-section button.owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

    .banner-section button.owl-dot.active span {
        background: var(--color-white);
    }

      .red-text {
        color: #e4292c;
    }

    .main-heading {
    font-weight: 600;
    font-size: 37px;
    line-height: 141%;
    color: #fff;
    font-family: "Wix Madefor Display", sans-serif;
}

    .banner-content p {
        margin: 15px 0;
    }
.bc-inner {
    margin: 10px 0;
}
    .bc-inner p {
        font-family: 'Work Sans';
        font-weight: 500;
        font-size: 17px;
        line-height: 176%;
        color: #fff;
    }

    .banner-btns .btn-all {
        box-shadow: 0 2px 4px 0 rgba(115, 115, 115, 0.1), 0 7px 7px 0 rgba(115, 115, 115, 0.09), 0 16px 10px 0 rgba(115, 115, 115, 0.05), 0 29px 11px 0 rgba(115, 115, 115, 0.01), 0 45px 13px 0 rgba(115, 115, 115, 0);
        background: #e4292c;
        padding: 15px 25px;
        height: 51px;
    }

    /* .banner-btns a:last-child {
        background: #e4292c;
        border-radius: 100px;
        width: 51px;
        height: 51px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s;
    }

    .banner-btns a:last-child:hover {
        background: #788591;
    } */

    .banner-btns {
        display: flex;
        align-items: center;
        gap: 5px;
    }
.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
}

 
.banner-section .owl-nav button {
    position: absolute;
    background: transparent !important;
    border: 1px solid #bcbcbc !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.banner-section .owl-nav button.owl-prev {
    left: 1rem;
}

.banner-section .owl-nav button.owl-next {
    right: 1rem;
}

.banner-section .owl-nav button i {
    color: #fff;
}
    /* ==============banner-section================================= */
.Learning-section {
    padding: 120px 0;
}

.Learning-card {
    background: #fff;
    border: 1.11px solid #e3e3e3;
    border-radius: 13px;
    text-align: center;
    transition: all 0.5s;
}

.Learning-card:hover {
    transform: scale(1.02);
    box-shadow: rgb(149 157 165 / 12%) 0px 8px 24px;
}

.Learning-card a {
    display: block;
    padding: 30px 12px;
}

.Learning-content h5 {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #211f1f;
    margin: 0 auto 15px;
    width: 70%;
}

.Learning-main {
    margin-top: 50px;
}

/* ================================================================================= */
/* ========================================Partners-section-start========================================= */
.Partners-image a {
    display: block;
    padding: 30px 12px;
    background: #fff;
    border: 1.11px solid #e3e3e3;
    border-radius: 13px;
    text-align: center;
    width: 100%;
}

.Partners-image a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.Partnerss-section {
    padding: 70px 0;
}

.Partnerss-main .section-heading p {
    font-weight: normal;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
    margin: 50px 0 30px;
}

.l-traignlebxx {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.l-bxx {
    position: relative;
}

.l-svgbxx-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
}
.l-svgbxx {
    width: 100%;
}

.l-svgbxx svg , .l-svgbxx img {
    width: 100%;
}

 .l-traignlebxx .l-bxx:nth-child(2) .l-svgbxx-content, .l-traignlebxx .l-bxx:last-child .l-svgbxx-content {
    width: 100%;
}

.l-svgbxx-content p {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000;
}
.l-svgbxx-content p a {
    color: inherit;
}
.arrow-bxx {
    position: absolute;
    right: 0;
    top: -25px;
    left: 0;
    width: 30px;
    margin: 0 auto;
}

.partners-bxx {
    padding: 70px 0 100px;
}

.partners-image img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 120px !important;
    margin: 0 auto;
}

.partners-bxx .owl-stage {
    display: flex;
    align-items: center;
}

.partners-image {
    width: 100%;
    text-align: center;
}

/* =========================================Partners-section-end======================================== */


.mf-bxx {
    border-radius: 24px 24px 0 0;
    background: #edf1f5;
    padding: 70px 0 0;
}

.main-footer {
    padding: 0 20px;
}

.f-logo .navbar-brand {
    width: 135px;
    margin-bottom: 20px;
}
.f-logo .navbar-brand img {
    width: 100%;
    object-fit: cover;
}
.f-links ul {
    display: flex;
    gap: 15px;
}

.f-heading {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: #181818;
}

ul.menu-ul li a {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 212%;
    color: #6c6c6c;
    transition: all 0.5s;
}

ul.menu-ul li a:hover {
    color: #000;
}

.menu-ul {
    margin-top: 15px;
}

ul.fd-links li p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 16px;
    color: #6c6c6c;
}

ul.fd-links li a {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    color: #6c6c6c;
}

.fd-links li {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(108, 108, 108, 0.2);
    margin-bottom: 15px;
}

ul.fd-links li p svg path {
    fill: #6c6c6c;
}

.flast {
    margin: 70px 0 0;
    border-top: 1px solid #d3d3d3;
}

.flast p {
    padding: 25px 0;
    text-align: center;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #788491;
}

/* ======================================================================================================== */
.modular-certificates-section {
    padding: 50px 0;
    background: #fff;
}

.mcs-main {
    border-radius: 30px;
    background: linear-gradient(180deg, #e4292c 0%, #ffc4c5 100%);
    width: 98%;
    margin: 0 auto;
    padding: 80px 0;
}

.mcs-main .sub-heading {
    font-size: 36px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.mcs-main .section-heading p {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 159%;
    color: #fff;
    margin: 10px 0;
}

.modular-mainbxx {
    margin-top: 50px;
}

.mc-heading h4 {
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.mmb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.certificates-bx {
    border: 1px solid #fff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f4f8fb 0%, #cbd6e2 100%);
    padding: 20px;
}

.certificates-headingbx {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
}

.certificates-headingbx a {
    border-radius: 100%;
    background: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificates-contentbxx ul {
    margin: 15px 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.certificates-contentbxx ul li {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #211f1f;
    margin: 10px 0;
}

.cc-image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificates-headingbx h5 {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    color: #000;
}

.certificates-contentbxx {
    display: flex;
    flex-direction: column;
}

/* ======================================================================================================== */

/* ======================================================================================================== */
.stackable-certificates-section {
    padding: 50px 0;
    background: #fff;
}

.scs-main {
    border-radius: 30px;
    background: linear-gradient(180deg, #e4292c 0%, #ffc4c5 100%);
    width: 98%;
    margin: 0 auto;
    padding: 80px 0;
}

.scs-main .sub-heading {
    font-size: 36px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.scs-main .section-heading p {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 159%;
    color: #fff;
    margin: 10px 0;
}

.stackable-mainbxx {
    margin-top: 50px;
}

.stackable-mainbxx h4 {
    font-family: 'Wix Madefor Display';
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    margin-bottom: 20px;
}

.scb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.csb-bx {
    border: 1px solid #fff;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f4f8fb 0%, #cbd6e2 100%);
    overflow: hidden;
}

.scb-headingbx {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 15px;
    background: linear-gradient(180deg, #f4f8fb 0%, #cbd6e2 100%);
    transition: all 0.5s;
}

.scb-headingbx a {
    border-radius: 100%;
    background: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scb-contentbxx ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
}

.scb-contentbxx ul li {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #211f1f;
    margin: 10px 0;
}

.cc-image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scb-heading h5 {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    color: #000;
}

.scb-contentbxx {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.scb-headingbx h5 {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 15px;
    line-height: 147%;
    color: #211f1f;
}

/* ======================================================================================================== */

/* ================================================================about-us-page-css-start==================================== */
.extra-banner {
    background: #edf1f5;
    padding: 100px 0;
}

.extra-main .section-heading p {
    margin: 10px 0;
    color: #788491;
}
  .extra-content .container {
        padding: 0 60px;
    }
.extra-content {
    width: 100%;
}
    .extra-card {
        background-position: center;
        height: 90vh;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .extra-card:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(286.79deg, rgba(5, 11, 45, 0) 7.15%, rgba(5, 11, 45, 0) 34.31%, rgba(5, 11, 45, 0.377) 46.3%, rgba(9, 18, 66, 0.4408) 68.56%); */
        background: linear-gradient(286.79deg, rgba(5, 11, 45, 0) 7.15%, rgba(5, 11, 45, 0.341262) 34.31%, rgba(5, 11, 45, 0.62) 46.3%, rgba(5, 11, 45, 0.68) 68.56%);
    }

 
    .extra-content .container {
        padding: 0 60px;
    }

.our-team-section {
    padding: 80px 0 100px;
}

.our-team-section .section-heading {
    margin-bottom: 40px;
}
.our-team-section .section-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
    margin: 0 0 30px 0;
}
.our-team-section .section-heading p:last-child {
    margin: 0;
}
.our-team-card {
    border: 1px solid #f4f8fb;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f4f8fb 0%, #cbd6e2 100%);
    overflow: hidden;
}

.our-team-image {
    width: 100%;
}

.our-team-image img {
    width: 100%;
}

.our-team-content {
    padding: 20px;
}

.our-team-content h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 141%;
    color: #000;
    font-family: "Wix Madefor Display", sans-serif;
}

.our-team-content p {
    margin: 10px 0;
    color: #788491;
    font-size: 14px;
}

/* ================================================================about-us-page-css-end==================================== */
/* ================================================================accredition-page-css-start==================================== */
.accredition-section {
    padding: 100px 0;
}

.accredition-image {
    padding: 30px 12px;
    background: #fff;
    border: 1.11px solid #e3e3e3;
    border-radius: 13px;
    text-align: center;
    width: 100%;
}


.accredition-section .accredition-image img {
    width: 100%;
}

.accredition-content p {
    font-weight: 400;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
}


.accredition-image,
.accredition-content {
    margin-bottom: 100px;
}

/* ================================================================accredition-page-css-end==================================== */
/* ================================================================licensing-page-css-start==================================== */
.world-section {
    padding: 80px 0;
}

.world-section .section-heading p {
    margin: 0 0 50px;
    color: #788491;
}

/* ================================================================licensing-page-css-end==================================== */
/* ================================================================Contact Section-page-css-end==================================== */
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    padding: 120px 0 100px;
    background-color: #f5f5f5;
}

.contact .info-item {
    margin-bottom: 80px;
}

.contact .info-item .info-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e4292c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.contact .info-item .info-icon i {
    font-size: 24px;
    color: #000;
}

.contact .info-item .info-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #000;
    letter-spacing: -0.3px;
}

.contact .info-item .info-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin: 0;
}

.contact .contact-details .detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.contact .contact-details .detail-item:last-child {
    margin-bottom: 0;
}
.contact .contact-details  {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.contact .contact-details .detail-item .detail-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4292c;
    border-radius: 50%;
}
.map-bxx {
    width: 100%;
    margin-top: 30px;
}
.map-bxx iframe {
    width: 100%;
    object-fit: cover;
    display: block;
}
.contact .contact-details .detail-item .detail-icon i {
    font-size: 18px;
    color: #fff;
}

.contact .contact-details .detail-item .detail-content {
    flex: 1;
}

.contact .contact-details .detail-item .detail-content .detail-label {
    display: block;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    font-family: 'Work Sans';
}

.contact .contact-details .detail-item .detail-content .detail-value {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    font-family: 'Work Sans';
}

.contact .form-header {
    margin-bottom: 48px;
}

.contact .form-header h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    font-family: "Wix Madefor Display", sans-serif;
}

.contact .form-wrapper {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
}
.contact .form-wrapper .form-group br {
    display: none;
}

.contact .form-wrapper .form-group {
    margin-bottom: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #02a202 !important;
    border: none !important;
    font-weight: 500!important;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 17px !important;
}
.contact .form-wrapper .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
    font-family: "Wix Madefor Display", sans-serif;
}
.contact .form-wrapper .form-group label span {
    font-size: 11px;
}
.contact .form-wrapper .form-group input,
.contact .form-wrapper .form-group select,
.contact .form-wrapper .form-group textarea {
    width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease;
    font-family: 'Work Sans';
}

.contact .form-wrapper .form-group input:focus,
.contact .form-wrapper .form-group select:focus,
.contact .form-wrapper .form-group textarea:focus {
    outline: none;
    border-color: #000;
}

.contact .form-wrapper .form-group input::placeholder,
.contact .form-wrapper .form-group select::placeholder,
.contact .form-wrapper .form-group textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.contact .form-wrapper .form-group select {
    cursor: pointer;
}

.contact .form-wrapper .form-group select option {
    padding: 10px;
}

.contact .form-wrapper .form-group textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.contact .form-wrapper .submit-btn {
    border: none;
    /* border-radius: 8px; */
    /* font-size: 15px; */
    /* font-weight: 500; */
    display: inline-flex;
    align-items: center;
    gap: 12px;
    /* cursor: pointer; */
    /* transition: all 0.3s ease; */
    /* letter-spacing: 0.3px; */
}

.contact .form-wrapper .submit-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.contact .form-wrapper .submit-btn:hover {
    background: color-mix(in srgb, #000, transparent 10%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px color-mix(in srgb, #000, transparent 70%);
}

.contact .form-wrapper .submit-btn:hover i {
    transform: translateX(4px);
}

.contact .section-title p {
    font-weight: normal;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
}

.contact .section-title {
    margin-bottom: 40px;
}

/* ================================================================Contact Section-page-css-end==================================== */
.dropdown-menu {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
}

.dropdown-menu .dropdown-item {
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #000;
    padding: 10px  !important;
    transition: all 0.5s;
    white-space: normal;
}
.dropdown-menu.mega-menu  h6 {
    font-family: 'Wix Madefor Display';
    font-size: 15px;
    border-bottom: 1px solid #00000026;
    padding: 15px;
    margin-bottom: 10px;
    background: #000;
}
.dropdown-menu.mega-menu h6 a {
    color: #fff;
    transition: all 0.5s;
}
.dropdown-menu.mega-menu h6 a:hover {
    color: #cd2653;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #e4292c;
}

/* Style the tab */
.certificates-section .tab {
    background-color: #fff;
    width: 40%;
    height: 100%;
}

/* Style the buttons that are used to open the tab content */
.certificates-section .tab button {
    display: flex;
    background-color: inherit;
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    justify-content: space-between;
    font-size: 16px;
    line-height: normal;
    font-family: "Wix Madefor Display", sans-serif;
    color: #211f1f;
    align-items: center;
    gap: 15px;
}

.certificates-section .scb-headingbx h5 {
    font-size: 14px;
}
 
.certificates-section .scb-contentbxx ul li {
    font-size: 16px;
}

/* Change background color of buttons on hover */
.certificates-section .tab button:hover {
    color: #fff;
    background-color: #e4292c;
}

/* Create an active/current "tab button" class */
.certificates-section .tab button.active {
    color: #fff;
    background-color: #e4292c;
}

/* Style the tab content */
.certificates-section .cc-bxx {
    width: 70%;
}

.certificates-section .tabcontent {
    padding: 25px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #e5e5e5;
}

.certificates-section {
    padding: 70px 0;
    height: auto;
    background: #f1f1f1;
    margin-bottom: 30px;
}
.certificates-section .section-heading p {
    font-weight: 400;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
    margin: 20px 0;
}

.certificates-section .cc-mbx .sub-heading {
    color: #fff;
}

/* .certificates-section .cc-mbx .section-heading p {
    color: #fff;
} */

.certificates-section .section-heading {
    margin-bottom: 50px;
}

/* .certificates-section .cc-mbx {
    border-radius: 30px;
    background: linear-gradient(180deg, #e4292c 0%, #ffc4c5 100%);
    width: 98%;
    margin: 0 auto;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 100vh;
} */
/* .certificates-section .cc-mbx:after {
    background: linear-gradient(180deg, #e4292c 0%, #ffc4c5 100%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.7;
} */

.certificates-section .certificatesf-bxx {
    display: flex;
    height: 100%;
    /* border-radius: 30px; */
    border-radius: 0px;

    overflow: hidden;
}

.certificates-section .cc-bxx {
    width: 100%;
}

.certificates-section .tabcontent {
    display: none;
    /* by default hidden */
}

.certificates-section .container-fluid {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.certificates-section .cc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.certificates-section .scb-headingbx {
    cursor: pointer;
    grid-template-columns: auto 1fr;
}
.certificates-section .scb-img{
    width: 38px;
}
.certificates-section .scb-img img{
    width: 100%;
}
.certificates-section .csb-bx {
    height: auto;
    border-radius: 0;
}
.certificates-section select#mobileTabSelect {
    background-color: #f4f8fb;
    padding: 20px;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 16px;
    line-height: normal;
    font-family: "Wix Madefor Display", sans-serif;
    color: #211f1f;
    font-weight: 600;
}
.certificates-section .scb-contentbxx {
    display: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: dropdown ko thoda shift karna agar chahiye */
}
 .nav-item.dropdown:hover {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}


 
.nav-item.dropdown:hover .dropdown-menu {
    display: block
}
 /* Mega menu styling */
.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 3px solid #e4292c;
    background: #ffffffd4;
    padding: 0 0 10px 0 !important;
}
.mega-menu .dropdown-item {
  padding: 5px 0; 
  text-decoration: none;
}

.mega-menu .dropdown-item:hover {
  color: #fff; 
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: unset;
}
.header-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-btns .btn-all:last-child {
    background: #e4292c;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}
.header-btns .btn-all:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-btns .btn-all:last-child:hover {
    background: #788591 !important;
    color: #fff !important;
}
/* Optional: open on hover (desktop only) */
@media (min-width: 992px) {
  .mega-dropdown:hover > .mega-menu {
    display: block;
  }
}
/* .sec-logo {
    display: none;
} */

/* header.main-header.sticky-header .sec-logo {
    display: block;
}

.main-header.sticky-header .first-logo {
    display: none;
} */



.white-text {
  color: #fff;
  display: block;
}
.red-text {
  color: #e50914;  
  display: block;
}
  
 

 
 .owl-carousel .item.active {
            opacity: 1;
            visibility: visible;
        }



        
/* single-program-section-css-start */

.single-program-section .sps-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 7;
}

    .single-program-section {
        padding: 0;
    }

    .single-program-section .sub-heading {
        font-size: 35px;
        color: #fff;
    }

    .single-program-section .section-heading {
        margin-bottom: 50px;
    }

   .single-program-section .spc-bx {
    border: 1px solid #ffffff7d;
    width: 100%;
    height: 100%;
    background: #ffffff7d;
    overflow: hidden;
}

  .single-program-section  .spcb-heading {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
    padding: 15px;
    background: linear-gradient(180deg, #f4f8fb63 0%, #cbd6e252 100%);
    transition: all 0.5s;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 147%;
    color: #211f1f;
}

  .single-program-section  .spcb-heading .scb-img {
        width: 40px;
    }

 .single-program-section   .spcb-heading .scb-img img {
        width: 100%;
        object-fit: cover;
    }

 .single-program-section   .spcb-content {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

  .single-program-section  .spcb-content ul {
        margin: 0;
        padding: 0 0 0 20px;
        list-style: disc;
    }

 .single-program-section   .spcb-content ul li {
        font-family: 'Work Sans';
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        color: #211f1f;
        margin: 10px 0;
    }

    .single-program-section {
    padding: 150px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
    .single-program-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(286.79deg, rgba(5, 11, 45, 0) 7.15%, rgba(5, 11, 45, 0.341262) 34.31%, rgba(5, 11, 45, 0.62) 46.3%, rgba(5, 11, 45, 0.68) 68.56%);
}
/* single-program-section-css-end */

 /* ============================privacy-page-css- start============================*/

    .privacy-section {
    padding: 150px 0 100px;
}

  .pb-inner {
    margin-bottom: 40px;
}

    .pb-inner .sub-heading {
        margin-bottom: 10px;
    }

  
.pb-inner p {
    font-weight: 400;
    font-size: 17px;
    line-height: 159%;
    color: #585858;
    margin: 10px 0;
}
    /* ============================privacy--page-css-end============================ */
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}