@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 26px;
    color: rgb(74, 74, 74);
}

img {
    width: 100%;
    overflow: hidden;
}

html, body {
    background: rgb(255, 255, 255);
    font-family: Lato, sans-serif;
}

::selection {
    background: rgb(220, 140, 219);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }

    .main-button-gradient a {
        font-size: 13px;
        display: inline-block;
        padding: 10px 12px !important;
    }
    
}

.main-button-gradient-new a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.5s;
    width: 190px;
    text-align: center;
    z-index: 12;
    position: relative;
}

.main-button-gradient a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    display: inline-block;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    border-radius: 5px;
    font-weight: 500;
    transition: 0.5s;
    width: 190px;
    text-align: center;
}

.main-button-gradient a:hover {
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    opacity: 0.9;
    transition: 0.5s;
}

.white-button a {
    font-size: 13px;
    color: rgb(220, 140, 219);
    background-color: rgb(255, 255, 255);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.white-button a:hover {
    opacity: 0.9;
}

.text-button a {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    padding: 10px;
    width: 125px;
}

.text-button a:hover {
    opacity: 0.75;
}

section {
    margin-top: 80px;
}

#contact-section {
    padding-top: 20px;
}

.section-heading {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.section-heading h6 {
    font-size: 13px;
    text-transform: uppercase;
    color: rgb(122, 122, 122);
    font-weight: 600;
}

.section-heading h4 {
    margin-top: 10px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 900;
    text-transform: capitalize;
    color: rgb(0, 64, 151);
}

.section-heading h4 em {
    font-style: normal;
    color: rgb(162, 29, 46);
}

.section-heading p {
    margin-top: 10px;
}

.background-header {
    left: 0px;
    right: 0px;
    height: 80px !important;
    position: fixed !important;
    top: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px !important;
    background: white !important;
}

.header-area {
    position: absolute;
    height: 100px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    transition: 0.5s;
    border-bottom: 1px solid rgb(241, 241, 241);
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: white;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 100px;
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    transition: 0.3s;
    width: 500px;
}

.background-header .main-nav .logo {
    line-height: 75px;
}

.background-header .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 35px;
    margin-right: 0px;
    background-color: transparent;
    transition: 0.3s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 22px;
    padding-right: 22px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(3, 65, 140);
    transition: 0.3s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    font-weight: 600;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
    color: rgb(159, 28, 45) !important;
    opacity: 0.75;
}

.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
    color: rgb(159, 28, 45) !important;
    opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub::after {
    font-family: FontAwesome;
    content: "ï„‡";
    font-size: 16px;
    color: rgb(3, 63, 126);
    position: absolute;
    right: 1px;
    top: 10px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 140px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 28px 0px;
    overflow: hidden;
    top: 40px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: rgb(247, 247, 247);
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    transition: 0.3s;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(42, 42, 42) !important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: rgb(220, 140, 219) !important;
}

.header-area .main-nav .nav li.has-sub ul li a:hover::before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 36px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
    color: rgb(0, 64, 151);
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: 0.4s;
    background-color: rgb(0, 64, 151);
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0px;
}

.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: rgb(0, 64, 151);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: 0.4s;
    background-color: rgb(0, 64, 151);
    display: block;
    position: absolute;
    height: 2px;
    left: 0px;
    width: 75%;
}

