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

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
 
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}
 
input,
textarea,
button {
    font-family: "Montserrat", sans-serif;
    outline: none;
}
 
button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

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

fieldset {
    border: none;
    padding: 0;
} 

#wrapper {
    position: relative;
    overflow: hidden;
}

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

p {
    margin: 0;
    padding: 0;
}



/* new animation */

:root {
    --headingSize: 100px;
    --background-color: black;
}


.text-animate-1 span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}

.text-animate-1 i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}


/* animate */



img {
    padding: 0;
    margin: 0;
}


.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

section.landing-sec {
    height: 100vh;
    width: 100%;
    background-color: #28328B;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.landing-wlcm {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-flex {
    display: flex;
    height: 100vh;
    padding: 33px 0px 63px 0px;
    position: relative;
    z-index: 9;
    justify-content: space-between;
    overflow: auto;
}

.landing-club {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-wlcm-heading a {
    display: block;
}

.landing-club-heading a {
    display: block;
}

.landing-wlcm-heading h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    /* 78.12px */
    margin-bottom: 24px;
    margin-top: 26px;
}

.landing-wlcm-heading p {
    color: #E9E9E9;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    max-width: 75%;
}

.landing-wlcm-btn h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 36.8px */
    margin: 9px 0px 38px 0px;
    opacity: 0.8;
}

.landing-club-heading h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 126%;
    /* 78.12px */
    max-width: 100%;
    margin-top: 28px;
}

.landing-wlcm-btn a {
    color: #28328B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    background: #FFF;
    width: 308px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px 0px 16px;
}

.landing-club-btn a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    background: #28328B;
    width: 259px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px 0px 16px;
}

section.landing-sec::before {
    position: absolute;
    content: "";
    background: #101224;
/*     width: 51%; */
	width: 60%;
    height: 120%;
    right: -10%;
    z-index: 0;
    transform: rotate(8deg);
    top: -10%;
} 

section.home-banner {
    height: 100vh;
    display: flex;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-banner .container {
    display: flex;
    width: 100%;
    height: 100%;
} 
 
.home-banner-heading {
    display: flex;
    flex-direction: column;
    justify-content: end;
	z-index: 9;
}

.home-banner-heading h5 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%;
    /* 40.04px */
}  
.home-banner-heading {
	margin-bottom: 60px;
}

.home-banner-heading h1 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* 88.66px */
    max-width: 70%;
}

.header-logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    z-index: 9;
}

.header-mnu-btn {
    position: absolute;
    right: 0;
    z-index: 9999999999;
    top: 35px;
} 

.header-mnu-btn a {
    background: #EC1C24;
    display: flex;
    gap: 8px;
    padding: 23px 81px 23px 23px;
    color: #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 95% */
}

.site-menu {
    width: 100%;
    background: #28328B;
    position: absolute;
    top: 0;
    z-index: 999;
    transform: translateY(-110%);
    transition: 0.8s;
    height: 100vh;
    overflow: auto;
} 

.site-menu-pages {
    padding-top: 115px;
    text-align: center;
    padding-bottom: 90px;
}

.site-menu-pages ul li a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 192%;
    /* 76.8px */
}

.site-menu-links-sub {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
 
.site-socials a {
    width: 31.991px;
    height: 31.991px;
    border: 0.695px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-socials img {
    display: block;
}

.site-socials {
    display: flex;
    gap: 10px;
}

.header-phone a {
    color: #FFF;
    font-family: Cabin;
    font-size: 20.252px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 20.252px */
    display: flex;
    align-items: center;
}

.site-menu-pages li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-menu.active-menu {
    transform: translatey(0px);
}

.m2 {
    display: none;
}

.active-1 span.m1 {
    display: none;
}

.active-1 span.m2 {
    display: block;
}

body.active-b2 {
    overflow: hidden;
}

.header-services-main {
    width: 100%;
}

.header-services-flex {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}

.header-services-sub {
    width: 23%;
}

.header-services-sub img {
    width: 100%;
}

.header-services-sub h3 {
    color: #28328B;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.776px;
    /* 319.827% */
    background-color: #fff;
    max-width: max-content;
    margin: auto;
    position: relative;
    top: -50px;
    padding: 0px 20px;
}

.site-menu.active-menu::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.site-menu.active-menu::-webkit-scrollbar-thumb {
    background-color: #fff;
    /* Color of the thumb */
}

.header-services-main.active-service {
    display: block !important;
}

.header-services-main {
    display: none;
}

.home-about-contnet1 h4 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    margin-bottom: 28px;
}

.home-about-contnet1 p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    margin-bottom: 22px;
    max-width: 64%;
}

.home-about-contnet1 h5 {
    color: #28328B;
    font-family: Montserrat;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    line-height: 160%;
    /* 36.8px */
    margin-bottom: 30px;
}

.home-about-images {
    display: flex;
    justify-content: center;
    position: relative;
}

section.home-about {
    margin-top: 80px;
}

.catalyst-content1 p {
    color: #4F5660;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    /* 175% */
    max-width: 60%;
    margin-bottom: 36px;
}

.catalyst-content1 h2 {
    color: #28328B;
    font-family: Montserrat;
    font-size: 97px;
    font-style: normal;
    font-weight: 600;
    line-height: 120px;
    /* 92.68% */
    margin-bottom: 36px;
}

a.btn-primary1 {
    color: var(--Main-Colors-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    padding: 8px 8px 8px 16px;
    background: #ED1C24;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    gap: 21px;
}

.catalyst-content1 {
    max-width: 85%;
    margin: auto;
}

.catalyst-content2 h3 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 69.12px */
    padding: 100px 0px 70px 0px;
}

section.home-catalyst {
    margin-top: 50px;
}

.home-racing-image {
    width: 40%;
}

.home-racing-content {
    width: 58%;
    padding: 50px 65px 50px 0px;
}

.home-racing-image img {
    display: block;
    width: 100%;
}

.home-racing-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28328B;
}

.home-racing-content h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 97px;
    font-style: normal;
    font-weight: 600;
    line-height: 118px;
    /* 121.649% */
    margin-bottom: 60px;
}

.home-racing-content2-sub p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */
    opacity: 0.8;
    margin-bottom: 24px;
}

.btn-w {
    background: #fff !important;
    color: #28328B !important;
}

.home-racing-content2-sub {
    max-width: 68%;
    margin-left: auto;
}

.explore-list-img {
    display: none;
}

/* .explore-list-img.img-1 {
    display: block;
} */
.container-left {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
}

h5.explore-es1 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
}

.home-explore-flex {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px;
    overflow: hidden;
}

section.home-explore {
    width: 1440px;
    margin: auto;
    padding: 72px 0px 100px 0px;
}

.explore-list-sub {
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 83px;
    /* 218.421% */
    text-transform: capitalize;
    cursor: pointer;
}

.home-explore-list {
    width: 50%;
}

.home-explore-image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-explore-image::after {
    position: absolute;
    content: "";
    background-color: #101224;
    width: 130%;
    height: 160%;
    z-index: -1;
    transform: rotate(10deg);
    right: -30%;
}

.home-partner-heading h2 {
    text-align: center;
    color: gray;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 69.12px */
    margin-bottom: 40px;
}
 
.partner-img {
/*     height: 340px; */
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
/*     padding: 20px; */
    margin-bottom: 20px;
}

.partner-img img {
    max-width: max-content;
} 

/* section.home-partner {
    padding: 60px 0px 100px 0px;
    background-color: #D9D9D9;
} */

.partner1 button.owl-dot.active span {
/*     width: 300px !important;
    height: 5px !important; */
    background-color: #C642F5 !important;
}

.partner1 button.owl-dot span {
    width: 100px !important;
    height: 5px !important;
}

.partner1 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C642F5;
}

.home-blogs-flex {
    display: flex;
    justify-content: space-between;
}

.home-blogs-heading {
    width: 30%;
}

