:root {
    --color-primary: #D32020;
    --black: #000;
    --black-color: #000;
    --secondary-black-bg: #111111;
    --color-light-black: #1F1F22;
    --color-badge: #F5F0E8;
    --bg-off-black: #111214;
    --transition: all 0.4s ease;
    --color-white: #fff;
    --white-down-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.7' height='6.672' viewBox='0 0 11.7 6.672'%3E%3Cg transform='translate(0.025 -0.1)'%3E%3Cpath d='M5.827,6.772a.818.818,0,0,1-.58-.241L.214,1.5A.82.82,0,0,1,1.374.341l4.45,4.45L10.277.343A.818.818,0,0,1,11.434,1.5L6.4,6.531A.807.807,0,0,1,5.827,6.772Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    --black-down-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M3.99998 4.56023C3.8566 4.56023 3.71324 4.50548 3.60393 4.39622L0.164113 0.956368C-0.0547044 0.737551 -0.0547044 0.382776 0.164113 0.164047C0.382842 -0.0546822 0.737546 -0.0546822 0.956381 0.164047L3.99998 3.20782L7.04359 0.164153C7.26241 -0.0545759 7.61708 -0.0545759 7.83579 0.164153C8.05471 0.382882 8.05471 0.737657 7.83579 0.956474L4.39602 4.39633C4.28666 4.50561 4.1433 4.56023 3.99998 4.56023Z' fill='%23fff'/%3E%3C/svg%3E");
    --btn-arrow-white: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 6.46667H12.6666' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66663 0.666687L12.6666 6.46669L6.66663 12.2667' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    --btn-arrow-green: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 6.46667H12.6666' stroke='%233C7844' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66663 0.666687L12.6666 6.46669L6.66663 12.2667' stroke='%233C7844' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    --select-dropdown-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M6.99997 7.98041C6.74906 7.98041 6.49819 7.8846 6.30689 7.6934L0.287198 1.67365C-0.0957328 1.29072 -0.0957328 0.669858 0.287198 0.287082C0.669975 -0.0956941 1.29071 -0.0956941 1.67367 0.287082L6.99997 5.61369L12.3263 0.287268C12.7092 -0.095508 13.3299 -0.095508 13.7127 0.287268C14.0958 0.670044 14.0958 1.2909 13.7127 1.67383L7.69305 7.69359C7.50167 7.88482 7.25079 7.98041 6.99997 7.98041Z' fill='%23535353'/%3E%3C/svg%3E");
    --yellow-arrow: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99998 4.56023C3.8566 4.56023 3.71324 4.50548 3.60393 4.39622L0.164113 0.956368C-0.0547044 0.737551 -0.0547044 0.382776 0.164113 0.164047C0.382842 -0.0546822 0.737546 -0.0546822 0.956381 0.164047L3.99998 3.20782L7.04359 0.164153C7.26241 -0.0545759 7.61708 -0.0545759 7.83579 0.164153C8.05471 0.382882 8.05471 0.737657 7.83579 0.956474L4.39602 4.39633C4.28666 4.50561 4.1433 4.56023 3.99998 4.56023Z' fill='%23D32020'/%3E%3C/svg%3E%0A");
    --color-red: #d32020;
    --color-text-gray: #d1d5db;
    --color-gold: #cc9f21;
    --font-oswald: "Oswald", Sans-serif;
    --font-inter: "Inter", Sans-serif;
}

body .elementor-widget-text-editor {
    color: var(--color-badge);
    font-family: var(--font-inter);
}

body .elementor p {
    margin-bottom: 30px;
}

body .elementor p:last-child {
    margin-bottom: 0px;
}

body .elementor-widget-text-editor a {
    transition: var(--transition);
}

body a {
    transition: var(--transition);
}

/* Header start  */

ul {
    padding: 0;
}

li {
    list-style: none;
}

.mobile_menu_bar {
    display: none;
}

.header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-inner .logo-wrap {
    width: 384px;
    height: 66px;
}

.header-inner .logo-wrap a {
    height: 100%;
    width: 100%;
}

.header-inner .logo-wrap a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: unset;
}

.main-menu {
    display: flex;
}

nav.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 384px);
    margin-top: -7px;
}

nav.main-nav ul.main-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

header {
    padding: 20px 0 14px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 12;
    transition: all .6s ease;
    background: transparent;
}

header.nav-up {
    top: -100%;
    transition: all .5s ease;
}

header.nav-down {
    background: var(--bg-off-black);
}

nav.main-nav ul.main-menu>li>a {
    color: var(--color-white);
    font-size: 16px;
    line-height: 24px;
    font-family: "Oswald", Sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    display: inline-block;
    letter-spacing: 0px;
}

nav.main-nav ul.main-menu>li:last-child a {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    display: inline-block;
    color: #fff !important;
    padding: 10px 29px;
    font-weight: 700;
    margin-left: 10px;
}

nav.main-nav ul.main-menu>li:last-child a:hover {
    background-color: transparent;
}

header.nav-down,
header.nav-up {
    box-shadow: 0 2px 10px rgba(201, 169, 110, 0.15);
    background-color: var(--color-light-black);
}

/* Header end */
/* Home page start */
.banner-overlay {
    position: relative;
    overflow: hidden;
}

.banner-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #0F0F0F 0%, rgba(15, 15, 15, 0.58) 45.67%, rgba(15, 15, 15, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.banner-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 3;
    pointer-events: none;
}

.home .banner-overlay>*:not(video) {
    position: relative;
    z-index: 10;
}

body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin: 0;
    gap: 20px;
}

html body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin: 0;
}

html body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    margin-left: 13px;
    top: 2px;
}

.banner-rating-list .elementor-icon-list-item {
    border: 1px solid #FFFFFF1A;
    padding: 11px 16px;
    background-color: #FFFFFF0D;
    border-radius: 2px;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    margin: 0 !important;
}

.banner-rating-list .elementor-icon-list-icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.banner-rating-list.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    height: auto;
    width: auto;
    margin: 0;
}

.banner-rating-list.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding: 0;
}

.banner-rating-list li:first-child .elementor-icon-list-icon {
    width: 93px;
    position: relative;
    left: 2px;
}

.banner-rating-list ul {
    margin: 0 !important;
    gap: 16px;
}

.banner-heading h1.elementor-heading-title {
    background: linear-gradient(90deg, #FFFFFF 20%, #CC9F21 130%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    /* display: inline; */
}

.banner-heading h1.elementor-heading-title .heading-break {
    position: relative;
    /* top: -10px; */
}

.footer-icon-list ul.elementor-icon-list-items {
    gap: 18px;
    display: grid;
}

.footer-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a {
    width: auto;
    color: #D1D5DB;
}

.footer-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item a:hover {
    color: #D32020;
}

.footer-icon-list.elementor-widget .elementor-icon-list-icon svg {
    position: relative;
    left: -3px;
}

.footer-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item:first-child svg {
    top: 2px;
}

footer .elementor-nav-menu li a {
    display: inline-flex;
}

body .footer-media-icon .elementor-social-icons-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
}

