
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&amp;display=swap');


:root {
    --themeht-primary-color: #1253be;
    --themeht-secondary-color: #001d2d;
    --themeht-text-color: #000812;
    --themeht-body-color: #4f4f4f;
    --themeht-white-color: #FFFFFF;
    --themeht-bg-dark-color: #010101;
    --themeht-bg-light-color: #f6f7ff;
    --themeht-border-light-color: #E5E5E5;
    --themeht-rgba-color: rgba(255,255,255,0.9);
    --themeht-typography-body-font-family: "Plus Jakarta Sans", sans-serif;
    --themeht-typography-secondary-font-family: "Familjen Grotesk", sans-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: 30px; color: #000; overflow-x: hidden;}
.page-wrapper{overflow-x: hidden;}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: var(--themeht-typography-secondary-font-family);
 font-weight: normal; margin-top: 0px; font-style: normal; margin-bottom: 15px; color: var(--themeht-text-color); }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.h1, h1 { font-size: 40px; line-height: 40px; font-weight: 600;}
.h2, h2 { font-size: 30px; line-height: 30px; font-weight: 600;}
.h3, h3 { font-size: 30px; line-height: 38px; font-weight: 500;}
.h4, h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
.h5, h5 { font-size: 24px; line-height: 32px; font-weight: 500;}
.h6, h6 { font-size: 20px; line-height: 28px; font-weight: 500;}
ul { margin-left: 0; }


label { display: inline-block; 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;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
}
.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{padding: 30px 0 0 0; position: relative;}
.rounded {border-radius: 24px !important;}
.img-border { border: 10px solid var(--themeht-white-color); }