.background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: rgb(0, 64, 151);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span::before {
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span::after {
    transform-origin: 33% 0px;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span::before, .header-area .main-nav .menu-trigger.active span::after {
    background-color: rgb(0, 64, 151);
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span::before {
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: rgb(0, 64, 151);
}

.background-header .main-nav .menu-trigger.active span::before {
    background-color: rgb(0, 64, 151);
}

.header-area .main-nav .menu-trigger.active span::after {
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: rgb(0, 64, 151);
}

.background-header .main-nav .menu-trigger.active span::after {
    background-color: rgb(0, 64, 151);
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: rgb(220, 140, 219);
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-area .main-nav::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: rgb(30, 30, 30);
        width: 245px;
    }

    .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
        color: rgb(220, 140, 219) !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: rgb(255, 255, 255);
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all;
        margin-left: 0px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid rgb(238, 238, 238);
    }

    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(238, 238, 238);
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: rgb(247, 247, 247) !important;
        color: rgb(25, 26, 32) !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: rgb(238, 238, 238) !important;
        color: rgb(220, 140, 219) !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover::before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub::after {
        color: rgb(59, 86, 110);
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }

    .menu {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    section.our-courses .naccs .menu div {
        padding: 4px 6px;
        text-align: center;
        margin-bottom: 35px;
        font-size: 14px !important;
    }

    .accordion {
        padding: 0px !important;
    }

    .sticky-icon-left {
        top: 90% !important;
        left: 34px !important;
        flex-direction: revert-layer !important;
    }

    .sticky-icon-left a {
        padding: 3px 8px !important;
    }

    .sticky-icon-left a i {
        margin-left: 0px !important;
    }

    .footer-left-widget {
        padding-left: 0px !important;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

section.main-banner {
    margin-top: 0px;
}

.main-banner {
    padding-top: 15px;
}

.main-banner .right-image {
    position: relative;
    left: -20px;
    top: 100px;
}

.main-banner .right-image img {
    position: relative;
    z-index: 2;
}

.main-banner .right-image::after {
    position: absolute;
    background-image: url("../images/banner-right-dec.png");
    width: 378px;
    height: 378px;
    content: "";
    right: -25%;
    z-index: 1;
}

.main-banner .header-text::after {
    position: absolute;
    background-image: url("../images/banner-left-dec.png");
    width: 214px;
    height: 429px;
    content: "";
    left: 0px;
    bottom: -260px;
    z-index: 1;
}

.main-banner .header-text h6 {
    position: relative;
    z-index: 2;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: rgb(119, 119, 119);
}

.main-banner .header-text h3 {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 43px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
    color: white;
    -webkit-text-stroke: 2px rgb(162, 29, 46);
}

.main-banner .header-text h2 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 30px;
    color: rgb(0, 64, 151);
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 30px;
}

.main-banner .header-text h2 em {
    font-style: normal;
    color: rgb(162, 29, 46);
}

.main-banner .main-button-gradient {
    position: relative;
    z-index: 2;
}

.services .item {
    border-radius: 15px;
    text-align: center;
    padding: 0px;
    margin: 15px;
    transition: 0.3s;
}

.services .item:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

.services .item .icon {
    margin: 0px auto;
    min-height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

.services .item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

.services .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.services .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
    margin: 0px 4px;
}

.services .owl-dots .active {
    background-color: rgb(220, 140, 219);
}

section.our-courses {
    position: relative;
}

section.our-courses .section-heading p {
    padding: 0px 15px;
}

section.our-courses::before {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-left-dec.png");
    left: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-courses::after {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-right-dec.png");
    right: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-courses .naccs {
    position: relative;
}

section.our-courses .naccs .menu div {
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 10px;
    font-size: 15px;
    color: rgb(0, 64, 151);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    vertical-align: middle;
    font-weight: 600;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px !important;
}

section.our-courses .naccs .menu div.active {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(220, 53, 69);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

section.our-courses .naccs .menu div.active span {
    color: rgb(255, 255, 255);
}

section.our-courses ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    opacity: 0;
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding-right: 50px;
}

section.our-courses ul.nacc li .left-image {
    position: absolute;
    margin-right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 340px;
}

section.our-courses ul.nacc li .left-image .price h6 {
    position: absolute;
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
    color: rgb(255, 255, 255);
    top: 20px;
    left: 20px;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}

section.our-courses ul.nacc li .right-content {
    padding: 40px 0px;
    margin-left: 370px;
}

section.our-courses ul.nacc li .right-content h4 {
    font-size: 22px;
    color: rgb(0, 64, 151);
    margin-bottom: 5px;
    font-weight: 700;
}

section.our-courses ul.nacc li .right-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.our-courses ul.nacc li .right-content span {
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 2px solid rgb(17, 17, 17);
}

section.our-courses ul.nacc li .right-content .last-span {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

section.our-courses ul.nacc li .right-content p {
    margin-bottom: 20px;
    text-align: justify;
}

section.our-courses ul.nacc li .right-content .text-button {
    margin-top: 20px;
}

section.our-courses ul.nacc li.active {
    position: relative;
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

section.our-courses ul.nacc li p {
    margin: 0px;
}

section.simple-cta {
    background-image: url("../images/cta-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 60px 0px;
}

section.simple-cta .left-image {
    margin-right: 45px;
}

section.simple-cta h6 {
    font-size: 17px;
    color: rgb(255, 255, 255);
}

section.simple-cta h4 {
    font-size: 36px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    line-height: 50px;
    margin-top: 0px;
}

section.simple-cta p {
    color: rgb(255, 255, 255);
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 34px;
}

section.testimonials {
    position: relative;
}

section.testimonials::before {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-left-dec.png");
    left: 0px;
    top: -140px;
    width: 593px;
    height: 352px;
    z-index: 1;
}

section.testimonials::after {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-right-dec.png");
    right: 0px;
    bottom: -140px;
    width: 632px;
    height: 352px;
    z-index: 1;
}

.testimonials .item {
    transition: 0.3s;
    z-index: 2;
}

.testimonials .item:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

.testimonials .item p {
    font-size: 16px;
    font-style: italic;
}

.testimonials .item h4 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
}

.testimonials .item span {
    font-size: 13px;
    font-weight: 700;
    color: rgb(220, 140, 219);
}

.testimonials .item img {
    max-width: 170px;
    z-index: 2;
    bottom: 30px;
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonials .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgb(221, 221, 221);
    border-radius: 50%;
    margin: 0px 4px;
}

.testimonials .owl-dots .active {
    background-color: rgb(61, 219, 217);
}

.owl-stage {
    align-items: center;
    display: flex;
}

section.contact-us {
    background-image: url("../images/footer-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position: relative;
}

section.contact-us::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 60px;
    width: 267px;
    height: 396px;
    z-index: 1;
}

section.contact-us .contact-info {
    background-color: rgb(255, 255, 255);
    margin-top: -30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 20px;
}

section.contact-us .contact-info .icon i {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    color: rgb(255, 255, 255);
}

section.contact-us .contact-info h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

section.contact-us .contact-info span {
    font-size: 15px;
    color: rgb(220, 140, 219);
    font-weight: 700;
}

section.contact-us .section-heading {
    text-align: left;
    margin-bottom: 40px;
}

section.contact-us #contact {
    margin-left: -100px;
    position: relative;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    padding: 40px;
}

section.contact-us #contact input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(244, 247, 251);
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(122, 122, 122);
    padding: 0px 15px;
    margin-bottom: 30px;
}

section.contact-us #contact textarea {
    width: 100%;
    min-height: 140px;
    max-height: 180px;
    border-radius: 5px;
    background-color: rgb(244, 247, 251);
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: rgb(122, 122, 122);
    padding: 15px;
    margin-bottom: 30px;
}

section.contact-us #contact button {
    float: right;
    font-size: 13px;
    color: rgb(255, 255, 255);
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    outline: none;
}

section.contact-us #contact button:hover {
    opacity: 0.9;
}

section.contact-us ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

section.contact-us ul.social-icons {
    text-align: center;
    margin-top: 70px;
}

section.contact-us ul.social-icons li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    background-color: rgb(255, 255, 255);
    color: rgb(220, 140, 219);
    border-radius: 50%;
    transition: 0.5s;
}

section.contact-us ul.social-icons li a:hover {
    background-color: rgb(220, 140, 219);
    color: rgb(255, 255, 255);
}

p.copyright {
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 40px 0px;
}

p.copyright a {
    font-weight: 700;
    color: rgb(255, 255, 255);
}

section.page-heading {
    margin-top: 190px;
    text-align: center;
}

section.page-heading .header-text {
    border-bottom: 3px solid rgb(238, 238, 238);
    padding-bottom: 80px;
}

section.page-heading .header-text h4 {
    font-size: 17px;
    text-transform: capitalize;
    color: rgb(122, 122, 122);
}

section.page-heading .header-text h1 {
    font-size: 62px;
    font-weight: 900;
    color: rgb(17, 17, 17);
    margin-top: 10px;
}

section.get-info .left-image {
    margin-right: 30px;
}

section.get-info .section-heading {
    text-align: left;
}

section.get-info .info-item {
    border-radius: 15px;
    text-align: left;
    padding: 60px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
    position: relative;
}

section.get-info .info-item .icon {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

section.get-info .info-item .icon img {
    max-width: 60%;
}

section.get-info .info-item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

section.our-team {
    position: relative;
}

section.our-team .section-heading p {
    padding: 0px 60px;
}

section.our-team::before {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-left-dec.png");
    left: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-team::after {
    position: absolute;
    content: "";
    background-image: url("../images/our-courses-right-dec.png");
    right: 45px;
    top: -140px;
    width: 291px;
    height: 231px;
    z-index: 1;
}

section.our-team .naccs {
    position: relative;
    text-align: center;
}

section.our-team .naccs .menu {
    position: relative;
    display: inline-block;
}

section.our-team .naccs .menu div {
    margin: 0px 15px;
    display: inline-block;
    width: 15%;
    text-align: center;
    font-size: 20px;
    color: rgb(17, 17, 17);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    vertical-align: middle;
    font-weight: 900;
}

section.our-team .naccs .menu div img {
    border-radius: 50%;
    max-width: 120px;
}

section.our-team .naccs .menu div h4 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(220, 140, 219);
    font-weight: 700;
    display: block;
}

section.our-team .naccs .menu div.active h4 {
    color: rgb(220, 140, 219);
}

section.our-team ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 40px !important;
    height: 100% !important;
}

section.our-team ul.nacc li {
    z-index: -1;
    opacity: 0;
    transform: translateX(50px);
    background-color: rgb(255, 255, 255);
    position: absolute;
    list-style: none;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    padding: 40px;
}

section.our-team ul.nacc li.active {
    overflow: hidden;
    position: relative !important;
}

section.our-team ul.nacc li .right-image {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
    text-align: left;
    margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
    font-size: 20px;
    color: rgb(17, 17, 17);
    margin-bottom: 25px;
    font-weight: 800;
}

section.our-team ul.nacc li .left-content span a {
    font-size: 14px;
    font-weight: 600;
    margin-right: 30px;
    padding-right: 30px;
    color: rgb(17, 17, 17);
    border-right: 2px solid rgb(17, 17, 17);
    transition: 0.3s;
}

section.our-team ul.nacc li .left-content span a:hover {
    color: rgb(220, 140, 219);
}

section.our-team ul.nacc li .left-content .last-span a {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}

section.our-team ul.nacc li .left-content p {
    margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
    margin-top: 30px;
}

section.our-team ul.nacc li.active {
    transition-delay: 0.3s;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

section.our-team ul.nacc li p {
    margin: 0px;
}

section.our-office .left-info {
    margin-right: 0px;
    position: relative;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    padding: 40px;
}

section.our-office .left-info p {
    margin-bottom: 40px;
}

section.our-office .left-info ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    font-style: italic;
    margin-bottom: 20px;
}

section.our-office .left-info ul li:last-child {
    margin-bottom: 0px;
}

section.our-office .left-info .main-button-gradient {
    margin-top: 40px;
}

section.our-office #video {
    margin-left: -70px;
}

