@font-face {
    font-family: 'Pangea Afrikan Trial';
    src: url('fonts/PangeaAfrikanTrial-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


:root {
    --themeht-primary-color: #3DBB89;
    --themeht-secondary-color: #0147f4;
    --themeht-text-color: #233050;
    --themeht-body-color: #4f4f4f;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #262262;
    --themeht-bg-light-color: #F7F9FE;
    --themeht-border-light-color: #E5E5E5;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Pangea Afrikan Trial", sans-serif;
    --themeht-typography-secondary-font-family: "Inter", serif;
}
/* ------------------------
    General
------------------------*/

body {scroll-behavior: smooth; font-family: var(--themeht-typography-body-font-family); font-weight: 500; font-style: normal; font-size: 16px; line-height: 26px; color: var(--themeht-body-color); overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; text-transform: capitalize; font-style: normal;  color: var(--themeht-text-color); }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.h1, h1 { font-size: 70px; line-height: 80px; font-weight: 700;}
.h2, h2 { font-size: 44px; line-height: 54px; font-weight: 600;}
.h3, h3 { font-size: 30px; line-height: 40px; font-weight: 600;}
.h4, h4 { font-size: 24px; line-height: 34px; font-weight: 600;}
.h5, h5 { font-size: 22px; line-height: 32px; font-weight: 600;}
.h6, h6 { font-size: 20px; line-height: 30px; font-weight: 600;}
ul { margin-left: 0; }


label { display: inline-block; font-weight: 600; color: var(--themeht-text-color); font-size: 16px; margin-bottom: 7px; }

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.7;}
.lead{font-weight: normal; font-size: 17px; line-height: 30px;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
section{ position: relative;}
.rounded {border-radius: 24px !important;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: var(--themeht-primary-color);}
.text-black{color: var(--themeht-text-color) !important;}
.text-grey{color: var(--themeht-body-color);}
.text-muted { color: #979797 !important;}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: var(--themeht-white-color) !important;}
.dark-bg{background-color: var(--themeht-bg-dark-color);}
.light-bg{background-color: var(--themeht-bg-light-color);}
.primary-bg{background-color: var(--themeht-primary-color);}
.secondary-bg{background-color: var(--themeht-secondary-color);}
.transparent-bg{background-color: inherit !important;}
.grediant-bg{background-image: linear-gradient(180deg,#EBE5FF6B 0%,#EBE5FF1A 100%);}
.border-light{border-color: var(--themeht-border-light-color) !important}

/* ------------------------
    Banner
------------------------*/
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.banner { padding: 260px 0; position: relative; z-index: 9; }
.banner p { font-size: 16px; line-height: 26px; margin-bottom: 0; max-width: 90%; }
.text-white h1, .text-white p { color: var(--themeht-white-color) }
.banner-1 h1 span { text-decoration: underline; color: var(--themeht-primary-color); }
.banner h6 { font-size: 16px; color: var(--themeht-primary-color); }
.banner-1 { background-image: url(../images/bg/bg-effect-1.svg); background-position: top center; background-repeat: no-repeat; background-size: cover; }
.banner-1:before { background-image: url(../images/bg/03.webp); background-position: top center; background-repeat: no-repeat; background-size: auto; opacity: .58; transition: background .3s, border-radius .3s, opacity .3s; content: ""; position: absolute; left: 0; top: 0; width: 110%; height: 100%; z-index: -9; animation: zoom-fade 5s infinite linear; }
.banner-1 .banner-img .img1 { position: absolute; left: -66px; top: -62px; z-index: 9; margin-right: 0; width: 100%; }
.banner-shape-bottom { position: absolute; bottom: -80px; left: 0; width: 100%; overflow: hidden; z-index: -1; }
.banner-shape-bottom svg { width: 100%; }
.banner-shape-bottom svg path { fill: var(--themeht-white-color); }
.topBottom { animation: topBottom 5s infinite; }
.themeht-btn + .themeht-btn { margin-left: 20px; }
.banner-2 { background-image: linear-gradient(180deg, #fff 10.18%, #FFEFEF85 100%); padding: 200px 0 120px;  }
.banner-2 h6 { color: var(--themeht-text-color); }
.banner-2 h6 span { background: var(--themeht-primary-color); display: inline-block; padding: 8px 14px; border-radius: 4px; font-size: 14px; line-height: 1; color: var(--themeht-white-color); margin-right: 10px; }
.banner-2 h1 span { font-weight: 700; margin-bottom: 0; background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.banner-2 .banner-img2{position: absolute; right: 0; bottom: 0}
.banner-2 .banner-img { margin-right: -5vw;}
.banner-3 { padding: 200px 0 120px; }
.banner-3 h6 { color: var(--themeht-text-color); border: 1px solid var(--themeht-border-light-color); display: inline-block; padding: 6px 12px 6px 6px; border-radius: 4px }
.banner-3 h6 span { background: var(--themeht-primary-color); display: inline-block; padding: 8px 14px; border-radius: 4px; font-size: 14px; line-height: 1; color: var(--themeht-white-color); margin-right: 10px; }
.banner-3 h1 span { font-weight: 700; margin-bottom: 0; background: linear-gradient(90deg, var(--themeht-primary-color) 20%, var(--themeht-secondary-color) 100%); background-clip: border-box; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.banner-3 .banner-img { width: 600px; height: 600px; background-size: cover; clip-path: polygon(94.33013% 47.5%, 94.69846% 48.2899%, 94.92404% 49.13176%, 95% 50%, 94.92404% 50.86824%, 94.69846% 51.7101%, 94.33013% 52.5%, 74.33013% 87.14102%, 73.83022% 87.85495%, 73.21394% 88.47124%, 72.5% 88.97114%, 71.7101% 89.33948%, 70.86824% 89.56505%, 70% 89.64102%, 30% 89.64102%, 29.13176% 89.56505%, 28.2899% 89.33948%, 27.5% 88.97114%, 26.78606% 88.47124%, 26.16978% 87.85495%, 25.66987% 87.14102%, 5.66987% 52.5%, 5.30154% 51.7101%, 5.07596% 50.86824%, 5% 50%, 5.07596% 49.13176%, 5.30154% 48.2899%, 5.66987% 47.5%, 25.66987% 12.85898%, 26.16978% 12.14505%, 26.78606% 11.52876%, 27.5% 11.02886%, 28.2899% 10.66052%, 29.13176% 10.43495%, 30% 10.35898%, 70% 10.35898%, 70.86824% 10.43495%, 71.7101% 10.66052%, 72.5% 11.02886%, 73.21394% 11.52876%, 73.83022% 12.14505%, 74.33013% 12.85898%); }
.banner-3 .banner-img2 { animation: rotate 10s infinite linear; position: absolute; left: 0; top: 0; background: red; z-index: -1; width: 600px; height: 600px; background-size: cover; clip-path: polygon(50% 1.25%, 9.9% 20.56%, 0% 63.95%, 27.75% 98.75%, 72.25% 98.75%, 100% 63.95%, 90.1% 20.56%); }
.banner-4 h1 { text-transform: inherit; }







/* ------------------------
    List Icon
------------------------*/
.list-icon.style-1 li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon.style-1 li:last-child { margin-bottom: 0 }
.list-icon.style-1 li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; flex-shrink: 0; }
.list-icon.style-2 li { position: relative; display: flex; margin-bottom: 15px; align-items: center; }
.list-icon.style-2 li:last-child { margin-bottom: 0 }
.list-icon.style-2 li i { color: var(--themeht-primary-color); font-size: 20px; line-height: 1; margin-right: 10px; }




/* ------------------------
 Shape & Animation
------------------------*/
.dash-img-box { background: var(--themeht-white-color); padding: 20px; border-radius: 24px; position: relative; margin-left: 5%; margin-right: 5%; }
.dash-img-box::before { content: ""; height: 20px; width: 110%; position: absolute; bottom: -1px; background: var(--themeht-white-color); left: -5%; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }
.dash-box{margin-left: -250px}
.dash-box.right{margin-left: inherit; margin-right: -250px}
.animated-icon-shape { position: absolute; top: 0; width: 100%; height: 100%; left: 0; z-index: -1;display:none; }
.small-circle-animation { animation: small-animation 2s infinite linear; position: absolute; }
.animated-icon-shape img:nth-child(1) { left: 6%; top: 10%; }
.animated-icon-shape img:nth-child(2) { left: 2%; bottom: 15%; animation: small-animation2 2s infinite linear;}
.animated-icon-shape img:nth-child(3){     right: 4%;
    top: -14%;
 animation: small-animation2 2s infinite linear;}
.animated-icon-shape img:nth-child(4) { right: 2%; bottom: 20%; }
.animated-icon-shape.style-2 img:nth-child(2) { left: auto; right: 2%; bottom: 20%; }
#particles-js { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; }
.link-about { border: 1px solid var(--themeht-border-light-color); border-radius: 4px; padding: 20px 30px 20px 20px; }
.link-about span { padding: 5px 15px; background-color: var(--themeht-bg-dark-color); border-radius: 4px; color: var(--themeht-white-color); margin-right: 10px }
.link-about a { color: var(--themeht-primary-color); margin-left: 10px; font-weight: 600; text-decoration: underline !important; }
.lg-title-wrap { text-align: center; }
.text-large { font-size: 250px; font-weight: 900; line-height: 1; color: #ebe5ff; }
.image-wrap { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.testimonial-sec-bg { background-image: url("../images/bg/05.webp"); background-position: 66% 87%; background-repeat: no-repeat; background-size: 1460px 1260px; }
.testimonial-sec-bg.style-2 { background-position: 96% 70%; background-size: 1170px 1260px; }
.sonar-wrapper { z-index: 0; position: absolute; right: 70px; bottom: 20%; }
.sonar-emitter { position: relative; margin: 0 auto; width: 100px; height: 100px; border-radius: 9999px; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); }
.sonar-wave { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 9999px; background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); opacity: 0; z-index: -1; pointer-events: none; }
.sonar-wave { animation: sonarWave 2s linear infinite; }
.spinner { position: absolute; left: 100px; top: 30%; }
.spinner::after, .spinner::before { box-sizing: border-box; position: absolute; content: ""; width: 50px; height: 50px; top: 50%; animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite; left: 50%; background: var(--themeht-primary-color); }
.spinner::after { background: var(--themeht-secondary-color); top: calc(50% - 50px); left: calc(50% - 50px); animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite; }
.image-video-sec { padding: 400px 0 120px; }
.bg-dark-gradient-overlay { position: relative; overflow: hidden; z-index: 9; }
.bg-dark-gradient-overlay:before { background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #141622), to(transparent)); background: linear-gradient(to top, #141622 7%, transparent 100%); opacity: .75; position: absolute; height: 100%; width: 100%; top: 0; left: 0; content: ""; z-index: -1; }
.ht-first-letter::first-letter { font-size: 30px; line-height: 30px; padding: 8px; margin-top: 5px; border-radius: 5px; display: inline-block; float: left; font-weight: 600; margin-right: 8px; background: var(--themeht-primary-color); color: var(--themeht-white-color); }
.wpcf7-text,.wpcf7-email,.wpcf7-textarea{
	width: 100%;
    border: 1px solid #585858;
    background: #FAFAFA;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.wpcf7-submit{
	background:#43BC8C;
	padding:12px 30px;
}
.service-box .elementor-image-box-description{
	text-align:left;
}
.elementor-image-box-description{
	text-align:justify;
}
.highliter{
	color:#3DBB89!important;
}
.enq-box{
	    padding: 50px 20%;
	border-radius:10px;

}
.downlod-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.enquirys{
	margin-bottom: -9%;
	z-index:99;
	    margin-top: 40px;
}
.service-box .elementor-widget-container{
	height:400px;
}
@media only screen and (max-width: 992px) {
    .downlod-button {
        display: block !important;
        width: 100% !important;
    }
}
@media only screen and (min-width: 992px) {
    .mr-20 {
        margin-right: 20px;
    }
}
.card {
	padding:20px;
	    height: 100%;
}
.swiper-backface-hidden .swiper-slide{
	height:400px;
}
.card img{
	    border-radius: 10px;

}
.card h6{
	display: -webkit-box;         /* Required for webkit-based browsers */
    -webkit-box-orient: vertical; /* Define vertical box layout */
    overflow: hidden;             /* Hide overflow text */
    text-overflow: ellipsis;      /* Add "..." for truncated text */
    -webkit-line-clamp: 1; 
}
.card:hover{
	background:#F7FDF9;
}
.error-404 {
	padding:100px;
}