.home-blogs-main {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-blogs-sub {
    width: 45%;
}

.home-blog-img img {
    display: block;
    width: 100%;
}

.blog-date {
    display: flex;
    gap: 14px;
    margin: 15px 0px;
}

.blog-date h5 {
    color: #084AFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.584px;
    /* 150% */
}

.blog-date h6 {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.506px;
    /* 150% */
}

.blog-date span {
    font-size: 13px;
}

.home-blogs-sub h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 144.444% */
    max-width: 100%;
}

.home-blogs-sub:nth-child(odd) {
    margin-top: 70px;
}

.home-blogs-heading h4 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
}

section.home-blogs {
    padding-top: 100px;
    padding-bottom: 175px;
}

.btn-b {
    background: #28328B !important;
}

.border-b1 {
    border: 2px solid #28328B;
} 
 
.blogs-btns {
    display: flex;
    width: 100%;
    gap: 16px;
    margin-top: 100px;
}

footer#footer {
    background-color: #1f3289;
}

.keep-touch {
    border-radius: 29.313px;
    background: #1E2770;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 100px;
}

.keep-touch-content h4 {
    color: var(--FFFFFF, #FFF);
    font-size: 27.359px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.keep-touch-content p {
    color: var(--FFFFFF, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    opacity: 0.8;
    max-width: 70%;
}

.keep-touch-mail {
    width: 40%;
    position: relative;
}

.keep-touch-mail input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    color: #fff;
    padding-top: 10px;
}

.keep-touch-mail input::placeholder {
    color: var(--FFFFFF, #FFF);
    font-size: 20.45px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
} 

.keep-touch-mail img {
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
}

.footer-pages ul {
    display: flex;
    gap: 36px;
}

.footer-pages ul li a {
    color: var(--grey-scale-ffffff, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.509px;
    text-transform: uppercase;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-icons-social {
    display: flex;
    gap: 30px;
}

.footer-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff63;
    padding: 20px 0px;
    margin-top: 30px;
}

.footer-last p {
    color: var(--grey-scale-ffffff, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.509px;
    text-transform: uppercase;
}

.f-last-icon a,
.f-last-icon span {
    color: var(--grey-scale-ffffff, #FFF);
    font-size: 12.727px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.509px;
    text-transform: uppercase;
    display: block;
}

.f-last-icon {
    display: flex;
    gap: 10px;
}

.footer-logo a {
    display: block;
    text-align: center;
    max-width: max-content;
    margin: auto;
    position: relative;
}

.footer-logo a::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 150%;
    height: 150%;
    right: -33%;
    z-index: 9;
    transform: rotate(48deg);
    top: -99%;
    border-radius: 20px;
}

.footer-logo img {
    position: relative;
    z-index: 99;
    top: -70px;
}

section.about-banner {
    padding-top: 190px;
    margin-bottom: 20px;
}

.about-banner-content h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
    margin-bottom: 10px;
    display: block;
}

.about-banner-content h1 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 80%;
    margin-bottom: 30px;
} 
.page-template-our-team h1 {
    max-width: 100%;
    font-size: 52px;
} 

.about-banner-content img {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.about-banner-content h4 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    max-width: 76%;
    margin-bottom: 30px;
}

.about-banner-content p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    max-width: 65%;
    opacity: 0.8;
    margin-bottom: 60px;
}

.catalyst-about-banner {
    height: 686px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}  

.catalyst-about-banner h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 97px;
    font-style: normal;
    font-weight: 600;
    line-height: 89.9px;
    /* 92.68% */
}

.about-vision-content-image {
    height: 1200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}
  
.about-vision-content-image .container {
    display: flex;
    align-items: start;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 30px;
    position: relative;
    z-index: 9;
}

.about-vision-content-image h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
    display: block;
    margin-bottom: 10px;
}

.about-vision-content-image h2 {
    color: #28328B;
    font-family: Montserrat;
    font-size: 67px;
    font-style: normal;
    font-weight: 600;
    line-height: 89.9px;
    /* 134.179% */
    max-width: 70%;
}

.about-vision-content-image::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(217, 228, 229, 0.00) 0%, #FFF 100%);
    height: 88%;
    width: 100%;
    z-index: 1;
    bottom: 0;
}

.about-vision-content2 p {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    max-width: 80%;
    margin-bottom: 80px;
}

.vision-list-sub h3 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    margin-bottom: 12px;
}

.vision-list-sub p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    opacity: 0.8;
    margin-bottom: 50px;
    max-width: 86%;
}

.about-vision-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vision-list-sub {
    width: 48%;
}

section.about-vision {
    margin-bottom: 50px;
}

section.about-principle {
    padding-top: 100px;
    padding-bottom: 50px;
    background: #28328B;
}

section.about-principle h3 {
    color: #fff;
}

section.about-principle p {
    color: #fff;
    opacity: 0.6;
}

section.about-principle span {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
    display: block;
    margin-bottom: 50px;
}

.vision-list-sub ul li {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    opacity: 0.8;
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 15px;
}

.vision-list-sub ul li:last-child {
    margin-bottom: 80px;
}

section.map-list {
    padding-top: 100px;
}

section.map-list .vision-list-sub h3 {
    margin-bottom: 28px;
}

section.home-partner.about-partner {
	margin-top: 80px;
    margin-bottom: 180px;
} 

section.about-map {
    width: 100%;
}

section.about-map img {
    width: 100%;
    display: block;
    height: 1200px;
    object-fit: cover;
}

.news-all-lists ul li {
    color: #28328B;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px;
    /* 238.889% */
    text-transform: capitalize;
    cursor: pointer;
}

/* .bgm-all {
    display: none;
} */
 
.home-blogs-main.bgm-all.active-news {
    display: flex;
}

.home-blogs-main {
    transition: transform 0.9s ease-in-out;
}

.news-all-lists ul li:hover {
    color: #EC1C24;
}

.news-all-lists .actives-li {
    color: #EC1C24;
}

.aboutdetils-flex {
    display: flex;
    border-bottom: 1px solid #00000026;
    padding-bottom: 140px;
}

.aboutdetils-sub1 {
    width: 30%;
}

.aboutdetils-sub2 {
    width: 72%;
}

.aboutdetils-sub2-main img {
    width: 100%;
    display: block;
}

.aboutdetils-sub1-content h5 {
    color: #084AFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.584px;
    /* 125.782% */
    margin-bottom: 10px;
}

.aboutdetils-sub1-content h4 {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.506px;
    /* 150% */
}

.aboutdetils-sub2-main p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    opacity: 0.8;
    margin-top: 60px;
}

section.insight-banner {
    height: 856px;
    width: 100%;
    display: flex;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.insight-banner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.insight-banner-content h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
    margin-bottom: 12px;
    display: block;
}

.insight-banner-content h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 143%;
    /* 88.66px */
    margin-bottom: 18px;
}

.insight-banner-content a span {
    margin: 0px !important;
}

.insight-report-content h3 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    max-width: 80%;
    margin-bottom: 28px;
}

.insight-report-content p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    opacity: 0.8;
    margin-bottom: 50px;
    max-width: 74%;
}

section.insight-report {
    margin-bottom: 100px;
    margin-top: 80px;
}

.insight-blogs-sub-heading h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 103.434% */
    display: block;
    margin-bottom: 20px;
}

.insight-blogs-sub-heading h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    max-width: 70%;
    margin-bottom: 33px;
}

.insight-blogs-flex1 {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.insight-blogs-image1 {
    width: 48%;
}

.insight-blogs-content1 p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    margin-bottom: 30px;
    opacity: 0.8;
}

.insight-blogs-content1 {
    width: 48%;
    margin-top: 20px;
}

.insight-blogs-image1 img {
    width: 100%;
}

.insight-blogs-sub:nth-child(even) .insight-blogs-flex1 {
    flex-direction: row-reverse;
}

.insight-blogs-sub {
    margin-bottom: 130px;
}

