/*
Theme Name: mediant Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: mediant
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.3.1728365216
Updated: 2024-10-17 12:03:56

*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	  font-family: "Manrope", sans-serif;
}
/* Remove underlines from all links */
a, a:hover, a:focus, a:visited, a:active {
	text-decoration: none !important;
}
:root  {
    --main-bg-color:  #DE3E4C;
	--section-bg-color: #221429;
	--theme-gradient :  linear-gradient(189deg, #EF9948, #DE3E4C);
	--hover-bg :  linear-gradient(189deg, #DE3E4C, #EF9948);
}
 ::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: lightgray;
  }
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-thumb {
   cursor:  pointer;
    background:  var(--main-bg-color);
  }
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a , a:hover{
	text-decoration: none;
	color: inherit;
}
section.homepage-banner {
    height: 1080px;
    background-size: cover !important;
    display: flex;
    align-items: end;
    padding-bottom: 50.55px;
}
.page-template-homepage .top-header {
	background: transparent;
}
.top-header {
  background : #050F43;
}
.page-template-homepage header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.main-header {
    background: rgb(255 255 255 / 60%);
	padding: 22px 0;
}
.header-menu.for-desktop li {
    display: inline-block;
    padding: 0 20px;
}

.header-menu.for-desktop {
    text-align: right;
}
.logo img {
    max-width: 170px !important;
    height: auto;
}
    width: 100%;
    height: auto;
}
.container {
    max-width: 90%;
}
.header-menu.for-desktop a {
    color: #162E59;
    font-size: 20px;
    font-weight: 600;
}
.container {
    max-width: 85%;
}
.header-menu.for-desktop li.current_page_item a {
    color: var(--main-bg-color);
    text-decoration: underline;
    text-underline-offset: 10px;
}
.sidebar-toggle {
    text-align: right;
    cursor: pointer;
}
.header-info a {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    padding-right: 20px;
}

.top-header {
    padding: 15px 0;
}
.header-info a i {
    padding-right: 10px;
}
.header-social {
    display: flex;
    justify-content: end;
    gap: 6px;
}
.header-social a {
    width: 23px;
    height: 23px;
    background: #ffffff;
    display: flex;
    color: #000000;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.banner-circle {
	background : var(--theme-gradient);
    width: 694px;
    height: 694px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	will-change: border-radius, transform, opacity;
    animation: sliderShape 8s linear infinite;
}
@keyframes sliderShape {
    0%,to {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        transform: translateZ(0) rotate(.01deg)
    }

    34% {
        border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
        transform: translate3d(1px,5px,2px) rotate(.01deg)
    }

    50% {
        transform: translateZ(0) rotate(.01deg)
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        transform: translate3d(-1px,-3px,-2px) rotate(.01deg)
    }
}
.banner-circle h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 400;
}
.banner-circle h1 {
    font-size: 70px;
    line-height: 78px;
    text-align: center;
    font-family: 'Manrope';
    font-weight: bold;
    color: #ffffff;
	margin-bottom: 30px;
}
.banner-circle p {
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Manrope';
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 40px;
}
.circle-btn {
    display: flex;
    justify-content: center;
	    text-align: center;
align-items :center;
	color: #ffffff;
    gap: 20px;

}
a.get-quote {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #ffffff;
    padding: 15px 28px;
    border-radius: 30px;
}
a.call-back {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 3px;
}
.eco-box {
	    min-height: 370px;
    background: #050F43;
    color: #ffffff;
    text-align: center;
    padding: 53px 23px 60px;
	position:relative;
}
.eco-box a.enter-eco{
	position:absolute;
	left:45%;
	bottom:10%
}
.eco-box:nth-child(even) {
	background: #162E59;
}
.eco-icon {
    margin-bottom: 20px;
}
.eco-col h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
.eco-hypon {
    width: 50px;
    height: 1px;
    background: #FF0000;
    margin: 0 auto 20px;
}
.eco-col p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 25px;
}
a.enter-eco {
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
	display:none;
}
.eco-box:hover {
    background: var(--theme-gradient);
}
.eco-box:hover svg {
    fill: #ffffff !important;
}

