/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,a,ul,li,ol{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ad__slider-container  {
    height: 660px;
}
.ad__slider-container > .swiper-slide-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent no-repeat 50% 50% /cover;
}

.ad__slider-container .swiper-slide-cover {
    transform-origin: 50% 50%;
    height: 100%;
    background-size: cover;
}

.alterdiv__hero-slider .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
}

.alterdiv__hero-slider .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1.1);
}

.ad__swiper-pagination-btn .swiper-button-next {
    right: 70px;
}

.ad__swiper-pagination-btn .swiper-button-prev {
    left: 70px;
}

.ad__swiper-pagination-btn .swiper-button-next, .ad__swiper-pagination-btn .swiper-button-prev {
    background: none;
}
.ad__swiper-pagination-btn .swiper-button-next:after, .ad__swiper-pagination-btn .swiper-button-prev:after {
    color: #fff;
    font-weight: 900;
}
.ad__slider-content {
    position: absolute;
    left: 150px;
    bottom: 70px;
}
.ad_slider-subtitle {
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    border-radius: 26px;
    padding: 2px 10px;
    font-family: 'Inter';
    line-height: normal;
}
.ad_slider-title {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 40px;
    color: #fff;
    margin-top: 18px;
}


.ad__client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}

.lm__newsletter-wrap {
    position: relative;
    width: 760px;
    margin: 0 auto;
}

p.lm_newsletter-input {
    width: 100%;
}

p.lm_newsletter-input input {
    border-radius: 36px;
    padding: 23px 50px;
}

p.lm_newsletter-btn [type=submit] {
    border: 1px solid #000000;
    color: #fff;
    background: #000;
    border-radius: 37px;
    padding: 18.5px 32px;
    font-size: 22px;
    font-family: 'Montserrat';
}

p.lm_newsletter-btn {
    position: absolute;
    right: 0;
    top: 0;
}

p.lm_newsletter-input input::placeholder {
    color: #000;
    font-size: 22px;
}
p.lm_newsletter-btn [type=submit]:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}


.ad__image-carousel {
    width: 1320px;
    padding: 0 12px;
}

.ad__image-carousel .swiper-slide img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.ad__image-carousel .swiper-slide:nth-child(odd) {
    margin-top: 42px;
}
.ad__image-carousel-btn-next-lg,
.ad__image-carousel-btn-prev-lg,
.ad__image-carousel-btn-next-mobile,
.ad__image-carousel-btn-prev-mobile{
    background-image: none;
}
.ad__image-carousel-btn-next:after,
.ad__image-carousel-btn-prev:after{
    font-weight: 900;
}

.ad__image-carousel.ad__image-carousel-mobile .swiper-slide img {
    height: 188px;
}
.ad__image-carousel-mobile .swiper-slide.swiper-slide-active img {
    height: 228px;
}
.ad__image-carousel-mobile .swiper-slide {
    padding-top: 20px;
}
.ad__image-carousel-mobile .swiper-slide.swiper-slide-active {
    padding-top: 0;
}
.ad__image-carousel.ad__image-carousel-mobile  .swiper-slide:nth-child(odd) {
    margin-top: 0;
}
.ad__image-carousel-btn-prev-mobile, .ad__image-carousel-btn-next-mobile {
    width: 35px;
    height: 35px;
    border: 3px solid #000000;
    text-align: center;
    margin: auto 0;
    border-radius: 50%;
}
.ad__image-carousel-btn-prev-mobile:after, .ad__image-carousel-btn-next-mobile:after {
    font-size: 14px;
    position: absolute;
    transform: translate(-4px, 10px);
}

/*Nav Menu Start*/

.crete-navbar {
    padding: 0 40px;
    border-radius: 12px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}



.crete-navmenu {
    text-align: end;
}

.crete-navmenu>ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.crete-navmenu>ul>li>a {
    position: relative;
}

.crete-navmenu>ul>li>a::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #5044eb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crete-navmenu>ul>li>a:hover::before,
.crete-navmenu>ul>li.current-menu-item>a::before{
    width: calc(100% - 32px);
}