/* ------------------------
    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: #dbfbfa;
}
.primary-bg{background-color: var(--themeht-primary-color);}
.secondary-bg {
    background-color: #085653;
}
.transparent-bg{background-color: inherit !important;}
.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-slider { background-color: var(--themeht-bg-dark-color); }
.banner-slider .slider-img { background-size: cover; background-position: top center; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; left: 0;}
.banner-content { padding: 200px 0; position: relative; z-index: 9; }
.slider-img::before { position: absolute; content: ''; background: linear-gradient(90deg, #ffffff 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.80; z-index: 9; }
.banner-slider .swiper-button-next, .banner-slider .swiper-button-prev { transform: scale(0); width: 50px; height: 50px; background-image: none !important; border-radius: 100%; line-height: inherit; background: var(--themeht-primary-color); border: none; }
.banner-slider .swiper-button-next:hover, .banner-slider .swiper-button-prev:hover { background: var(--themeht-bg-dark-color); }
.banner-slider .swiper-button-next:after, .banner-slider .swiper-button-prev:after { font-size: 20px; color: var(--themeht-white-color); line-height: 50px !important; }
.banner-slider .swiper-button-next:hover:after, .banner-slider .swiper-button-prev:hover:after { color: var(--themeht-white-color); }
.banner-slider:hover .swiper-button-next, .banner-slider:hover .swiper-button-prev { transform: scale(1); }
.banner-slider.swiper:hover .swiper-button-prev { left: 10px; }
.banner-slider.swiper:hover .swiper-button-next { right: 10px; }
#banner-pagination { position: absolute !important; right: 150px; left: inherit; margin: 0; text-align: right; width: auto; bottom: 50px; font-size: 18px; color: var(--themeht-white-color); }
.banner-slider .themeht-btn + .themeht-btn { margin-left: 20px; }
.banner-slider h6 { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider h1 { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider p { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); }
.banner-slider .btn-box { position: relative; opacity: 0; -webkit-transition: all 1000ms ease; -moz-transition: all 100ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(80px); -moz-transform: translateY(80px); -ms-transform: translateY(80px); -o-transform: translateY(80px); transform: translateY(80px); }
.banner-slider .swiper-slide-active h6 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 500ms; }
.banner-slider .swiper-slide-active h1 { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 1000ms; }
.banner-slider .swiper-slide-active p { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 1500ms; }
.banner-slider .swiper-slide-active .btn-box { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); transition-delay: 2000ms; }
.banner-content { padding: 200px 0 200px 150px; position: relative; z-index: 9; }
.banner-content .banner-text { width: 50%; }
.banner-slider h1 { font-weight: 700; font-size: 100px; line-height: 110px; color: var(--themeht-primary-color); }
.banner-slider h1 span { font-weight: 600; color: var(--themeht-text-color); display:block; }
.banner-content p { max-width: 80%; margin: 0; }
.banner-3 { padding: 0px; }
.banner-3 .banner-img { width: 700px; height: 700px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.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; 
font-size: 16px;
}
.banner-3 h6 span { background: #085653;
 display: inline-block; padding: 8px 14px; border-radius: 4px; font-size: 16px; line-height: 1; color: var(--themeht-white-color); margin-right: 10px; }
.banner-4 .slider-img::before { position: absolute; content: ''; background: linear-gradient(90deg, var(--themeht-primary-color) 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); opacity: 1 }
.banner-4 h6, .banner-4 h1, .banner-4 h1 span, .banner-4 p { color: var(--themeht-white-color); }


/* ------------------------
    Error
------------------------*/
.error-path { stroke-dasharray: 800; stroke-dashoffset: 800; animation: dash 5s linear alternate infinite; }
.error-path path { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(2) { stroke: var(--themeht-primary-color) }
.error-path path:nth-child(3) { stroke: var(--themeht-secondary-color) }


/* ------------------------
    Timeline
------------------------*/
.main-timeline:before { content: ""; display: block; width: 1px; height: 100%; background: var(--themeht-border-light-color); margin: 0 auto; position: absolute; left: 0; right: 0; }
.timeline_item { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; padding-top: 10px; }
.timeline-order-1 { order: 3; }
.timeline-order-2 { order: 2; left: 20px; }
.timeline-order-3 { order: 1; }
.main-timeline .timeline-icon { width: 40px; height: 40px; position: relative; right: 20px; font-size: 30px; background: var(--themeht-white-color); display: flex; align-items: center; justify-content: center; color: var(--themeht-primary-color); border-radius: 50%; z-index: 9; }
.main-timeline .date-content { width: 50%; position: relative; }
.main-timeline .date-content:before { content: ""; width: 50%; height: 1px; background: var(--themeht-border-light-color); margin: auto 0; position: absolute; right: 10px; top: 0; bottom: 0; }
.main-timeline .timeline-order-1:before { content: ""; width: 50%; height: 1px; background: var(--themeht-border-light-color); position: absolute; padding-right: 30px; margin-right: 50% !important; }
.main-timeline .date { display: flex; line-height: 1; font-weight: 700; font-size: 30px; color: var(--themeht-white-color); position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); align-items: center; justify-content: center; background: var(--themeht-primary-color); border-radius: 50%; width: 125px; height: 125px; z-index: 1; }
.main-timeline .timeline-content { padding: 20px 20px; }


@media (max-width:640px) {
    .timeline { flex-direction: column !important; }
    .main-timeline:before { margin-left: 1px; }
    .main-timeline .timeline-icon { margin: auto 2px; }
    .main-timeline .timeline-content { padding: 40px 30px; }
    .timeline-order-1 { order: 2; }
    .timeline-order-2 { order: 1; left: -1em; }
    .timeline-order-3 { order: 3; }
    .timeline-order-1b { order: 2; }
    .timeline-order-2b { order: 1; left: -1em; }
    .timeline-order-3b { order: 3; }
    .main-timeline .timeline-order-1:before { width: 100%; }
    .main-timeline .timeline-order-1b:before { width: 100%; }
    .main-timeline .timeline-order-1b:before { content: ""; width: 100%; height: 2px; background: var(--themeht-border-light-color); position: absolute; top: 0; padding-right: 30px; bottom: 0; margin-right: 50% !important; }
    .main-timeline .date { width: 70px; height: 70px; }
}
@media (max-width:350px) {
    .timeline-icon { visibility: hidden; }
    .main-timeline .date-content:before { visibility: hidden; }
    .date-content { left: -15px; }
}


