@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');

/* Regular */
@font-face {
  font-family: 'PP Telegraf';
  src: url('fonts/PPTelegraf-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* UltraBold */
@font-face {
  font-family: 'PP Telegraf';
  src: url('fonts/PPTelegraf-UltraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* UltraLight */
@font-face {
  font-family: 'PP Telegraf';
  src: url('fonts/PPTelegraf-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}


:root {
    --White: #F3F3F3;
    --Primary: #205751;
    --Secondary: #F3AF59;
    --Tirtiary: #FCE8D3;
    --Dark: #102F2C;
}

::-webkit-scrollbar {
    display: none;
}

h1 {
    color: var(--White);
    font-family: "Dela Gothic One" !important;
    font-size: 64px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
}

h1 span, h1 b {
    color: var(--Secondary);
    font-weight: 400;
}

h2 {
    color: var(--White);
    font-family: "Dela Gothic One" !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal !important;
}

h2 span, h2 b {
    color: var(--Secondary);
    font-weight: 400;
}

p {
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
}

p:last-of-type {
    margin-bottom: 0;
}

p b {

}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.d-flex {
    display: flex;
}

a.button, button, .button, .elementor-button {
    display: flex;
    padding: 8px 30px 7px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--Tirtiary) !important;
    color: var(--Primary) !important;
    font-family: "PP Telegraf" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
    transition: all .5s;
}

a.button:hover, button:hover, .button:hover, .elementor-button:hover {
    background: var(--Dark) !important;
    color: var(--Secondary) !important;
}

.button-secondary .elementor-button {
    color: var(--Secondary) !important;
    background: none !important;
    padding: 0;
    font-family: "PP Telegraf" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
}

.button-secondary .elementor-button:hover {
    color: var(--Tirtiary) !important;
}

.swiper.mySwiper {

}

.swiper.mySwiper .swiper-wrapper {
    
}

.swiper.mySwiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper.mySwiper .swiper-button-prev {
    
}

.swiper.mySwiper .swiper-button-next {
    
    
}
.swiper.mySwiper .swiper-button-prev::after,
.swiper.mySwiper .swiper-button-next::after {
    content: none;
}

.swiper.mySwiper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
    position: relative;
}
.swiper.mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 26.667px;
    border: 1px solid var(--Secondary);
    background: transparent;
    left: 0 !important;
    transform: none;
    opacity: 1;
    transition: all .5s !important;
}
.swiper.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
    width: 24px;
    background: var(--Secondary);
}


/* Header */
body header {
    overflow: hidden !important;
}


header .header-cta-block a.elementor-icon {
    width: 40px;
    height: 40px;
}
header .header-cta-block a.elementor-icon svg {
    width: 20px;
    height: 20px;
}
header .elementor-social-icons-wrapper .elementor-icon:hover {
    background-color: var(--Secondary) !important;
}
.header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-cta .icon svg {
    width: 18px;
    height: 18px;
}
.header-cta .content {
    flex: 1;
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: all .5s;
}
.header-cta .content:hover {

}






/* Menu */
body.menu-active {
    overflow: hidden;
}
header .hamburger-mega-menu {}
header .hamburger-mega-menu .hamburger-toggle {
    display: flex;
    position: relative;
    z-index: 9999;
    align-items: center;
    gap: 21px;
    cursor: pointer;
    width: 97px;
}
header .hamburger-mega-menu .icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
header .hamburger-mega-menu .icon span {
    width: 24px;
    height: 2px;
    display: flex;
    background: var(--Secondary);
    border-radius: 10px;
    position: relative;
    transform: translate(0, 0) rotate(0deg);
    margin: 0 auto;
    transition: all .5s;
}
header .hamburger-mega-menu .icon span:nth-child(1) {}
header .hamburger-mega-menu .icon span:nth-child(2) {}
header .hamburger-mega-menu .icon span:nth-child(3) {}
header .hamburger-mega-menu.active .icon span:nth-child(1) {
    transform: translate(0, 6px) rotate(40deg);
}
header .hamburger-mega-menu.active .icon span:nth-child(2) {
    width: 0;
}
header .hamburger-mega-menu.active .icon span:nth-child(3) {
    transform: translate(0, -8px) rotate(-40deg);
}
header .hamburger-mega-menu .title {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: 800;
    transition: all .5s;
}
header .hamburger-mega-menu.active .title {
    color: var(--White);
}
header .hamburger-mega-menu .menu-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: var(--Primary);
    transform: translate(0, -100%);
    padding: 130px 15px 50px 15px;
    transition: all .5s;
}
header .hamburger-mega-menu.active .menu-panel {
    transform: translate(0, 0);
}
header .hamburger-mega-menu .menu-panel .mega-menu-grid {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
header .hamburger-mega-menu .menu-panel .mega-menu-column {}
header .hamburger-mega-menu .menu-panel .mega-menu-column.image-col {
    width: 30%;
}
header .hamburger-mega-menu .menu-panel .mega-menu-column.menu-col {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
header .hamburger-mega-menu .menu-panel .mega-menu-section a {
    color: var(--Secondary);
    font-family: "Dela Gothic One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .5s;
}
header .hamburger-mega-menu .menu-panel .mega-menu-section a:hover {
    color: var(--White);
}
header .hamburger-mega-menu .menu-panel .btn-holder {
    justify-content: center;
    padding-top: 11px;
}



/* Footer */

footer {}
footer p {
    color: var(--White);
    font-size: 16px;
    font-weight: 400;
}
footer .footer-site-links ul li {
    border-bottom: 1px solid rgba(252, 232, 211, 0.20);
}
footer .footer-site-links ul li a {
    color: var(--White) !important;
    font-family: "PP Telegraf" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: all .5s;
}
footer .footer-site-links ul li a:hover {
    color: var(--Secondary) !important;
}
footer .phone, footer .email {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}
footer .phone a, footer .email a {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    display: inline-block;
    transition: all .5s;
}
footer .phone a:hover, footer .email a:hover {
    color: var(--Secondary) !important;
}
footer .footer-quick-links ul li a {
    color: var(--White) !important;
    font-family: "PP Telegraf" !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 32px; /* 200% */
    transition: all .5s;
}
footer .footer-quick-links ul li a:hover {
    color: var(--Secondary) !important;
}





/* image-content */
section.image-content p {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 125% */
}
section.image-content video {
    background: transparent !important;
    object-fit: none !important;
}



/* trusted-partner */
section.trusted-partner {
    position: relative;
}
section.trusted-partner .image-hover {}
section.trusted-partner .image-hover .hover-me {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}
section.trusted-partner .image-hover:hover .hover-me {
    opacity: 0;
    visibility: hidden;
}




/* key features */
section.key-features {}
section.key-features .swiper-content {
    position: absolute;
    max-width: 275px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.key-features .swiper-content .homeKeySwiper {}
section.key-features .swiper-content .homeKeySwiper .blocks {}
section.key-features .swiper-content .homeKeySwiper .blocks .icon {
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
}
section.key-features .swiper-content .homeKeySwiper .blocks .content {}
section.key-features .swiper-content .homeKeySwiper .blocks .content .title {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 150% */
    padding-bottom: 16px;
}
section.key-features .swiper-content .homeKeySwiper .blocks .content p {
    color: var(--Tirtiary);
    /* Paragraph */
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
section.key-features .swiper-arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 50px;
    width: 140px;
    transform: none;
}
section.key-features .swiper-arrows .homeKeyPrev {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
    transition: all .5s;
}
section.key-features .swiper-arrows .homeKeyNext {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
    transition: all .5s;
}
section.key-features .swiper-arrows .homeKeyPrev:hover,
section.key-features .swiper-arrows .homeKeyNext:hover {
    background: var(--Secondary);
}
section.key-features .swiper-arrows .homeKeyPrev::after,
section.key-features .swiper-arrows .homeKeyNext::after {
    content: none;
}



/* Home Accordion  */
section.home-accordion {}
section.home-accordion .accordion-image {
    display: none;
}
section.home-accordion .accordion-image.active {
    display: block;
}
section.home-accordion .e-n-accordion details {
}
section.home-accordion .e-n-accordion details:first-child summary {
    padding-top: 0;
}
section.home-accordion .e-n-accordion details summary {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(252, 232, 211, 0.20);
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all .5s;
}
section.home-accordion .e-n-accordion details[open] summary {
    padding-bottom: 24px;
    border-bottom-color: transparent;
}
section.home-accordion .e-n-accordion details summary .e-n-accordion-item-title-text {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: all .5s;
}
section.home-accordion .e-n-accordion details[open] summary .e-n-accordion-item-title-text {
    color: var(--Secondary);
}
section.home-accordion .e-n-accordion details .e-con {
    border: none;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(252, 232, 211, 0.20);
}
section.home-accordion .e-n-accordion details .e-con p {
    color: var(--Tirtiary);
    /* Paragraph */
    font-family: "PP Telegraf";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}




/* Home Testimonials */
section.testimonials {
    overflow: hidden;
}
section.testimonials .home-testimonials {
    position: relative;
}
section.testimonials .home-testimonials::before {
    content: "";
    position: absolute;
    width: 9999px;
    background-color: var(--Primary);
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 2;
}
section.testimonials .testimonialSwiper {
    overflow: visible;
}
section.testimonials .testimonialSwiper .swiper-slide {
    height: auto;
}
section.testimonials .testimonialSwiper .blocks {
    padding: 64px 24px 36px;
    border-radius: 16px;
    background: #30635D;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
}
section.testimonials .testimonialSwiper .blocks .content {}
section.testimonials .testimonialSwiper .blocks .content p {}
section.testimonials .testimonialSwiper .blocks .profile {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    padding-top: 35px;
}
section.testimonials .testimonialSwiper .blocks .image {}
section.testimonials .testimonialSwiper .blocks .image img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
}
section.testimonials .testimonialSwiper .blocks .name-designation {
    flex: 1;
}
section.testimonials .testimonialSwiper .blocks .name-designation .name {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 150% */
}
section.testimonials .testimonialSwiper .blocks .name-designation .designation {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
section.testimonials .testimonialSwiper .blocks .designation-content {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-weight: 800;
    line-height: 30px; /* 150% */
}
section.testimonials .swiper-arrows {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 20px;
    padding-top: 40px;
}
section.testimonials .swiper-arrows .testimonialNext {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: none;
    transition: all .5s;
}
section.testimonials .swiper-arrows .testimonialPrev {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: none;
    transition: all .5s;
}
section.testimonials .swiper-arrows .testimonialNext:hover, 
section.testimonials .swiper-arrows .testimonialPrev:hover {
    background: var(--Secondary);
}
section.testimonials .swiper-arrows .testimonialNext::after, 
section.testimonials .swiper-arrows .testimonialPrev::after {
    content: none;
}



/* About Page */
/* Common Banner */
section.common-banner img {
    width: 100%;
}

/* About Achievements */
section.achievement-certificate {}
section.achievement-certificate .timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
section.achievement-certificate .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.25;
    background: var(--White);
}
section.achievement-certificate .timeline .blocks {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 88px;
    transform: translate(-44px, 0px);
}
section.achievement-certificate .timeline .blocks:nth-child(even) {
    justify-content: start;
    transform: translate(44px, 0px);
}
section.achievement-certificate .timeline .blocks:nth-child(even) .image {
    order: 1;
}
section.achievement-certificate .timeline .blocks .image {
    position: relative;
}
section.achievement-certificate .timeline .blocks .image::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 24px;
    height: 24px;
    background: var(--Secondary);
    border-radius: 50%;
    transform: translate(31px, -50%);
}
section.achievement-certificate .timeline .blocks:nth-child(even) .image::before {
    left: auto;
    right: 100%;
    transform: translate(-29px, -50%);
}
section.achievement-certificate .timeline .blocks .content {
    width: 100%;
    max-width: 360px;
    flex: 1;
}
section.achievement-certificate .timeline .blocks .content p {
    font-weight: bold;
}
section.achievement-certificate .timeline .blocks:nth-child(even) .content {
    text-align: right;
}

/* About Leaders */
section.about-leaders {}
section.about-leaders .LeaderSwiper .swiper-wrapper {
    padding-bottom: 58px;
}
section.about-leaders .LeaderSwiper .swiper-slide {
    height: auto;
}
section.about-leaders .LeaderSwiper {}
section.about-leaders .LeaderSwiper .blocks {
    display: flex;
    flex-direction: column;
    gap: 43px;
}
section.about-leaders .LeaderSwiper .blocks .image-content {
    position: relative;
    display: flex;
}
section.about-leaders .LeaderSwiper .blocks .image-content .image {
    position: relative;
    display: flex;
    border-radius: 80px 0;
    overflow: hidden;
}
section.about-leaders .LeaderSwiper .blocks .image-content .image::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(12, 40, 37, 0.80) 0%, rgba(12, 40, 37, 0.80) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s;
}
section.about-leaders .LeaderSwiper .blocks:hover .image-content .image::before {
    opacity: 1;
}
section.about-leaders .LeaderSwiper .blocks .image-content .content {
    position: absolute;
    width: 200px;
    top: 79px;
    left: 50%;
    transform: translate(-50%, -10%);
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0;
    transition: all .5s;
}
section.about-leaders .LeaderSwiper .blocks:hover .image-content .content {
    opacity: 1;
}
section.about-leaders .LeaderSwiper .blocks .name-designation {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}
section.about-leaders .LeaderSwiper .blocks .name-designation .name {}
section.about-leaders .LeaderSwiper .blocks .name-designation .designation {
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}
section.about-leaders .LeaderSwiper .blocks .name-designation .details {
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}
section.about-leaders .LeaderSwiper .blocks .name-designation .details a {
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
    transition: all .5s;
}
section.about-leaders .LeaderSwiper .blocks .name-designation .details a:hover {
    color: var(--Secondary);
}
section.about-leaders .LeaderSwiper .LeaderPrev,
section.about-leaders .LeaderSwiper .LeaderNext {
    display: none;
}

/* About Contact */
section.about-contact {
    
}
section.about-contact h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
}