section.our-office #video .thumb {
    position: relative;
}

section.our-office #video .thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
}

section.our-office #video .thumb .play-button a {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transform: translate(-40px, -40px);
    color: rgb(255, 255, 255);
    font-size: 22px;
    background: linear-gradient(-145deg, rgb(219, 138, 222) 0%, rgb(246, 191, 159) 100%);
}

section.our-office #video img {
    border-radius: 20px;
}

section.featured-product {
    position: relative;
}

section.featured-product::before {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-left-dec.png");
    left: 0px;
    top: -140px;
    width: 593px;
    height: 352px;
    z-index: 1;
}

section.featured-product::after {
    position: absolute;
    content: "";
    background-image: url("../images/testimonials-right-dec.png");
    right: 0px;
    bottom: -140px;
    width: 632px;
    height: 352px;
    z-index: 1;
}

section.featured-product .info-item {
    border-radius: 15px;
    text-align: left;
    padding: 60px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
    position: relative;
    margin-bottom: 90px;
}

section.featured-product .last-info {
    margin-bottom: 0px;
}

section.featured-product .left-info .info-item .icon {
    right: 30px;
    top: -30px;
}

section.featured-product .left-info .info-item {
    text-align: right;
}

section.featured-product .right-info .info-item .icon {
    left: 30px;
    top: -30px;
}