/* ------------------------
    Video
------------------------*/
.video-btn{display: flex; align-items: center;}
.video-btn-icon { position: relative; display: inline-block; z-index: 9; }
.video-btn-icon > i { color: var(--themeht-primary-color); font-size: 30px; }
.video-btn span { font-weight: 700; font-size: 16px; line-height: 1; color: var(--themeht-text-color); margin-left: 10px; flex-shrink: 0}
.video-btn.style-2 { position: relative; display: inline-block; }
.video-btn.style-2 .play-btn { animation: ripple-white 1s linear infinite; width: 70px; height: 70px; line-height: 70px; border-radius: 50%; cursor: pointer; display: inline-block; text-align: center; position: relative; }
.video-btn.style-2 .play-btn i { font-size: 34px; line-height: 1; position: absolute; top: 50%; left: 50%; color: var(--themeht-white-color); -webkit-transition: 0.25s; -o-transition: 0.25s; transition: 0.2s ease-out !important; transform: translate3d(-50%, -50%, 0); }


/* ------------------------
    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: 5px !important; align-items: center; color:#000;  }
.list-icon.style-2 li:last-child { margin-bottom: 0 }
.list-icon.style-2 li i { color: #085653;  font-size: 18px; line-height: 1; margin-right: 10px; }


/* ------------------------
 Marquee Text
------------------------*/
.marquee-wrap { width: 100%; position: relative; overflow: hidden; display: block; }
.marquee-text { animation: marquee 40s linear infinite; position: relative; width: 100%; white-space: nowrap; }
.marquee-text span { font-size: 150px; line-height: 150px; margin: 0 30px; font-weight: 800; text-transform: uppercase; color: var(--themeht-primary-color); }
.marquee-text span:nth-child(2n+2) { color: var(--themeht-white-color); text-shadow: -1px -1px 0 var(--themeht-text-color), 1px -1px 0 var(--themeht-text-color), -1px 1px 0 var(--themeht-text-color), 1px 1px 0 var(--themeht-text-color); }
.marquee-wrap:before { position: absolute; right: 0; top: 0; width: 30%; height: 100%; content: ""; z-index: 9; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 98%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1); }
.marquee-wrap:after { position: absolute; left: 0; top: 0; width: 30%; height: 100%; content: ""; background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4ef17', endColorstr='#c4ef17', GradientType=1); }


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; padding:50px 0; display: table; width: 100%; border-top: 2px dashed var(--themeht-border-light-color); border-bottom: 2px dashed var(--themeht-border-light-color);}
.countdown > li{ font-weight: 700; text-align: center; list-style-type: none; display: table-cell; width: auto;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; display: inline-block;}
.countdown > li p{font-size:20px; display: inline-block; line-height:30px; margin-bottom: 0; color: var(--themeht-text-color);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
 Shape & Animation
------------------------*/
.animated-icon-shape { position: absolute; top: 0; width: 100%; height: 100%; left: 0; z-index: -1; }
.small-circle-animation { animation: small-animation 2s infinite linear; position: absolute; width: 60px; }
.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: 6%; top: 5%; 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: 700; text-decoration: underline !important; }
.testimonial-sec-bg { padding : 30px 0; background-image: url("../images/bg/03.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: linear-gradient(135deg, #6A1B9A, #00897B); }
.sonar-wave { position: absolute; top: 0; left: 0; width: 100%; 
    height: 100%; border-radius: 9999px; 
    background-image: linear-gradient(135deg, #6A1B9A, #00897B); 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: #3d3d3d; }
.spinner::after { background: #085653; 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: 700; margin-right: 8px; background: var(--themeht-primary-color); color: var(--themeht-white-color); }


/* ------------------------
 Clients Logo
------------------------*/

.clients-logo { text-align: center; }
.clients-logo img {width: 100px;  -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; }
.clients-logo:hover img { -webkit-filter: none; filter: none; opacity: 1; }
.client-text { text-align: center; position: relative; }
.client-text:before { content: ''; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); z-index: -1; background: var(--themeht-border-light-color); width: 70%; height: 1px; }
.client-text span { background: var(--themeht-white-color); padding: 5px 40px; }
.client-swiper .swiper-wrapper { -webkit-transition-timing-function: linear !important; transition-timing-function: linear !important; position: relative; }
.client-swiper .swiper-slide { display: flex; align-items: center; width: auto !important; padding: 0 50px; }


/* ------------------------
Extra
------------------------*/
.contact-info{padding: 30px;}
.contact-info li { padding-left: 50px; padding-top: 5px; position: relative; margin-bottom: 20px; }
.contact-info li:last-child { margin-bottom: 0; }
.contact-info li i { position: absolute; left: 0; top: 0; line-height: 50px; font-size: 36px; color: var(--themeht-primary-color); display: inline-block; }
.contact-info li span { font-size: 12px; line-height: 1; color: var(--themeht-body-color); font-weight: 700; display: block; margin-bottom: 4px; text-transform: uppercase; }
.contact-info li p { margin-bottom: 0; line-height: 24px; color: var(--themeht-text-color); }
.contact-info li a { color: var(--themeht-text-color); }
.contact-info li a:hover { color: var(--themeht-primary-color); }


.form-group { margin-bottom: 20px; position: relative; }


textarea.form-control { height: 120px; border-radius: 4px; }
.form-control:focus { box-shadow: none; background: none; border-color: var(--themeht-primary-color); }
iframe { width: 100%; border: none; pointer-events: auto; }
.iframe-h { height: 500px !important; }
.iframe-h-2 { height: 600px !important; }
.map iframe { border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -moz-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -ms-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); -o-filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); filter: brightness( 100% ) contrast( 100% ) saturate( 50% ) blur( 0px ) hue-rotate( 0deg ); }
.help-block.with-errors { position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px; }
.form-control::-webkit-input-placeholder { color: var(--themeht-body-color); }
.form-control::-moz-placeholder { color: var(--themeht-body-color); }
.form-control:-ms-input-placeholder { color: var(--themeht-body-color); }
.form-control:-moz-placeholder { color: var(--themeht-body-color); }

.service-section::before { content: ""; position: absolute; left: 10%; right: auto; top: 0; width: 80%; height: 100%; background: var(--themeht-bg-light-color); margin: 0 auto; z-index: -1; border-radius: 24px; }
.about-img-shape { width: 550px; height: 550px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.about-img-shape-small { width: 200px; height: 200px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); position: absolute; right: -2%; bottom: 5%; }
.about-counter { background-color: var(--themeht-primary-color); display: flex; align-items: center; justify-content: center; text-align: center; width: 200px; height: 200px; background-size: cover; clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%); }
.about-counter .counter{padding: 0 50px}
.about-counter .counter span { font-size: 40px; font-weight: 700; line-height: 40px; color: var(--themeht-white-color); display: inline-block; }
.about-counter .counter h6 { color: var(--themeht-white-color); margin: 5px 0 0; font-weight: 600; font-size: 16px; line-height: 22px; }
.working-hours-item { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 12px 0 9px; position: relative; }
.primary-bg .working-hours-item { color: var(--themeht-white-color); }
.about1-img-shape{clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%)}