/* Solutions and Offerings */
/* Tab Content */
section.tab-content {}
section.tab-content .cardSwiper {
    margin: 0;
    padding-bottom: 60px;
}
section.tab-content .cardSwiper .swiper-slide {
    height: auto;
}
section.tab-content .cardSwiper .blocks {
    padding: 30px 30px 25px 30px;
    border-radius: 80px 0;
    background: rgba(12, 40, 37, 0.80);
    border: 4px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
    height: 100%;
    cursor: pointer;
    transition: all .5s;
}
section.tab-content .cardSwiper .selectedTab .blocks {
    border-color: var(--Dark);
    background: var(--Secondary);
}
section.tab-content .cardSwiper .blocks .image {}
section.tab-content .cardSwiper .blocks .image img {}
section.tab-content .cardSwiper .blocks .content {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    word-break: break-word;
    transition: all .5s;
}
section.tab-content .cardSwiper .selectedTab .blocks .content {
    color: var(--Dark);
}
section.tab-content .tab-details {
    display: flex;
    padding: 35px 40px 27px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 32px;
    background: rgba(12, 40, 37, 0.80);
}
section.tab-content .tab-details .tab-detail {
    display: none;
    flex-direction: column;
}
section.tab-content .tab-details .tab-detail.selectedTab {
    display: flex;
}
section.tab-content .tab-details .tab-detail .tab-blocks {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}
section.tab-content .tab-details .tab-detail .tab-blocks .featured-image {
    width: max-content;
}
section.tab-content .tab-details .tab-detail .tab-blocks .featured-image img {}
section.tab-content .tab-details .tab-detail .tab-blocks .content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 0;
}
section.tab-content .tab-details .tab-detail .tab-blocks .content-right .featured-content {}
section.tab-content .tab-details .tab-detail .tab-blocks .content-right .featured-content p {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
section.tab-content .tab-details .tab-detail .tab-blocks .content-right .read-more-toggle {
    color: var(--Secondary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    display: inline-block;
    width: max-content;
    cursor: pointer;
}
section.tab-content .tab-details .tab-detail .read-more-content {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
section.tab-content .tab-details .tab-detail.open-content .read-more-content {
    opacity: 1;
    visibility: visible;
    max-height: 800px;
    margin-top: 32px;
}
section.tab-content .tab-details .tab-detail .read-more-content p {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
section.tab-content .tab-details .tab-detail .read-more-content p strong {
    font-weight: 800;
    display: flex;
    padding-top: 24px;
    padding-bottom: 14px;
}
section.tab-content .tab-details .tab-detail .read-more-content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
section.tab-content .tab-details .tab-detail .read-more-content ul li {
    position: relative;
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
section.tab-content .tab-details .tab-detail .read-more-content ul li:before {
    content: "";
}
section.tab-content .cardSwiper .cardPrev {
    position: absolute;
    right: 70px;
    top: auto;
    left: auto;
    margin: 0;
    bottom: 10px;
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
}
section.tab-content .cardSwiper .cardNext {
    position: absolute;
    right: 0;
    top: auto;
    left: auto;
    margin: 0;
    bottom: 10px;
    transform: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
}
section.tab-content .cardSwiper .cardPrev svg,
section.tab-content .cardSwiper .cardNext svg {
    width: 20px;
    height: 20px;
}

/* Sliding Icon Card  */
section.sliding-icon-card {}
section.sliding-icon-card .iconCardsSwiper {
    overflow: visible;
    position: relative;
}
section.sliding-icon-card .iconCardsSwiper:before {
    content: "";
    position: absolute;
    background: var(--Primary);
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    z-index: 2;
}
section.sliding-icon-card .iconCardsSwiper .swiper-slide {}
section.sliding-icon-card .iconCardsSwiper .blocks {
    display: flex;
    flex-direction: column;
    gap: 45px;
    border-radius: 16px;
    background: #173F3A;
    /* box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10); */
    padding: 40px;
    height: 100%;
}
section.sliding-icon-card .iconCardsSwiper .blocks .icon {}
section.sliding-icon-card .iconCardsSwiper .blocks .icon img {}
section.sliding-icon-card .iconCardsSwiper .blocks .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
section.sliding-icon-card .iconCardsSwiper .blocks .content .title {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}
section.sliding-icon-card .iconCardsSwiper .blocks .content .description {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
section.sliding-icon-card .swiper-arrows {
    display: flex;
    justify-content: end;
    gap: 20px;
    padding-top: 40px;
}
section.sliding-icon-card .swiper-arrows .iconCardsPrev,
section.sliding-icon-card .swiper-arrows .iconCardsNext {
    position: relative;
    margin: 0;
    left: auto;
    right: auto;
    bottom: 0;
    transform: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
}
section.sliding-icon-card .swiper-arrows .iconCardsPrev svg,
section.sliding-icon-card .swiper-arrows .iconCardsNext svg {
    width: 24px;
    height: 24px;
}
section.sliding-icon-card .swiper-arrows .iconCardsPrev::after,
section.sliding-icon-card .swiper-arrows .iconCardsNext::after {
    content: none;
}



/* Gallery Page */
/* Content Banner */
section.content-banner {}
section.content-banner h1 {
    color: var(--White) !important;
}

/* Gallery */
section.custom-gallery {}
section.custom-gallery .custom-gallery-grid {
    display: flex;
    flex-direction: row;
    row-gap: 60px;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
section.custom-gallery .custom-gallery-grid .gallery-card {
    padding: 0 15px;
    width: 25%;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .image {
    display: flex;
    position: relative;
    overflow: hidden;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .image img {
    width: 100%;
    height: 263px;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks:hover .image img {
    transform: scale(1.2);
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .content {
    display: flex;
    padding: 19px 16px 16px 18px;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    background: #F3AF59;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .content .title {
    color: var(--Dark);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    flex: 1;
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .content .arrow {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 125px;
    background: var(--Tirtiary);
    box-shadow: 0 2px 10.6px 0 rgba(0, 0, 0, 0.10);
}
section.custom-gallery .custom-gallery-grid .gallery-card .blocks .content .arrow svg {}
#glightbox-body {}
#glightbox-body .goverlay {
    background: var(--Primary);
}
#glightbox-body .gcontainer .gslider {}
#glightbox-body .gcontainer .gslider .ginner-container {
    position: relative;
    height: auto;
}
#glightbox-body .gcontainer .gslider .ginner-container .gslide-media {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#glightbox-body .gcontainer .gslider .ginner-container .gslide-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: rgba(12, 40, 37, 0.80);
    padding: 12px 280px 11px 18px;
}
#glightbox-body .gcontainer .gslider .ginner-container .gslide-description .gdesc-inner {
    padding: 0;
}
#glightbox-body .gcontainer .gslider .ginner-container .gslide-description .gdesc-inner .gslide-title {
    margin: 0;
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}
#glightbox-body .gcontainer .gclose {
    padding: 0;
    background: transparent !important;
    width: auto;
    height: auto;
    opacity: 1;
}
#glightbox-body .gcontainer .gclose svg path {
    fill: var(--Secondary);
}
#glightbox-body .gcontainer .gprev {
    background: transparent !important;
    padding: 0;
    width: auto;
    height: auto;
}
#glightbox-body .gcontainer .gnext {
    background: transparent !important;
    padding: 0;
    width: auto;
    height: auto;
}
#glightbox-body .gcontainer .gprev svg path,
#glightbox-body .gcontainer .gnext svg path {
    fill: var(--Secondary);
}
#glightbox-body .gcontainer .gprev.disabled,
#glightbox-body .gcontainer .gnext.disabled {
    opacity: .5;
    /* pointer-events: none; */
}
#glightbox-body .glightbox-pagination {
    color: var(--Tirtiary);
    font-family: "PP Telegraf";
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    top: 40px;
    left: 30px;
    bottom: auto;
    right: auto;
    z-index: 9999;
}