section.featured-product .info-item .icon {
    position: absolute;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    line-height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 15px;
}

section.featured-product .info-item .icon img {
    max-width: 60%;
}

section.featured-product .info-item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}

section.featured-product .product-image {
    margin: 0px 60px;
}

section.more-info .section-heading {
    margin-bottom: 40px;
    text-align: left;
}

section.more-info p {
    margin-bottom: 40px;
}

section.more-info ul li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    font-style: italic;
    margin-bottom: 20px;
}

section.more-info ul li:last-child {
    margin-bottom: 0px;
}

section.more-info .count-area-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    color: rgb(220, 140, 219);
    font-weight: 900;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
}

section.more-info .count-area-content .count-title {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: rgb(17, 17, 17);
    padding: 50px 30px 30px;
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
}

@media (max-width: 1330px) {
    .services .owl-nav .owl-next {
        right: -30px;
    }

    .services .owl-nav .owl-prev {
        left: -25px;
    }

    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1200px) {
    .main-banner .right-image {
        margin-left: 60px;
    }

    .main-banner .header-text h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .header-area {
    }

    .services .owl-nav .owl-next {
        right: -70px;
    }

    .services .owl-nav .owl-prev {
        left: -65px;
    }

    .our-courses .owl-nav .owl-next {
        right: -70px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -65px;
    }
}

@media (max-width: 1085px) {
    .services .owl-nav .owl-next {
        right: -30px;
    }

    .services .owl-nav .owl-prev {
        left: -25px;
    }

    .our-courses .owl-nav .owl-next {
        right: -30px;
    }

    .our-courses .owl-nav .owl-prev {
        left: -25px;
    }
}

@media (max-width: 1005px) {
    .services .owl-nav .owl-next {
        display: none;
    }

    .services .owl-nav .owl-prev {
        display: none;
    }

    .our-courses .owl-nav .owl-next {
        display: none;
    }

    .our-courses .owl-nav .owl-prev {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-banner .header-text {
        text-align: center;
        margin-bottom: 60px;
        margin-top: 2rem;
    }

    .main-banner .right-image {
        margin-left: 0px;
    }

    section.our-courses ul.nacc {
        padding: 10px;
        margin-left: 0px !important;
    }

    section.simple-cta {
        margin-top: 0px;
    }

    section.simple-cta .left-image {
        margin-right: 0px;
        margin-bottom: 45px;
    }

    section.contact-us .contact-info {
        margin-top: 15px;
    }

    section.contact-us #contact {
        margin-left: 0px;
    }

    section.contact-us #contact button {
        float: none;
    }

    section.get-info .left-image {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    section.get-info .info-item {
        margin-top: 60px;
    }

    section.our-office #video {
        margin-left: 0px;
        margin-top: 30px;
    }

    section.featured-product .left-info .info-item, section.featured-product .right-info .info-item {
        text-align: center;
        background-color: rgb(255, 255, 255);
        position: relative;
        z-index: 2;
    }

    section.featured-product .left-info .info-item .icon {
        right: 50%;
        transform: translateX(40px);
    }

    section.featured-product .right-info .info-item .icon {
        left: 50%;
        transform: translateX(-40px);
    }

    section.featured-product .product-image {
        margin: 60px;
    }

    section.our-team ul.nacc li .left-content span a, section.our-courses ul.nacc li .right-content span {
        margin-right: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        display: none;
    }

    section.our-courses ul.nacc li .left-image, section.our-team ul.nacc li .right-image {
        position: relative;
        margin-right: 0px;
        margin-left: 0px;
        transform: translateY(0%);
    }

    section.our-courses ul.nacc li .left-image img, section.our-team ul.nacc li .right-image img {
        border-radius: 15px;
        width: 100%;
    }

    section.our-courses ul.nacc li, section.our-team ul.nacc li {
        padding: 0px;
    }

    section.our-courses ul.nacc li .right-content {
        margin-left: 0px;
        padding: 30px;
    }

    section.our-team ul.nacc li .left-content {
        margin-right: 0px;
        padding: 30px;
    }

    section.our-team .naccs .menu div {
        width: 14%;
        margin: 0px 5px;
    }

    section.our-team .naccs .menu div.active img {
        border: 3px solid rgb(220, 140, 219);
    }

    section.our-team .naccs .menu div h4, section.our-team .naccs .menu div span {
        display: none;
    }

    section.more-info .count-area-content .count-title {
        font-size: 22px;
    }

    .main-banner .header-text h3 {
        font-size: 45px;
    }

    .owl-carousel .item video {
        height: 520px !important;
    }
}