.sp1 {
    margin: 30px 0;
}
.partner {
    color: #085653;
}
.post-bottom h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-one {
    position: relative;
    display: block;
    padding: 0 0 10px;
    background-color: var(--insur-white);
    z-index: 1;
}
.services-card {
    padding: 30px 18px 25px;
    background: transparent;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    height: calc(100% - 30px);
    background-color: #085653;
}
.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/product.webp);
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;
}
.services-card .learn-btn {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}
.btn-2 {
    padding: 10px 18px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
}

div .services-card .seo-cat {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    color: #fff;
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.location-grid {
    color: #fff;
    padding: 5px 15px 5px 15px;
    background-color: #085653;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: .7s;
    text-align: center;
    line-height: 20px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 48px;
    align-content: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.services-main .sec-title .seo-details-title{
    font-size: 30px;
    line-height: 28px;
    color: #085653;
}
/* Service details sec 1 */
.marqueeinfinite {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    overflow: hidden;
    background: #085653;
    white-space: nowrap;
}
.infinite-mar{
 color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}
.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}
.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/* Services Sec2 */
.services-main .sec-title h1{
  font-size: 36px;
    line-height: 48px;
    color: #085653;
    font-weight: 700;
    margin: 0;
}
.services-main .sec-title p{
  font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}
.services-main .list-item h4{
  font-size: 23px;
    color: #085653;
    font-weight: 600;
    line-height: 28px;
    text-align: justify;
}

.services-main .text h5{
  font-size: 23px;
    color: #085653;
    font-weight: 600;
    line-height: 28px;
    text-align: justify;
}
.services-main .text p{
  font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

.services-main .text h6{
  font-size: 23px;
    color: #085653;
    font-weight: 600;
    line-height: 28px;
    text-align: justify;
}

.new-list {
  margin: 0;
}

.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 2px solid #0856537a;
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  border-radius: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 40px;
  border-bottom: 1px solid transparent;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    letter-spacing: var(--insur-letter-spacing);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
    position: relative;
    height: 37px;
    width: 37px;
    background-color: #085653;
    display: inline-block;
    display: none;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    color: #fff;
    margin-right: 10px;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
  color: var(--insur-base);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e0e4e8;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #085653;
}

.faq-one-accrodion .accrodion-title h4::before {
  content: "✖";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-size: 13px;
  color: var(--insur-black);
  position: absolute;
  top: 25%;
  right: -15px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg) !important;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "✖";
    color: #085653;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    transform: rotate(0deg) !important;
    justify-content: center;
    align-items: center;
}

.faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 12px 15px 20px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  line-height: 25px;
  letter-spacing: var(--insur-letter-spacing);
}

.event-main-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

.event-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.event-content {
    padding: 0 0 0 55px;
}

.event-secondary-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 25px;
}

.event-secondary-image img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center;
}


.cta-section {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
}

.cta-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #085653;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    color: #085653;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.cta-content h2 {
    max-width: 750px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.cta-content h2 span {
    color: #085653;
}

.cta-content p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 1.7;
}

/* Button */

.cta-action {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.cta-btn:hover {
    color: #ffffff;
    background: transparent;
}

.cta-btn:hover i {
    transform: translate(3px, -3px);
}
.cta-floating-icons {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.cta-icon {
    position: absolute;
    color: #085653;
    opacity: 1;
    font-size: 70px;
}


/* Microscope */

.cta-icon-1 {
    top: 12%;
    left: 6%;
    font-size: 85px;
    animation: floatIcon1 8s ease-in-out infinite;
}


/* Flask */

.cta-icon-2 {
    top: 62%;
    left: 18%;
    font-size: 55px;
    animation: floatIcon2 7s ease-in-out infinite;
}


/* Vial */

.cta-icon-3 {
    top: 15%;
    right: 8%;
    font-size: 60px;
    animation: floatIcon3 9s ease-in-out infinite;
}


/* Atom */

.cta-icon-4 {
    bottom: 10%;
    right: 17%;
    font-size: 75px;
    animation: floatIcon4 8s ease-in-out infinite;
}


/* Flask Vial */

.cta-icon-5 {
    top: 45%;
    right: 5%;
    font-size: 45px;
    animation: floatIcon5 10s ease-in-out infinite;
}


/* DNA */

.cta-icon-6 {
    bottom: 12%;
    left: 7%;
    font-size: 60px;
    animation: floatIcon6 9s ease-in-out infinite;
}
.cta-icon-7 {
    top: 8%;
    left: 40%;
    font-size: 42px;
    opacity: 1;
    animation: floatIcon7 7s ease-in-out infinite;
}
@keyframes floatIcon1 {

    0% {
        transform: translate(0, 0) rotate(-8deg);
    }

    50% {
        transform: translate(30px, -25px) rotate(8deg);
    }

    100% {
        transform: translate(0, 0) rotate(-8deg);
    }
}

@keyframes floatIcon2 {

    0% {
        transform: translate(0, 0) rotate(5deg);
    }

    50% {
        transform: translate(-20px, 25px) rotate(-8deg);
    }

    100% {
        transform: translate(0, 0) rotate(5deg);
    }
}

@keyframes floatIcon3 {

    0% {
        transform: translate(0, 0) rotate(5deg);
    }

    50% {
        transform: translate(-30px, 20px) rotate(-8deg);
    }

    100% {
        transform: translate(0, 0) rotate(5deg);
    }
}

@keyframes floatIcon4 {

    0% {
        transform: translate(0, 0) rotate(-5deg);
    }

    50% {
        transform: translate(25px, -30px) rotate(8deg);
    }

    100% {
        transform: translate(0, 0) rotate(-5deg);
    }
}

@keyframes floatIcon5 {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-25px, -20px) rotate(10deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatIcon6 {

    0% {
        transform: translate(0, 0) rotate(5deg);
    }

    50% {
        transform: translate(25px, 20px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(5deg);
    }
}

@keyframes floatIcon7 {

    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-15px, 25px) rotate(-10deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 1199px) {

    .cta-section {
        padding: 70px 0;
    }

    .cta-wrapper {
        padding: 55px 45px;
    }

    .cta-content h2 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {

    .cta-section {
        padding: 60px 0;
    }

    .cta-wrapper {
        padding: 45px 35px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .cta-content p {
        font-size: 15px;
    }

    .cta-action {
        justify-content: flex-start;
        margin-top: 30px;
    }
}


@media (max-width: 767px) {

    .cta-section {
        padding: 45px 0;
    }

    .cta-wrapper {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .cta-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .cta-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .cta-action {
        margin-top: 25px;
    }

    .cta-btn {
        padding: 14px 23px;
        font-size: 14px;
    }
}


@media (max-width: 575px) {

    .cta-section {
        padding: 35px 0;
    }

    .cta-wrapper {
        padding: 35px 20px;
    }

    .cta-content h2 {
        font-size: 25px;
    }

    .cta-content p {
        font-size: 13px;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
    }
}

.card-line {
    width: 40px;
    height: 2px;
    background: #085653;
    margin: 5px 0;
}

.image-card {
    padding: 12px;
  }

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.info-card.wide {
    background: #ffffff;
}

.abot-img {
    animation: border-transform 10s linear infinite alternate forwards;
    width: 500px;
}

@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
.info-card h5 {
    margin-bottom: 5px;
    color: #085653;
    font-size: 20px;
}

/* Contact */


.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.contact-detail-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f1e8;
    color: #085653;
    font-size: 22px;
}

.contact-detail-content a:hover {
    color: #085653;
}


/* Tablet */
@media (max-width: 991px) {
    .contact-details-box {
        margin-top: 20px;
        padding: 35px;
    }
}


/* Mobile */
@media (max-width: 575px) {
    .contact-details-box {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .contact-detail-item {
        gap: 15px;
        padding: 18px 0;
    }

    .contact-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 19px;
    }

    .contact-detail-content h5 {
        font-size: 16px;
    }

    .contact-detail-content p,
    .contact-detail-content a {
        font-size: 14px;
    }
}

.bg-white {
    background: #fff;
    -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    padding: 40px;
    border-radius: 30px;
}
label {
    font-size: 16px;
    line-height: 1;
    color: var(--themeht-text-color);
    font-weight: 600;
}
.contact-detail-content h5 {
    font-size: 18px;
    margin-bottom: 0;
}
select.form-control { -moz-appearance: none; 
    -webkit-appearance: none; appearance: none; 
    height: 55px !important; color: #4f4f5a; }

.form-control { height: 55px; border-radius: 4px; 
    font-size: 16px; color: #000; 
    background-color: #fff; border: 1px solid #085653; 
    font-weight: 500;
}

input {
    color: #000;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #085653;
    outline: 0;
    box-shadow: 0 0 0 .25rem #08565333;
}

/* WhatsApp Integration */

.whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
line-height: 0.5;
color: #fff;
}
#whatsapp-chat {
box-sizing: border-box !important;
outline: none !important;
position: fixed;
width: 350px;
border-radius: 10px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
bottom: 230px;
left: 50px;
overflow: hidden;
z-index: 99;
animation-name: showchat;
animation-duration: 1s;
transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
left: 50px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/box-shadow: 0 1px 15px rgb(32 33 36 / 61%);/
}
a.blantershow-chat svg {
transform: scale(1.2);
}
.header-chat {
    background: #085653;
    color: #fff;
    padding: 20px;
}
.header-chat h3 {
margin: 0 0 10px;
}
.header-chat p {
font-size: 14px;
line-height: 1.7;
margin: 0;
}
.info-avatar {
position: relative;
}
.info-avatar img {
    width: 20%;
    float: left;
    margin: -5px 10px 0 0;
}
a.informasi {
padding: 20px;
display: block;
overflow: hidden;
animation-name: showhide;
animation-duration: 0.5s;
}
a.informasi:hover {
background: #f1f1f1;
}
.info-chat span {
display: block;
}
#get-label,
span.chat-label {
font-size: 12px;
color: #888;
}
#get-nama,
span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}
#get-label,
#get-nama {
color: #fff;
}
span.my-number {
display: none;
}
textarea#chat-input {
border: none;
width: 100%;
height: 46px;
outline: none;
resize: none;
padding: 9px;
font-size: 14px;
border-radius: 0px;
min-height: 50px;
}
a#send-it {
font-weight: 700;
padding: 10px 10px 0;
background: #eee;
}
a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
}
.first-msg {
background: transparent;
padding: 30px;
text-align: center;
}
.first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}
.start-chat .blanter-msg {
display: flex;
}
#get-number {
display: none;
}
a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
}
@keyframes ZpjSY {
0% {
background-color: #b6b5ba;
}
15% {
background-color: #111111;
}
25% {
background-color: #b6b5ba;
}
}
@keyframes hPhMsj {
15% {
background-color: #b6b5ba;
}
25% {
background-color: #111111;
}
35% {
background-color: #b6b5ba;
}
}
@keyframes iUMejp {
25% {
background-color: #b6b5ba;
}
35% {
background-color: #111111;
}
45% {
background-color: #b6b5ba;
}
}
@keyframes showhide {
from {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}
@media screen and (max-width: 1200px) {
.index-page.show{
display: none !important;
}
}
#whatsapp-chat.hide {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
#whatsapp-chat.show {
display: block;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsapp-message {
padding: 7px 14px 6px;
background-color: white;
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
padding: 4px 0px 0px 2px;
background-color: #e6ddd4;
position: relative;
}.whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
background-image: url("../../senthaa/image-senthaa/whatsapp-bg.webp");
}
.dAbFpq {
display: flex;
z-index: 1;
}
.eJJEeC {
background-color: white;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 10px;
opacity: 0;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
position: relative;
display: flex;
}
.ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
animation-name: ZpjSY;
}
.dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
/* background-color: white;
border-radius: 0px 8px 8px;*/
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
position: absolute;
background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}*/
.bMIBDo {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: #000;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.cqCDVm {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.phone .phon1 {
position: fixed;
bottom: 135px;
right: 44px;
z-index: 9;
width: 35px;
}
.call-phone {
    height: 40px !important;
    z-index: 1003;
    position: fixed;
    left: 50px;
    bottom: 120px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    position: fixed;
    border-radius: 50px 0px 0px 50px;
    background: #085653;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    /* z-index: 9999; */
}