.container-full {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.find-flex {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: end;
}

.find-content {
    width: 48%;
    position: relative;
}

.find-btns {
    width: 48%;
    padding-bottom: 50px;
}

.find-content h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 96.731px;
    font-style: normal;
    font-weight: 600;
    line-height: 109.213px;
    /* 112.903% */
    padding: 100px 0px;
    padding-left: 70px;
}

.find-btns p {
    color: #4F5660;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 182%;
    /* 32.76px */
    margin-bottom: 33px;
    max-width: 64%;
}

.find-content::after {
    position: absolute;
    content: "";
    background-color: #28328B;
    height: 150%;
    width: 120%;
    z-index: -1;
    transform: rotate(15deg);
    top: -30%;
    left: -30%;
}

section.find-out {
    margin-bottom: 100px;
}

section.home-explore.insight-explore {
    padding-bottom: 180px;
}

.career-diverse-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.career-diverse-sub1 {
    width: 40%;
}

.career-diverse-sub2 {
    width: 55%;
}

.career-diverse-sub2 p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 32px */
    margin-bottom: 30px;
    opacity: 0.8;
}

.career-diverse-sub1 h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
}

section.career-diverse {
    margin: 140px 0px;
}

.vacancies-heading h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    margin-bottom: 12px;
}

.vacancies-heading {
    text-align: start;
    margin-bottom: 50px;
}

section.our-vacancies {
    margin-bottom: 180px;
}

section.our-vacancies {
    padding: 100px 0px 100px 0px;
    background: #4187f712;
} 

.vacancies-loc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}   

.vacancies-loc h5 {
    color: #425878;
    font-family: Montserrat;
    font-size: 13.877px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.903px;
    /* 186.667% */
}

.vacancies-sub h3 {
    color: #142F57;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 127.273% */
    margin-bottom: 10px;
}

.vacancies-sub h4 {
    color: #27318A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.753px;
    margin-bottom: 25px;
}