.nav-btn {
    font-size: 13px;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    line-height: 16px !important;
    color: white !important;
}

.modal-content-fee {
    width: 75%;
    margin: auto;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.program-card img {
    height: 140px;
    object-fit: cover;
    padding-left: 5px;
}

.program-card .card-body {
    text-align: center;
}

.btn-enquire {
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    border: 0px;
}

.btn-enquire:hover {
    background-color: rgb(255, 255, 255);
    color: white;
}

.card-title {
    font-size: 16px;
}

.card-body {
    padding: 5px;
}

@media (max-width: 576px) {
    .program-card img {
        height: 150px;
    }

    .main-banner .header-text::after {
        left: -55px;
        bottom: 230px;
        display: none;
    }

    section.our-courses::after {
        display: none;
    }

    section.our-courses::before {
        display: none;
    }

    .modal-content-fee {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .program-card img {
        height: 120px;
        padding-left: 5px;
        display: none;
        object-fit: cover !important;
    }

    .main-banner .header-text::after {
        left: -55px;
        bottom: 10px;
        display: none;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    align-items: anchor-center !important;
}

.whatsapp-icon {
    position: fixed;
    left: 16px;
    bottom: 15px;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whatsapp-icon img {
    width: 70px;
    height: 70px;
}

.whatsapp-icon:hover {
}

.crew-carousel {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
    margin-top: 0px;
}

.crew-track {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.crew-card {
    position: absolute;
    width: 280px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 40px;
    transition: 0.8s;
    cursor: pointer;
}

.crew-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crew-card.center {
    z-index: 10;
    transform: scale(1.1);
}

.crew-card.left-1 {
    transform: translateX(-200px) scale(0.9);
    opacity: 0.8;
    filter: grayscale(80%);
}

.crew-card.left-2 {
    transform: translateX(-400px) scale(0.8);
    opacity: 0.6;
    filter: grayscale(100%);
}

.crew-card.right-1 {
    transform: translateX(200px) scale(0.9);
    opacity: 0.8;
    filter: grayscale(80%);
}

.crew-card.right-2 {
    transform: translateX(400px) scale(0.8);
    opacity: 0.6;
    filter: grayscale(100%);
}

.crew-card.hidden {
    opacity: 0;
    pointer-events: none;
}

.crew-info {
    text-align: center;
    margin-top: 40px;
    display: none;
}

.crew-name {
    font-size: 2.5rem;
    color: rgb(0, 64, 151);
}

.crew-role {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgb(170, 68, 0);
    letter-spacing: 0.1em;
}

.crew-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.crew-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(220, 140, 219, 0.67);
    cursor: pointer;
    display: none;
}

.crew-dot.active {
    background: rgb(169, 29, 84);
}

.crew-arrow {
    position: absolute;
    bottom: 40%;
    transform: translateY(-50%);
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 999;
}

.crew-arrow:hover {
    background: linear-gradient(-145deg, rgb(11, 121, 117) 0%, rgb(32, 54, 82) 100%);
}

.crew-left {
    left: 20px;
}

.crew-right {
    right: 20px;
}

.banner-img {
    position: relative;
    top: 90px;
    right: -20px;
}

.call-now-btn {
    position: fixed;
    bottom: 96px;
    right: 5px;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    z-index: 999;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
    transition: 0.5s;
}

.call-now-btn:hover {
    color: white;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .call-now-btn {
        right: -50px;
        transform: translateX(-50%);
        bottom: 90px;
        width: 35%;
        text-align: center;
        padding: 8px;
        font-size: 18px;
    }
}

.year-logo img {
    width: 300px;
}

.sticky-icon-left {
    z-index: 100;
    position: fixed;
    top: 45%;
    left: -23px;
    display: flex;
    flex-direction: column;
}

.sticky-icon-left a {
    border-radius: 0px;
    text-align: right;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px 5px;
    font-size: 25px;
    font-family: Oswald, sans-serif;
    transition: 0.8s;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.sticky-icon-left a:hover {
    color: rgb(255, 255, 255);
    transform: translate(0px, 0px);
}

.sticky-icon-left a:hover i {
    transform: rotate(360deg);
}

.Facebook {
    background-color: rgb(44, 128, 211);
    color: rgb(255, 255, 255);
}

.Youtube {
    background-color: rgb(250, 9, 16);
    color: rgb(255, 255, 255);
}

.Twitter {
    background-color: rgb(83, 197, 255);
    color: rgb(255, 255, 255);
}

.Instagram {
    color: rgb(255, 255, 255);
}

.helpline {
    background-color: rgb(83, 197, 255);
    color: rgb(255, 255, 255);
}

.whatsapp {
    background-color: rgb(83, 197, 255);
    color: rgb(255, 255, 255);
}

.sticky-icon-left a i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-left: 20px;
    transition: 0.5s;
}

.sticky-icon-left a i.fa-facebook-f {
    font-size: 18px;
}

.sticky-icon-left a i.fa-linkedin {
    font-size: 18px;
}

.sticky-icon-left a i.fa-whastapp {
    background-color: rgb(255, 255, 255);
    color: rgb(44, 128, 211);
    font-size: 18px;
}

.sticky-icon-left a i.fa-google-plus-g {
    background-color: rgb(255, 255, 255);
    color: rgb(211, 72, 54);
    font-size: 18px;
}

.sticky-icon-left a i.fa-instagram {
    font-size: 18px;
}

.sticky-icon-left a i.fa-youtube {
    font-size: 18px;
}

.sticky-icon-left a i.fa-twitter {
    background-color: rgb(255, 255, 255);
    color: rgb(83, 197, 255);
    font-size: 18px;
}

.fas fa-shopping-cart {
    background-color: rgb(255, 255, 255);
}

.fa-instagram::before {
    content: "";
    position: relative;
    top: -4px;
}

.fa-facebook-f::before, .fa-facebook::before {
    content: "";
    position: relative;
    top: -4px;
}

.fa-youtube::before {
    content: "";
    position: relative;
    top: -4px;
}

.fa-twitter::before {
    content: "";
    position: relative;
    top: -4px;
}

.animate-border {
    position: relative;
    display: block;
    width: 140px;
    height: 3px;
    background: rgb(255, 192, 42);
}

.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0px;
    bottom: 0px;
    border-left: 10px solid rgb(255, 255, 255);
    border-right: 10px solid rgb(255, 255, 255);
    animation: 2s linear 0s infinite normal none running animborder;
}

@-webkit-keyframes animborder {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(113px);
    }
}

.animate-border.border-white::after {
    border-color: rgb(255, 255, 255);
}

.animate-border.border-yellow::after {
    border-color: rgb(245, 176, 46);
}

.animate-border.border-orange::after {
    border-right-color: rgb(0, 123, 255);
    border-left-color: rgb(0, 123, 255);
}

.animate-border.border-ash::after {
    border-right-color: rgb(238, 240, 239);
    border-left-color: rgb(238, 240, 239);
}

.animate-border.border-offwhite::after {
    border-right-color: rgb(247, 249, 248);
    border-left-color: rgb(247, 249, 248);
}

@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0px 0px;
    background-color: rgb(21, 20, 20);
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.contact-info p {
    color: white;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: rgb(0, 123, 255);
}

.dk-footer-box-info {
    background: rgb(255, 255, 255);
    padding: 20px;
    z-index: 2;
    border-radius: 15px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-bottom: 15px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: rgb(0, 0, 0);
    margin-right: 5px;
    color: rgb(255, 255, 255);
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: rgb(255, 192, 42);
    color: rgb(152, 28, 54);
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: rgb(255, 192, 42);
    color: rgb(152, 28, 54);
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: rgb(255, 192, 42);
    color: rgb(152, 28, 54);
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: rgb(255, 192, 42);
    color: rgb(152, 28, 54);
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: rgb(255, 192, 42);
}

.footer-awarad {
    margin-top: 285px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -webkit-box-align: center;
    align-items: center;
}

.footer-awarad p {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
}

.footer-info-text {
    margin: 15px 0px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: rgb(4, 7, 53);
}

.footer-left-widget {
    padding-left: 45px;
}

.footer-widget .section-heading {
    margin-bottom: 20px;
}

.footer-widget h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    position: relative;
    margin-bottom: 15px;
    max-width: fit-content;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-widget li {
    margin-bottom: 0px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: white;
}

.footer-social-link a {
    text-decoration: none;
}

.footer-widget a {
    color: rgb(135, 135, 135);
    transition: 0.3s;
}

.footer-widget a:hover {
    color: rgb(0, 123, 255);
}

.footer-widget::after {
    content: "";
    display: block;
    clear: both;
}

.form-control {
    font-size: 14px !important;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type="email"] {
    padding: 11px 28px;
    border-radius: 50px;
    background: rgb(46, 46, 46);
    border: 1px solid rgb(46, 46, 46);
}

.dk-footer-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px 24px 15px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid rgb(255, 192, 42);
    background: rgb(255, 192, 42);
    color: rgb(255, 255, 255);
}

.dk-footer-form button:hover {
    cursor: pointer;
}

.border-bottom {
    padding-bottom: 15px;
    position: relative;
    z-index: 999;
}

.footer-1 {
    padding-left: 60px;
}

.footer-title {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
    text-transform: capitalize;
    position: relative;
}

.footer-title::before {
    background: rgb(255, 192, 42);
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 40px;
}

.footer-menu li .fa {
    color: rgb(242, 194, 86);
    margin-right: 10px;
}

.footer-content {
    margin-bottom: 22px;
}

.footer-content p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0px;
}