.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .9s;
    right: 0px;
    background: #085653;
}
.all-demo:hover i {
    color: #fff;
}

.all-demo a {
    color: #fff;
    font-size: 14px;
    padding: 5px 5px;
    display: block;
    text-decoration: none;
    font-weight: 600;
}

.btm-80 {
    bottom: 100px;
    right: -224px;
    animation: blink 1s infinite;
}

#easing .all-demo {
    animation: ball 2s ease 1s 2 alternate both;
    z-index: 9;
}

.btm-240 {
    bottom: 178px;
    right: -158px;
    animation: blink 1s infinite;
    animation-delay: 1.5s;
}
.btm-160{
 bottom:125px;
  right: -213px;
  animation: blink 1s infinite;
   animation-delay: 1.8s;
}
.btm-20{
 bottom:20px;
  right: -98px;
  animation: blink 1s infinite;
   animation-delay: 1.8s;
}
.head-active{
        color: #fd8100 !important;
}

@keyframes blink {
  50% {
  opacity: 0.9;
  }
}



@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.pre-icon{
color: #fbbc05;
padding-left: 5px;
}



#easing .all-demo {
  animation: ball 2s ease 1s 2 alternate both;
  z-index: 9;
}

@keyframes ball {
  100% {
    transform: translateY(-50px);
  }
}
.pro-set1{
        text-align: center !important;
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 16px;
    margin-top: 10px !important;
   margin-bottom: 5px;
    font-family: 'Nunito Sans', sans-serif !important;
}
.explore-btn{
text-align: center;
margin-bottom: 5px;
color: #b8161c;
font-weight: 700;
font-size: 14px;
font-family: 'Nunito Sans', sans-serif !important;
}
.pricebud {
    padding: 5px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation-name: blinking;
    animation-duration: 1.5s;
    animation-iteration-count: 100;
    background: #fff;
}
@keyframes blinking {
  50% {
    border-color: #590f67;
  }
}