.vacancies-sub h4 span {
    color: var(--Color-15, #7F828A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.753px;
    /* 173.458% */
}

.vacancies-date-ago {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vacancies-apply {
    display: flex;
    justify-content: space-between;
}

.vacancies-sub {
    width: 32%;
    padding: 25px;
    border-radius: 13.877px;
    border: 0.925px solid var(--colour-13, rgba(223, 223, 223, 0.70));
    background: var(--Color-4, #FFF);
    margin-bottom: 25px;
}

.vacancies-btn-ago a {
    color: var(--Color-4, #FFF);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.053px;
    /* 171.806% */
    border-radius: 300px;
    background: #27318A;
    width: 122px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vacancies-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .landing-wlcm-btn {
    padding-bottom: 50px;
} */

li.active-li-01 a {
    opacity: 0.2;
}

li.servces-menu-s1.active-li-01 a {
    opacity: 1 !important;
}

.animate-layer1 span {
    position: absolute;
    display: block;
    width: 104%;
    height: 102%;
    background: #fff;
    top: -2px;
    left: 0;
    transition: 3.9s;
}

span.layer-active {
    transform: translateX(-100%);
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* @keyframes slideright {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0); 
        opacity: 1;
    } 
}  */

.active-im1 img {
    animation: slideUp 0.8s ease forwards;
}

.exp1-icon img {
    animation: slideright 0.8s ease forwards;
}

.active-im1 {
    display: block !important;
}

span.exp1-icon {
    display: none;
}

.aa1 span.exp1-icon {
    display: inline-block;
}

.explore-list-sub.aa1 {
    color: #425878 !important;
}

section.career-details {
    margin-top: 220px;
}

.career-details-headline h3 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    max-width: 60%;
}

.career-details-headline-icons span {
    display: block;
    color: var(--Brand-Color-Space-Cadet, #253757);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.career-details-headline-icons a {
    display: flex;
    gap: 12px;
    align-items: center;
} 

.career-details-headline-icons {
    display: flex;
    gap: 20px;
    margin-bottom: 90px;
}

.career-details-headline-icons img {
    display: block;
}

.career-details-sub {
    width: 58%;
}

.career-details-form {
    width: 36%;
}

.career-details-flex {
    display: flex;
    justify-content: space-between;
}

.career-details-sub h3 {
    color: var(--Brand-Color-Space-Cadet, #253757);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 126.667% */
    margin-bottom: 14px;
}

.career-details-sub p {
    color: var(--Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 50px;
    opacity: 0.8;
}

.career-details-sub ul li {
    color: var(--Brand-Color-Space-Cadet, #253757);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 176.471% */
    opacity: 0.8;
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 15px;
}

.career-details-form h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 103.434% */
    margin-bottom: 32px;
}

.input-form-apply input {
    height: 64px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
}

.message-apply textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    height: 252px;
}

.upload-apply input {
    height: 143px;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px dotted #D0D5DD;
    background: var(--Gray-25, #FCFCFD);
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-details-form input::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    opacity: 0.8;
}

.message-apply textarea {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

.submit-apply button {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 21px;
    background: #ED1C24;
    color: var(--Main-Colors-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
    border: none;
}

.career-details-sub ul {
    margin-bottom: 40px;
}

section.career-main-details {
    margin-bottom: 200px;
}

.career-details-headline h6 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
}

/* faq style */

.faq li.q {
    cursor: pointer;
}


.faq li.a {
    display: none;
}

section.faq-main {
    margin-top: 40px;
    margin-bottom: 200px;
}

.faqs-all {
    background: #F7F7F7;
}

.faqs-all li {
    padding: 30px;
}

.faqs-all li.q {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27.597px;
    /* 137.987% */
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000029;
    padding-bottom: 30px;
}

.faqs-all li.a {
    color: var(--Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    padding-top: 15px;
    padding-bottom: 0px;
}

span.close1 {
    display: none;
}

.faqs-all li.q.active-faq {
    display: flex;
}

.faqs-all li.q.active-faq span.close1 {
    display: flex;
}

.faqs-all li.q.active-faq span.open1 {
    display: none;
}

li.q.active-faq {
    color: #28328B;
}

.team-banner-flex {
    display: flex;
    justify-content: space-between;
}

.team-banner-contnet1 {
    width: 60%;
}

.team-banner-flex h4 {
    width: 40%;
}

.team-banner-flex p {
    width: 100%;
    max-width: 100%;
}

.contact-main-flex h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 103.434% */
    margin-bottom: 32px;
}

.contact-sb1 h4 {
    color: var(--0A1739, #0A1739);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.contact-sb1 p {
    color: var(--0A1739, #0A1739);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}

.contact-main-sub1 {
    width: 26%;
}

.contact-sb1 {
    border-radius: 6px;
    border: 1px solid #D6D8DE;
    margin-bottom: 32px;
    padding: 20px;
}

.contact-sb1 img {
    display: block;
    margin-bottom: 25px;
}

.contact-main-flex {
    display: flex;
    justify-content: space-between;
}

.contact-main-sub2 {
    width: 65%;
}

.contact-name1 input {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    margin-bottom: 20px;
    padding: 0px 20px;
}

.contact-main-form {
    max-width: 89%;
}

.contact-name1 select {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    margin-bottom: 20px;
    padding: 0px 20px;
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.msg-input textarea {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    margin-bottom: 20px;
    padding: 20px;
    height: 252px;
}

.contact-name1 ::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    opacity: 0.8;
}

.msg-input ::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

section.contact-main {
    padding-bottom: 190px;
}

.privacy-main-all {
    max-width: 70%;
    margin-bottom: 180px;
}

.privacy-main-all h3 {
    color: var(--Brand-Color-Space-Cadet, #253757);
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 146.154% */
    margin-bottom: 15px;
}

.privacy-main-all p {
    color: var(--Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    opacity: 0.8;
    margin-bottom: 30px;
}

.privacy-main-all ul li {
    color: var(--Gray-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    opacity: 0.8;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.privacy-main-all ul {
    margin-bottom: 30px;
}

.privacy-main-all h4 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    /* 190% */
    margin-bottom: 15px;
}

.team-content h4 {
    color: var(--Text-Color, #1D263A);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.676px;
    /* 185.475% */
    margin-bottom: 10px;
}

section.our-team-main {
    margin-bottom: 220px;
}

.our-team-sub {
    width: 24%;
    overflow: hidden;
}

.team-content p {
    color: var(--Text-Color, #1D263A);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.762px;
    /* 155.445% */
    margin-bottom: 10px;
}

.team-social a {
    color: #1D263A;
    font-size: 20px;
    display: block;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-img2 {
    position: relative;
}

.team-content {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 90%;
    margin: auto;
    padding: 16px;
    border-radius: 15px;
    transform: translateY(150%);
    transition: 0.8s;
}

.our-team-sub:hover .team-content {
    transform: translateY(0px);
}

.our-team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0px;
}

.team-img2 img {
    width: 100%;
    display: block;
    border-radius: 15px;
    height: 500px;
    object-fit: cover;
}
.modal-content img {
    width: 100%;
    display: none;
}

.s-heading1 h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    text-align: center;
    padding-bottom: 48px;
}

.our-services-flex {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
}   

.our-services-sub {
    width: 32%;
    padding: 30px;
    fill: #F4F8FB;
    stroke-width: 1px;
    background-color: #F4F8FB;
    margin-bottom: 20px;
}
 
.our-services-sub h3 {
    padding-top: 16px;
    padding-bottom: 12px;
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    /* 29.15px */
    text-transform: capitalize;
}

.our-services-sub p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.8;
}

section.our-services {
    padding-top: 120px;
    padding-bottom: 120px;
}

.service-main {
    max-width: 70%;
}

.service-tp-heading h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 51.84px */
    margin-bottom: 17px;
}

.service-tp-heading p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 36.8px */
    margin-bottom: 40px;
    opacity: 0.8;
}

.r-name-1 label {
    display: block;
}

.r-name-1 label {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 18px;
    display: block;
}

.r-name-1 input, .r-name-1 select, .r-name-1 textarea {
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    display: block;
    width: 100%;
    height: 64px;
    padding: 0px 20px;
    margin-bottom: 44px;
    background-color: #fff;
}
.r-name-1 textarea {
    padding-top: 20px;
    height: 200px;
}

.r-name-1 input::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

section.service-payment {
    padding: 100px 0px 100px 0px;
    background-color: #F4F8FB;
    margin-bottom: 180px;
}

.service-register {
    max-width: 83%;
}

section.service-info {
    margin-top: 140px;
}

.info-tabs-main {
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 88px;
    border: 1px solid rgba(40, 50, 139, 0.07);
    background: #FFF;
    box-shadow: 0px 0px 60.8px 0px rgba(171, 171, 171, 0.15);
    max-width: max-content;
    margin: auto;
}

.info-tabs {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    /* 31.8px */
    text-transform: capitalize;
    cursor: pointer;
}

.info-tabs-main .info-tabs.active-sr {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    /* 31.8px */
    text-transform: capitalize;
    background: #28328B;
    padding: 18px 60px;
}

.info-tab1-sub1 h3 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 132.5%;
    /* 26.5px */
    text-transform: capitalize;
    margin-bottom: 10px;
}

.infor-flex-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 100px;
    margin-top: 80px;
}

.info-tab1-sub1 {
    width: 22%;
}

.infor-flex-all li {
    color: #232C38;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.camp-sub1-images img {
    display: block;
    margin-bottom: 16px;
}

.camp-flex {
    display: flex;
    gap: 20px;
    max-width: 85%;
    margin: auto;
    /* align-items: center; */
}

section.camp-main {
    padding-top: 200px;
    padding-bottom: 300px;
}

.camp-sub2-content h5 {
    color: #28328B;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    /* 129.293% */
    margin-bottom: 10px;
}

.camp-sub2-content h2 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    margin-bottom: 20px;
	max-width: 80%;
} 

.camp-soc-links {
    display: flex;
    gap: 80px;
    margin-bottom: 42px;
}

.camp-soc-links-1 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.camp-soc-links-1 h4 {
    color: #0C0F26;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 155.556% */
}

.camp-sub2 p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */
    opacity: 0.8;
    margin-bottom: 30px;
}

.cform-in1 label {
    display: block;
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    margin-bottom: 13px;
}

.cform-in1 input, .cform-in1 select {
    height: 64px;
    width: 100%;
    display: flex;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    padding: 0px 20px;
    margin-bottom: 45px;
}

.sbt-form-all {
    padding: 90px 200px 30px 30px;
    width: 1000px;
    margin: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 250px 0px rgba(21, 34, 53, 0.22);
    position: relative;
    overflow-y: scroll;
    height: 95vh;
}

.sb-name1 input {
    display: block;
    height: 64px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Gray-25, #FCFCFD);
    padding: 0px 20px;
    margin-bottom: 20px;
}

.sbt-form-all h4 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 25.92px */
    margin-bottom: 20px;
}

.sbt-form-all p {
    color: #232C38;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    opacity: 0.8;
    margin-bottom: 20px;
}

.check-agree {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-agree label {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    /* 25.92px */
}

.check-agree input {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.sb-name1 {
    margin-bottom: 40px;
}

section.sbt-form {
    position: fixed;
    top: 20px;
    right: 0;
    margin: auto;
    left: 0;
    z-index: 9999;
}

.sbt-crox {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    cursor: pointer;
    z-index: 99999;
}

.sbt-form {
    display: none;
}

.block {
    display: block;
}

.sbt-form-all::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.sbt-form-all::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    /* Color of the thumb */
}

body.active-b23 {
    overflow: hidden;
}

.news-all-lists {
    position: sticky;
    top: 50px;
}

.aboutdetils-sub1-content {
    position: sticky;
    top: 50px;
}

.home-blogs-heading h4 {
    position: sticky;
    top: 50px;
}

body.news-detils {
    overflow: visible;
}

body.news {
    overflow: visible;
}
body.news-detils #wrapper {
    overflow: visible;
}
body.news #wrapper {
    overflow: visible;
}

.landing-flex::-webkit-scrollbar {
    width: 0px;
    /* Width of the scrollbar */
}
.landing-flex::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    /* Color of the thumb */
}
img.ban-im1 {
    display: block;
    margin-bottom: 20px;
}
/* .partner-img:hover {
    background-color: #000;
}
 
.partner-img:hover img {
    filter: invert(1);
} */

.partner-img:hover img {
    /* filter: invert(1); */
    opacity: 1;
} 
 
.partner-img img {
    /* filter: invert(1); */
/*     opacity: 0.3; */
} 

.about-mission {
    padding: 100px 0px;
    background-color: rgba(65, 135, 247, 0.1);
}

span.mission1-sp {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.618px;
    display: block;
    margin-bottom: 50px;
}
.counter-sub1 h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 79.802px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    height: 110px;
}   

.counter-sub1 h5 {
    color: #EC1C24;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.514px; /* 103.434% */
}

.counter-flex {
    display: flex;
    justify-content: start;
    gap: 150px;
    text-align: center;
}

section.about-counter {
    padding: 0px 0px 80px 0px;
    background-color: rgb(23 27 53);
}



/* faq-header */

.faq h2 {
    text-align: center;
}

.faq {
    /* margin-bottom: 20px; */
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    border-radius: 5px;
}

.faq-question {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-answer {
    display: none;
    padding: 10px 0;
}

.hsm1 {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 30px;
}

.header-services-flex1 {
    width: 41%;
    padding: 20px;
    background-color: #1E2770;
}

.faq-question {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-bottom: 25px;
    text-align: start;
}

.hs-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.faq-answer {
    color: #B7BCE4;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    text-align: start;
}

.hs-content-top h4 {
    color: #28328B;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.776px; /* 319.827% */
}

.hs-content-top {
    background-color: #fff;
    position: relative;
    top: -40px;
    max-width: 90%;
    margin: auto;
}
 

.site-menu .faq-answer a {
    color: #B7BCE4;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    margin-bottom: 15px;
    display: block;
    text-align: start;
}

/* counter */

.infor-flex-all {
    display: none;
}
.infor-flex-all.active {
    display: flex;
}
.map-back-image1 {
    height: 1200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

section.site-map1 {
    background-color: #101224;
    /*     margin-bottom: 100px; */
    padding-top: 140px;
}
.location1-m1-link {
    background-color: rgba(40, 50, 139, 1);
    padding: 10px 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    width: max-content;
    right: 0;
    left: -80px;
    border-radius: 4px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    top: 20px;
}

.location1-m1-link h3 {
    color: var(--FFFFFF, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.location1-m1-link a {
    color: rgba(255, 255, 255, 1);
}

.location1-m1-link a {
    color: var(--FFFFFF, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    border-bottom: 1px solid;
}

.locarion1-m1 {
    max-width: max-content;
    text-align: center;
    position: relative;
}
.location-1-img {
    max-width: max-content;
    cursor: pointer;
}
.location1-m1-link.loc-active {
    opacity: 1;
    visibility: visible;
    top: 0;
}  
.locm-1 {
} 

.absolute {
    position: absolute;
}

.locm-2 {
}

.locm-3 {
}

.locm-1 {left: 17%;top: 27%;}
.locm-2 {left: 19%;top: 26%;}
.locm-3 {left: 21%;top: 25.8%;}
.locm-4 {left: 16%;top: 32%;}

.locm-5 {left: 18%;top: 31.8%;} 

.locm-6 {left: 20%;top: 31.2%;}  

.locm-7 {left: 27%;top: 29%;}

.locm-8 {
}

.locm-9 {
}
 
.locm-8 {left: 49.5%;top: 21%;} 

.locm-9 {left: 51.5%;top: 20.5%;}
.location-1-img.loc-active-1 {
    transform: scale(1.4);
}
.locm-10 {top: 60%;left: 27%;}
.locm-11 {top: 62%;left: 28.3%;}
.location1-m1-link a:hover {
    color: #fc2a15;
}
.location-1-img:hover {
    transform: scale(1.4);
}
.location-1-img {
    transition: 0.8s;
} 

.keep-touch-mail button {
    display: flex;
    padding: 15px 8px 15px 16px;
    align-items: center;
    gap: 21px;
    background: var(--Main-Colors-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border: none;
    color: #17276f;
    max-width: max-content;
} 
.keep-touch-mail .wpcf7-response-output {
    color: #fff;
    border: none !important;
}
.keep-touch-mail .wpcf7-response-output {
    color: #fff;
    border: none !important;
}
.keep-touch-mail button {
    position: absolute;
    top: -18px;
    right: 0;
}   
 
section.home-banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: 1;
}

.home-partner .partner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.team-banner-flex.aos-init.aos-animate {
    flex-wrap: wrap;
}

.team-banner-flex.aos-init.aos-animate h4 {
    width: 100%;
    max-width: 80%;
}

.team-banner-contnet1 {
    width: 80%;
}
#quote-section {
	margin-bottom: 80px;
}    
.content-paragraphs p {
    color: #fff;
    padding-bottom: 30px;
}

.content-images {
    align-items: start !important;
}

.content-paragraphs {
    padding-top: 80px;
}
.content-images {
    display: flex;
    justify-content: space-between;
}

.content-images img {
    width: 100%;
}

.left-image {
    width: 60%;
}

.right-image {
    width: 33.8%;
}

section#quote-section {
    display: flex;
    justify-content: space-between;
    text-align: center !important;
}

.felx1 blockquote {
    padding: 0px !important;
    text-align: start !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
}  

.felx1 p {text-align: start;}

.felx1 {
    padding: 0px !important;
    margin: 0px !important;
    display: block !important;
    height: 300px !important;
    margin-top: 100px !important;
    margin-right: 100px !important;
}   

.content-d1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    opacity: 0.8;
    margin-bottom: 50px;
    max-width: 100%;
    margin-top: 20px;
	opacity: 0.6;
}
/* .page-id-307 .about-banner-content img {
    height: 80vh;
}     */
.content-paragraphs h2 {
	color: #fff;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    margin-bottom: 12px;
	margin-bottom: 20px;
}  
.locm-12 {
    left: 49.8%;
    top: 27.6%;
}

.locm-13 {left: 50.8%;top: 27.6%;}

.locm-14 {
    left: 48.4%;
    top: 29.6%;
}

.locm-15 {
    left: 49.4%;
    top: 29.2%;
}

.locm-16 {
    left: 49.4%;
    top: 30.4%;
}

.locm-17 {
    top: 66%;
    right: 11%;
}
.none1 {
	display:none;
}
.footer-last p {
    width: 60%;
}
.about-vision .about-vision-list {
    padding-left: 200px;
}
.about-mission p {
    max-width: 100%;
}
.about-principle .about-vision-list {
    padding-left: 200px;
}
section.map-list h5 {
    color: #0C0F26;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    max-width: 80%;
    margin-bottom: 80px;
}
.about-vision-list {
    padding-left: 200px;
}
.counter-text .home-racing-content2-sub {
    max-width: 100%;
}
section.about-counter .container {
    display: flex;
    justify-content: space-between;
}

div#counter-section {
    width: 60%;
    gap: 50px !important;
}

.counter-text {
    width: 40%;
}

section.home-racing.about-b1 .home-racing-flex {
    flex-direction: row-reverse !important;
}
section.home-racing.about-b1.aos-init.aos-animate h2 {
    padding-left: 50px;
}
.about-b1 {
	margin-bottom: 100px;
}
.hs-flex img {
    width: 60%;
}
 
.hs-flex {
    flex-wrap: wrap;
}


section.about-principle {
    position: relative;
    overflow: hidden;
}

section.about-principle::after {
    position: absolute;
    content: "";
    background-color: #10237c;
    height: 210%;
    width: 50%;
    right: -13%;
    transform: rotate(45deg);
    top: -30%;
    z-index: 1;
}

section.about-principle .container {
    position: relative;
    z-index: 9;
}
section.our-team-main {
    margin-top: 100px;
}
section.map-list::after {
    position: absolute;
    content: "";
    background-color: #d6ddff;
    height: 230%;
    width: 80%;
    right: -53%;
    transform: rotate(35deg);
    top: -77%;
    z-index: 1;
} 
section.map-list .container {
    position: relative;
    z-index: 9;
}

section.map-list {
    position: relative;
    overflow: hidden;
}
section.map-list {
    background-color: #d3ddffb3;
}

h5.ddn {
    color: #fff;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 70%;
    padding-top: 0px;
    line-height: 150%;
}
.modal-content img {
    width: 100%;
}
.landing-club-heading p {
    color: #E9E9E9;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 100%;
    margin-top: 20px;
    max-width: 85%;
}

.landing-club-btn h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 9px 0px 38px 0px;
    opacity: 0.8;
}
.home-about-images img {
    display: block;
    width: 100%;
}

/* Full Page Photo Section */
.full-page-photo {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.full-page-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    animation: fadeIn 2s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Service Description */
.service-description {
    padding: 50px 20px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: -50px auto 80px auto;
    border-radius: 8px;
    max-width: 1200px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.service-description h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.service-description p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    max-width: 900px;
    margin: 0 auto 20px;
}

/* Coming Soon Section */
section.coming-soon h2 {
    color: #fff;
} 

.coming-soon {
    background: #1f3289;
    color: white;
    padding: 100px 20px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* Request Info Section */
.request-info {
    padding: 50px 20px;
    background-color: white;
    margin: 80px auto 200px auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 800px;
} 
 

.request-info h3 {
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.request-info label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}

.request-info input, .request-info textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.request-info input:focus, .request-info textarea:focus {
    border-color:  #1f3289;
    outline: none;
} 

.request-info button:hover {
    background-color: #1E2770;
}

.request-info button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: white;
    background-color: #1f3289;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
} 
.about-banner-content img {
    max-height: 100vh !important;
}
a.site-btn2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 132.5%;
    text-transform: capitalize;
    background: #28328B;
    padding: 18px 60px;
    display: flex;
    max-width: max-content;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
}
.camp-sub1-images .main-image img {
    width: 100%;
    height: auto;
}

.thumbnail-slider .item img {
    width: 100px;
    cursor: pointer;
}

.thumbnail-slider .item {
    margin: 5px;
}
.camp-sub1 {
    width: 45%;
    padding-top: 10px;
}
.custom-prev, .custom-next {
    font-size: 24px; /* Size of the arrows */
    color: #333; /* Color of the arrows */
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.custom-prev {
    left: -30px; /* Position left arrow */
}
 
.custom-next {
    right: -30px; /* Position right arrow */
}

.custom-prev:hover, .custom-next:hover {
    color: #000; /* Darker color on hover */
}

/* .thumbnail-slider.owl-carousel.owl-loaded .owl-nav.disabled {
    display: block !important;
} */
.main-image img {
    height: 500px !important;
}
.camp-flex {
    justify-content: space-between;
}
.camp-flex {
    flex-wrap: wrap;
}
.camp-sub2.woo_com {
    width: 50% !important;
}

/* Modal container */
.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: 50px auto;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-family: 'Arial', sans-serif;
}

/* Close button */
.modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

/* Image styling */
#modalTeamImage {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* Team member name */
#modalTeamName {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Team member location */
#modalTeamLocation {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

/* Extra paragraph styling */
#modalExtraParagraph {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Social icons */
.team-social a {
    margin: 0 10px;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: #007bff; /* Change this to your preferred color */
}

/* Social icons layout */
.team-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* Font Awesome brand icon size */
.team-social i {
    font-size: 24px;
}


div#teamModal {
    position: fixed;
    z-index: 99999;
    top: 0;
    background: #00000038;
    height: 100vh;
    width: 100vw;
    right: 0;
    padding-top: 100px;
}

.read-more-btn {
    text-align: center;
    padding-top: 20px;
	cursor: pointer;
}
div#teamModal {
    display: none;
}
img.black1 {
    opacity: 0;
}
.partner-img {
    width: 220px;
}
.partner-img {
    width: 220px;
    height: 180px;
}
img.black1 {
    position: absolute;
    right: 0;
}

/* .home-blogs-main {
    display: none;
}

.home-blogs-main.bgm-all.sbli-3 {
    display: flex;
} 

.home-blogs-main.bgm-all.current {
    display: flex !important;
} */





















/* Responsive Styles */
@media (max-width: 768px) {
    .service-title {
        font-size: 32px;
    }

    .service-description h2 {
        font-size: 28px;
    }

    .service-description p {
        font-size: 16px;
    }

    .coming-soon {
        font-size: 36px;
    }

    .request-info h3 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .service-title {
        font-size: 24px;
    }

    .service-description h2 {
        font-size: 24px;
    }

    .coming-soon {
        font-size: 28px;
    }

    .request-info h3 {
        font-size: 24px;
    } 
}
 


@media only screen and (min-width:1401px) {
section.about-principle .container {
    width: 100% !important;
    max-width: 90% !important;
    margin-right: 0 !important;
}
	
.about-vision .container {
    width: 100% !important;
    max-width: 90% !important;
    margin-right: 0 !important;
}
	.about-vision .about-vision-list {
    padding-left: 20% !important;
}
.about-vision-content2 p {
    max-width: 80%;
    margin-bottom: 80px;
}
section.map-list .container {
	 width: 100% !important;
    max-width: 90% !important;
    margin-right: 0 !important;
}	
	
	section.map-list h5 {
    max-width: 80%;
     margin-bottom: 80px;
    }
	.about-vision-list {
    padding-left: 20%;
}
	section.about-mission p {
    max-width: 100%;
}
	
	
	
	
	
	
	
}
   
   

@media only screen and (min-width:1601px) {
	    .landing-flex {
        height: 800px;
    }
.landing-flex h1 {
        padding-top: 150px;
    }
	
	
	
} 

@media only screen and (min-width:1801px) {
	    .landing-flex {
        height: 930px;
    }
	.landing-wlcm-heading img {
   object-fit: contain;
        width: 180px;
        display: block;
        height: 200px;
        object-position: top;
} 
	.landing-club-heading img {
    object-fit: contain;
        width: 180px;
        display: block;
        height: 200px;
        object-position: top;
}
.container {
    width: 100%;
    max-width: 1580px;
    margin: auto;
} 
	.landing-flex h1 {
        padding-top: 100px;
        max-width: 100%;
    }
/* 	.landing-flex {
    padding-top: 100px;
} */
	.landing-wlcm-heading p {
    max-width: 85%;
}
/* 	.landing-wlcm-btn {
    margin-left: 100px;
}

.landing-wlcm-heading p {
    padding-left: 100px;
} */
	
	  
	
	
} 



@media only screen and (min-width:2201px) {
	   .landing-flex {
        height: 1400px;
    }
   .landing-flex h1 {
        padding-top: 400px;
    }
	 
	
	
} 



@media only screen and (max-width:1401px) {
    /* .about-banner-content h1 {
        max-width: 85%;
    } */ 
    .home-racing-content h2 {
        color: #FFF;
        font-family: Montserrat;
        font-size: 85px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 30px;
    }
    .about-vision-content-image h2 {
        font-size: 65px;
        max-width: 70%;
        line-height: normal;
    }
    .landing-flex {
        padding: 33px 0px 0px 0px;
    }
    .landing-wlcm-heading p {
        padding-bottom: 100px;
    }



}


@media only screen and (max-width:1301px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0px 20px;
    }


}