.footer-link li {
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-link li:last-child {
    margin-bottom: 0px;
}

.footer-link li i {
    color: rgb(255, 192, 42);
    font-size: 20px;
    font-weight: 400;
    margin-right: 16px;
    width: 20px;
}

.footer-menu li {
    padding-bottom: 12px;
}

.footer-menu li a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: rgb(255, 192, 42);
}

.footer-link {
    margin-top: 15px;
}

.p-t80 {
    padding-top: 80px;
}

.footer-bottom-area {
    background-position: center center;
    background-size: cover;
}

.copyright p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}

.copyright p i {
    font-size: 12px;
    margin-right: 6px;
}

.copyright a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.copyright a:hover {
    color: rgb(255, 192, 42);
}

.footers-link li {
    display: inline-block;
    margin-right: 15px;
}

.footers-link li:last-child {
    margin-right: 0px;
}

.footers-link li a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s;
}

.footers-link li a:hover {
    color: rgb(255, 192, 42);
}

.contact-info > p {
    color: white;
}

contact-us {
    position: relative;
    z-index: 2;
    margin-top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 28px;
    top: -5px;
    position: relative;
    color: rgb(242, 105, 52);
}

.contact-info {
    margin-left: 50px;
    color: rgb(255, 255, 255);
}

.contact-info h3 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-bottom: 4px;
    font-weight: 400;
}