.eco-box:hover path {
	fill: #ffffff !important;
}
.top-footer {
    background: #162E59;
    color: #ffffff;
    padding: 70px 0 68px;
    border-bottom: 2px solid #FFFFFF;
}
.support-icon {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    background: var(--theme-gradient);
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-icon i { 
	font-size: 50px;
}
.single-support {
    display: flex;
    align-items: center;
    gap: 36px;
}
.support-cnt h4 {
    font-size: 26px;
    line-height: 35px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
}
.bootom-footer {
	 background-image: url('/wp-content/uploads/2024/10/footer-bg.png');
    background-color: #162E59; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
	padding: 75px 0 60px;
	color: #ffffff;
}
.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.footer-social {
    display: flex;
    gap: 8px;
}
.footer-logo {
    margin-bottom: 24px;
}
.logo-column p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-width: 413px;
}
.copy-bar {
    background: #0180FF;
    padding: 18px 40px;
    border-radius: 41px;
    margin-top: 63px;
}
.copy-bar .row {
	align-items: center;
}
.copy-icon {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.menu-label {
    color: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
}
.menu-column li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.menu-column li {
    margin-bottom: 20px;
}
.menu-column li::marker {
    color: #FE0100;
    font-size: 16px; 
}
.menu-column ul {
    list-style: disc;
    margin-left: 1rem;
}

.marquee-area marquee {
    font-size: 80px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #a3a9f4;
    text-transform: uppercase;
    letter-spacing: 2px;
}
section.marquee-area {
    padding: 25px 0;
    background: #ffffff;
}
 .video-play-button {
  position: absolute;
  z-index: 10;
  top: 17%;
  left: 17%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 85px;
  height: 85px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #FE0100;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}
.relative {
    position: relative;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
section.counter-section {
    padding: 92px 0 92px;
/*     background-color: #ffffff;  */
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
	 position: relative;
    z-index: 1;
    color: white;
}

/*  counter section video css*/
.counter-section-video #background-video ,.homepage-section-video #home-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
/*     opacity: 0.5;  */
}
section .box-wrapper{
	background-color: rgba(255 255 255 / 85%);
	padding-left:40px;
	padding-bottom:40px;
}
.section-intro h2 {
    font-size: 42px;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 26px;
}
.counter-number {
    font-size: 54px;
    line-height: 72px;
    font-family: 'Manrope';
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 10px;
}
.counter-desc {
/*     color: #162E59; */
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    font-weight: 900;
    max-width: 168px;
    padding-bottom: 24px;
}
.single-counter {
    position: relative;
}

.single-counter:after {
    content: '';
    background: #D7D7D7;
    width: 38px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
a.get-quote.background-btn {
    background: var(--theme-gradient);
}
.video-text {
    padding-top: 10%;
}
.vtext-img {
    margin-bottom: 33px;
}
.video-text h4 {
    font-size: 21px;
    line-height: 30px;
    color: #163300;
    font-weight: bold;
    max-width: 485px;
    margin-bottom: 22px;
}
.video-text p {
    font-size: 18px;
    line-height: 30px;
    color: #163300;
    font-weight: 400;
    margin-bottom: 64px;
	max-width: 485px;
}
.vtext-btns {
    display: flex;
    align-items: center;
    gap: 40px;
}
span.author-info {
    font-size: 18px;
    line-height: 24px;
    color: #09465F;
    font-family: 'Manrope';
    font-weight: 500;
    border-bottom: 2px solid #ff0000;
    text-underline-offset: 10px;
}
.meeter-text {
    padding: 0 10%;
}

.box-number {
    background: linear-gradient(180deg, #DE8C42, #FE0100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
	line-height: 1;
    font-weight: 200;
}
.flx-column {
    display: flex;
    align-items: start ;
    gap: 38px;
}
.metter-title h2 {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #162E59;
    margin-bottom: 38px;
}
.metter-title p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #163300;
    max-width: 567px;
    margin-bottom: 50px;
}
.meeter-features li {
    font-size: 18px;
    line-height: 26px;
    color: #09465F;
    font-weight: 700;
	margin-bottom: 8px;
}
.meeter-features li i {
    background: linear-gradient(180deg, #DE8C42, #FE0100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}
.meeter-icon {
    position: absolute;
    right: 5%;
    max-width: 276px;
    top: 60%;
}
.text-meeter {
    position: relative;
}
.meeter-img img {
    width: 100%;
}
section.our-solutions {
    padding: 100px 0 100px;
    background: #F8FBFF;
}
/* business cards */
.busi-sec {
    margin-bottom: -124px;
}
.busi-sec h3 {
    color: #9496af;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 0;
}
.busi-sec h3, .busi-sec p, .busi-sec span {
    text-align: center;
}
.busi-sec span {
    color: #000;
    display: block;
    font-size: 32px;
    font-weight: 800;
    padding-top: 16px;
}
.busi-sec p {
    color: #000;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 23px;
    margin: auto;
    max-width: 607px;
    padding-bottom: 50px;
    padding-top: 20px;
}
.stack-cards__item {
    color: #d9d1cf;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25em; /* var(--space-md) */
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.stack-cards__item > * {
    left: 0;
    margin: auto;
    max-width: 1076px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 100%;
}
.second-pb {
    padding-bottom: 44px;
}
.thre-pb {
    padding-bottom: 54px;
}
.ball-last {
    padding-bottom: 75px;
}
.fou-ball, .in-ball, .second-ball, .thrre-ball {
    position: -webkit-sticky;
    position: sticky;
}
.second-ball {
    top: 54px;
}
.in-ball {
    top: 50px;
}
.three-ball {
    top: 100px;
}
.four-ball {
    display: none;
    top: 110px;
}
.stack-cards {
    margin: 0;
    padding: 0;
}
.ball-sec {
    margin-top: 14px;
    padding: 40px;
}
.one-by, .one-fou {
    font-size: 32px;
    padding-left: 32px;
    position: absolute;
}
.one-by {
    top: 40px;
}
.one-fou {
    top: 45px;
}
.hori-li {
    border-bottom: 1px solid #fff;
}
.ball-im, .cont-sec, .footer-sec p {
    text-align: center;
}
.ball-im {
    width: 40%;
}
.right-tet {
    margin-left: auto;
    padding-left: 40px;
    width: 100%;
}
.right-tet .mobile_view {
    display: none;
}
.arrow-se, .ball-sec {
    display: flex;
    width: 100%;
}
.arrow-se p {
    font-size: 16px;
}
.arrow-se {
    align-items: flex-start;
    column-gap: 50px;
    justify-content: right;
    line-height: 23px;
    padding-bottom: 20px;
}
.right-tet h2 {
    color: #0F172A;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 31px;
    font-family: 'Manrope';
}
.slash1 h2 span, .slash2 h2 span, .slash3 h2 span {
    padding-left: 20px;
    padding-right: 20px;
}
.slash1 h2 span {
    color: #ffacac;
}
.slash2 h2 span {
    color: #5e8e3e;
}
.slash3 h2 span {
    color: #0aa099;
}
.arrow-ball p, .bt-con h3, .bt-con p {
    color: #475569 !important;
}
.ball-bac {
    background: #ff7a59;
    border-radius: 15px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
    padding-bottom: 34px;
}
.ball-bor {
    border-bottom: 2px solid #fff;
    display: none;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 34px;
}
.bounce-in {
    animation: bounce-in 15s ease;
}
.bounce-2 {
    animation: bounce-in 20s ease;
}
.bounce-3 {
    animation: bounce-in 30s ease;
}
.bounce-4 {
    animation: bounce-in 40s ease;
}
.hubs-logo {
    display: flex;
    justify-content: end;
    padding-right: 40px;
    z-index: 10;
}
.avator, .hubs-logo {
    position: relative;
}
.avator img {
    width: 100%;
    height: auto !important;
    max-width: 300px !important;
    margin-left: auto;
}
.sche p {
    font-size: 16px;
}
.first-pb {
    background: #F5DBD6 !important;
}
.second-pb {
/*     background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), #5e8e3e !important; */
	background: #F5ECD6 !important;
}
.thre-pb {
/*     background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), linear-gradient(180deg, #0aa099, #0cd7ba) !important; */
	background: #DCD6F5 !important;
}
.trin-trin {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: trin;
    animation-timing-function: linear;
}
@keyframes trin {
    0% {
        transform: rotate(0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate(0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate(15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate(0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate(-15deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
.cursor {
    animation: pulse 2.5s linear infinite;
    border-radius: 100%;
    box-shadow: 160px 80px 40px 20px hsla(0, 0%, 100%, .5);
    display: block;
    height: 5rem;
    position: absolute;
    width: 5rem;
    z-index: 2;
}
.get-btn {
    position: relative;
    z-index: 10;
}
.cursor {
    display: none;
}
.park-ball:hover .cursor {
    display: block !important;
}
.site-btn a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 30px;
    background: var(--theme-gradient);
}

.site-btn a span {
    padding-left: 12px;
}
.p-relative {
    position: relative;
}
.arrow-se, .ball-sec {
    align-items: start;
}
.avator {
    text-align: left;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.work-imag {
    max-width: 976px;
    margin: 0 auto;
    position: relative;
}

.map-img-blink {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 1;
}
.map-img-blink {
    max-width: 588px;
    right: 11%;
    margin-left: auto;
}
.map-img-blink {
    animation: blink 1.5s infinite ease-in-out;
}

@keyframes blink {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.6; 
    }
}
section.work-map {
    padding: 90px 0 90px;
}
img {
    max-width: 100%;
    height: auto;
}
section.our-projects {
    background: #F8FBFF;
    padding: 100px 0;
}
.project-info {
    background: #000000;
    color: #ffffff;
    padding: 22px 56px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.reletive {
    position: relative;
}

.main-project-box {
    overflow: hidden;
    border-radius: 20px;
}
.inner-btn a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 30px;
    background: var(--theme-gradient);
    letter-spacing: 2.85px;
}
.inner-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.raduis-20 {
    border-radius: 20px;
}
.view-all-btn {
    margin-top: 70px;
}
.view-all-btn a {
	letter-spacing: 2.85px;
}
section.have-qustion {
    padding: 65px 0 100px;
}
.qustion-box {
    background: #F8FBFF;
    border-radius: 42px;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto 162px;
}
.qustion-box .row {
    align-items: center;
}
section.have-qustion h2 {
    font-size: 42px;
    line-height: 1;
    font-family: 'Manrope';
    font-weight: bold;
    margin-bottom: 16px;
}
section.have-qustion h2 span {
    color: #0B39F2;
	animation: colorChange 5s infinite ease-in-out;
}
@keyframes colorChange {
            0% {
                color: #0B39F2; /* Main color */
            }
            25% {
                color: #FF5722; /* Secondary color */
            }
            50% {
                color: #4CAF50; /* Third color */
            }
            75% {
                color: #FFC107; /* Fourth color */
            }
            100% {
                color: #0B39F2; /* Back to main color */
            }
        }
.qustion-box p {
    color: #505867;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope';
    font-weight: 400;
}
.call-text {
    padding: 0 5%;
}
.call-icons {
    background: #505867;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px solid #F5F5F5;
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translateY(-50%);
}
.certifications {
    max-width: 75%;
    margin: 0 auto;
}
section.latest-blogs {
    background: #F8FBFF;
    padding: 60px 0;
}
.read-more-btn a {
    letter-spacing: 2.85px;
}
.blog-date {
    color: #8C94A2;
    font-size: 18px;
    font-family: 'Manrope';
    font-weight: 400;
    padding: 22px 0;
    border-bottom: 1px solid #8C94A2;
    margin: 0 15px 18px;
}
.blog-title {
    color: #163300;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Manrope';
    font-weight: bold;
    margin-bottom: 24px;
}
.blog-short-info {
    font-size: 16px;
    line-height: 27px;
    color: #163300;
    font-family: 'Manrope';
    font-weight: 400;
    margin-bottom: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}
.blog-date i {
    color: #FE0100;
    padding-right: 10px;
}
.single-blog {
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
}
.read-more-btn {
    margin-bottom: 20px;
}
.blog-img img {
    width: 100% !important;
    height: 228px !important;
    object-fit: cover;
}
section.c-feed-back {
/*      background: rgba(255, 255, 255, 0.5) url(/wp-content/uploads/2024/10/Mask-Group-34.png) no-repeat; */
	background: url(/wp-content/uploads/2024/10/Group-18452.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-position: bottom;
}
/* marquee */
:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-text: papayawhip;
      --color-bg: navy;
      --color-bg-accent: #2626a0;
    }
  }
  
  
  
  .marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    gap: var(--gap);
    -webkit-mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
            mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    -webkit-animation: scroll-x var(--duration) linear infinite;
            animation: scroll-x var(--duration) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      -webkit-animation-play-state: paused;
              animation-play-state: paused;
    }
  }
  
  .marquee--vertical {
    --mask-direction: to bottom;
  }
  
  .marquee--vertical,
  .marquee--vertical .marquee__group {
    flex-direction: column;
  }
  
  .marquee--vertical .marquee__group {
    -webkit-animation-name: scroll-y;
            animation-name: scroll-y;
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
  
  @-webkit-keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @-webkit-keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  /* Element styles */
.marquee .techo {
    display: grid;
    place-items: center;
    width: 100%;
    fill: var(--color-text);
    max-width: 454px;
}
  
  .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
  }
  
  /* Parent wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
  }
  
  .wrapper--vertical {
    flex-direction: row;
    height: 100vh;
  }
.techo {
    border: 1px solid #e7e7e7;
    border-radius: 11px;
    padding: 30px;
	background: #ffffff;
}


.boxx-img img {
    width: 100%;
}
section.all-tech .abaca-container {
    position: relative;
}
.say-cnt {
    font-weight: bold;
    color: #0F172A;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}
.say-img {
    width: 47px;
    height: 47px;
    background: #FCA5A5;
    border-radius: 50%;
}
.say-desc {
    display: flex;
	align-items: center;
    gap: 7px;
}
.say-name h5 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
}
.say-name p {
    color: #475569;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 400;
}
.main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 10px #484040;
    z-index: 999;
	transition: all 0.3s ease;
}
.main-header {
  transition: all 0.3s ease; /* Smooth transition for all properties */
}
a.call-back:hover {
	color: #28196e;
}
a.enter-eco:hover {
	background:  var(--hover-bg);
	color: #ffffff;
}
.site-btn a:hover{
	background:  var(--hover-bg);
}
a.get-quote.background-btn:hover{
	background:  var(--hover-bg);
}
.inner-btn a:hover{
	background:  var(--hover-bg);
}
.view-all-btn a:hover {
	background:  var(--hover-bg);
}
.circle-btn a.get-quote:hover {
    background: #ffffff;
    color: #000000;
}
.int-tooltip {
    position: absolute;
    top: 13%;
    left: 35%;
    background: rgb(255 255 255 / 77%);
    padding: 8px 12px 8px 10px;
    color: #162E59;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
    border-radius: 0 30px 30px 0;
}
.mail-subscribe {
    display: flex;
    max-width: 370px;
    margin-bottom: 30px;
	border-radius: 10px;
}
.mail-subscribe input {
    height: 60px;
    width: 100%;
    border: 0;
}
.mail-subscribe input[type="email"] {
	background: #ffffff;
    padding-left: 12px;
	 border-radius: 11px 0 0 11px;
	outline: 0;
}
.mail-subscribe input[type="submit"] {
    max-width: 120px;
    background: var(--theme-gradient);
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: bold;
    border-radius: 0 11px 11px 0;
}
.mail-subscribe input[type="submit"]:hover{
	background:  var(--hover-bg);
}
.subscribe-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
}
section.page-breadcrumb {
    background: url(/wp-content/uploads/2024/10/back.png) no-repeat;
    background-size: cover;
    padding: 88px 0 120px;
    color: #ffffff;
	background-position: center;
}
.breadcrumb-text h1 {
    font-size: 70px;
    line-height: 1.1;
    font-family: 'Manrope';
    font-weight: bold;
    margin-bottom: 12px;
}
.breadcrumb-links a {
    font-weight: bold;
    padding-right: 4px;
}
section.welcome-area {
    background: url(/wp-content/uploads/2024/10/Rectangle-11709.png) no-repeat;
    padding: 158px 0 80px;
    background-size: cover;
    background-position: center;
}
.letter-spacing a {
    letter-spacing: 2.85px;
}
.welcome-text h2 {
    font-size: 53px;
    line-height: 1;
    color: #162E59;
    font-weight: bold;
    margin-bottom: 40px;
}
.welcome-info h4 {
    font-size: 22px;
    line-height: 1.2;
    color: #162E59;
    font-weight: bold;
    margin-bottom: 15px;
}
.welcome-info {
/*     text-align: center; */
	padding: 0 3%;
}
.welcome-sign {
    display: flex;
    gap: 20px;
}
.wlcm-info h4 {
    font-size: 26px;
    color: #162E59;
    font-weight: bold;
    line-height: 1;
}

.welcome-info p {
    font-size: 18px;
    line-height: 30px;
    color: #163300;
    font-family: 'Manrope';
    font-weight: 400;
    max-width: 706px;
    margin: 0 auto;
}
.wlcm-info p {
    font-size: 18px;
    line-height: 1;
    color: #505867;
    font-weight: bold;
    margin-bottom: 36px;
	position: relative;
}
.wlcm-info p:after {
    content: '';
    background: #FF0000;
    width: 50px;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}
.eco-number {
    font-size: 120px;
    font-weight: 100;
    color: #E76831;
    margin-bottom: 26px;
}
.eco-box:hover .eco-number {
	color : #ffffff;
}
.eco-play-icon {
    margin: 44px 0;
    text-align: center;
}
.eco-play-icon .video-play-button {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-section .eco-box {
    padding: 80px 67px;
}
section.certificates {
    background: #F8FBFF;
    padding: 82px 0 82px;
}
.certificate-box {
    margin-bottom: 70px;
}
.certificate-box img {
    width: 100%;
    margin-bottom: 26px;
}
.certificate-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}
.certificate-box p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    max-width: 443px;
}
section.achivments {
    padding: 100px 0;
}
.achiv-gallery {
    display: flex;
    gap: 14px;
    margin-top: 80px;
}
.hypon {
    width: 50px;
    height: 1px;
    background: #FF0000;
    margin-bottom: 40px;
}
section.achivments .row {
    align-items: end;
}
section.pillors {
    background: url(/wp-content/uploads/2024/10/Group-18454.png) no-repeat;
    padding: 100px 0 100px;
}
.pillor-info {
    background: #162E59;
    border-radius: 6px;
    padding: 25px 0;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 2.7px;
    font-weight: 500;
}
.pillor-info span {
	color: #FF0000;
}
.single-pillor {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}
.pillor-social {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
	transition: 1s ease;
}
.single-pillor:hover .pillor-social {
	bottom: 15%;
}
.pillor-social a {
    background: #ffffff;
}
.single-pillor:hover .pillor-info {
    background: var(--theme-gradient);
}
.pillor-info {
    position: relative;
    z-index: 9;
}
section.C-milestones {
    padding: 88px 0 88px;
}
.milestone-info h4 {
    color: #162E59;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
	letter-spacing: -0.03px;
}
.milestone-info p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    max-width: 548px;
}
.single-milestone {
    width: 90%;
    margin: 0 auto 100px;
}
.milestone-year p {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
    color: #162E59;
    font-weight: bold;
}
.milestone-year h4 {
    font-size: 56px;
    line-height: 1;
    color: #FF0000;
    font-weight: 100;
}
.single-milestone {
    position: relative;
        align-items: flex-start;
}
.loading {
    padding-top: 2rem;
}
.milestone-year {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.loading .circle {
    margin: 0 auto 10px;
}
.single-milestone:hover .circle {
	 background-color: #FF0000;
}
    .circle {
      width: 10px;
      height: 10px;
      margin: 5px;
      background-color: #1b4b7a;
      border-radius: 50%;
      animation: growShrink 1.5s infinite ease-in-out;
    }
.loading-aimantion {
    margin-top: 90px;
}
    /* Keyframes for growing and shrinking */
    @keyframes growShrink {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.5);
        opacity: 0.5;
      }
    }

    /* Creating multiple circles with delays */
    .circle:nth-child(1) { animation-delay: 0s; }
    .circle:nth-child(2) { animation-delay: 0.1s; }
    .circle:nth-child(3) { animation-delay: 0.2s; }
    .circle:nth-child(4) { animation-delay: 0.3s; }
    .circle:nth-child(5) { animation-delay: 0.4s; }
    .circle:nth-child(6) { animation-delay: 0.5s; }
    .circle:nth-child(7) { animation-delay: 0.6s; }
    .circle:nth-child(8) { animation-delay: 0.7s; }
    .circle:nth-child(9) { animation-delay: 0.8s; }
    .circle:nth-child(10) { animation-delay: 0.9s; }
.achiv-gallery {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.gallery-track {
    display: flex;
    animation: marquee 15s linear infinite;
}

.gallery-img {
    min-width: 200px; /* Adjust this size based on your image sizes */
    margin-right: 20px;
    flex-shrink: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.site-form input.wpcf7-form-control {
    width: 100%;
    height: 55px;
    padding-left: 12px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 6px #e7e7e7;
}
.site-form textarea {
	width: 100%;
    height: auto;
    padding : 12px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 6px #e7e7e7;
}
section.contact-form {
    padding: 60px 0;
}
.wpcf7-submit {
    font-family: 'Manrope';
    font-size: 18px;
    color: #ffffff;
    padding: 15px 28px;
    border-radius: 11px;
    background: var(--theme-gradient);
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    max-width: 200px;
}
.submit-btn-row p {
    text-align: left;
}
.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 10px;
    padding-top: 5px;
}
section.how-help {
    background: #F8FBFF;
    padding: 82px 0 82px;
}
section.our-locations {
    padding: 60px 0;
}
.store-listing span:before {
    color: #e35a4b;
}
.store-listing span {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0 0 29px;
    position: relative;
    min-width: 20px;
}
span.store-contact {
    position: relative;
}
span.store-contact {
    padding-left: 0;
}
span.store-contact a {
    padding-left: 10px;
}
button#resetButton {
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 99;
    border-radius: 0;
}
.all-map.relative {
    border: 1px solid #e7e7e7;
    padding: 0 8px;
}
.sidebar {
    padding-right: 8px;
}
section.distributer {
    background: #F8FBFF;
    padding: 82px 0 82px;
}
.breadcrumb-links a {
    font-size: 16px;
    color: #ffffff;
}
.sidenav {
     height: 100%;
     width: 0px;
     position: fixed;
     top: 0;
     right: 0;
     z-index: 999;
     background: #fff;
     overflow-x: hidden;
     padding: 70px 0 0 0;
     transition: all 0.5s;
     box-shadow: 0 0 10px #dfdfdf;
 }

 i.fa.fa-times {
     color: #000000;
 }

 .sidenav .current-menu-item a {
     color: #0d56dc !important;
     font-weight: 400;
     ;
      !important;
 }

 .sidenav a {
     font-weight: 400;
 }


 .sidenav a:hover {
     color: var(--main-bg-color);
 }

.sidenav a {
    padding: 0 0 40px 20px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

 .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 40px !important;
 }
/* dropdown menu */
/* Hide the dropdown menu by default */
.header-menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff; /* Background color for the dropdown */
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensures the submenu stays on top */
    list-style: none;
    margin: 0;
	    min-width: 170px;
}
.main-header .container {
    position: relative;
}
/* Show the dropdown on hover */
.header-menu li:hover .sub-menu {
    display: block !important;
}

/* Styling the dropdown links */
.header-menu .sub-menu li {
    margin: 0;
    padding: 0 0 10px !important;
    display: block;
    text-align: left;
}
.header-menu .sub-menu li a {
    color: #162e59; /* Text color */
    text-decoration: none;
    padding: 8px 4px !important;
    display: block;
	font-size: 14px !important;
}

/* Add hover effect for dropdown links */
.header-menu .sub-menu li a:hover {
    color: #d9261f; /* Optional: change text color on hover */
}

/* Styling for parent list items to position the dropdown */
.header-menu li {
    position: static;
}
section.tabs-area {
    padding: 90px 0;
}
ul.count-2 {
    column-count: 2;
}
.tab-content {
    border-radius: 11px;
    border-top-left-radius: 0;
}
.tab-container {
    width: 100%;
    margin: 20px auto;
}

.tabs {
    display: flex;
}

.tab-link {
    padding: 10px 20px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    font-size: 18px;
    transition: background-color 0.3s ease;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	color: #162E59;
	    font-weight: 600;
}
.tab-link.active {
    background-color: #fff;
    border-bottom: 2px solid white;
    color: #FE0100;
    border-top: 3px solid #FE0100;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.tab-content.active {
    display: block;
}
.blue-text h2 {
    color: #162E59;
}

span.thin {
    font-weight: 400;
}
.another-info {
    max-width: 80%;
    margin: 0 auto;
}
.visivilty-box {
    text-align: center;
}

.visivilty-box p {
    font-size: 26px;
    line-height: 1.5;
    color: #09465F;
    font-weight: 600;
}
.visivilty-box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}
.welcome-text.smart-text p span {
    font-size: 50px;
    color: #163300;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
section.more-products {
    background: #F8FBFF;
    padding: 60px 0;
}
.signle-product {
    background: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
	padding: 30px;
}
section.welcome-area.smart-section {
    padding: 60px 0;
}
.res-links h3 {
    color: #162E59;
    font-size: 28px;
    line-height: 46px;
    font-weight: 600;
}
.res-links li a {
    color: #0B39F2;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    text-decoration: underline;
}
.res-links li a:hover {
    font-weight: 500;
}
.res-links:last-child {
    border-bottom: 0;
}
.res-links {
    border-bottom: 1px solid #dfdfdf;
    padding: 40px 0;
}
.res-links.pdf-download li a {
    color: #162E59;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.res-links.pdf-download li {
    padding: 7px 0;
}

.res-links.pdf-download li a i {
    color: #C74343;
    padding-right: 15px;
}

.video-area {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

section.video-section {
    padding: 60px 0;
}

.v-image {
    position: relative;
}

.v-image:after {
    content: '';
    display: block;
    background: linear-gradient(180deg, #DD8E44, #DD4653);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
	 border-radius: 20px;
}
.eco-play-icon.product-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.modal-video video {
    width: 100%;
}
section.all-blogs {
    background: #F8FBFF;
    padding: 70px 0;
}

span.page-numbers.current {
    color: #e8734a;
    font-weight: 700;
}
/* mobile sub menu */
/* Style the toggle button */
.mobile-menu .toggle-btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    color: #e2644a;
    font-weight: bold;
}
.mobile-menu .toggle-btn:focus {
    outline: none;
}
.mobile-menu li {
    position: relative;
}
.mobile-menu button.toggle-btn {
    position: absolute;
    top: 0;
    right: 5%;
}
/* Style for the sub-menu */
.mobile-menu .sub-menu {
    display: none;
    margin-top: 10px;
}
.mobile-menu .sub-menu li a {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 20px;
}
.mobile-menu ul.sub-menu {
    background: #e7e7e7;
    padding-top: 15px;
    padding-bottom: 0px;
    position: relative;
    top: -30px;
}

.menu-item-has-children > a {
    margin-right: 10px; /* To create space for the toggle button */
}
.header-menu.for-desktop button.toggle-btn {
	display: none;
	
}
span.wpcf7-form-control.wpcf7-acceptance span {
    margin-left: 0;
}
.sidebar-toggle {
    display: none;
}.to-header-menu {
    text-align: right;
}

.to-header-menu a {
    color: #ffffff;
    padding-left: 20px;
}
.header-menu.for-desktop .dropdown-toggle::after {
	display: none;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
    position: absolute;
}
.caret.up {
    transform: rotate(180deg);
}
.dropdown-menu {
    list-style-type: none;
    margin: 23px 0 0 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    /* width: 100dvw; */
    width: 100%;
    left: 0;
    overflow: hidden;
    max-width: 100%;
    display: none;
    border-radius: 0;
    border: 0;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
.bg-side {
    background: #e7e7e7;
    padding: 45px;
}

.menu-infos {
    padding: 25px;
    display: flow-root;
}

.menu-infos .single-menu-infos {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 25px;
    padding: 0 15px;
}
.single-menu-infos a {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}
.single-menu-infos p {
    font-weight: 300;
    font-size: .9375rem;
    color: #101820;
}
.dropdown-menu {
    box-shadow: 0 0 10px #e7e7e7;
}
.mega-menu-box h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
.mega-menu-box p {
	font-weight: 400;
    font-size: 14px;
    color: #101820;
}
section.post-detail-cnt {
    padding: 70px 0;
}
.detail-page-image img {
    width: 100%;
    min-width: 100%;
    border-radius: 20px;
}.auth-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.auth {
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-author-details {
    background: var(--theme-gradient);
    padding: 25px;
    border-radius: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.author-information {
    font-weight: bold;
}
.all-detail-cnt li {
    list-style-type: none;
    margin-bottom: 8px;
    margin-left: 55px;
    font-size: 1rem;
    line-height: 24px;
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
}

.all-detail-cnt li:before {
    height: 1.125rem;
    width: 1.125rem;
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: url(/wp-content/uploads/2024/10/ulist.png);
    position: absolute;
    left: -25px;
}
.post-navigation {
    display: flex;
    margin-top: 20px;
    gap: 10px;
	justify-content: end;
}



.prev-post a , .next-post a {
    font-size: 16px;
    background: #162E59;
    padding: 10px;
    border-radius: 5px;
	color: #ffffff;
	text-decoration: none;
}
.prev-post:hover, .next-post:hover {
    background: var(--theme-gradient);
}
.recent-post-widget .recent-post-list .post-thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.recent-post-widget .recent-post-list .post-thumbnail-content img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 120px !important;
    margin-right: 30px;
}
.recent-post-widget .recent-post-list .post-thumbnail-content .post-title-date h6 {
    font-weight: 700;
    font-size: 18px;
}
ul.recent-post-list a {
    text-decoration: none;
}
span.posted-on a {
    color: #ffffff;
}
h4.widget-title {
    font-weight: bold;
    margin-bottom: 30px;
}
li.post-thumbnail-content {
    border-bottom: 1px solid #d3e0f6;
    padding-bottom: 10px;
}
.sidebar-posts {
    position: sticky !important;
    top: 75px;
}
.sidebar-posts {
    position: sticky !important;
    top: 120px;
    background: var(--theme-gradient);
    padding: 25px;
    border-radius: 20px;
	 color: #ffffff;
}
.blog-img img {
    border-radius: 16px;
}
.mega-menu-box img {
    border-radius: 16px;
}
/* Container styling */
.slider-container {
    position: relative;
    width: 100%; /* Adjust width as needed */
    overflow: hidden;
}

/* Slider styling */
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%; /* One image at a time */
}

/* Image styling */
.slide img {
    width: 100%;
    display: block;
}

/* Indicators styling */
.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.indicator.active {
    background: #333; /* Active indicator color */
}
.loading:after {
    content: '';

	background : #1b4b7a;
    width: 2px;
    height: 58%;
    display: block;
    position: absolute;
    top: 125px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
	opacity: 0.2;
}
.single-milestone:hover .loading:after {
	  background: #e7704a;
}
.C-milestones .milestone-info .text-content.expanded {
    display: inline;
}
.C-milestone table {
            width: 100%;
            border-collapse: collapse;
        }
       .C-milestone  th, td {
            border: 1px solid #ddd;
            text-align: left;
            padding: 8px;
        }
        .C-milestone th {
            background-color: #f4a460;
            color: white;
        }
        .C-milestone .completed {
            color: green;
            font-weight: bold;
        }
        .C-milestone .flag {
            width: 30px;
        }
.milestone-info th {
    background: var(--theme-gradient);
    text-align: center;
    padding: 10px 1px;
    color: #ffffff;
}
.C-milestone th, td {
    font-size: 12px;
}
.my-accordation h4 {
    font-size: 18px;
    margin-top: 15px;
}
.C-milestone th, td:nth-child(1) {
    color: #e87649;
}
td.completed img {
    max-width: 50px;
}
ul.circle-bullet {
    list-style: circle;
    margin-bottom: 20px;
}

li::marker {
    color: #e5644a;
    font-size: 16px;
}

.another-text li {
    font-size: 14px;
    margin-bottom: 8px;
}
.another-text h3 {
    font-size: 18px;
    margin-top: 15px;
    color: #e04d4b;
    margin-bottom: 15px;
}
.another-text ul {
    margin-left: 1rem;
}
ul.arrow-bullets {
    column-count: 2;
    margin-bottom: 20px;
    list-style: circle;
}
/* Style the accordion buttons */
.accordion-button {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
}

.accordion-button:after {
    content: '\f107';
    float: right;
    font-family: 'FontAwesome';
}

/* Style for when the accordion section is active */
.accordion-button.active:after {
  content: "\2212"; /* minus sign */
}
.accordion-content {
  padding: 10px;
  background-color: #f9f9f9;
}

.accordion-content p {
  margin: 0;
}
button.accordion-button {
    background: var(--theme-gradient) !important;
    margin-bottom: 10px;
    color: #ffffff !important;
}
.my-accordation:nth-child(1) {
    margin-top: 15px;
}
.accordion-content {
    display: none;
}
.milestone-info p {
    font-size: 16px;
    line-height: 1.4;
}
.meeter-features li {
    display: flex;
}
/* nested tabs */
.tab-buttons, .nested-tab-buttons {
  display: flex;
  gap: 10px;
}

.tab-btn, .nested-tab-btn {
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 30px;
    background: #162e59;
}

.tab-btn.active, .nested-tab-btn.active {
    background: var(--theme-gradient);
  color: #fff;
}

.tab-content, .nested-tab-content {
  display: none;
  margin-top: 20px;
}

.tab-content.active, .nested-tab-content.active {
  display: block;
}
.nested-tabs .tab-content {
    border: 0;
    padding: 0;
}
.team-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
	margin: 0 auto 40px;
}
.single-team {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 40px;
}
.border-line {
    width: 100%;
    height: 10px;
    background: var(--theme-gradient);
    margin: 40px 0;
}
.collaps-btn {
    width: 40px;
    height: 40px;
    background: var(--theme-gradient);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
	cursor: pointer;
}
.info-hidden {
/*   max-height: 0; */
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.single-team .collaps-btn {
	display: none;
}
.footer-logo {
    background: #ffffff;
    padding: 15px;
    border-radius: 18px;
	max-width:200px;
}
.product-faqs .faq-item {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.product-faqs .faq-title {
    cursor: pointer;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    color: #162e59;
	font-size: 16px;
}
.product-faqs .faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.product-faqs {
    position: relative;
    z-index: 2;
}
.faq-body ul {
    margin-left: 1rem;
}
.faq-body li {
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
}
.faq-body li:before {
    content: '\f00c' "";
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #e3594a;
}
.faq-body li ul {
    list-style: disc;
	margin-left: 2rem;
}
.faq-body li ul li:before {
    display: none;
}
.faq-title {
    margin-bottom: 8px;
}
.extra-info {
    margin-top: 15px;
}
.metter-title h4 {
    margin: 20px 0;
}
.page-template-about .section-intro h2 {
    margin-bottom: 10px;
}
section.team-section {
    padding-bottom: 60px;
}
.page-template-smart-meaters section.welcome-area {
    padding: 90px 0 20px;
}
.all-nofifications {
    max-width: 600px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	
}
.banner-highlights {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 30px;
}
.single-nofification h2 {
    font-size: 35px;
    line-height: 1.5;
    color: #2a1b6c;
    font-weight: 700;
}

.highlight-title {
    font-family: 'Manrope';
    margin-bottom: 13px;
    font-weight: 700;
    background: linear-gradient(180deg, #DE8C42, #FE0100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 1.5;
}
.solution-data h3 {
    color: #0F172A;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 31px;
    font-family: 'Manrope';
}
.solution-data p {
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
    min-height: 145px;
}
.solution-data {
    padding: 20px 0;
}
.single-nofification p {
    margin-bottom: 50px;
}
.ball-bac {
    height: 100%;
}
.member-name h2 {
    font-size: 18px;
    font-weight: 700;
}
.single-team {
    background: #DCD6F5;
}
.miss-content {
    display: block;
    background: transparent;
    border: 0 !important;
    box-shadow: none;
	padding: 0 !important;

}
ul#missionVisionTabs {
    border: 0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff0000;
    background-color: transparent;
    border-color: transparent;
    border: 0;
	font-weight: bold;
}
button.nav-link {
    padding: 0 24px 0 0;
    color: #000000;
    outline: 0 !important;
    border: 0 !important;
}
.single-blog {
    position: relative;
}

.post-term-name {
    position: absolute;
    top: 4%;
    right: 7%;
    background: var(--theme-gradient);
    color: #ffffff;
    font-size: 12px;
    padding: 4px 18px;
    border-radius: 30px;
}
section.tabs-area.no-tabs {
    padding: 10px 0 40px;
}
.after-plus:after {
    content: '+';
    padding-left: 10px;
}
section.our-all-certification {
    padding: 80px 0 80px;
}
.midiant-certification {
    margin-bottom: 30px;
}
.abt-intro-slider img {
    border-radius: 12px;
}
.copy-txt span {
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    margin-left: 18px;
}
.sing-dow a {
    color: #FE0100;
    font-weight: 500;
    padding: 10px 0;
}

.download-pdfs {
    margin-top: 15px;
}

.sing-dow a i {
    margin-right: 8px;
}
/* responsive css */
@media only screen and (max-width: 1650px) {
	.header-menu.for-desktop a {
    font-size: 16px;
}
	.header-info a {
    font-size: 14px;
    padding-right: 15px;
}
	.top-header {
    padding: 12px 0;
}
	section.homepage-banner {
    height: 980px;
}
	.banner-circle h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
}
	.banner-circle h3 {
    font-size: 26px;
}
	.banner-circle p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 35px;
}
	a.call-back {
    font-size: 18px;
}
a.get-quote {
    font-size: 18px;
    padding: 15px 28px;
}
	.banner-circle {
    width: 650px;
    height: 650px;
}
	.eco-col h3 {
    font-size: 18px;
}
	.eco-col p {
    line-height: 22px;
    margin-bottom: 20x;
}
.eco-box {
    padding: 40px 15px 46px;
}
.section-intro h2 {
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 26px;
}
	.video-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 56px;
}
.counter-number {
    font-size: 50px;
    line-height: 68px;
}
	.metter-title p {
    font-size: 16px;
    line-height: 28px;
    max-width: 450px;
    margin-bottom: 40px;
}
.meeter-features li {
    font-size: 14px;
    line-height: 24px;
}
.metter-title h2 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 30px;
}
	.box-number {
    font-size: 50px;
}
	.flx-column {
    gap: 28px;
}
	.right-tet h2 {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 30px;
}
	.ball-sec {
    padding: 20px;
}
	.project-info {
    padding: 18px 30px;
}
.single-support {
    gap: 25px;
}
	.support-icon {
    width: 80px;
    height: 80px;
}
	.support-icon i {
    font-size: 30px;
}
	.support-cnt h4 {
    font-size: 20px;
    line-height: 30px;
}
	.menu-label {
    font-size: 22px;
    margin-bottom: 30px;
}
	section.have-qustion h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
	.qustion-box p {
    font-size: 16px;
    line-height: 24px;
}
	.call-icons {
    width: 80px;
    height: 80px;
}
	.call-icons img {
    max-width: 40px;
}
	.breadcrumb-text h1 {
    font-size: 60px;
    margin-bottom: 10px;
}
	.main-header {
    padding: 10px 0;
}
	.tab-link {
    font-size: 16px;
}
	.visivilty-box p {
    font-size: 18px;
}
	.welcome-text.smart-text p span {
    font-size: 40px;
}
.welcome-text.smart-text p {
    font-size: 16px;
}
.welcome-info p {
    font-size: 16px;
}
	p {
		font-size: 16px;
	}
    .metter-title p {
        margin-bottom: 20px;
    }
	
}
@media only screen and (max-width: 1441px) { 
    section.have-qustion h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1367px) { 
	
.breadcrumb-text h1 {
        font-size: 50px;
    }
	    .metter-title h2 {
        font-size: 28px;
        margin-bottom: 24px;
    }
	.box-number {
        font-size: 40px;
    }
	.flx-column {
        gap: 20px;
    }
	.metter-title p {
        margin-bottom: 10px;
    }
	.inner-btn a {
    font-size: 14px;
    padding: 9px 18px;

}
	.menu-infos {
    padding: 20px;
}
	.bg-side {
    padding: 20px;
}
section.welcome-area.smart-section {
    padding: 30px 0;
}

}
@media only screen and (max-width: 1300px) { 
.container {
    max-width: 90%;
}
.top-header {
        padding: 8px 0;
    }
	.main-header {
    padding: 16px 0;
}
	.eco-col p {
    font-size: 14px;
    line-height: 20px;
}
	.banner-circle h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
	.banner-circle h3 {
        font-size: 20px;
    }
	    .banner-circle p {
        font-size: 18px;
        line-height: 30px;
        margin: 0 auto 25px;
        max-width: 500px;
    }
	.banner-circle {
        width: 580px;
        height: 580px;
    }
	    section.homepage-banner {
        height: 860px;
    }
	.marquee-area marquee {
    font-size: 50px;
}
	.counter-number {
        font-size: 40px;
        line-height: 58px;
    }
	.right-tet h2 {
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 20px;
    }
	.avator img {
    max-width: 220px !important;
}
	.inner-detail h3 {
    font-size: 22px;
}
	.visivilty-box p {
        font-size: 16px;
    }
	.mega-menu-box h3 {
    font-size: 20px;
}
}
@media only screen and (max-width: 1180px) { 
	.sidebar-toggle {
    display: block;
}
	.header-menu.for-desktop {
		display: none;
	}
.top-header {
    display: none;
}
	.main-header .col-hide {
    display: none;
}
	.logo img {
    max-width: 90px !important;
}
	span.menuline svg {
    max-width: 50px;
}
	    section.homepage-banner {
        height: 600px;
        padding: 120px 0 50px;
    }
	.eco-box {
        padding: 15px 8px 18px;
    }
	section.counter-section {
    padding: 60px 0 60px;
}
	    .section-intro h2 {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 20px;
    }
	.meeter-text {
    padding: 0 2%;
}
	.meeter-icon {
    display: none;
}
	    .flx-column {
        gap: 10px;
    }
	    .box-number {
        font-size: 25px;
    }
	    .metter-title h2 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
    }
	    .metter-title p {
        font-size: 14px;
        line-height: 20px;
        max-width: 450px;
        margin-bottom: 20px;
    }
	    .meeter-features li {
        font-size: 14px;
        line-height: 18px;
    }
	section.our-solutions {
    padding: 40px 0 60px;
}
	.stack-cards__item {
    padding-bottom: 53%;
}
	section.work-map {
    padding: 40px 0 40px;
}
	inner-info {
    display: block;
}
.inner-detail {
    padding-bottom: 15px;
}
.project-info {
        padding: 14px 15px;
    }
	section.have-qustion {
    padding: 40px 0 30px;
}
.qustion-box {
    max-width: 100%;
    margin: 0 auto 50px;
}
	    section.have-qustion h2 {
        font-size: 18px;
    }
.blogs-area .col-lg-4.col-md-6:last-child {
    display: none;
}
    .container {
        max-width: 95%;
    }
.marquee-area marquee {
        font-size: 20px;
    }
	section.tabs-area {
    padding: 60px 0;
}
	ul.count-2 {
    column-count: 1;
}
	.meeter-text {
        padding: 0 5%;
    }
	    p {
        font-size: 14px;
    }
	.visivilty-box img {
    width: 60px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 15px;
}
.another-info {
    max-width: 100%;
}
.visivilty-box p {
        font-size: 14px;
    }
	    .welcome-text.smart-text p span {
        font-size: 30px;
    }
	.welcome-text.smart-text p {
        font-size: 14px;
    }
	    .welcome-info p {
        font-size: 14px;
        line-height: 1.5;
    }
.signle-product {
    background: #FFFFFF;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: visible;
    padding: 22px ;
}
	.support-cnt h4 {
        font-size: 16px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767px) { 
	.all-nofifications {
        max-width: 100%;
        width: 100%;
        left: 0;
    }
	.highlight-title {
    font-size: 16px;
    line-height: 1.5;
}
	.site-btn a {
    font-size: 16px;
    padding: 12px 20px;
}
.slick-slide {
    margin: 0px 15px;
}
.single-nofification h2 {
		font-size: 20px;
	}
	.banner-highlights {
		padding: 25px 15px;
	}
.banner-circle {
        width: 360px;
        height: 360px;
    }
	.banner-circle h3 {
        font-size: 12px;
    }
	.banner-circle h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
	    .banner-circle p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 25px;
        max-width: 300px;
    }
	    a.call-back {
        font-size: 10px;
    }
    a.get-quote {
        font-size: 14px;
        padding: 8px 20px;
    }
	.circle-btn {
    gap: 10px;
}
	.circle-btn span {
    font-size: 10px;
}
	.counter-box {
    display: block;
}
.counter-desc {
    font-size: 12px;
    line-height: 14px;
    max-width: 100%;
}
.counter-number {
        font-size: 30px;
        line-height: 40px;
    }
	.section-intro h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
	.section-intro h2 br {
		display: none;
	}
	    .meeter-text {
        padding: 20px;
    }
	.order-row {
    flex-wrap: wrap-reverse;
}
	    .stack-cards__item {
        padding-bottom: 170% !important;
    }
	.arrow-se, .ball-sec {
    display: block;
    width: 100%;
    text-align: start;
}
	.ball-im {
    width: 100%;
    text-align: center;
}
	.avator {
    text-align: center;
    margin-bottom: 10px;
}
	.right-tet {
    padding-left: 0;
    width: 100%;
}
	.arrow-se p {
    font-size: 14px;
}
	.single-project {
    margin-bottom: 15px;
}
	section.our-projects {
    background: #F8FBFF;
    padding: 42px 0 40px;
}
	.col-md-2.certification-logo {
    width: 50%;
    margin-bottom: 15px;
}
	.qustion-box .row {
    display: block;
}
	.qustion-box  .col-3 {
    width: 100%;
}
		.qustion-box  .col-9 {
    width: 100%;
}
	.col-9.call-text {
    text-align: center;
    padding-top: 15px;
}
	.call-icons {
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	section.latest-blogs {
    background: #F8FBFF;
    padding: 10px 0 40px;
}
	.blogs-area .col-lg-4.col-md-6:nth-child(2) {
		display: none;
	}
	    .single-support {
        margin-bottom: 25px;
    }
.copy-icon {
    display: block;
    align-items: center;
}
	.copy-bar {
    text-align: center;
}
	.bootom-footer .row {
    flex-wrap: wrap-reverse;
}
	.eco-box {
    min-height: 260px;
    background: #050F43;
    color: #ffffff;
    text-align: center;
    padding: 53px 23px 60px;
    position: relative;
}
	section.counter-section .col-lg-4.col-md-6.invisible {
    display: none;
}
	.counter-box {
    padding-bottom: 20px;
}
	.auth {
    display: block;
}
	    .breadcrumb-text h1 {
        font-size: 36px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 400px) {  
       .banner-circle {
        width: 100%;
        height: 360px;
    }
}

/* user agent unknownn */
.projectinfo{
	background-color:black;
	position:absolute;
}

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.image-wrapper img {
    width: 100%;
    border-radius: 20px;
}


.overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000000; 
    color: #fff; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 0.5s ease, transform 0.5s ease; 
    transform: translateY(20px);
    border-radius: 20px;
}


.image-wrapper:hover .overlay-content {
    opacity: 1;
    transform: translateY(0); 
}

.overlay-content h3 {
    margin: 0;
    font-size: 24px;
}

.overlay-content p {
    font-size: 16px;
    margin-top: 10px;
}


/*  certification logo*/
.certification-logo img{
	aspect-ratio:1;
	object-fit:contain;
}

#business-card-video{
	width:100%;
	height:100%;
		border-radius:12px;
}
/* j-27th nov,2024 */

.C-milestones .milestone-info .text-content {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.C-milestones .milestone-info .text-content.expanded {
    max-height: 1000px;
    opacity: 1;
}

.C-milestones .milestone-info .toggle-btn {
    cursor: pointer;
    border: none;
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 30px;
    background: var(--theme-gradient);
}

.C-milestones .milestone-info .toggle-btn:hover {
    background-color: #0056b3;
}