.crete-navmenu>ul li {
    display: inline-block;
    position: relative;
}

.crete-navmenu>ul li a {
    display: block;
    padding: 10px 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.crete-navmenu>ul li.menu-item-has-children {
    position: relative;
}

.crete-navmenu>ul li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    right: 0;
    top: 12px;
    font-size: 13px;
    color: #636D78;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 900;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background-color: #ffffff;
    z-index: 10;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    text-align: left;
    margin-left: 0;
    white-space: nowrap;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li {
    display: block;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li a {
    color: #636D78;
    padding: 10px 24px;
    position: relative;
    transition: all 0.3s;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li a::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background-color: #5044eb;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li:hover>a {
    padding-left: 36px;
    color: #5044eb;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li:hover>a::before {
    width: 15px;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li.menu-item-has-children::after {
    content: '\f105';
    top: 10px;
    right: 12px;
    color: #636D78;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li.menu-item-has-children>.sub-menu {
    content: '\f105';
    position: absolute;
    left: 100%;
    top: 10px;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li.menu-item-has-children:hover>.sub-menu {
    top: 0;
}

.crete-navmenu>ul li.menu-item-has-children>.sub-menu li.menu-item-has-children:hover::after {
    color: #5044eb;
}

.crete-navmenu>ul li.menu-item-has-children:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.crete-navmenu>ul li:hover>a {
    color: #5044eb;
}

.crete-navmenu>ul li:hover::after {
    color: #5044eb;
}
/*Mobile Toggle Start*/

.header-toggle {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: rgba(59, 56, 235, 0.1);
    border: none;
}

.header-toggle span {
    width: 20px;
    height: 2px;
    background-color: #5044eb;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.header-toggle::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -145%;
    width: 150%;
    height: 143%;
    background-color: #1f1f1f;
    z-index: -1;
    border-radius: 40%;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

.header-toggle:hover {
    color: #ffffff;
}

.header-toggle:hover span {
    background-color: #ffffff;
}

.header-toggle:hover::before {
    top: -6px;
}
.header-toggle:focus, .header-toggle:hover {
    background-color: initial;
}
.mobile-menu {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -310px;
    background-color: #ffffff;
    z-index: 60;
    padding: 60px 24px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000;
}

.mobile-menu .close:hover {
    color: #000;
}

.mobile-menu .logo {
    width: 100%;
    display: block;
    background-color: #5044EB;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}

.mobile-menu .mobile-nav-menu {
    margin-top: 32px;
    padding-left: 0;
    margin-left: 0;
}

.mobile-menu .mobile-nav-menu li {
    display: block;
}

.mobile-menu .mobile-nav-menu li+li {
    border-top: 1px solid #ECEFF2;
}

.mobile-menu .mobile-nav-menu li a {
    display: block;
    color: #1F1F1F;
    padding: 10px 0;
    font-weight: 600;
    padding-left: 20px;
}

.mobile-menu .mobile-nav-menu li a:hover {
    color: #5044EB;
}

.mobile-menu .mobile-nav-menu li.menu-item-has-children {
    position: relative;
}

.mobile-menu .mobile-nav-menu li.menu-item-has-children>i {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-menu .mobile-nav-menu li.menu-item-has-children>i.icon-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav-menu li.menu-item-has-children>.sub-menu {
    padding-left: 15px;
    display: none;
    margin-left: 0;
}

.mobile-menu .mobile-search input {
    width: 100%;
}

.mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px;
}

.mobile-menu.active {
    left: 0;
}
.wb__nav-menu-wrapper {
    background: #000;
    border-radius: 50px;
    padding: 0 20px;
}
.tg__marqueue-contaienr {
    overflow: hidden !important;
}

@media (max-width:992px) {
    .wb__nav-menu-wrapper {
        background: transparent !important;
        padding: 0;
    }
    .ad__image-carousel{
        width: initial;
    }
    .lm__newsletter-wrap {
        width: 100%;
    }
    .crete-navbar {
        padding: 15px;
    }
}

@media (max-width:767px) {
    p.lm_newsletter-input input {
        border-radius: 36px;
        padding: 10px 50px;
    }
    .lm__newsletter-wrap {
        position: relative;
        width: 300px;
        margin: 0 auto;
    }
    p.lm_newsletter-input input {
        border-radius: 36px;
        padding: 10px 15px;
    }
    p.lm_newsletter-btn [type=submit] {
        border: 1px solid #000000;
        color: #fff;
        background: #000;
        border-radius: 37px;
        padding: 11.5px 15px;
        font-size: 14px;
        font-family: 'Montserrat';
    }
    p.lm_newsletter-input input::placeholder {
        color: #000;
        font-size: 14px;
    }
    .ad__image-carousel.ad__image-carousel-mobile{
        width: initial;
        padding: 0;
        margin: 0 -100px;
    }
    .ad__slider-container  {
        height: 200px;
    }
    .ad__swiper-pagination-btn .swiper-button-next {
        right: 14px;
    }

    .ad__swiper-pagination-btn .swiper-button-prev {
        left: 14px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,45%);
    }
    .ad__swiper-pagination-btn .swiper-button-next:after, .ad__swiper-pagination-btn .swiper-button-prev:after {
        font-size: 14px;
    }
    .ad__slider-content {
        left: 20px;
        bottom: 35px;
    }
    .ad_slider-subtitle {
        font-size: 12px;
    }
    .ad_slider-title {
        font-size: 16px;
        margin-top: 10px;
    }



}

/*Mobile Toggle End*/
/*Nav Menu End*/
.ad__marqueue-wrap {
    background: #000000;
    padding: 20px 0;
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
}
a.ad__video-popup svg {
    width: 20px;
}

a.ad__video-popup svg path {
    fill: #ffffff;
}

a.ad__video-popup {
    background: #D72323;
    padding: 25px;
}
@media(max-width: 767px){
    a.ad__video-popup {
        background: #D72323;
        padding: 5px 10px 8px;
    }
    a.ad__video-popup svg {
        width: 10px;
    }
}
.tg__youtube-video-pagination .epyt-pagination {
    padding: 40px 8px 90px 8px;
}
.ad__marqueue-wrap .node-marquee__el span {
    margin-right: 20px;
}
.tg__contact_form_name input, .tg__contact_form_email input, .tg__contact_form_message textarea {
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    padding-left: 30px !important;
}
.tg__contact_form_message textarea{
    padding-top: 24px !important;
}
.tg__contact_form_submit_btn {
    background-color: #000000 !important;
    font-family: 'Rajdhani' !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 17px 73px 12px !important;
    height: initial !important;
}
.tg__contact_form input::placeholder, .tg__contact_form textarea::placeholder {
    color: #000 !important;
    font-weight: 700;
}
@media(max-width: 767px){
    .tg__contact_form .wpforms-submit-container {
        display: flex;
        justify-content: center;
    }
    .tg__contact_form_submit_btn {
        font-size: 16px !important;
        padding: 10px 50px !important;
    }
    .tg__member_page-social-bg {
        max-width: 110% !important;
    }
}

.tg__team-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(215, 35, 35, 0.5) 0%, rgba(113, 18, 18, 0.5) 100%);
    opacity: 0;
    transition: all 0.3s;
}
.tg__team-img:hover:before {
    opacity: 1;
}
.ad__sticky_btn_section {
    position: fixed;
    right: -141px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ad__sticky-btn-container{
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
}
.ad__sticky-button {
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #000000;
    padding: 26px 48px;
    display: inline-block;
    transition: all 0.3s;
}
.ad__sticky-btn-icon i {
    font-size: 28px;
}
.ad__sticky-button:hover {
    background: #Ed1C24;
    color: #ffffff;
}
.ad__sticky-btn-close{
    font-size: 14px;
    background: #ffffff;
    color: #000000;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

/*Pricing Widget*/
section.ad_pricing-table-section {
    box-shadow: 0 4px 7px 3px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.ad_pricing-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3.ad_pricing-title {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 40px;
    line-height: 95%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 48px 20px 15px;
}

h5.ad_pricing-subtitle {
    font-family: "Rajdhani";
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.ad_pricing-content {
    margin-top: 40px;
}

.ad_pricing-item {
    padding: 26px 0 26px 0;
    display: block;
    gap: 18px;
    align-items: center;
    border-bottom: 3px solid #c0c0c0;
    justify-content: center;
    position: relative;
}
.ad_pricing-item-active{
    background: #d72323;
}

.ad_pricing-item-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.ad_pricing-item-active .ad_pricing-item-price{
    color: #fff;
}

.ad_pricing-item-price span {
    font-weight: 500;
}
.ad_pricing-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px;
    gap: 20px;
}
.ad_pricing-btn {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 24px;
    line-height: 117%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #16120f;
    padding: 26px 0;
    min-width: 100%;
    transition: all 0.3s;
}
.ad_pricing-btn:hover{
    background: #D72323;
    color: #fff;
}

@media(max-width:767px){
    h3.ad_pricing-title {
        font-size: 24px;
        padding-left: 80px;
        padding-right: 80px;
    }
    h5.ad_pricing-subtitle{
        font-size:18px
    }
    .ad_pricing-item-price{
        font-size: 16px
    }
    .ad_pricing-btn{
        font-size: 16px
    }
    .ad_pricing-content{
        margin-top: 23px
    }
}


.ad_pricing-checkbox {
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ad_pricing-checkbox input {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ad_pricing-checkbox label:before, .ad_pricing-checkbox label:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 24px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #000;
    cursor: pointer;
}
.ad_pricing-checkbox label:before {
    background: transparent;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    width: 0;
    height: 0;
    background-image: url(https://tristargymwest.wpenginepowered.com/wp-content/uploads/2024/05/Vector.svg);
}

.ad_pricing-checkbox input[type=radio]:checked + label:before, .ad_pricing-checkbox input[type=radio]:checked + label:after {
    width: 20px;
    height: 20px;
    border: none;
}
.ad_pricing-checkbox input[type=radio]:checked + label:after {
    background: #fff;
}
.header_online_course_btn span.elementor-button-text {
    position: relative;
}
.header_online_course_btn span.elementor-button-text:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.tg__image-overlay-button {
    height: 100%;
}
.tg__image-overlay-button .elementor-button {
    height: 100%;
    display: block;
}
.tg__image-overlay-button .elementor-button-wrapper {
    height: 100%;
}

/* Initial header styles */
.tg__main-header {
    transition: all 0.3s ease !important;
}

/* Sticky header styles */
.sticky {
    background-color: #000000 !important;
    position: fixed;
    top: 0px !important;
    width: 100%;
    z-index: 1000;
}
@media(max-width:767px){
    .sticky {
        top: 0px !important;
    }
}
.tg__marqueue-contaienr .elementor-widget-container {
    width: 102%;
}

.tg__footer-nav-menu ul {
    row-gap: 20px;
}

.tg__footer-link {
    position: relative;
}

.tg__footer-link:after {
    content: "";
    background: #929292;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.tg__black_friday_title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.tg__anouce_link_black_friday {
    background: #000;
    text-transform: uppercase;
    padding: 0px 14px;
    border-radius: 12px;
    margin-left: 20px;
}
.ad__black_friday_badge {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad__black_friday_badge h4 {
    font-family: "Rajdhani";
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0;
}
.ad__package_subtitle {
    font-family: 'Rajdhani';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-top: 10px;
}
.ad_pricing-item-active .ad__package_subtitle{
    color: #fff;
}




@media(min-width:3600px){
    .elementor-8 .tg__marqueue-contaienr.elementor-element.elementor-element-be13bc5.e-con {
        --e-con-transform-translateY: -44px;
    }
    .tg__marqueue-contaienr .ad__marqueue-wrap {
        padding: 20px 0 !important;
    }
    .elementor-8 .tg__marqueue-contaienr.elementor-element.elementor-element-60843fa.e-con {
        --e-con-transform-translateY: 35px;
    }
}
.ad_pricing-item-price .package-price del {
    font-size: 14px;
}