.copyright {
    padding: 28px 0px;
    margin-top: 55px;
    background-color: rgb(32, 32, 32);
}

.copyright span, .copyright a {
    color: rgb(135, 135, 135);
    transition: 0.3s linear;
}

.copyright a:hover {
    color: rgb(0, 123, 255);
}

.copyright-menu ul {
    text-align: right;
    margin: 0px;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

p.text-white {
}

.accordion {
    padding: 40px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 1rem 3rem;
}

.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px inset;
    font-weight: 700;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.accordion-button {
    font-weight: 700;
}

.accordion-item {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid rgb(225, 225, 225);
}

.accordion-body h2 {
    color: rgb(0, 64, 151);
    font-size: 22px;
}

.list-primary {
    padding: 0px 0px 0px 35px;
    list-style: disc;
}

.list-primary li {
    padding: 3px 3px 3px 4px;
    transition: background-color 0.3s;
    list-style: disc;
    font-size: 14px;
    color: rgb(86, 86, 86);
}

.owl-carousel .item video {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    object-fit: cover;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgb(221, 221, 221);
    display: block;
    border-radius: 50%;
    transition: background 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: rgb(220, 140, 219);
}

.owl-dots {
    text-align: center !important;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next, .owl-theme button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    display: none;
    padding: 0px !important;
}

.badge-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(rgb(255, 255, 255), rgb(241, 247, 255));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(20, 40, 80, 0.05) 0px 6px 18px;
    border: 1px solid rgba(13, 110, 253, 0.08);
}

.step-number {
    font-weight: 700;
    color: rgb(0, 64, 151);
    font-size: 0.95rem;
}

.step-card {
    transition: transform 0.18s, box-shadow 0.18s;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: rgba(13, 110, 253, 0.08) 0px 18px 40px;
}

.icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.06), rgba(0, 0, 0, 0.01));
    color: rgb(255, 255, 255);
    box-shadow: rgba(13, 110, 253, 0.02) 0px -6px 12px inset;
}

.timeline-item + .timeline-item {
    margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
    .badge-circle {
        width: 48px;
        height: 48px;
    }

    .step-number {
        font-size: 0.85rem;
    }
}

.wrap {
    max-width: 920px;
    margin: 0px auto;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(8, 30, 50, 0.08) 0px 10px 30px;
}

.title {
    background: transparent;
    text-align: center;
    padding: 26px 18px;
}

.title h1 {
    margin: 0px;
    font-size: 30px;
    color: rgb(31, 65, 108);
    font-weight: 800;
    letter-spacing: 0.2px;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

thead tr {
    background: var(--navy);
    color: var(--white);
}

thead th {
    padding: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

thead th.center {
    text-align: center;
}

tbody tr {
    border-bottom: 1px solid rgba(15, 75, 122, 0.06);
    background: var(--white);
}

.col-sno {
    width: 8%;
}

.col-course {
    width: 40%;
    padding-left: 18px;
}

.col-intake {
    width: 16%;
}

.col-fees {
    width: 16%;
}

tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    color: var(--navy);
    font-size: 15px;
}

.teal-cell {
    background: linear-gradient(rgba(23, 208, 207, 0.12), rgba(18, 189, 180, 0.06));
    text-align: center;
    color: var(--navy);
    font-weight: 800;
    font-size: 16px;
    border-left: 4px solid rgba(0, 0, 0, 0.03);
}

.sno {
    font-weight: 500;
    font-size: 16px;
    color: var(--navy);
    text-align: center;
}

.course-name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: var(--navy);
}

.course-sub {
    display: block;
    color: rgba(15, 75, 122, 0.65);
    font-weight: 500;
    font-size: 13px;
    margin-top: 6px;
}

@media (max-width: 720px) {
    .wrap {
        padding: 0px 10px;
    }

    thead th {
        font-size: 13px;
        padding: 12px 8px;
    }

    tbody td {
        padding: 12px 8px;
        font-size: 14px;
    }

    .col-course {
        width: 52%;
    }

    .col-intake, .col-fees {
        width: 24%;
    }

    .title h1 {
        font-size: 24px;
    }
}

.wr-iframe {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
    height: 620px;
    overflow: hidden;
}

.wr-iframe iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}

.services .icon-box {
    text-align: center;
    border: 1px solid rgb(213, 225, 237);
    padding: 15px 16px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255, 255, 255);
    min-height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.testimonial-card .video-thumb {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 16px;
}