/* Contact Page */
section.contact-icon-content {}
section.contact-icon-content .blocks {
    max-width: 520px;
}
section.contact-icon-content .blocks .icon {
    
}
section.contact-icon-content .blocks .content {
    flex: 1;
}
section.contact-icon-content .blocks p,
section.contact-icon-content .blocks a {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}
section.contact-icon-content .blocks a {
    color: var(--White) !important;
    transition: all .5s;
}
section.contact-icon-content .blocks a:hover {
    color: var(--Secondary) !important;
}

/* Map Form */
section.map-form {}
section.map-form .contact-map {
    padding: 25px;
    border-radius: 32px;
    background: rgba(12, 40, 37, 0.80);
    height: 100%;
}
section.map-form .contact-map .elementor-element,
section.map-form .contact-map .elementor-element .elementor-custom-embed,
section.map-form .contact-map .elementor-element .elementor-custom-embed iframe {
    height: 100%;
}
section.map-form .contact-map iframe {
    border-radius: 32px;
    overflow: hidden;
    min-height: 550px;
}
section.map-form .contact-form {
    height: 100%;
    display: flex;
    border-radius: 32px;
    background: rgba(12, 40, 37, 0.80);
    padding: 40px 25px 25px 25px;
}
section.map-form .contact-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
section.map-form .contact-form form .blocks {
    width: 100%;
    padding: 0 10px;
}
section.map-form .contact-form form .blocks:nth-child(2),
section.map-form .contact-form form .blocks:nth-child(3) {
    width: 50%;
}
section.map-form .contact-form form .blocks:nth-child(2) label,
section.map-form .contact-form form .blocks:nth-child(3) label {
    padding-top: 0;
}
section.map-form .contact-form form .blocks p {
    display: flex;
}
section.map-form .contact-form form .blocks p label {
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    padding-top: 32px;
}
section.map-form .contact-form form .blocks p label .wpcf7-not-valid-tip {
    padding-top: 10px;
}
section.map-form .contact-form form .blocks p label input,
section.map-form .contact-form form .blocks p label textarea {
    height: 48px;
    border-radius: 8px;
    background: var(--Primary, #205751);
    color: var(--White);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border: none;
    margin-top: 16px;
}
section.map-form .contact-form form .blocks p label textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 18px 10px;
}
section.map-form .contact-form form .agreement {
    padding: 16px 10px 32px;
}
section.map-form .contact-form form .agreement p {
    color: var(--Tirtiary);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
}
section.map-form .contact-form form .agreement p a {
    color: var(--Tirtiary, #FCE8D3);
    border-bottom: 1px solid;
    transition: all .5s;
}
section.map-form .contact-form form .agreement p a:hover {
    color: var(--Secondary);
}
section.map-form .contact-form form .btn-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
section.map-form .contact-form form .btn-holder p {}
section.map-form .contact-form form .btn-holder p input {
    display: flex;
    width: 150px;
    height: 32px;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--Tirtiary);
    border: none;
    transition: all .5s;
    color: var(--Primary);
    font-family: "PP Telegraf";
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}
section.map-form .contact-form form .btn-holder p input:hover {
    background: var(--Secondary);
    color: var(--Dark);
}
section.map-form .contact-form form .btn-holder p .wpcf7-spinner  {
    position: absolute;
}
section.map-form .contact-form form .wpcf7-response-output  {
    margin: 15px auto 0 auto;
    border-radius: 8px;
}