.self-center{
    align-self: center;
}

.ds-center
{
    display: flex;
    align-items: center;
}
.bg-pink
{
    background: #f0f5ff;
}

.pad-0
{
    padding-right:0px !important;
    padding-left:0px !important;
    
}
.mb-0
{
    
    margin-bottom:0px !important;
}


@media only screen and (max-width: 500px){
.pad-10
{
    padding: 10px;
}
}
.dis-flex
{
  display: flex;
  align-items: center;
}
.title-new
{
font-size: 46px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #112665;
}
.marqueeinfinite {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    font-size: 1.25rem;
    background: #085653;
    white-space: nowrap;
}
.infinite-mar {
    color: #fff !important;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 1px;
}
.marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 25s linear infinite;
    &:hover {
        animation-play-state: paused;
        color: #fff;
    }
}
.marqueeinfinite span {
    float: left;
    width: 50%;
    overflow: hidden;
}
@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}
@media (max-width: 767px) {
    .marqueeinfinite {
        overflow: hidden;
        justify-content: flex-start;
    }
    .marquee--inner {
        display: flex;
        position: absolute;
        width: max-content;
        min-width: max-content;
        left: 0;
        animation: marqueeMobile 18s linear infinite;
    }
    .marqueeinfinite span {
        float: none;
        width: max-content;
        min-width: max-content;
        flex: 0 0 auto;
        overflow: visible;
        display: block;
        padding-right: 40px;
    }
    .marqueeinfinite span > div {
        width: max-content;
    }
    .infinite-mar {
        white-space: nowrap;
        width: max-content;
        margin: 0;
        font-size: 16px;
    }
    @keyframes marqueeMobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
}