body .footer-media-icon .elementor-social-icons-wrapper .elementor-icon {
    background-color: #FFFFFF26;
    border: 1px solid #FFFFFF33;
    transition: var(--transition);
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .footer-media-icon .elementor-social-icons-wrapper .elementor-icon svg {
    fill: var(--color-white);
    transition: var(--transition);
    height: 16px;
    width: 16px;
}

body .footer-media-icon .elementor-social-icons-wrapper span.elementor-grid-item:last-child svg {
    height: 18px;
    width: 18px;
}

body .footer-media-icon .elementor-social-icons-wrapper .elementor-icon:hover {
    border-color: var(--color-white);
    background-color: var(--color-white);
}

body .footer-media-icon .elementor-social-icons-wrapper .elementor-icon svg path {
    transition: var(--transition);
}

body .footer-media-icon .elementor-social-icons-wrapper .elementor-icon:hover svg path {
    fill: #9d1c1c;
}

/* Form start */
body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gfield_description.validation_message.gfield_validation_message {
    display: none;
}

body .footer-shortcode .gform_wrapper.gravity-theme {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 350px;
}

body .footer-shortcode .gform_wrapper.gravity-theme form {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform-body {
    flex: 1;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_fields {
    display: block;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gfield {
    margin: 0;
    padding: 0;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gfield_label,
body .footer-shortcode .gform_wrapper.gravity-theme .gfield_required,
body .footer-shortcode .gform_wrapper.gravity-theme .validation_error,
body .footer-shortcode .gform_wrapper.gravity-theme .gform_validation_errors,
body .footer-shortcode .gform_wrapper.gravity-theme .gfield_description.validation_message,
body .footer-shortcode .gform_wrapper.gravity-theme .validation_message {
    display: none;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_validation_container,
body .footer-shortcode .gform_wrapper.gravity-theme .gform_hidden {
    display: none;
}

body .footer-shortcode .gform_wrapper.gravity-theme .ginput_container_email {
    margin: 0;
    padding: 0;
}

body .footer-shortcode .gform_wrapper.gravity-theme input[type="email"] {
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF1A;
    border-right: none;
    color: var(--color-white);
    height: 46px;
    width: 100%;
    padding: 0 12.5px;
    border-radius: 0;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    transition: border-color 0.3s;
}

body .footer-shortcode .gform_wrapper.gravity-theme input[type="email"]::placeholder {
    color: #D1D5DBCC;
}

body .footer-shortcode .gform_wrapper.gravity-theme input[type="email"]:focus {
    border-color: #D1D5DB;
    outline: none;
    box-shadow: none;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    margin: 0;
    padding: 0;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button[type="submit"] {
    background-color: #D32020;
    border: 1px solid #D32020;
    height: 46px;
    width: 46px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/fi_1933005.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 21px;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button[type="submit"]:hover {
    background-color: #b52222;
    border-color: #b52222;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button.gform-has-spinner,
body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button[aria-busy="true"] {
    background-image: none;
    cursor: not-allowed;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button.gform-has-spinner .gform-loader {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: var(--color-white);
    background: none;
    animation: gform_spin 0.8s linear infinite;
    box-sizing: border-box;
}

body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button.gform-has-spinner .gform-loader::before,
body .footer-shortcode .gform_wrapper.gravity-theme .gform_footer button.gform-has-spinner .gform-loader::after {
    content: none;
    display: none;
}

@keyframes gform_spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body .footer-shortcode .gform_wrapper.gravity-theme .gfield_error input[type="email"],
body .footer-shortcode .gform_wrapper.gravity-theme input[type="email"][aria-invalid="true"] {
    border: 1px solid #b52222;
}

body .footer-shortcode .gform_confirmation_message {
    font-family: "Inter";
    font-size: 15px;
    line-height: 25px;
}

/* Form end */
.custom-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-heading-wrapper .active-indicator-line {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #D32020;
    pointer-events: none;
    z-index: 2;
    transition: top 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-heading-wrapper .nav-heading {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: #FFFFFF33;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.2px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    width: fit-content;
    transform: translateX(0);
    transition: color 0.4s ease, transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.custom-heading-wrapper .nav-heading:hover {
    color: var(--color-white);
}

.custom-heading-wrapper .nav-heading.active {
    color: var(--color-white);
    transform: translateX(45px);
}

.custom-tab-content {
    display: none !important;
}

.custom-tab-content.active-content {
    display: block !important;
    animation: contentSlideIn 0.45s ease forwards;
}

.learn-more-btn::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/Vector-19.svg') no-repeat center / contain;
    transition: transform 0.4s ease, filter 0.4s ease;
    margin-left: 2px;
}

.learn-more-btn:hover::after {
    filter: brightness(0) invert(1);
    transform: translateX(5px);
}

body .elementor .expert-box::after {
    content: "";
    position: absolute;
    top: 42px;
    right: 32.48px;
    height: 293px;
    width: 287.1px;
    background-image: url(../images/Group-15.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

body .elementor .slef-icon-widget span.elementor-icon {
    height: 28px;
    width: 24px;
}

body .elementor .slef-icon-widget span.elementor-icon svg {
    height: auto;
    width: auto;
}

.slef-icon-widget.elementor-widget.elementor-widget-icon-box {
    width: 46.1%;
}

body .elementor .slef-icon-widget span.elementor-icon {
    top: 5px;
    position: relative;
}

.why-widget.slef-icon-widget.elementor-widget.elementor-widget-icon-box {
    width: calc(50% - 12px);
    background: #161616;
    padding: 26px 30px;
    border: 1px solid #FFFFFF0D;
    display: flex;
    align-items: center;
}

body .elementor .why-widget.slef-icon-widget span.elementor-icon {
    height: 40px;
    width: 40px;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor .program-disc h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--black);
    letter-spacing: 0;
    margin-bottom: 8px;
}

.elementor .program-disc p {
    color: var(--color-light-black);
}

body .elementor.elementor .program-disc.elementor-widget {
    max-width: 672px;
    width: 100%;
}

body .elementor .program-card {
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

body .elementor .program-card:hover {
    background-color: #FFF2F2;
    border-color: #D3202080;
}

body .elementor .program-card .arrow-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #0000001A;
    background-color: var(--color-white);
    text-decoration: none;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

body .elementor .program-card:hover .arrow-btn a {
    background-color: #D32020;
    border-color: #D32020;
}

body .elementor .program-card .arrow-btn svg {
    width: 15px;
    height: 13px;
    display: block;
    fill: transparent;
    overflow: visible;
    pointer-events: none;
}

body .elementor .program-card .arrow-btn svg path {
    transform-origin: 50% 50%;
    transform-box: fill-box;
    will-change: transform;
    backface-visibility: hidden;
    transform: rotate(0deg) translateZ(0);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), stroke 0.4s ease;
}

body .elementor .program-card:hover .arrow-btn svg path {
    transform: rotate(45deg) translateZ(0);
    stroke: var(--color-white);
}

.elementor .program-img-box img {
    border-radius: 2px;
}

/* Our curculim start */
body .elementor .timeline-scroll-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
}

body .elementor .timeline-scroll-container::-webkit-scrollbar {
    height: 10px;
}

body .elementor .timeline-scroll-container::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

body .elementor .timeline-scroll-container::-webkit-scrollbar-track {
    background-color: #242424;
    border-radius: 0px;
}

body .elementor .timeline-scroll-container::-webkit-scrollbar-thumb {
    background-color: #3E3E3E;
    border-radius: 0px;
}

body .elementor .timeline-scroll-container::-webkit-scrollbar-thumb:hover {
    background-color: #4A4A4A;
}

@supports (-moz-appearance: none) {
    body .elementor .timeline-scroll-container {
        scrollbar-width: auto;
        scrollbar-color: #3E3E3E #242424;
    }
}

body .elementor .timeline-scroll-container .timeline-card {
    position: relative;
    width: 350px;
    flex-shrink: 0;
    background-color: #161616;
    border: 1px solid #FFFFFF0D;
    padding: 33px 31px 31px 31px;
    box-sizing: border-box;
    border-radius: 2px;
}

body .elementor .timeline-scroll-container .timeline-card::before {
    content: '';
    position: absolute;
    top: -78px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary-black-bg);
    border: 4px solid #3F3F3F;
    z-index: 3;
}

body .elementor .timeline-scroll-container .timeline-card::after {
    content: '';
    position: absolute;
    top: -65px;
    left: 0;
    width: calc(100% + 35px);
    height: 5px;
    background-color: #1D1D1D;
    z-index: 1;
}

body .elementor .timeline-scroll-container .timeline-card:last-child::after {
    width: calc(100% + 0px);
}

body .elementor .timeline-scroll-container .timeline-card.active-step::before,
body .elementor .timeline-scroll-container .timeline-card:first-child::before {
    border-color: #D32020;
}

body .elementor .timeline-scroll-container .timeline-card.active-step::after,
body .elementor .timeline-scroll-container .timeline-card:first-child::after {
    width: 717px;
    height: 5px;
    top: -65px;
    left: 2px;
    background: linear-gradient(90deg, #D32020 0%, #1D1D1D 100%);
    border-radius: 0;
    z-index: 2;
}

body .elementor .timeline-scroll-container .timeline-card h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}

body .elementor .timeline-scroll-container .timeline-card h4 {
    margin: 0px 0 16px 0;
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #D1D5DB;
}

body .elementor .timeline-scroll-container .timeline-card.active-step h4,
body .elementor .timeline-scroll-container .timeline-card:first-child h4 {
    color: #D32020;
}

body .elementor .timeline-scroll-container .timeline-card p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 22.75px;
    color: #D1D5DB;
}

body .elementor .timeline-wrapper {
    position: relative;
}

body .elementor .timeline-wrapper::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 260px;
    height: 368px;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 10;
}

/* our curculim end */
/* video start */
.videos-sec.elementor-widget.elementor-widget-video {
    height: 480px;
}

body .elementor-element .videos-sec.elementor-widget-video .elementor-wrapper video {
    object-position: top center;
    height: 100%;
}

.videos-sec .elementor-custom-embed-image-overlay {
    background-position: top center !important;
}

.videos-sec.elementor-widget-video .elementor-wrapper {
    aspect-ratio: unset !important;
    height: 100%;
    width: 100%;
}

body .elementor-widget-video .elementor-custom-embed-play svg,
body .elementor-widget-video .elementor-custom-embed-play {
    outline: none;
}

body .elementor .videos-sec .elementor-custom-embed-play {
    position: absolute;
    border-radius: 50%;
}

body .elementor .videos-sec .elementor-custom-embed-play::before,
body .elementor .videos-sec .elementor-custom-embed-play::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
    animation: playPulseWave 2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

body .elementor .videos-sec .elementor-custom-embed-play::after {
    animation-delay: 1s;
}

body .elementor .videos-sec .elementor-custom-embed-play svg {
    display: block;
    transition: transform 0.4s ease;
}

body .elementor .videos-sec .elementor-custom-embed-play:hover svg {
    transform: scale(1.08);
}

@keyframes playPulseWave {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* video end */
body .elementor .home-reviews-heading {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

body .elementor .home-reviews-heading::after {
    content: '';
    display: inline-block;
    width: 125px;
    height: 32px;
    background-image: url('../images/five-stars.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

body .elementor .advantage-sec {
    position: relative;

}

body .elementor .advantage-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ADADAD;
    opacity: 0.2;
}

/* Faq start */
body .elementor .custom-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

body .elementor .faq-item {
    background-color: #161616;
    border: 1px solid #FFFFFF0D;
    overflow: hidden;
    transition: border-color 0.4s ease, background-color 0.4s ease;
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

body .elementor .faq-item.is-active {
    border-color: #D3202080;
    margin-bottom: 4px;
}

body .elementor .faq-summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    user-select: none;
    position: relative;
    display: block;
}

body .elementor .faq-summary::-webkit-details-marker {
    display: none;
}

body .elementor .faq-question {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--color-white);
    margin: 0;
    padding-right: 36px;
    display: block;
}

body .elementor .faq-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #6B7280;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    top: 25px;
    right: 23px;
}

body .elementor .faq-item .faq-chevron svg path {
    transition: fill 0.4s ease;
    stroke: #6B7280;
}

body .elementor .faq-item.is-active .faq-chevron {
    transform: rotateX(180deg);
    color: #D32020;
}

body .elementor .faq-item.is-active .faq-chevron svg path {
    stroke: #D32020;
}

body .elementor .faq-content {
    display: none;
}

body .elementor .faq-content-inner {
    padding: 0 24px 32px 24px;
    margin-top: -3px;
}

.faq-content-inner.typography ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.faq-content-inner.typography ul li {
    margin: 0;
}

.blockquote-common .home-quote p {
    color: #D32020;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.4px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Faq end */
/* Home page end */
/*  Faq page start */
body .elementor .inner-faq-sec .faq-summary {
    padding: 32px;
}

body .elementor .inner-faq-sec .faq-item .faq-chevron svg path {
    stroke: #D1D5DB;
}

body .elementor .inner-faq-sec .faq-chevron {
    top: 34px;
    right: 32px;
}

body .elementor .inner-faq-sec .faq-content-inner {
    padding: 0 32px 32px 32px;
    margin-top: -5px;
}

body .elementor .inner-faq-sec .faq-item.is-active .faq-chevron svg path {
    stroke: #D32020;
}

/*  Faq page end */
/* Our curculim page start */
body .elementor .curriculum-tab-sec .custom-heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body .elementor .curriculum-tab-sec .active-indicator-line {
    display: none;
}

body .elementor .curriculum-tab-sec .nav-heading {
    font-family: "Oswald", Sans-serif;
    margin: 0;
    padding: 20px 20px 20px;
    color: #9CA3AF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    cursor: pointer;
    user-select: none;
    background: transparent;
    border-left: 4px solid transparent;
    border-bottom: none;
    transform: none;
    transition: all 0.4s ease;
    width: 100%;
    opacity: 1;
}

body .elementor .curriculum-tab-sec .nav-heading:hover {
    color: var(--color-white);
}

body .elementor .curriculum-tab-sec .nav-heading.active {
    color: var(--color-white);
    background-color: #D320200D;
    border-left: 4px solid #D32020;
}

body .elementor .curriculum-tab-sec .custom-tab-content {
    display: none;
    background-color: #141414;
    padding: 48px;
    padding-bottom: 43px;
    border-radius: 0px;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

body .elementor .curriculum-tab-sec .custom-tab-content.active-content {
    display: block;
    animation: tabFadeIn 0.35s ease forwards;
}

.goals-editor.diff-strong p.center-bold-txt {
    margin: 0;
    padding-bottom: 9px;
}

.foundation-editor.elementor-widget-text-editor p {
    max-width: 814px !important;
    width: 100%;
}

body .elementor .curriculum-tab-sec .expert-box::after {
    display: none;
}

.goals-editor ul {
    margin-bottom: 18px;
}

.goals-editor ul:last-child {
    margin-bottom: 0;
}

p.full-widt-para {
    min-width: 850px;
    width: 100%;
}

.space-typo p:first-of-type {
    margin-bottom: 10px;
    margin-top: 5px;
}

.space-typo ul {
    margin-bottom: 23px;
}

.space-new-typo p:first-of-type {
    margin-bottom: 26px;
}

.space-new-typo.elementor-element.common-typo.two-col-list ul {
    max-width: 682px;
    margin-bottom: 25px;
}

.space-new-typo.elementor-element.common-typo.two-col-list ul+p {
    max-width: 750px;
}

/* Our curculim page end */
/* Special offer page start */
.elementor .offer-row .left-col {
    width: 34.429%;
}

.elementor .offer-row .right-col {
    width: calc(65.571% - 70px);
}

.elementor .offer-row .left-right-row {
    gap: 70px;
}

.elementor .offer-row .elementor-element.common-typo ul.right-tick-list {
    padding-top: 0px;
    column-gap: 0;
    grid-template-columns: repeat(2, 373px);
}

.elementor .offer-row .elementor-element.common-typo.two-col-list ul {
    max-width: 710px;
    column-gap: 0;
}

.elementor .offer-row .diff-strong p.center-bold-txt {
    margin-top: -3px;
}

.elementor .left-right-section .offer-row .left-right-row:nth-child(even) {
    gap: 80px;
}

.elementor .left-right-section .offer-row .left-right-row:nth-child(even) .left-col {
    width: 40.215%;
}

.elementor .left-right-section .offer-row .left-right-row:nth-child(even) .right-col {
    width: calc(59.785% - 80px);
}

body .elementor p.headline {
    font-family: 'Oswald';
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: #D32020;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container {
    gap: 40px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0;
    padding-top: 59px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card {
    width: calc(100% / 3 - 27px);
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
    top: -48px;
    left: 2px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::after {
    top: -48px;
    left: 10px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::before {
    top: -61px;
    left: -1px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:last-child::after {
    left: 3px;
}

.faq-content-inner.elementor-element.common-typo.two-col-list ul {
    margin-top: -15px;
    padding-bottom: 0;
}

/* Special offer page end */
/* Get started page start */
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
    padding-right: 40px;
}

ul.list-bottom-space {
    margin-bottom: 16px;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card h4 {
    color: #fff;
}

body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child h4 {
    color: #D32020;
}

.custom-frm-style-main .get-startd-form .gform_wrapper.gravity-theme .gform-loader {
    left: calc(50% + 92px);
}

/* get stared page end */
@media screen and (min-width:1200px) {

    /* Header start*/
    .main-nav .main-menu>li {
        position: relative;
        line-height: 0;
    }

    .main-nav .sub-menu {
        width: 190px;
        display: none;
        position: absolute;
        top: 50px;
        transition: var(--transition);
        left: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        padding: 0;
        list-style: none;
        background: transparent;
    }

    .main-menu li:hover>.sub-menu {
        display: block;
    }

    .main-nav .sub-menu li {
        position: relative;
        width: 100%;
    }

    .main-nav .sub-menu li a {
        font-family: "Oswald", Sans-serif;
        padding: 10px 15px;
        text-transform: uppercase;
        color: var(--black);
        font-weight: 400;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #cccccc94;
        font-size: 15px;
        line-height: 23px;
        background-color: var(--color-white);
    }

    .main-nav .sub-menu li .sub-menu li a {
        font-size: 14px;
        line-height: 22px;

    }

    .main-nav .sub-menu li a:hover {
        background-color: var(--color-primary);
        color: var(--color-white);
    }

    .main-nav .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        position: absolute;
    }

    .mobile_menu_bar {
        cursor: pointer;
    }

    .main-nav .main-menu>li.menu-item-has-children>a {
        padding-right: 18px !important;
        margin-top: 0;
    }

    .main-nav .main-menu>li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 8px;
        height: 5px;
        background-image: var(--black-down-arrow);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 99 !important;
    }

    .main-nav .main-menu>li:hover>a {
        color: var(--color-primary);
    }

    .main-nav .main-menu>li {
        transition: var(--transition);
    }

    .main-nav .main-menu>li>a::after {
        transition: transform 0.4s ease !important;
        z-index: 99 !important;
        will-change: transform;
    }

    .main-nav .main-menu>li.current-menu-ancestor>a,
    .main-nav .main-menu>li.current-menu-item>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu>li:hover>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu>li:last-child>a {
        margin-top: 0;
    }

    nav.main-nav ul.main-menu>li:last-child>a::before {
        content: unset;
    }

    .main-nav .main-menu>li.current-menu-ancestor>a::after {
        background-image: var(--black-down-arrow);
    }

    .main-nav .main-menu>li.current-menu-item.menu-item-has-children>a::after {
        background-image: var(--yellow-arrow);
    }

    .main-nav .main-menu>li:hover>a::after {
        transform: rotateX(180deg);
        background-image: var(--yellow-arrow);
    }

    .main-nav .main-menu>li.menu-item-has-children.current-menu-ancestor>a::after {
        background-image: var(--yellow-arrow);
    }

    .main-nav .sub-menu li.current-menu-item>a {
        background-color: var(--color-primary);
        color: var(--color-white);
    }

    .main-nav ul.sub-menu li.menu-item-has-children:hover>a {
        background-color: var(--color-primary);
        color: var(--color-white);
    }

    .main-nav ul.sub-menu li.menu-item-has-children>a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99998 4.56023C3.8566 4.56023 3.71324 4.50548 3.60393 4.39622L0.164113 0.956368C-0.0547044 0.737551 -0.0547044 0.382776 0.164113 0.164047C0.382842 -0.0546822 0.737546 -0.0546822 0.956381 0.164047L3.99998 3.20782L7.04359 0.164153C7.26241 -0.0545759 7.61708 -0.0545759 7.83579 0.164153C8.05471 0.382882 8.05471 0.737657 7.83579 0.956474L4.39602 4.39633C4.28666 4.50561 4.1433 4.56023 3.99998 4.56023Z' fill='%2308090A'/%3E%3C/svg%3E%0A");
        z-index: 99 !important;
        will-change: transform;
        width: 8px;
        height: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: center;
        transition: transform 0.5s ease !important;
    }

    .main-nav ul.sub-menu>li.menu-item-has-children:hover>a::after,
    .main-nav ul.sub-menu li.current-menu-ancestor>a::after,
    .main-nav ul.sub-menu li.current-menu-item>a::after {
        background-image: var(--black-down-arrow);
    }

    .main-nav .sub-menu>li.current-menu-ancestor>a {
        background-color: var(--color-primary);
        color: var(--color-white);
    }

    .menu_text_row {
        display: none;
    }

    .mobile-toggle {
        display: none;
    }

    .main-nav .sub-menu li .sub-menu li:last-child a {
        border-bottom: 0;
    }

    .main-nav .main-menu>li.menu-item-has-children:hover a::before,
    .main-nav .main-menu>li.menu-item-has-children.current-menu-ancestor a::before {
        width: 100%;
    }

    /* Header start*/
    .main-nav .sub-menu .sub-menu .sub-menu li a {
        font-size: 13px;
        line-height: 21px;
        border-bottom: 1px solid #cccccc94 !important;
    }


    .main-nav .sub-menu .sub-menu .sub-menu li:last-child a {
        border-bottom: 0 !important;
    }

    .main-menu .menu-item-has-children {
        position: relative;
    }

    .main-menu .sub-menu {
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
    }

    .main-menu .sub-menu::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        background: transparent;
        height: 20px;
        cursor: default;
        pointer-events: auto;
    }

    header::before {
        display: none !important;
    }

    .main-nav .sub-menu li:last-child>a {
        border-bottom: 0;
    }

    header.nav-down .main-menu>li.menu-item-has-children>.sub-menu {
        top: calc(100% + 38px);
    }

    header.nav-down .main-menu>li.menu-item-has-children>.sub-menu::before {
        top: -38px;
        height: 38px;
    }
}

/* Responsive start */
@media screen and (max-width:1439px) {

    /* Header start*/
    header {
        padding: 15px 0;
    }

    .header-inner .logo-wrap {
        width: 270px;
        height: 60px;
        left: 0px;
    }

    nav.main-nav {
        width: calc(100% - 270px);
        margin-top: 0;
    }

    nav.main-nav ul.main-menu {
        gap: 25px;
    }

    nav.main-nav ul.main-menu>li:last-child a {
        margin-left: 5px;
    }

    /* Header end*/
    /* Home page start */
    .footer-icon-list.elementor-widget .elementor-icon-list-icon svg {
        left: 0;
    }

    body .elementor .timeline-scroll-container .timeline-card {
        width: 330px;
    }

    body .elementor .timeline-wrapper::after {
        width: 220px;
    }

    /* Home page end */
    /* our curculim start*/
    p.full-widt-para {
        min-width: 225%;
        width: 100%;
    }

    .elementor .offer-row .elementor-element.common-typo ul.right-tick-list {
        grid-template-columns: repeat(2, 1fr);
    }

    /* our curculim end*/

    body .footer-media-icon .elementor-social-icons-wrapper {
        gap: 10px;
    }

}


@media screen and (max-width:1199px) {

    /* Header start*/
    nav.main-nav {
        position: fixed;
        right: -470px;
        top: 0;
        width: 100%;
        max-width: 450px;
        height: 100%;
        margin: 0;
        padding: 0 20px 40px;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        transition: all .6s ease;
        display: flex;
        flex-wrap: nowrap;
        z-index: 999;
        background-color: var(--black);
    }

    body.active-responsive-menu nav.main-nav {
        right: 0;
    }

    .mobile_menu_bar {
        display: contents;
        cursor: pointer;
    }

    .mobile_menu_bar svg {
        display: block;
        height: 32px;
        width: 32px;
    }

    .header-inner {
        justify-content: space-between;
    }

    header.header {
        padding: 10px 0;
    }

    body.active-responsive-menu {
        position: relative;
        overflow: hidden;
    }

    body.active-responsive-menu::before {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        background: #0000008c;
        z-index: 99;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        transition: all .6s ease;
    }

    .menu_text_row {
        display: block;
        width: 100%;
        position: sticky;
        top: 0;
        background: var(--black);
        z-index: 2;
    }

    .menu_text {
        right: 20px;
        text-align: right;
        line-height: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 50px;
        width: 100%;
        margin: 0;
        padding: 16px 0 !important;
        border-bottom: 0 !important;
    }

    .menu_text a {
        display: block;
        background: transparent;
        cursor: pointer;
        border: 0;
        padding: 0;
        line-height: 0 !important;
    }

    .menu_text a svg {
        height: 15px;
        width: 15px;
    }

    .main-nav .main-menu {
        width: 100%;
        padding: 0 !important;
    }

    nav.main-nav ul.main-menu li {
        width: 100%;
        border-bottom: 1px solid #ffffff47;
    }

    .menu_text a svg path {
        fill: var(--color-white);
    }

    nav.main-nav ul.main-menu li a {
        display: block;
        padding: 15px 0 !important;
        border-bottom: 0;
        color: var(--color-white);
        margin-top: 0;
        font-weight: 400;
    }

    nav.main-nav ul.main-menu li:last-child {
        border: 0;
    }

    nav.main-nav ul.main-menu .sub-menu {
        position: unset;
        padding-left: 10px;
        padding: 0;
        padding-left: 10px;
        display: none;
    }

    nav.main-nav ul.main-menu li>.sub-menu>li>.sub-menu>li:first-child>a {
        border-top: 1px solid #ffffff47;
    }

    nav.main-nav ul.main-menu>li.menu-item-has-children>ul.sub-menu>li:first-child>a {
        border-bottom: 0;
    }

    nav.main-nav ul.main-menu>li.menu-item-has-children>ul.sub-menu>li:first-child>a {
        border-top: 1px solid #ffffff47;
    }

    nav.main-nav ul.main-menu li {
        position: relative;
    }

    span.mobile-toggle {
        height: 54px;
        width: 30px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    span.mobile-toggle::before,
    span.mobile-toggle::after {
        content: "";
        width: 16px;
        height: 2px;
        background: var(--color-white);
        position: absolute;
        border-radius: 1px;
        transition: all 0.6s ease;
    }

    span.mobile-toggle::after {
        transform: rotate(90deg);
    }

    span.mobile-toggle.dt-open::after {
        transform: rotate(0deg);
    }

    nav.main-nav ul.main-menu {
        display: unset;
    }

    nav.main-nav ul.main-menu>li:last-child {
        width: fit-content;
        margin-top: 30px;
    }

    nav.main-nav ul.main-menu>li:last-child a {
        width: auto;
        padding: 9px 20px !important;

    }

    nav.main-nav ul.main-menu li.current-menu-item>a,
    nav.main-nav ul.main-menu li>a:hover {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu li.current-menu-ancestor>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu>li.current-menu-item>a {
        color: var(--color-primary);
    }

    nav.main-nav ul.main-menu li:first-child .sub-menu li.current-menu-item.menu-item-object-custom>a {
        background: transparent !important;
        color: #fff !important;
    }

    .main-nav .sub-menu li.current-menu-item.menu-item-type-custom>a {
        color: var(--color-white);
    }

    .header-inner .logo-wrap {
        width: 290px;
        height: 50px;
    }

    .main-nav .sub-menu li a {
        font-family: "Oswald", Sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 23px;
    }

    nav.main-nav ul.main-menu li>ul.sub-menu>li>ul.sub-menu>li>a {
        font-family: "Oswald", Sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
    }

    nav.main-nav ul.main-menu li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        font-family: "Oswald", Sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 22px;
    }

    nav.main-nav ul.main-menu>li:last-child a {
        margin-left: 0px;
    }

    /* Header end */
    /* Home page start */
    html body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        top: 0;
        height: 75%;
    }

    body .footer-media-icon .elementor-social-icons-wrapper {
        gap: 10px;
    }

    .custom-heading-wrapper .nav-heading {
        font-size: 40px;
        line-height: 50px;
    }

    body .elementor p {
        margin-bottom: 20px;
    }

    body .elementor .expert-box::after {
        height: 240px;
        width: 240px;
        top: 30px;
        right: 30px;
    }

    .slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        width: 48.38%;
    }

    body .elementor .slef-icon-widget span.elementor-icon {
        height: auto;
        width: auto;
    }

    .why-widget.slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        padding: 20px;
        width: calc(50% - 7.5px);
    }

    .elementor .program-disc h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    body .elementor .program-card .arrow-btn a {
        width: 45px;
        height: 45px;
    }

    body .elementor .timeline-scroll-container {
        padding-top: 62px;
        gap: 25px;
        padding-bottom: 35px;
    }

    body .elementor .timeline-scroll-container .timeline-card::before {
        top: -60px;
        width: 25px;
        height: 25px;
    }

    body .elementor .timeline-scroll-container .timeline-card.active-step::after,
    body .elementor .timeline-scroll-container .timeline-card:first-child::after {
        top: -50px;
    }

    body .elementor .timeline-scroll-container .timeline-card::after {
        top: -50px;
    }

    body .elementor .timeline-scroll-container .timeline-card {
        padding: 25px;
        width: 300px;
    }

    body .elementor .timeline-scroll-container .timeline-card h3 {
        font-size: 26px;
        line-height: 36px;
    }

    body .elementor .timeline-scroll-container .timeline-card h4 {
        margin-bottom: 14px;
    }

    body .elementor .timeline-wrapper::after {
        height: 330px;
        width: 200px;
    }

    body .elementor .timeline-scroll-container .timeline-card:first-child::after {
        width: 580px;
    }

    .videos-sec.elementor-widget.elementor-widget-video {
        height: 430px;
    }

    .faq-content-inner.typography ul {
        gap: 10px;
    }

    body .elementor .faq-summary {
        padding: 20px;
    }

    body .elementor .faq-question {
        font-size: 18px;
        line-height: 28px;
    }

    body .elementor .faq-content-inner {
        padding: 0 20px 26px 20px;
    }

    body .elementor .custom-faq-wrapper {
        gap: 14px;
    }

    body .elementor .faq-chevron {
        top: 22px;
        right: 16px;
    }

    /* Home page end */
    /*  Faq page start */
    body .elementor .inner-faq-sec .faq-summary {
        padding: 25px;
    }

    body .elementor .inner-faq-sec .faq-content-inner {
        padding: 0 25px 30px 25px;
        margin-top: -2px;
    }

    body .elementor .inner-faq-sec .faq-chevron {
        top: 27px;
        right: 21px;
    }

    /*  Faq page end */
    /* Our curculim start */
    body .elementor .curriculum-tab-sec .nav-heading {
        padding: 15px;
        font-size: 17px;
        line-height: 27px;
    }

    body .elementor .curriculum-tab-sec .custom-tab-content {
        padding: 40px;
    }

    .goals-editor ul {
        margin-bottom: 14px;
    }

    body .elementor .curriculum-tab-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .space-typo p:first-of-type {
        margin-top: 0;
    }

    .space-typo ul {
        margin-bottom: 14px;
    }

    .space-new-typo.elementor-element.common-typo.two-col-list ul {
        margin-bottom: 14px;
    }

    .space-new-typo p:first-of-type {
        margin-bottom: 18px;
    }

    /* Our curculim end */
    /* special offer start */
    .elementor .offer-row .left-right-row {
        gap: 50px;
    }

    .elementor .offer-row .left-col {
        width: 40%;
    }

    .elementor .offer-row .right-col {
        width: calc(60% - 50px);
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) {
        gap: 50px;
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) .right-col {
        width: calc(60% - 50px);
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) .left-col {
        width: 40%;
    }

    body .elementor p.headline {
        font-size: 18px;
        line-height: 28px;
        padding-top: 8px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container {
        gap: 30px;
        flex-wrap: wrap;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card {
        width: calc(100% / 3 - 20px);
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::before {
        top: -59px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card h4 {
        line-height: 22px;
    }

    .faq-content-inner.elementor-element.common-typo.two-col-list ul {
        margin-top: -10px;
    }

    ul.list-bottom-space {
        margin-bottom: 14px;
    }

    .custom-frm-style-main .get-startd-form .gform_wrapper.gravity-theme .gform-loader {
        left: calc(50% + 82px);
    }

    /* special offer end */
}

@media screen and (max-width:991px) {

    /* Home page start */
    body .elementor .expert-box {
        min-height: auto !important;
    }

    body .elementor .custom-heading-wrapper .active-indicator-line {
        display: none;
    }

    body .elementor .custom-heading-wrapper {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
        padding-bottom: 2px;
        margin-bottom: 0px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body .elementor .custom-heading-wrapper::-webkit-scrollbar {
        display: none;
    }

    body .elementor .custom-heading-wrapper .nav-heading {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0px;
        flex-shrink: 0;
        padding: 0 0 10px 0;
        transform: none;
        color: rgba(255, 255, 255, 0.35);
        border-bottom: 3px solid rgba(255, 255, 255, 0.15);
        transition: color 0.3s ease, border-color 0.3s ease;
        cursor: pointer;
    }

    body .elementor .custom-heading-wrapper .nav-heading.active {
        color: var(--color-white);
        transform: none;
        border-bottom: 3px solid #D32020;
    }

    .slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        width: 36%;
    }

    .faq-content-inner.typography ul {
        grid-template-columns: 1fr;
    }

    /* Home page end */
    /* Our Curculim start */
    .work-row {
        display: flex;
        flex-direction: column;
    }

    .work-row>div:first-child {
        display: contents;
    }

    .work-row>div:first-child>div {
        order: 1;
        width: 100%;
    }

    .work-row>div:last-child {
        order: 2;
        width: 100%;
        margin-bottom: 30px;
    }

    .work-row .fill-btn {
        order: 3;
    }

    body .elementor .curriculum-tab-sec .nav-heading {
        width: auto;
    }

    body .elementor .curriculum-tab-sec .custom-tab-content {
        padding: 30px;
    }

    body .elementor .curriculum-tab-sec .custom-tab-content,
    body .elementor .curriculum-tab-sec .expert-box {
        min-height: auto;
        padding: 24px 20px;
    }

    body .elementor .curriculum-tab-sec .custom-heading-wrapper {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        gap: 20px;
        padding: 0 10px 4px 0;
        margin-bottom: 25px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body .elementor .curriculum-tab-sec .custom-heading-wrapper::-webkit-scrollbar {
        display: none;
    }

    body .elementor .curriculum-tab-sec .nav-heading {
        letter-spacing: 0px;
        flex-shrink: 0;
        padding: 6px 4px 10px 4px;
        border-left: none;
        background: transparent;
        color: rgba(255, 255, 255, 0.35);
        border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    }

    body .elementor .curriculum-tab-sec .nav-heading.active {
        color: var(--color-white);
        background: transparent;
        border-left: none;
        border-bottom: 3px solid #d32020;
    }

    body .elementor .curriculum-tab-sec .tab-two-col-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    body .elementor .curriculum-tab-sec .tab-main-title {
        font-size: 26px;
    }

    /* Our Curculim end */
    /* special offer start */
    .elementor .offer-row .left-right-row {
        gap: 40px;
    }

    .elementor .offer-row .left-col {
        width: 100%;
    }

    .elementor .offer-row .right-col {
        width: 100%;
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) {
        gap: 40px;
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) .left-col {
        width: 100%;
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) .right-col {
        width: 100%;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px;
        position: relative;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card {
        width: 100%;
        position: relative;
        width: 100%;
        max-width: 377px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::before {
        top: 0;
        left: -50px;
        z-index: 3;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::after,
    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
        top: 0;
        left: -40px;
        width: 5px;
        height: calc(100% + 40px);
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
        height: 400px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:last-child::after {
        left: -40px;
        height: 100%;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
        background: linear-gradient(180deg, #D32020 0%, #1D1D1D 100%);
    }

    /* special offer end */
}

@media screen and (max-width:767px) {

    /* Home page start */
    .banner-heading h1.elementor-heading-title .heading-break {
        position: static;
    }

    html body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        height: 65%;
        margin-left: 10px;
    }

    body .elementor .banner-icon-list.elementor-widget .elementor-icon-list-items.elementor-inline-items {
        gap: 10px;
    }

    .banner-rating-list li:first-child .elementor-icon-list-icon {
        width: 80px;
        position: static;
    }

    .banner-rating-list ul {
        gap: 10px;
    }

    .banner-rating-list .elementor-icon-list-item {
        padding: 10px 14px;
    }

    /* Home page end */
    /* Footer start */
    .global-container .accordion-heading {
        position: relative;
        margin: 0;
        padding: 14.5px 40px 14.5px 0;
        cursor: pointer;
        user-select: none;
        border: 0;
    }

    .global-container .accordion-heading::before,
    .global-container .accordion-heading::after {
        content: "";
        position: absolute;
        top: 50%;
        background: var(--color-badge);
        transform: translateY(-50%);
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .global-container .accordion-heading::before {
        right: 5px;
        width: 16px;
        height: 2px;
    }

    .global-container .accordion-heading::after {
        right: 12px;
        width: 2px;
        height: 16px;
    }

    .global-container .accordion-heading.is-open::after {
        opacity: 0;
        transform: translateY(-50%) rotate(90deg);
    }

    .global-container .accordion-heading+.elementor-widget-nav-menu.footer-menu {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0 0 20px;
    }

    .global-container .accordion-heading+.elementor-widget-nav-menu.footer-menu nav {
        margin: 0;
        padding: 0;
    }

    .global-container .accordion-heading:not(.is-open) {
        border-bottom: 1px solid rgba(85, 85, 84, 0.5);
    }

    .global-container .accordion-heading.is-open {
        padding-bottom: 12px;
        border-bottom: 0;
    }

    .global-container .accordion-heading.is-open+.elementor-widget-nav-menu.footer-menu {
        border-bottom: 1px solid rgba(85, 85, 84, 0.5);
    }

    .global-container .elementor-element:last-child .accordion-heading {
        border: 0;
    }

    .global-container .elementor-element:last-child .accordion-heading.is-open+.elementor-widget-nav-menu.footer-menu {
        border: 0;
        padding-bottom: 0;
    }

    .global-container .elementor-element:last-child .accordion-heading {
        padding-bottom: 0;
    }

    .global-container .elementor-element:last-child .accordion-heading+div {
        margin-top: 12px;
    }

    body .elementor .footer-heading {
        border-color: transparent;
    }

    .elementor .global-container>div>div:last-child .footer-heading,
    .elementor .global-container>div>div:first-child .footer-heading {
        border-color: #D32020;
    }

    .footer-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item:first-child svg {
        top: 0px;
    }

    .footer-icon-list.elementor-widget .elementor-icon-list-icon svg {
        margin-right: 3px;
    }

    .footer-icon-list ul.elementor-icon-list-items {
        gap: 15px;
    }

    body .footer-shortcode .gform_confirmation_message {
        font-size: 14px;
        line-height: 24px;
    }

    /* Footer end */
    /* Home page start */
    body .elementor p {
        margin-bottom: 15px;
    }

    .custom-heading-wrapper .nav-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .custom-heading-wrapper {
        gap: 8px;
    }

    body .elementor .custom-heading-wrapper .nav-heading {
        font-size: 18px;
        line-height: 24px;
    }

    body .elementor .custom-heading-wrapper {
        gap: 15px;
    }

    .slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        width: 42%;
    }

    body .elementor .why-widget.slef-icon-widget span.elementor-icon {
        height: 25px;
        width: 25px;
    }

    body .elementor .why-widget.slef-icon-widget span.elementor-icon svg {
        height: 100%;
        width: 100%;
    }

    .elementor .program-disc h3 {
        font-size: 22px;
        line-height: 32px;
    }

    body .elementor .program-card .arrow-btn a {
        width: 40px;
        height: 40px;
    }

    body .elementor .program-card .arrow-btn svg {
        width: 12px;
        height: 12px;
    }

    body .elementor .timeline-scroll-container .timeline-card {
        padding: 20px;
        width: 280px;
    }

    body .elementor .timeline-scroll-container .timeline-card h3 {
        font-size: 22px;
        line-height: 32px;
    }

    body .elementor .timeline-scroll-container .timeline-card h4 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    body .elementor .timeline-scroll-container .timeline-card p {
        font-size: 14px;
        line-height: 24px;
    }

    body .elementor .timeline-scroll-container {
        gap: 20px;
        padding-bottom: 30px;
        padding-top: 50px;
    }

    body .elementor .timeline-scroll-container .timeline-card:first-child::after {
        width: 400px;
    }

    body .elementor .timeline-scroll-container .timeline-card:first-child::after {
        top: -40px;
    }

    body .elementor .timeline-scroll-container .timeline-card::after {
        top: -40px;
    }

    body .elementor .timeline-scroll-container .timeline-card::before {
        top: -50px;
    }

    body .elementor .timeline-wrapper::after {
        height: 290px;
        width: 100px;
    }

    body .elementor .timeline-scroll-container::-webkit-scrollbar {
        height: 8px;
    }

    body .elementor .home-reviews-heading::after {
        width: 100px;
        height: 20px;
    }

    .faq-content-inner.typography ul {
        gap: 6px;
    }

    body .elementor .faq-summary {
        padding: 15px;
    }

    body .elementor .faq-question {
        font-size: 16px;
        line-height: 26px;
    }

    body .elementor .faq-chevron {
        top: 16px;
        right: 11px;
    }

    body .elementor .faq-content-inner {
        padding: 0 15px 20px 15px;
        margin-top: 0;
    }

    /* Home page end */
    /* Our Curculim start */

    .work-row>div:last-child {
        margin-bottom: 25px;
    }

    body .elementor .curriculum-tab-sec h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    body .elementor .curriculum-tab-sec .custom-tab-content {
        padding: 20px;
    }

    body .elementor .curriculum-tab-sec .custom-tab-content>p:first-child {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 12px;
    }

    p.full-widt-para {
        min-width: 100%;
    }

    .goals-editor ul {
        margin-bottom: 12px;
    }

    .space-new-typo p:first-of-type {
        margin-bottom: 15px;
    }

    .space-new-typo.elementor-element.common-typo.two-col-list ul {
        margin-bottom: 12px;
    }

    .space-typo ul {
        margin-bottom: 12px;
    }

    /* Our Curculim end */
    /* special offer start */
    .elementor .offer-row .left-right-row {
        gap: 30px;
    }

    .elementor .left-right-section .offer-row .left-right-row:nth-child(even) {
        gap: 30px;
    }

    .elementor .offer-row .elementor-element.common-typo.two-col-list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    body .elementor p.headline {
        font-size: 16px;
        line-height: 26px;
        padding-top: 5px;
        margin-bottom: 6px;
    }

    .elementor .offer-row .elementor-element.common-typo ul.right-tick-list {
        grid-template-columns: repeat(1, 1fr);
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container {
        gap: 20px;
        padding-left: 40px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card {
        max-width: 345px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
        height: 350px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::after,
    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:first-child::after {
        left: -30px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card:last-child::after {
        left: -30px;
    }

    body .elementor .offer-timeline-sec .timeline-scroll-container .timeline-card::before {
        left: -40px;
    }

    .faq-content-inner.elementor-element.common-typo.two-col-list ul {
        margin-top: -5px;
    }

    ul.list-bottom-space {
        margin-bottom: 12px;
    }

    .custom-frm-style-main .get-startd-form .gform_wrapper.gravity-theme .gform-loader {
        left: calc(50% + 75px);
    }

    /* special offer end */
}

@media screen and (max-width:640px) {
    body .gform_wrapper.gravity-theme .ginput_complex span {

        margin-bottom: 0;

    }
}

@media screen and (max-width:576px) {
    .header-inner .logo-wrap {
        width: 240px;
        height: 42px;
    }

    /* Home page start */
    .slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        width: 100%;
    }

    .why-widget.slef-icon-widget.elementor-widget.elementor-widget-icon-box {
        width: 100%;
    }

    .videos-sec.elementor-widget.elementor-widget-video {
        height: auto;
    }

    /* Home page end*/
    /* Faq Page start */
    body .elementor .inner-faq-sec .faq-summary {
        padding: 20px;
    }

    body .elementor .inner-faq-sec .faq-content-inner {
        padding: 0 20px 25px 20px;
    }

    body .elementor .inner-faq-sec .faq-chevron {
        top: 21px;
        right: 16px;
    }

    /*Faq page end  */
}

@media screen and (max-width:479px) {
    body .elementor .home-reviews-heading::after {
        width: 80px;
        height: 20px;
    }

    .ginput_container.ginput_container_turnstile {
        line-height: 0;
        height: 60px;
    }

    .custom-frm-style-main .get-startd-form .gform_wrapper.gravity-theme .gform-loader {
        left: calc(50% + 65px);
    }
}