@media only screen and (max-width:1201px) {
    section.landing-sec::before {
        width: 61%;
    }
    .landing-wlcm-heading h1 {
        font-size: 48px;
        margin-top: 60px;
    }
    .landing-club-heading h1 {
        font-size: 48px;
        margin-top: 60px;
    }
    .landing-wlcm-btn {
        padding-bottom: 0px;
    }
    .landing-flex {
        padding: 33px 0px 60px 0px;
    }
    .home-banner-heading h1 {
        font-size: 50px;
    }
    .home-about-contnet1 h4 {
        font-size: 30px;
    }
    .catalyst-content1 {
        max-width: 100%;
        margin: auto;
    }
    .catalyst-content1 h2 {
        font-size: 85px;
        margin-bottom: 20px;
    }
    .catalyst-content2 h3 {
        font-size: 38px;
    }
    .home-racing-content2-sub {
        max-width: 100%;
        margin-left: auto;
    }
    .home-racing-content h2 {
        font-size: 70px;
        margin-bottom: 20px;
    }
    .container-left {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        padding-left: 20px;
    }
    .about-banner-content h1 {
        font-size: 50px;
    }
    .about-banner-content h4 {
        font-size: 36px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about-banner-content p {
        font-size: 23px;
        line-height: 160%;
        max-width: 100%;
    }
    .catalyst-about-banner h2 {
        font-size: 80px;
    }
    .about-vision-content-image h2 {
        font-size: 65px;
        max-width: 100%;
        line-height: normal;
    }
    .about-vision-content2 p {
        font-size: 30px;
        max-width: 100%;
    }
    .about-vision-content-image {
        height: 600px;
        width: 100%;
        margin-bottom: 20px;
    }
/*     .partner-img {
        height: 280px;
    } */
    .insight-report-content h3 {
        font-size: 30px;
        max-width: 100%;
    }
    .insight-report-content p {
        font-size: 20px;
        opacity: 0.8;
        margin-bottom: 50px;
        max-width: 100%;
    }
    .insight-blogs-sub-heading h2 {
        font-size: 30px;
        max-width: 70%;
        margin-bottom: 33px;
    }
    .insight-blogs-content1 p {
        font-size: 20px;
        margin-bottom: 20px;
        opacity: 0.8;
    }
    .find-content h2 {
        font-size: 70px;
        line-height: normal;
    }
    .career-diverse-sub1 h2 {
        font-size: 30px;
        line-height: normal;
    }
    .privacy-main-all {
        max-width: 100%;
        margin-bottom: 180px;
    }
    section.home-explore {
        width: 100%;
    }



}




@media only screen and (max-width:901px) {
    .landing-wlcm-heading h1 {
        font-size: 32px;
        margin-top: 60px;
    }
    .landing-club-heading h1 {
        font-size: 32px;
        margin-top: 60px;
    }
    .landing-wlcm-heading p {
        font-size: 20px;
    }
    .landing-wlcm-btn h4 {
        font-size: 20px;
        margin: 9px 0px 18px 0px;
    }
    .home-banner-heading h1 {
        font-size: 40px;
    }
    .home-banner-heading h5 {
        font-size: 24px;
    }
    .site-menu-pages ul li a {
        font-size: 30px;
    }
    .home-about-contnet1 p {
        font-size: 23px;
        line-height: 160%;
        margin-bottom: 22px;
        max-width: 100%;
    }
    .home-about-images img {
        width: 100%;
    }
    .home-about-contnet1 h4 {
        font-size: 25px;
    }
    .catalyst-content1 p {
        font-size: 20px;
        margin-bottom: 36px;
    }
    .catalyst-content1 h2 {
        font-size: 75px;
        margin-bottom: 20px;
        line-height: normal;
    }
    .catalyst-content2 h3 {
        font-size: 28px;
        padding: 60px 0px 50px 0px;
    }
    .home-racing-flex {
        flex-wrap: wrap;
    }
    .home-racing-image {
        width: 100%;
    }
    .home-racing-content {
        width: 100%;
        padding: 50px;
    }
    .home-racing-content h2 {
        font-size: 55px;
        margin-bottom: 10px;
        line-height: normal;
    }
    .home-explore-flex {
        flex-wrap: wrap;
    }
    .home-explore-list {
        width: 100%;
    }
    .home-explore-image {
        width: 100%;
    }
    .home-explore-image::after {
        width: 100%;
        height: 120%;
        z-index: -1;
        transform: rotate(0deg);
        right: 0%;
    }
    .home-explore-image {
        width: 90%;
        margin-top: 40px;
    }
    section.home-explore {
        padding: 72px 0px 80px 0px;
    }
    .footer-main {
        flex-wrap: wrap;
    }
    .footer-pages {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-last {
        flex-wrap: wrap;
    }
    .footer-last p {
        margin-bottom: 20px;
    }
    .about-banner-content h1 {
        font-size: 40px;
        max-width: 80%;
    }
    .about-banner-content h4 {
        font-size: 30px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .catalyst-about-banner {
        height: 380px;
    }
    .catalyst-about-banner h2 {
        font-size: 60px;
    }
    .about-vision-content-image h2 {
        font-size: 54px;
        max-width: 100%;
        line-height: normal;
    }
    .about-vision-content2 p {
        font-size: 24px;
        max-width: 100%;
    }
    .vision-list-sub h3 {
        font-size: 30px;
    }
    .vision-list-sub p {
        font-size: 18px;
        font-style: normal;
    }
    .vision-list-sub h3 {
        font-size: 25px;
    }
    .aboutdetils-sub2-main p {
        font-size: 20px;
    }
    .find-content h2 {
        font-size: 50px;
        line-height: normal;
    }
    .find-btns p {
        max-width: 90%;
    }
    .explore-list-sub {
        font-size: 32px;
    }
    .about-banner-content h4 {
        font-size: 25px;
    }
    .career-diverse-flex {
        flex-wrap: wrap;
    }
    .career-diverse-sub1 {
        width: 100%;
    }
    .career-diverse-sub2 {
        width: 100%;
        margin-top: 20px;
    }
    .vacancies-sub {
        width: 48%;
    }
    .keep-touch {
        gap: 50px 0px;
        flex-wrap: wrap;
    }
    .career-details-headline h3 {
        font-size: 42px;
    }
    .career-details-flex {
        flex-wrap: wrap;
    }
    .career-details-sub {
        width: 100%;
    }
    .career-details-form {
        width: 70%;
    }
    .faqs-all li.q {
        font-size: 18px;
    }
    .team-banner-flex {
        flex-wrap: wrap;
    }
    .about-banner-content h4 {
        font-size: 25px;
        width: 100%;
    }
    .team-banner-contnet1 {
        width: 100%;
    }
    .our-team-sub {
        width: 32%;
    }
    .contact-main-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .contact-main-sub1 {
        width: 40%;
    }

    .contact-main-sub2 {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact-main-form {
        max-width: 100%;
    }
    .camp-flex {
        flex-wrap: wrap;
    }
    .camp-sub2 {
        width: 100%;
    }
    .camp-sub1-images img {
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }
    .camp-flex {
        flex-wrap: wrap;
        display: flex;
        gap: 20px;
        max-width: 100%;
        margin: auto;
        align-items: center;
    }
    .camp-sub2-content h2 {
        font-size: 32px;
    }
    .info-tabs {
        font-size: 18px;
    }
    .info-tabs-main {
        padding: 10px 30px;
        gap: 68px;
    }
    .our-services-sub h3 {
        padding-bottom: 12px;
        font-size: 18px;
    }
    .our-services-sub p {
        font-size: 14px;
    }
    .service-main {
        max-width: 100%;
    }
    .service-tp-heading p {
        font-size: 20px;
    }
    .counter-flex {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }

    .hsm1 {
        flex-wrap: wrap;
    }
    .header-services-flex1 {
        width: 100%;
    }
    .hs-flex {
        justify-content: center;
    }
    .hs-content-top {
        max-width: 90%;
        margin: auto;
    }
 



}



@media only screen and (max-width:701px) {
	    section.landing-sec::after {
        height: 55%;
    } 
    section.landing-sec::before {
       display: none;
    }
    .landing-flex {
        flex-wrap: wrap;
    }
    .landing-wlcm {
        width: 100%;
    }
    .landing-club {
        margin-top: 100px;
        background: #101224;
        padding: 80px 0px;
        width: 100%;
        position: relative;
    }
    .landing-wlcm-heading h1 {
        font-size: 28px;
        margin-top: 60px;
    }
    .landing-wlcm-heading p {
        font-size: 18px;
        max-width: 100%;
    }
    .landing-club-heading h1 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    section.landing-sec::after {
        position: absolute;
        content: "";
        background: #101224;
        height: 49%; 
        width: 100%;
        bottom: 0;
        z-index: 0;
        right: 0%;
    }
    .landing-flex {
        height: 100%;
    }
    section.landing-sec {
        height: 100%;
    }
    section.home-banner {
        height: 60vh;
    }
    .home-banner-heading h1 {
        font-size: 26px;
        max-width: 100%;
    }
    .home-banner-heading h5 {
        font-size: 18px;
    }
    .site-menu-pages ul li a {
        font-size: 22px;
    }
    .site-menu-links-sub {
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-socials {
        width: 100%;
        margin-bottom: 30px;
    }
    .site-socials {
        justify-content: center;
    }
    .header-mnu-btn a {
        padding: 13px 31px 13px 13px;
    }
    .header-mnu-btn a {
        font-size: 16px;
        cursor: pointer; 
    }
    .home-about-contnet1 h4 {
        font-size: 18px;
    }
    .home-about-contnet1 p {
        font-size: 16px;
    }
    .home-about-contnet1 h5 {
        font-size: 16px;
    }
    .catalyst-content1 p {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: 100%;
        line-height: 30px;
    }

    .catalyst-content1 h2 {
        font-size: 35px;
    }
    .catalyst-content2 h3 {
        font-size: 18px;
        padding: 40px 0px 40px 0px;
    }
    .home-racing-content h2 {
        font-size: 35px;
    }
    .home-racing-content2-sub p {
        font-size: 16px;
    }
    .home-racing-content {
        width: 100%;
        padding: 30px;
    }
    a.btn-primary1 {
        font-size: 13px;
    } 
    .explore-list-sub {
        font-size: 22px;
        line-height: 50px;
    } 
    section.home-explore {
        padding: 52px 0px 40px 0px;
    }
    .partner1 .owl-dots {
        display: none !important;
    }
/*     section.home-partner {
        padding: 40px 0px 40px 0px;
    } */
/*     .partner-img {
        height: 220px;
    } */
    .home-partner-heading h2 {
        font-size: 28px;
    }
    .home-blogs-flex {
        flex-wrap: wrap;
    }
    .home-blogs-heading {
        width: 100%;
        margin-bottom: 0px;
    }
    .home-blogs-heading h4 {
        font-size: 16px;
    }
    .home-blogs-sub {
        width: 100%;
    }
    .home-blogs-main {
        width: 100%;
    }
    .home-blogs-sub {
        margin-top: 50px !important;
    }
    .blogs-btns {
        display: flex;
        width: 100%;
        gap: 16px;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    .keep-touch {
        border-radius: 29.313px;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .keep-touch-content h4 {
        font-size: 20px;
    }
    .keep-touch-content p {
        font-size: 14px;
        line-height: 26px;
        max-width: 100%;
    }
    .keep-touch-mail {
        width: 100%;
        position: relative;
    }
    .keep-touch-mail input::placeholder {
        font-size: 15px;
    }
    .footer-pages ul {
        flex-wrap: wrap;
        display: flex;
        gap: 22px;
        justify-content: center;
    }
    .footer-last p {
        font-size: 12px;
        text-align: center;
    }
    .f-last-icon a, .f-last-icon span {
        font-size: 10px;
    }
    .footer-icons-social {
        display: flex;
        gap: 30px;
        justify-content: center;
        width: 100%;
    }
    .f-last-icon {
        display: flex;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }
    section.home-about {
        margin-top: 60px;
    }
    .about-banner-content h1 {
        font-size: 26px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .about-banner-content h4 {
        font-size: 18px;
        width: 100%;
    }
    .about-banner-content p {
        font-size: 16px;
        line-height: 160%;
        max-width: 100%;
    }
    .catalyst-about-banner h2 {
        font-size: 28px;
        line-height: normal;
    }
    .catalyst-about-banner {
        height: 230px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .about-vision-content-image h2 {
        font-size: 25px;
        max-width: 100%;
        line-height: normal;
    }
    .about-vision-content-image {
        height: 380px;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-vision-content2 p {
        font-size: 18px;
        max-width: 100%;
    }
    .about-vision-content2 p {
        font-size: 16px;
        max-width: 100%;
    }
    .vision-list-sub {
        width: 100%;
    }
    .vision-list-sub p {
        font-size: 16px;
        font-style: normal;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .vision-list-sub h3 {
        font-size: 20px;
    }
    section.about-map img {
        width: 100%;
        height: 300px;
    }
    .vision-list-sub ul li {
        font-size: 16px;
    }
    section.about-banner {
        padding-top: 160px;
        margin-bottom: 0px;
    }
    section.home-blogs {
        padding-top: 10px;
        padding-bottom: 155px;
    }
    .aboutdetils-flex {
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    .aboutdetils-sub1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .aboutdetils-sub2 {
        width: 100%;
    }
    .aboutdetils-sub2-main p {
        font-size: 16px;
        margin-top: 30px;
    }
    .insight-banner-content h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 18px;
    }
    section.insight-banner {
        height: 390px;
        width: 100%;
        display: flex;
        padding-bottom: 40px;
    }
    .insight-report-content h3 {
        font-size: 18px;
        max-width: 100%;
    }
    .insight-report-content p {
        font-size: 16px;
    }
    section.insight-report {
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .insight-blogs-sub-heading h2 {
        font-size: 23px;
        max-width: 100%;
        margin-bottom: 33px;
        line-height: normal;
    }
    .insight-blogs-flex1 {
        flex-wrap: wrap;
    }
    .insight-blogs-image1 {
        width: 100%;
    }
    .insight-blogs-content1 {
        width: 100%;
        margin-top: 20px;
    }
    .insight-blogs-content1 p {
        font-size: 16px;
        margin-bottom: 20px;
        opacity: 0.8;
    }
    .insight-blogs-sub {
        margin-bottom: 60px;
    }
    .find-flex {
        flex-wrap: wrap;
    }
    .find-content {
        width: 100%;
        position: relative;
    }
    .find-btns {
        width: 100%;
        padding-bottom: 50px;
        padding: 20px;
    }
    .find-content::after {
        opacity: 0;
    }
    .find-content h2 {
        color: #28328B;
        font-size: 30px;
        line-height: normal;
        padding: 20px 20px 0px 20px;
    }
    .find-btns p {
        max-width: 100%;
        font-size: 16px;
    }
    section.find-out {
        margin-bottom: 0px;
    }
    section.career-diverse {
        margin: 60px 0px;
    }
    .career-diverse-sub1 h2 {
        font-size: 24px;
        line-height: normal;
    }
    .career-diverse-sub2 p {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 20px;
        opacity: 0.8;
    }
    section.our-vacancies {
        padding: 60px 0px 200px 0px;
    }
    .vacancies-heading h2 {
        font-size: 22px;
    }
    .vacancies-sub {
        width: 100%;
    }
    .vacancies-sub h3 {
        font-size: 18px;
        margin-bottom: 0px;
    } 
    .vacancies-sub h4 {
        font-size: 13px;
    }
    .career-details-headline h3 {
        font-size: 28px;
        max-width: 100%;
    }
    .career-details-headline-icons {
        display: flex;
        gap: 20px;
        margin-bottom: 90px;
        flex-wrap: wrap;
    }
    .career-details-headline-icons a {
        width: 100%;
    }
    .career-details-headline-icons span {
        font-size: 16px;
    }
    .career-details-sub h3 {
        font-size: 24px;
    }
    .career-details-sub p {
        font-size: 14px;
    }
    .career-details-form {
        width: 100%;
    }
    .faqs-all li.q {
        font-size: 16px;
        padding: 20px;
    }
    .faqs-all li.a {
        font-size: 14px;
    }
    .our-team-sub {
        width: 100%;
    }
    .contact-main-sub1 {
        width: 100%;
    }
    .camp-sub2-content h2 {
        font-size: 24px;
    }
    .camp-soc-links {
        flex-wrap: wrap;
        display: flex;
        gap: 30px;
        margin-bottom: 42px;
    }
    .camp-sub2 p {
        font-size: 16px;
    }
    section.camp-main {
        padding-top: 200px;
        padding-bottom: 180px;
    }
    .info-tabs-main {
        flex-wrap: wrap;
    }
    .info-tabs-main {
        padding: 40px 30px;
        gap: 30px;
    }
    .info-tab1-sub1 {
        width: 100%;
    }
    .our-services-sub {
        width: 100%;
    }
    section.our-services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .service-tp-heading h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 17px;
    }
    .service-tp-heading p {
        font-size: 16px;
    }
    .service-register {
        max-width: 100%;
    }
    .privacy-main-all h3 {
        font-size: 20px;
    }
    .privacy-main-all p {
        font-size: 14px;
    }
    .privacy-main-all ul li {
        font-size: 14px;
    }
    .privacy-main-all h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .hs-contnet-image {
        display: none;
    }
    .hs-content-top h4 {
        color: #28328B;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 15px 0px;
    }
    .faq-question {
        font-size: 14px;
    }
    .map-back-image1 {
        height: 600px;
    }
    .location-1-img img {
        width: 20px;
    }  
         

  

} 
 


body.home.page-template.page-template-landing-page.page-template-landing-page-php.page.page-id-569.logged-in.admin-bar.theme-catalyst-performance.woocommerce-js.customize-support footer#footer {
    display: none;
}