.pdf-premium-box {
    position: relative;
    background: linear-gradient(135deg, #085653, #085653);
    border-radius: 100px;
    padding: 20px 0;
    overflow: hidden;
    box-shadow: 0 25px 55px rgb(114 219 215 / 52%);
    width: 60%;
    justify-self: center;
}

/* Animated Floating Circles */
.pdf-circle{
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    animation:floatMove 8s ease-in-out infinite;
}

.circle-one {
    width: 150px;
    height: 150px;
    top: -40px;
    left: -40px;
}

.circle-two {
    width: 80px;
    height: 80px;
    right: 60px;
    top: 0px;
    animation-delay: 2s;
}

.circle-three {
    width: 150px;
    height: 150px;
    bottom: -45px;
    right: -15px;
    animation-delay: 4s;
}

@keyframes floatMove{
    0%{transform:translateY(0px) rotate(0deg);}
    50%{transform:translateY(-20px) rotate(12deg);}
    100%{transform:translateY(0px) rotate(0deg);}
}

/* Heading */
.pdf-premium-box h2 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px;
    z-index: 2;
    animation: fadeUp .8s ease;
}

/* Paragraph */
.pdf-premium-box p{
    position:relative;
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:28px;
    max-width:760px;
    margin:0 auto 32px;
    z-index:2;
    animation:fadeUp 1s ease;
}

/* Button */
.pdf-premium-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 7px 25px 10px 25px;
    border-radius: 10px;
    background: #fff;
    color: #571466;
    text-decoration: none;
    font-size: 17px;
    font-weight: 900;
    z-index: 2;
    overflow: hidden;
    transition: .4s ease;
    animation: fadeUp 1.2s ease;
}

.pdf-premium-btn i{
    font-size:20px;
}

.pdf-premium-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(63,146,68,.10);
    transition:.5s ease;
}

.pdf-premium-btn:hover::before{
    left:0;
}

.pdf-premium-btn:hover{
    transform:translateY(-6px) scale(1.03);
    color:#3f9244;
}

/* Fade Animation */
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Responsive */
@media(max-width:991px){
    .pdf-premium-box h2{
        font-size:40px;
    }
}

@media(max-width:576px){
    .pdf-premium-box{
        padding:50px 20px;
    }

    .pdf-premium-box h2{
        font-size:30px;
    }

    .pdf-premium-box p{
        font-size:16px;
        line-height:28px;
    }

    .pdf-premium-btn{
        padding:15px 24px;
        font-size:15px;
    }
}