@media screen and (max-width: 1439px) {
    section.custom-gallery .custom-gallery-grid .gallery-card {
        width: 33.33%;
    }
    section.tab-content .cardSwiper .blocks {
        padding: 30px 16px 25px 16px;
    }
}
@media screen and (max-width: 1199px) {
    header .header-cta-block {
        gap: 14px;
    }
    section.trusted-partner {
        background-size: contain !important;
        background-position: 10px 0px !important;
    }
    section.home-accordion .e-n-accordion details summary {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    section.about-leaders .LeaderSwiper .swiper-slide {
        width: 250px;
    }
    section.tab-content .cardSwiper .swiper-slide {
        width: 216px;
    }
    section.tab-content .tab-details .tab-detail .tab-blocks .featured-image,
    section.tab-content .tab-details .tab-detail .tab-blocks .content-right {
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    header .header-cta .icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: var(--Dark);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.trusted-partner .trusted-partner-container {
        position: relative;
        padding-bottom: 40px;
    }
    section.trusted-partner .image-hover {
        position: relative;
        width: 95%;
    }
    section.trusted-partner .image-hover .hover-me {
        left: 0 !important;
        top: 0;
    }
    section.key-features .swiper-content-container {
        background-size: 100% 100% !important;
        background-position: right;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 44px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    header .hamburger-mega-menu .menu-panel .mega-menu-section a {
        font-size: 26px;
    }
    section.key-features .swiper-content-container {
        min-height: 480px;
        background-position: top left;
        background-size: 50% !important;
    }
    section.achievement-certificate .timeline {
        max-width: 100%;
    }
    section.achievement-certificate .timeline::before {
        left: 24px;
    }
    section.achievement-certificate .timeline .blocks {
        justify-content: start;
        transform: translate(0px, 0);
        gap: 20px;
        padding: 0 0 0 50px;
        margin-left: 20px;
    }
    section.achievement-certificate .timeline .blocks:nth-child(even) {
        justify-content: start;
        transform: translate(0px, 0px);
        margin-left: 20px;
    }
    section.achievement-certificate .timeline .blocks:nth-child(even) .image {
        order: 0;
    }
    section.achievement-certificate .timeline .blocks .image::before,
    section.achievement-certificate .timeline .blocks:nth-child(even) .image::before {
        width: 15px;
        height: 15px;
        left: auto;
        right: 100%;
        transform: translate(-27px, -50%);
    }
    section.achievement-certificate .timeline .blocks .content,
    section.achievement-certificate .timeline .blocks:nth-child(even) .content {
        max-width: 100%;
        text-align: left;
    }
    section.custom-gallery .custom-gallery-grid .gallery-card {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    section.about-contact h2 {
        font-size: 24px !important;
    }
    header .hamburger-mega-menu .menu-panel .mega-menu-grid {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    header .hamburger-mega-menu .menu-panel .mega-menu-column.image-col {
        width: 50%;
        order: 1;
    }
    header .hamburger-mega-menu .menu-panel .mega-menu-column.menu-col {
        gap: 20px;
        order: 0;
        width: 100%;
    }
    header .hamburger-mega-menu .hamburger-toggle {
        gap: 12px;
    }
    section.home-banner video {
        min-height: 600px;
    }
    section.image-content p {
        font-size: 24px;
    }
    section.tab-content .tab-details {
        padding: 25px 15px 25px 15px;
        border-radius: 12px;
    }
    section.tab-content .tab-details .tab-detail .tab-blocks {
        flex-direction: column;
        gap: 20px;
    }
    section.tab-content .tab-details .tab-detail .tab-blocks .featured-image,
    section.tab-content .tab-details .tab-detail .tab-blocks .content-right {
        width: 100%;
    }
    section.tab-content .tab-details .tab-detail .tab-blocks .content-right {
        padding: 0;
        gap: 20px;
    }
    section.tab-content .tab-details .tab-detail.open-content .read-more-content {
        margin-top: 20px;
    }
    section.tab-content .tab-details .tab-detail .read-more-content p strong {
        padding-top: 14px;
    }
    section.sliding-icon-card .iconCardsSwiper .blocks,
    section.sliding-icon-card .iconCardsSwiper .blocks .content {
        gap: 20px;
    }
    section.tab-content .cardSwiper .swiper-slide {
        width: 260px;
    }
    section.tab-content .cardSwiper .blocks .content {
        font-size: 16px;
    }
    section.map-form .contact-form form .blocks:nth-child(2),
    section.map-form .contact-form form .blocks:nth-child(3) {
        width: 100%;
    }
    section.map-form .contact-form form .blocks:nth-child(3) label {
        padding-top: 32px;
    }
    section.map-form .contact-map {
        border-radius: 8px;
        padding: 15px;
    }
    section.map-form .contact-form {
        border-radius: 8px;
        padding: 30px 15px;
    }
    section.map-form .contact-map iframe {
        border-radius: 8px;
    }
    section.contact-icon-content .blocks p,
    section.contact-icon-content .blocks a {
        font-size: 16px;
    }
    #glightbox-body .gcontainer .gprev,
    #glightbox-body .gcontainer .gnext {
        top: 50%;
        transform: translate(0, -50%);
    }
    section.achievement-certificate .timeline .blocks,
    section.achievement-certificate .timeline .blocks:nth-child(even) {
        margin-left: 0;
        flex-direction: column;
        align-items: start;
    }
    section.achievement-certificate .timeline .blocks .image::before,
    section.achievement-certificate .timeline .blocks:nth-child(even) .image::before {
        transform: translate(-17px, -50%);
    }

    header .header-cta .icon {
        width: 30px;
        height: 30px;
    }
    .header-cta .icon svg {
        width: 15px;
        height: 15px;
    }
    header .hamburger-mega-menu .title {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    section.custom-gallery .custom-gallery-grid .gallery-card {
        width: 100%;
    }
}