.testimonial-card .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: rgba(9, 65, 126, 0.81);
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 18px;
    transition: transform 0.15s;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.testimonial-title {
    font-weight: 700;
    margin-top: 6px;
    font-size: 20px;
}

.testimonial-company {
    color: rgb(107, 114, 128);
    font-size: 13px;
    margin-bottom: 10px;
}

.testimonial-package {
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-weight: 300;
    border-radius: 10px;
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.testimonial-quote {
    line-height: 22px;
    font-size: 14px;
    color: rgb(59, 66, 82);
    margin-top: 0px;
}

.services .icon-box:hover {
    color: rgb(255, 255, 255);
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.services .icon-box:hover .testimonial-title, .services .icon-box:hover .testimonial-company, .services .icon-box:hover .testimonial-quote {
    color: rgb(255, 255, 255);
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0px;
    z-index: 1050;
    align-items: center;
    justify-content: center;
}

.video-modal[aria-hidden="false"] {
    display: flex;
}

.video-modal-bg {
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.65);
}

.video-modal-content {
    position: relative;
    max-width: 960px;
    width: 95%;
    max-height: 90vh;
    background: rgb(0, 0, 0);
    border-radius: 8px;
    padding: 12px;
    z-index: 1060;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 16px 40px;
}

.close-modal {
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 1070;
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.video-container {
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}

.video-container iframe, .video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 0px;
    border-radius: 6px;
    background: rgb(0, 0, 0);
}

.services .icon-box::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -120%;
    width: 80%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-20deg);
    transition: left 0.6s;
}

.services .icon-box:hover::after {
    left: 120%;
}

.services .icon-box:hover {
    color: rgb(255, 255, 255);
    background: linear-gradient(121deg, rgb(41, 55, 134) 0px, rgb(162, 29, 46) 100%) no-repeat padding-box padding-box;
}

.testimonial-title a {
    color: rgb(0, 64, 151) !important;
}

.services .icon-box:hover .testimonial-title a {
    color: rgb(255, 255, 255) !important;
}

.services .icon-box:hover .testimonial-package {
    background: rgb(255, 255, 255);
    color: rgb(0, 64, 151) !important;
}

.wr-iframe {
    max-width: 100%;
    margin: 1.5rem auto;
    border-radius: 6px;
    overflow: visible;
}

.highlight-blink {
    animation: 2s ease 0s 1 normal none running highlight-blink;
}

@keyframes highlight-blink {
    0% {
        box-shadow: rgba(255, 165, 0, 0) 0px 0px 0px;
        transform: translateY(0px);
    }

    30% {
        box-shadow: rgba(0, 255, 213, 0.95) 0px 0px 18px;
        transform: translateY(-2px);
    }

    60% {
        box-shadow: rgba(4, 184, 200, 0.7) 0px 0px 10px;
        transform: translateY(0px);
    }

    100% {
        box-shadow: rgba(255, 165, 0, 0) 0px 0px 0px;
        transform: translateY(0px);
    }
}

.chat-wrapper {
    position: fixed;
    right: 20px;
    bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
}

.chat-text {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    font-size: 13px;
    max-width: 177px;
    animation: 0.6s ease 0s 1 normal none running fadeIn;
    position: relative;
    left: 5px;
}

.chat-button .jki {
    color: white;
    font-size: 20px;
}

.chat-button {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    background-color: unset;
}

.chat-button:hover {
    transform: scale(1.05);
}

.chat-button:active {
    transform: scale(0.95);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.chat-popup {
    position: fixed;
    bottom: 5px;
    right: 20px;
    width: 400px;
    height: 500px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    z-index: 10000;
}

.chat-header {
    color: rgb(255, 255, 255);
    padding: 4px 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.chat-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.chat-header i {
    background: linear-gradient(135deg, rgb(240, 147, 251) 0%, rgb(245, 87, 108) 100%);
    padding: 9px;
    border-radius: 50%;
    line-height: 21px;
    font-size: 18px;
    margin-right: 10px;
}

.online-dot {
    padding: 6px;
    background-color: green;
    width: 6px;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .chat-popup {
        position: fixed;
        bottom: 0px;
        right: 0px;
        width: 100vw;
        height: 100dvh;
    }
}

.icon-wraps {
    width: 50px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 64, 151);
    box-shadow: rgba(13, 110, 253, 0.02) 0px -6px 12px inset;
}

.timeline-item + .timeline-item {
    margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
    .badge-circle {
        width: 48px;
        height: 48px;
    }

    .step-number {
        font-size: 0.85rem;
    }
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table tr {
        margin-bottom: 16px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 6px;
        padding: 10px;
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        text-align: right;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: 600;
        text-align: left;
        color: rgb(31, 65, 108);
    }
}


  .page-banner-entry {
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
}
.page-banner {
    height: 400px;
    background-size: cover;
    background-position: top;
    display: table;
    width: 100%;
    text-align: left;
    position: relative;
}


.page-banner h1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 11rem;
}



.ovbl-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    45deg,
    #10001852 0%,
    #040735de 99%,
    #040735a6 100%
  );
  z-index: 1;
}

/* Keep content above overlay */
.page-banner > * {
  position: relative;
  z-index: 2;
}