@font-face {
font-family: "Rajdhani", sans-serif;
src: url('../webfonts/Rajdhani-Regular.ttf') format('truetype');
src: url('../webfonts/Rajdhani-Bold.ttf') format('truetype');
src: url('../webfonts/Rajdhani-Light.ttf') format('truetype');
src: url('../webfonts/Rajdhani-Medium.ttf') format('truetype');
src: url('../webfonts/Rajdhani-SemiBold.ttf') format('truetype');

}
.clr-fff
{
	color: #fff !important;
}
#section-no-bg
{
   padding: 50px 0px 0px 0px;
}
#section-no-bg .box-number p{
 text-align: justify;
}
#section-no-bg h2 {
    font-size: 32px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1450px){
.container {
    max-width: 1400px;
}
}
@media (min-width: 1700px){
.container{
    max-width: 1640px;
}
}
@media (min-width: 1950px){
.container {
    max-width: 1890px;
}
}

.box-number .text {
    margin-left: 59px !important;
}
.box-number .number{
	display:block;
	font-size:48px;
	color:#222;
	width:80px;
	height:80px;
	text-align:center;
	padding:25px;
	border-radius:60px;
	position:absolute;
	}

	.box-number.s2 .number{
		font-weight: bold;
		font-size: 32px;
	}

	.box-number i{
	display:block;
	font-size:40px;
	color:#222;
	width:40px;
	height:40px;
	text-align:center;
	/*padding:20px 0;*/
	border-radius:60px;
	position:absolute;
	}
	
	.box-number.square .number,
	.box-number.square i{
	border-radius:0;
	}
	
	.box-number .text{
	margin-left:100px;
	}
	
	.box-icon .icon{
	display:block;
	font-size:48px;
	color:#fff;
	text-align:center;
	border-radius:60px;
	position:absolute;
	cursor:default;
	}
	
	.de_light .box-icon .icon{
	color:#222;
	}
	
	.box-icon .text{
	margin-left:80px;
	}
	
	.box-icon.line{
	border:solid 1px rgba(255,255,255,.1);
	padding:40px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	
	.de_light .box-icon.line{
	border:solid 1px rgba(0,0,0,.05);	
	}
	
	.box-icon.line.active,
	.box-icon.line:hover{
		background:rgba(255,255,255,.1);
		border-color:rgba(255,255,255,.0);
	}
	
	.de_light .box-icon.line.active,
	.de_light .box-icon.line:hover{
		background:rgba(0,0,0,.05);	
		border-color:rgb(0,0,0,.0);	
	}
	
	.box-icon.line a{
		text-decoration:none;
	}
	
	.box-icon.center{
		text-align:center;
	}
	.box-icon.center .text{
		margin-left:0px;
	}
	.box-icon.center .icon{
		display:inline-block;
		float:none;
		position:static;
		margin-bottom:20px;
	}
	
	.box-icon.top .text{
		margin-left:0px;
	}
	.box-icon.top .icon{
		display:inline-block;
		float:none;
		position:static;
		margin-bottom:20px;
	}
	.spacer-double {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.bg-color
{
	background-color: #020a3e;
}
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
header.main-header .header-sticky.active .main-menu ul li a {
    color: #000;
}

.dis-jus
{
justify-content: center;
    display: flex;
}

.align-self
{
align-self: center;
}

/*testimonial*/

.our-testimonial {
    position: relative;
  /*  background: url(../images/squre-bg-img.svg) no-repeat right bottom;*/
    background-size: auto;
    padding: 40px 0px;
}


.testimonial-item{
	position: relative;
	border: 1px solid var(--divider-color);
	padding: 40px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

.testimonial-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0px;
    background: #020a3e;
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: -1;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-item::before{
    top: 0;
}

.testimonial-header{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.author-image{
	width: 56px;
	height: 56px;
	margin-right: 14px;
}

.author-image figure,
.author-image img{
	border-radius: 100%;
}

.author-content{
	width: calc(100% - 70px);
}

.author-content h6{
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.testimonial-slider .swiper-slide.swiper-slide-active .author-content h6{
	color: var(--white-color);
}

.author-content p, .author-content h6.seo-p{
	color: #ff8001;
	text-transform: capitalize;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.testimonial-slider .swiper-slide.swiper-slide-active .author-content p,
.testimonial-slider .swiper-slide.swiper-slide-active .author-content h6.seo-p{
	color: var(--white-color) !important;
}

.testimonial-body p{
	margin: 0;
	font-weight: normal;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-body p,
.testimonial-slider .swiper-slide.swiper-slide-active .testimonial-body h6.seo-p{
	color: var(--white-color);
}

.testimonial-slider .swiper-pagination{
	position: relative;
	text-align: center;
	bottom: 0px;
	margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	border-radius: 0;
	background-color: var(--divider-color);
	opacity: 1;
	margin: 0px 6px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active{
	background-color: var(--accent-color);
	opacity: 1;
}

.our-testimonial .section-title
{
	text-align: center;
}
.txt-right
{
	text-align: right;
}

/*gallery*/

.gallery {
  position: relative;
  /*perspective: 5000px;*/
  transform-style: preserve-3d;
  /*width: 200px;*/
  width: 148px;
  perspective: 6999px;
  aspect-ratio: 1;
  background: silver;
  transform: rotate(45deg);
}
.gallery .image {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: 1s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: calc(var(--total) - var(--i));
	overflow: hidden;
}
/*.gallery .image img {
	--rotate: rotate(-45deg);
  transform: var(--rotate);
	transition: .3s ease;
}*/
.gallery .image:nth-of-type(odd) {
  --hovermove: -100px, 100px;
  --translate: calc((var(--i) - 1) * -70px), calc((var(--i) - 1) * 70px);
  --tZ: calc((var(--i) - 1) * -350px);
  animation: deploy 1.5s ease forwards;
} 
.gallery .image:nth-of-type(even) {
  --hovermove: 100px, -100px;
  --translate: calc(var(--i) * 70px), calc(var(--i) * -70px);
  --tZ: calc(var(--i) * -350px);
  animation: deploy 1.5s ease forwards;
}
.gallery .image:hover img,
.gallery .image.only-hover img {
	transform: var(--rotate) scale(1.1);
}
.gallery .image.only-hover{
  animation: clickAnimation 1s ease;
  z-index: 9;
}
.gallery.hidden-gallery .image {
  animation: close 1.5s ease forwards;
}
@keyframes deploy {
  from {
    transform: translate(0px, 0px) translateZ(0px);
  }
  to {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
}
@keyframes close {
  from {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
  to {
    transform: translate(0px, 0px) translateZ(0px);
  }
}
@keyframes clickAnimation {
  0% {
    transform: translate(var(--translate)) translateZ(var(--tZ));
  }
  20% {
    transform: translate(var(--hovermove)) translateZ(0px);
  }
  100% {
    transform: translate(calc(var(--i) * 0px), calc(var(--i) * 0px));
  }
}
.gallery-padding
{
	padding: 40px 0px 90px 0px;
}

/*swiper-arrow*/


.our-testimonial-home .swiper-button-prev,
.swiper-button-next
{
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff; 
    font-size: 24px; 
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff8001 !important; 
    border-radius: 50%;
    z-index: 10; 
    transition: background-color 0.3s;
}

.swiper-button-prev {
    left: 0px; 
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker background on hover */
}

.fa-long-arrow-left
{
  font-size: 23px;
}

/*page-spilling*/

 body.pagepiling {
     overflow: hidden;
   }
   
   @media only screen and (max-width: 991px) {
    body.pagepiling {
       overflow: inherit;
     }
 }


/** application-setup **/

.application-setup{
  position: relative;
  padding: 40px 0px 40px 0px;
}

.application-setup .sec-title{
  margin-bottom: 95px;
}

.application-setup .single-item{
  position: relative;
}

.application-setup .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 35px;
  background: #fff;
  padding: 74px 30px 39px 30px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50px;
  z-index: 1;
  transition: all 500ms ease;
}

.application-setup .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(245, 245, 245, 0.5);
  width: 470px;
  height: 470px;
  right: -115px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.application-setup .single-item:hover .inner-box:before{
  bottom: -270px;
}

.application-setup .single-item .inner-box:after{
  position: absolute;
  content: '';
  background: rgba(245, 245, 245, 0.7);
  width: 470px;
  height: 470px;
  right: -145px;
  bottom: -470px;
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease;
}

.application-setup .single-item:hover .inner-box:after{
  bottom: -330px;
}

.application-setup .single-item .count-box{
  position: absolute;
  left: 80px;
  top: -30px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: -webkit-linear-gradient(-45deg, #092ef1 0%, #010570 100%);
  border-radius: 50%;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
  z-index: 2;
}

.application-setup .single-column:nth-child(2) .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #fab000 0%, #cd8400 100%);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.application-setup .single-column:last-child .single-item .count-box{
  background-image: -webkit-linear-gradient(-45deg, #9ff300 0%, #1a8300 100%);
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.application-setup .single-item .inner-box h5{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 13px;
}

.application-setup .single-item .inner-box h5 a{
  display: inline-block;
  color: #222;
}

.application-setup .single-item .inner-box h5 a:hover{
  color: #4527a4;
}

.application-setup .single-item .inner-box .text{
  position: relative;
  font-size: 16px;
  color: #000;
}

.application-setup .single-column:nth-child(2){
  padding-top: 70px;
}
 
/*service*/

.page-about-us {
    padding: 40px 0;
    background-size: auto;
}
.page-about-us .about-us-image {
    position: relative;
    padding-bottom: 140px;
    margin-right: 40px;
}
.page-about-us .about-img-1 {
    position: relative;
    width: 470px;
}
.page-about-us .about-img-1::before {
    position: absolute;
    content: '';
    background-size: 100% auto;
    width: 52px;
    height: 52px;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-about-us{
	padding: 40px 0;
	/* background: url('../images/green-squre-bg-img.svg') no-repeat bottom right; */
	background-size: auto;
}


.page-about-us .section-title
{
	text-align: left;
    margin-bottom: 20px;
}
.page-about-us .section-title h3 {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--accent-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.095em;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 15px;
}

.page-about-us .about-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-about-us .about-img-1 img{
	aspect-ratio: 1 /1;
	object-fit: cover;
}

.page-about-us .about-img-2 img{
	aspect-ratio: 1 /1.2;
	object-fit: cover;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: var(--white-color);
	border-radius: 30px;
}

.experience-counter-item{
	background: #020a3e;
	width: 195px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	right: 0;	
}
.experience h2{
    font-size: 48px;
}

.experience-counter-item .experience-counter-content h5{
	color: var(--white-color);
	font-size: 50px;
	margin-bottom: 10px;
}

.experience-counter-item .experience-counter-content p,.exp{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: -0.02em;
	line-height: 1.2em;
	margin: 0;
}

.client-counter-item{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	position: absolute;
	
	left: 0;
	transform: translateY(-50%);
	animation: moveobject 3s infinite linear alternate;
}


@keyframes moveobject{
	50%{
		left: 40px;
	}
}
.about-company-quality {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.company-quality-item {
    width: 48%;
    margin-right: 2%;
    display: flex;
    align-items: center;
}
.company-quality-item .icon-box{
	position: relative;
    background-color: var(--secondary-color);
    width: 85px;
    height: 85px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.company-quality-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #163300;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
	z-index: 0;
}

.company-quality-item .icon-box img{
	z-index: 1;
	position: relative;
}

.company-quality-item .company-quality-content{
    width: calc(100% - 105px);
}

.company-quality-item .company-quality-content h3{
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.about-story-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.about-story-footer ul li {
    margin-right: 2%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 30px;
    margin-bottom: 18px;
    position: relative;
}
.about-story-footer ul li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    color: #ff8001;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

@media (min-width: 1200px) {
.page-about-us-container
{
  max-width: 1303px !important;
}
}

/*enquiry*/
 .header-carousel-item {
        position: relative;
    }

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 55%);
    display: flex;
    align-items: center;
}
.carousel-caption .ticket-form {
    border-radius: 10px;
}


  @keyframes zoomIn {
        0% {
            transform: scale(1); /* Initial size */
        }
        100% {
            transform: scale(1.1); /* Zoomed-in size */
        }
    }

    /* Apply the animation */
    .zoom-animation {
        animation: zoomIn 3s ease-in-out infinite alternate; /* 5 seconds, smooth, repeating */
        transition: transform 0.5s ease;
    }

    /* Optional: To prevent the image from overflowing */
    .header-carousel-item {
        overflow: hidden;
    }

    .txt-center
    {
        text-align: center;
    }


.hero-video {
  position: sticky;
  top: 0;
  height: 100vh;
}

/*saving-calculator*/

#savingsYearly, #savingsMonthly {
  color: #ff8001;
}

#savingsMonthly {
  font-weight: 700;
}

#savingsYearly {
  display: block;
  font-size: 60px;
}

#energyBill {
  margin-top: 10px;
}

#savings-calculator .p-one{
font-size: 25px;
color: #000;
font-weight: 700;
    margin-bottom: 15px;
}
#savings-calculator label, p
{
  color: #000;
}

#savings-calculator {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 8px 20px -3px rgba(0,0,0,0.3);
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
}

hr {
  margin: 20px 0;
  background: #000000;
  border: none;
  height: 1px;
}

img {
  width: 100%;
  max-width: 200px;
  margin:0;
}

h1 {
  margin-top: 0;
}

.btn {
  background-image: linear-gradient(to bottom,#009DDD,#0c65a7);
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 24px 20px;
    position: relative;
    text-decoration: none;
    border: solid 1px transparent;
    border-radius: 4px;
    min-width: 200px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
}

label {
  margin-bottom: 10px!important;
  display: block;
}

#energyBill {
  width: 230px;
  max-width: 100%;
  -webkit-appearance: none;
  height: 15px;
  border-radius: 10px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
}
  
#energyBill::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: white;
  cursor: pointer;
  border-radius: 50%;
  border: solid 8px #7AC142;
  border: solid 8px #4c9612;
  border: solid 8px #009DDD;
  border: solid 8px #0c65a7;
}

#energyBill::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #7AC142;
  cursor: pointer;
}

i.disclaimer {
  margin-top: 10px;
  font-size: 9px;
  color: #999;
  line-height: 1.4em!important;
  display: block;
}

.company-expertise-img{
  display: block;
  position: relative;
  overflow: hidden;
}

.company-expertise-img::after{
  content: '';
  display: block;
  position: absolute; 
  background: url('../images/squre-bg-img.svg') no-repeat bottom right;
  background-size: 100% auto;
  width: 52px;
  height: 52px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.company-expertise-img figure::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.align-item-center
{
 align-items:center;
 display: flex;
}
.text-left
{
  text-align: left !important;
}
.about-3rd-seg .section-title
{
  text-align: center;
  margin-bottom: 20px;
}
 {
    position: relative;
    background-color: var(--accent-color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
  .about-company-item .icon-box  display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.align-cnt-center
{
align-content: center;
}

.solar-img
{
  max-width: 555px;
  max-height: 669px
}
.about-company-item .icon-box{
  position: relative;
  background-color: #ff8001;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}


.about-company-item:hover .icon-box:before{
  transform: scale(1);
}

.about-company-item .icon-box img{
  position: relative;
  z-index: 1;
}
.about-company-item .icon-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #020a3e;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
.about-company-item img {
width: 30px;
}
/*gallery*/

.gallery-sec
{
  padding: 40px 0px 0px 0px;
}

/*testimonial*/

.our-testimonials{
  padding: 40px 0px 0px 0px;
}
.mar-btm-13
{
  margin-bottom: 13px;
}

/*.our-testimonials .section-title{
  text-align: center;
}*/
.text-justify{
  text-align: justify;
}
.testimonial-image{
  position: relative;
  padding-bottom: 90px;
  margin-right: 20px;
}

.testimonial-img img{
  aspect-ratio: 1 / 1.1;
  border-radius: 40px;
  object-fit: cover;
}

.testimonial-rating-box{
  position: absolute;
  background: var(--accent-color);
  border: 6px solid var(--white-color);
  border-radius: 30px;
  right: 0;
  bottom: 0;
  padding: 30px;
  max-width: 450px;
}

.rating-counter-item{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--divider-color);
}

.rating-counter-item .rating-counter-number{
  min-width: 125px;
  margin-right: 20px;
}

.rating-counter-item .rating-counter-number h3{
  color: var(--white-color);
  font-size: 44px;
}

.rating-counter-item .rating-counter-content{
  width: calc(100% - 145px);
}

.rating-counter-item .rating-counter-content p{
  color: var(--white-color);
  margin: 0;
}

.service-rating ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.service-rating ul li{
  color: var(--white-color);
  text-transform: capitalize;
  margin-right: 20px;
}

.service-rating ul li:last-child{
  margin-right: 0;
}

.service-rating ul li i{
    font-size: 14px;
    color: #FFA800;
}

.our-testimonials .swiper-wrapper{
  cursor: auto;
}

.testimonial-item .testimonial-quote-image{
  margin-bottom: 30px;
}

.testimonial-item .testimonial-quote-image img{
  max-width: 50px;
}

.testimonial-item .testimonial-content{
  margin-bottom: 30px;
}

.testimonial-content p{
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.testimonial-item .testimonial-body{
  display: flex;
  align-items: center;
}

.testimonial-body .author-image{
  margin-right: 10px;
}

.testimonial-body .author-image img{
  max-width: 64px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-body .author-content{
  width: calc(100% - 74px);
}

.testimonial-body .author-content h3{
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-body .author-content p{
  text-transform: capitalize;
  margin: 0;
}

.testimonial-btn{
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 40px;
}

.services-slider1 .testimonial-button-next,
.services-slider1 .testimonial-button-prev{
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--accent-color);
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}

.services-slider1 .testimonial-button-next{
  margin-left: 20px;
}


.services-slider1 .testimonial-button-next:hover,
.services-slider1 .testimonial-button-prev:hover{
  background-color: var(--primary-color);
}

.services-slider1 .testimonial-button-next::before,
.services-slider1 .testimonial-button-prev::before{
  content: '';
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../../image-mist/web-images/images/arrow-white.svg") no-repeat center center;
    background-size: 12px auto;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.services-slider1 .testimonial-button-prev::before{
  transform: rotate(225deg);
}
.testimonial-box-layout10 .item-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
.testimonial-box-layout10 .item-content p {
    font-size: 18px;
    line-height: 32px;
    width: 80%;
    margin: 0 auto 50px;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}
.testimonial-box-layout10 .item-content .media .media-body .item-title {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
.testimonial-box-layout10 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.testimonial-box-layout10 .item-content i:before {
    font-size: 80px;
}
.testimonial-box-layout10 .item-content .media {
  -webkit-transform: translateX(130px);
  -ms-transform: translateX(130px);
  transform: translateX(130px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.testimonial-box-layout10 .item-content i {
    color: #ffffff;
    opacity: 0.6;
}

.our-testimonials .section-title h4 {
font-size: 30px;
}

.about-button-next .fa-long-arrow-right
{
  top: 27%;
    position: absolute;
    left: 29%;
    font-size: 22px;
    color: #fff;
}

.about-button-prev .fa-long-arrow-left
{
  top: 27%;
    position: absolute;
    right: 29%;
    font-size: 22px;
    color: #fff;
}
.footer-links ul li{
    display: block;
    padding-left: 16px;
    color: var(--white-color);
}


.footer-links ul.address li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 16%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transform: translate(0, -50%);
}
.footer-links-address {
    padding-left: 36px !important;
}
.n-section
{
    padding: 0px 0px 40px 0px !important;
}

.about-content1 ul li:before {
    content: '\f058';
    font-family: "Font Awesome 6 Free";
    color: #ff8001;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}
.about-content1 ul {
    padding: 0;
    margin: 0 0 20px;
    flex-wrap: wrap;
    list-style: none;
}
.about-content1 ul li {
    margin-right: 2%;
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #020a3e;
}

.phone-img {
 width: 45px;
}

@-webkit-keyframes shake2 {
0%{}
    2%{
        transform: translateX(5px) rotateZ(1deg);
    }
    4%{transform: translateX(-5px)  rotateZ(-1deg);}
    6%{transform: translateX(3px)  rotateZ(2deg);}
    8%{transform: translateX(-2px)  rotateZ(-2deg);}
    10%{transform: translateX(1px)  rotateZ(2deg);}
    12%{transform: translateX(-5px)  rotateZ(-2deg);}
    14%{transform: translateX(3px)  rotateZ(-1deg);}
    16%{transform: translateX(-5px)  rotateZ(-2deg);}
    18%{transform: translateX(5px)  rotateZ(2deg);}
    20{transform: translateX(-5px)  rotateZ(-2deg);}
    22%{transform: translateX(5px)  rotateZ(2deg);}
    24%{transform: translateX(-3px)  rotateZ(-2deg);}
    26%{transform: translateX(0px)  rotateZ(0deg);}
    100%{}
 }

.shake2 {
  -webkit-animation-name: shake2;
  animation-name: shake2;
}

/*about-history */
.compress-left-side {
    padding-right: 50px !important;
    padding-left: calc(calc(100% - 1170px) / 2) !important;
}
.process-box-layout1 {
    margin-bottom: 30px;
}
.process-box-layout1 ul.content-holder {
    padding: 30px 30px 0;
}
.content-holder {
    list-style-type: none;
}
.align-items-sm-center {
    align-items: center !important;
}
.process-box-layout1 ul.content-holder li:nth-child(odd) .item-icon {
    margin-right: 20px;
}
.process-box-layout1 ul.content-holder li .item-icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
   /* height: 160px;*/
    width: 160px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 35px 0 rgb(120 119 119 / 47%);
    box-shadow: 0 0 35px 0 rgb(120 119 119 / 47%);
}
.process-box-layout1 ul.content-holder li .sunset-orange:before {
    background-color: #07332f;
}
.process-box-layout1 ul.content-holder li .item-icon:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.process-box-layout1 ul.content-holder li:nth-child(odd) .item-content
{
 text-align: left;
}
.process-box-layout1 ul.content-holder li .item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.process-box-layout1 ul.content-holder li .item-content .item-title {
    font-weight: 600;
    margin-bottom: 7px;
}
.item-content p {
    text-align: justify;
}
.process-box-layout1 ul.content-holder li:nth-child(even) .item-content {
    text-align: right;
    margin-right: 15px;
}
.process-box-layout1 ul.content-holder li svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}


.has-animation.active-animation .process-box-layout1 .content-holder li:nth-child(1n) .dashed1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.has-animation.active-animation .process-box-layout1 .content-holder .dashed1 {
    -webkit-animation: dash_fill_1500 2s linear forwards;
    animation: dash_fill_1500 2s linear forwards;
}
.has-animation .process-box-layout1 .content-holder li .dashed1 {
    stroke-dashoffset: 1500;
}
@keyframes dash_fill_1500 {
  from {
    stroke-dashoffset: 1500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.has-animation.active-animation .process-box-layout1 .content-holder li:nth-child(2n) .dashed1 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.has-animation.active-animation .process-box-layout1 .content-holder .dashed1 {
    -webkit-animation: dash_fill_1500 2s linear forwards;
    animation: dash_fill_1500 2s linear forwards;
}

.our-history
{
 padding: 0px 0px 40px 0px;
}
.stack {
  position: relative;
}

.card {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 350px;
  height: 500px;
  border-radius: 2rem;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 15px 20px 0 rgba(0, 0, 0, 0.125);
  transition: transform 0.6s;
  user-select: none;
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  pointer-events: none;
}

.card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
}

.card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
}

.card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
}

.card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
}

.card:nth-last-child(1) img {
  box-shadow: 0 1px 5px 5px rgba(255, 193, 111, 0.5);
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg)
      rotateY(65deg);
  }
  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}

/* Media queries for keyframes */

@media (max-width: 1200px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 200px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

@media (max-width: 1050px) {
  @keyframes swap {
    30% {
      transform: translate(calc(var(--x) - 150px), -50%) scale(0.85)
        rotate(-5deg) rotateY(65deg);
    }

    100% {
      transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
      z-index: -1;
    }
  }
}

/* Media queries for other classes */

@media (max-width: 1200px) {
  .card {
    width: 250px;
    height: 380px;
  }
}

@media (max-width: 1050px) {

  .card {
    width: 220px;
    height: 350px;
  }
}

@media (max-width: 990px) {

  .card {
    width: 200px;
    height: 300px;
  }
}

@media (max-width: 950px) {

  .stack {
    grid-area: stacked;
  }
}

@media (max-width: 650px) {

  .card {
    width: 180px;
    height: 260px;
  }
}

.review-btn
{
  margin-top: 40px;
}

.our-services .service-icon img
{
  width: 50px !important;
}
.txt-right
{
  text-align: right !important;
}

.about-content1 ul li span
{
font-size: 21px;
    font-weight: 600;
  }
  .about-content1 ul li p
  {
    margin-top: 0px;
  }

  /*.n-type-section img {
  width: 120px;
  }*/

  .n-type-section h2
  {
    font-size: 25px;
    padding: 20px 2px;
  }
.pb-10
{
  padding-bottom: 10px;
}

/*back-to-top*/

#button {
  display: inline-block;
  background-color: #ff8001;
      width: 43px;
    height: 43px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 45px;
    right: 16px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
 font-size: 1.2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #ff8001;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.MagicScroll a
{
  display: none !important;
}

.mar-bt-10
{
    font-size: 25px !important;
    margin-bottom: 10px !important;
}


/*contact*/

.featured-icon-box.style7 {
    text-align: center;
    -webkit-box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    -moz-box-shadow: 0 0 7px 0 rgba(43,52,59,.08);
    box-shadow: 0 0 7px 0 rgb(43 52 59 / 8%);
    padding-bottom: 33px
}

.featured-icon-box.style7 .featured-content {
    padding-top: 25px
}

.featured-icon-box.style7 .featured-title h5 {
    color: #232323
}

.featured-icon-box.style7 .featured-icon .ttm-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto;
    line-height: 55px;
    border: 0;
    background-color: #ff8001;
}

.featured-icon-box.style7 .featured-icon .ttm-icon i {
    color: #fff
}

.featured-icon-box.style7:hover .featured-icon .ttm-icon i {
    transform: rotateY(180deg)
}

.featured-icon-box.style7 .featured-icon .ttm-icon:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 60px;
    border-width: 0 13px 12px 0;
    border-style: solid;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    display: block;
    border-color: #ff8001;
    transition: all .4s;
    opacity: .7
}

.featured-icon-box.style7 .featured-icon .ttm-icon:after {
    position: absolute;
    content: "";
    right: 0;
    height: 11px;
    width: 100%;
    top: -11px;
    z-index: -4;
    border-color: #cda274;
    transition: all .5s;
    background-color: #ff8001;
    transform: scale(1,1.2)
}

.featured-icon-box.style7 .featured-desc p {
    margin-bottom: 0
}

.featured-icon-box.style7 .featured-inner:after {
    transform: scaleX(0);
    transition: transform .8s ease-in-out;
    position: absolute;
    content: '';
    border-bottom: 5px solid;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom-color: #ff8001;
}

.featured-icon-box.style7:hover .featured-inner:after {
    transform: scaleX(1)
}

.featured-imagebox,.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden
}
.contact-sec
{
    padding: 50px 0px;
}

.featured-icon-box.style7
{
    text-align: center;
    position: relative;
}

.featured-icon .ttm-icon img
{
    width: 40px;
}
.clr-000
{
    color: #000;
}



.main-menu ul>li.current1>a{
   color: #fe9014;
}
header.main-header .header-sticky.active .main-menu ul li.current1> a {
color: #fe9014;
  }


.main-menu ul>li.current>a{
   color: #ff8001;
    font-weight: 600;
}
header.main-header .header-sticky.active .main-menu ul li.current> a {
color: #ff8001;
  }


@media only screen and (max-width: 991px) {
.disp-b
{
   display: none !important;
}
.disp-n
{
   display: block !important ;
}
#section-no-bg h2 {
    font-size: 30px !important;
}
.width-50
{
    width: 50% !important;
}
#savingsYearly {
  display: block;
  font-size: 30px !important;
}

.about-carousel .swiper
{
 width:75% !important;
}
.contact-form-box {
        padding: 40px 0px 0px 0px !important;
    }
.timeline-work{
  position: relative;
  padding: 40px 0px 30px 0px !important;
}
.timeline-work .inner-content .single-item .text
{
margin-top: 20px !important;
}
.timeline-work .inner-content .single-item.final-chilld:after {
    bottom: 138px !important;
}
.timeline-work .inner-content .single-item {
        width: 100% !important;
        min-height: auto;
        margin: 0px 0px;
    }
#savings-calculator
{
    margin-bottom: 50px;
}
#section-no-bg .section-title {
    margin-bottom: 20px !important;
}
.our-history
{
 padding: 0px 0px 0px 0px !important;
}
.about-us-service {
    padding: 40px 0px 0px 0px !important;
}
.services-layout3 {
        padding: 0px 0px 30px 0px !important;
    }

.scoll-gal
{
    padding-top: 150px;
}
.scoll-cnt
{
    padding-top: 180px;
}
.about-us-service .section-title {
    text-align: center !important;
}

.header-logo
{
    width: 60px;
}
.hero-video {
    position: sticky;
    top: 0;
    height: 80vh !important;
}
.img-border
{
    border-radius: 30px;
}
.section-title h3
{
  padding-left: 0px !important;
}
.hero-content {
       display: none !important;
  }
  .hero {
       padding: 0px !important;
    }
    .about-us .section-title 
    {
      text-align: center !important;
    }
    .mb-txt-lft
    {
      text-align: left !important;
    }
    .mb-txt-center
    {
      text-align: center !important;
    }
    .our-skills
    {
      padding: 0px !important;
    }
        .our-process {
        padding: 40px 0px 40px 0px !important;
    }
    #section-no-bg {
    padding: 30px 0px 0px 0px !important;
  }
  .gallery-sec {
    padding: 0px 0px 0px 0px;
}
.our-testimonial
{
 padding: 30px 0px 0px 0px;
}
.testimonial-body p
{
  text-align: justify;
}
.review-btn {
    margin-top: 15px;
}
.page-header {
  height: 200px;
}
.page-header-box {
  /*width: 100%;*/
  left: 0;
    right: 0;
  }
  .section-description p:last-child {
    text-align: justify;
}
.application-setup .single-column:nth-child(2) {
padding: 20px 20px 20px 20px;
} 
   .process-box-layout1 ul.content-holder li .item-icon {
        height: 80px;
        width: 80px;
    }
    .process-box-layout1 ul.content-holder .dot-2 svg {
        left: 45%;
    }
    .compress-left-side {
        padding-right: inherit !important;
    }
    .application-setup {
    padding: 40px 0px 40px 0px;
}
.process-box-layout1 ul.content-holder {
    padding: 10px 10px 0;
}
.about-margin
{
margin-top: 120px;
    margin-bottom: 120px;
}
.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.page-about-us .section-title {
    text-align: center;
}
.page-about-us .about-us-image
{
  margin-right: 0px;
}
.page-about-us .about-img-1
{
  width: 100% !important;
}
.experience-counter-item{

 width: 100% !important;
  }
.about-story-footer
{
  padding-top: 100px;
}
.client-counter-item {
top: 116%;
}
 .about-content1
  {
    padding-top: 30px !important;
  }
  .about-us {
        padding: 0px !important;
     }
     .ticket-form
     {
    padding: 10px 0px !important;
    margin-top: 50px;
     }
     .testimonial-box-layout10 .item-content p {
font-size: 14px;
margin: 0px auto 29px;
}
.testimonial-box-layout10 .item-content .media {
   transform: translate(83px, -25px);
}
.item-content p
{
    text-align: center !important;
}
.testimonial-box-layout10 .item-content .media .media-body .item-title {
    margin-bottom: 2px !important;
    line-height: 1.1;
    font-size: 16px !important;
}
.testimonial-box-layout10 .item-content i:before {
    font-size: 43px;
}
.testimonial-box-layout10 .item-icon
{
    padding-top: 20px !important;
}
.about-carousel .about-button-next {
    right: 26% !important;
    top: 91% !important;
}
.about-carousel .about-button-prev{
    left: 26% !important;
    top: 91% !important;
}
 .testimonial-box-layout10
 {
    margin-bottom: 45px;
 }
 .our-testimonials {
    padding: 40px 0px 0px 0px !important;
}
.our-testimonials .section-title h4 {
    font-size: 21px;
    text-align: center;
}
.featured-icon-box
{
 margin-bottom: 40px !important;
}
.contact-sec {
    padding: 50px 0px 0px 0px;
}
.our-testimonial-home {
        padding: 30px 0px 30px 0px;
    }
.padding-tp-30
{
    padding: 20px 0px 0px 0px;
  }
  .padding-both-30
  {
    padding: 30px 0px;
  }
  .gallery-padding
{
  padding: 20px 0px 0px 0px;
}
.mb-mar-0
{
  margin-bottom: 0px !important;
}
.page-about-us {
    padding: 40px 0px 30px 0px;
    }
    .mb-pad-0
    {
      padding-bottom: 0px !important;
    }
  .images-section
  {
    padding-top: 0px !important;
  }
  .work-process {
    padding: 40px 0px 10px 0px !important;
}
  .about-company-content
  {
padding: 20px 0px 0px 0px;
    text-align: center;
  }
  .process-box-layout1 {
    margin-bottom: 15px !important;
}
 
}

@media only screen and (min-width: 991px) {
.disp-n
{
   display: none !important;
}
.disp-b
{
   display: block !important;
}
.padding-bottom-40
{
    padding-bottom: 40px !important;
}

.about-us.v1 .box-imgs,.about-us.v2 .box-imgs {
        position: relative;
        width: 690px;
        margin-left: auto;
        margin-right: auto
    }
.padd-0{
 padding: 0px !important;
}
.header-logo
{
    width: 80px;
}
.about-company-item {
    display: flex;
    margin-bottom: 20px;
}
.experience-counter-item{
 top:0;
  }
  .client-counter-item{
 bottom: 0 !important;
  }
  
.display-none
{
  display: none;
}
 .display-block
{
  display: block;
}
.about-us .about-img-1{
  width:75%;

  }
  .carousel-caption .ticket-form {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}
.padding-3rem
{
    padding: 3rem !important;
}
.text-left{
  text-align: left !important;
}

.carousel-caption
{
  padding: 30px 0px;
}


}

.about-us p
{
  text-align: justify;
}
.why-choose-us
{
 text-align: justify;
}

.hero-bg-video:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.abt-1-seg
{
  margin-bottom: 30px !important;
}

.gallery-rotate-img
{
--rotate: rotate(-45deg);
    transform: var(--rotate);
    transition: .3s ease;
  }


/*@media only screen and (min-width: 1400px) {
#left {
 left - width: 49.1vw;
  }
  #right
  {
    right-width: 49.7vw;
  }
}*/

.range-clr
{
color: #ff8001;
}
.pos-relative {
    position: relative;
}

.area-map-1
{
  position: absolute;
    left: 55%;
    top: 3%;
}

.area-map-2
{
  position: absolute;
    left: 64%;
    top: 0%;
}
.area-map-3
{
  position: absolute;
    left: 67%;
    top: 4%;
}
.area-map-4
{
  position: absolute;
   left: 15%;
    top: 37%;
}
.area-map-1-img
{
width: 30px !important;
}

@media only screen and (min-width: 770px) and (max-width: 991px) {  

.area-map-1-img
{
width: 37px !important;
}
}

@media only screen and (min-width: 411px) and (max-width: 769px) {  

.area-map-1-img
{
width: 24px !important;
}
}


@media only screen and (min-width: 340px) and (max-width: 410px) {  

.area-map-1-img
{
width: 18px !important;
}
}

@media only screen and (min-width: 1460px) and (max-width: 1980px) {  
.area-map-1-img
{
width: 40px !important;
}
}
.zoom-in-zoom-out1 {
 
  animation: zoom-in-zoom-out1 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.bg-grey
{
background: #eff1ed;
}

.brand-mobile img
{
  width: 200px;
}

.about-us1 img{
  border-radius: 30px;
}
.page-about-us img
{
     border-radius: 30px;
}


/*banner*/

.bann-txt{
    width: 825px !important;
    height: 100px !important;
    top: 95px !important;
    position: absolute !important;
font-family: work sans,sans-serif !important;
letter-spacing: px !important;
    opacity: 1 !important;
    font-size: 29px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #ffff !important;
   
}
.bann-txt-1{
    width: 825px !important;
    height: 100px !important;
    top: 150px !important;
    position: absolute !important;
    font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 29px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #ffff !important;
   
}
.op-cha-1 span{
    font-size: 40px !important;
}
.bann-txt-2{
    width: 825px !important;
    height: 100px !important;
    top: 160px !important;
    position: absolute !important;
     font-family: work sans,sans-serif !important;
letter-spacing: 0px !important;
    opacity: 1 !important;
    font-size: 29px !important;
    z-index: 1 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    color: #ffff !important;
   
}
.op-cha-1
{
    opacity: 1 !important;
}

#section-no-bg .section-title
{
  margin-bottom: 20px;
}
#section-no-bg h5
{
  /*font-size: 23px !important;*/
}

.fa-check:before {
    content: "\f00c";
    font-size: 19px;
    position: absolute  !important;
    top: 31%  !important;
    left: 34%  !important;
}

.about-3rd-seg
{
  padding: 40px 0px 0px 0px;
}
.border-img
{
border-radius: 30px;
}
.mar-btm-60
{
margin-bottom: 60px;
}
.about-us-service
{
  padding: 40px 0px 40px 0px;
}
.about-us-service .section-title
{
 text-align: left;
}
.pt-left-100
{
  padding-left: 100px !important;
}

.why .why-choose-icon
{
  display: flex;
  justify-content:center;
}
.txt-jusify
{
  text-align: justify !important;
}

.services-layout3 .section-title
{
  text-align: center !important;
  margin-bottom: 30px !important;
}
.our-testimonial-home .swiper-pagination 
{
 display: none !important;
}
.our-story-body ul
{
  margin-bottom: 30px !important;
}
/*praveen*/
@media (max-width:991px){
    .mb-txt-center{
        text-align: center !important;
    }
    .mb-pd{
        padding: 30px 0 0 0 !important;
    }
    .mb-mb-20{
        margin-bottom: 20px !important;
    }
    .phone {
    position: fixed;
    bottom: 78px !important;
  }
    a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 107px !important;
  right: 5px !important;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
    .mb-pd-0{
        padding: 0px !important;
    }
    .pt-left-100{
        padding: 15px !important;
    }
    .mb-pd-20{
        padding: 20px 0 20px 0 !important;
    }
    .mb-pd-10{
        padding: 10px 0 10px 0 !important;
    }
    .mb-m-0{
        margin: 0px !important;
    }
        .mb-pd-btm-20 {
        padding: 0px 0 20px 0 !important;
    }
    .mb-0
    {
        margin-bottom: 0px !important;
    }
    
}

.sec-padding{
    padding: 40px 0 40px 0 !important;
}
.chackmark li{
    list-style-type: none;
    display: flex;
    gap: 10px;
    align-items: baseline;
}
.all-btns li{
    list-style-type: none;
}







/*Installation*/
/*install 1st start*/
.about-us.v1 .big-img,.about-us.v1 .profile-img,.about-us.v1 .small-img,.about-us.v2 .big-img,.about-us.v2 .profile-img,.about-us.v2 .small-img {
        overflow: hidden
    }

    .about-us.v1 .big-img img,.about-us.v1 .profile-img img,.about-us.v1 .small-img img,.about-us.v2 .big-img img,.about-us.v2 .profile-img img,.about-us.v2 .small-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .about-us.v1 .box-imgs,.about-us.v2 .box-imgs {
        position: relative;
        margin-left: auto;
        margin-right: auto
    }

    .about-us.v1 .box-imgs .big-img,.about-us.v2 .box-imgs .big-img,.blog-post-info .post-tag {
        margin-left: auto
    }

    .about-us.v1 .box-imgs .small-img,.about-us.v2 .box-imgs .small-img {
        position: absolute;
        z-index: 1
    }

    .about-us.v1 .certifi-list li .about-info-text {
        width: calc(100% - 59px);
        max-width: 100%
    }

    .about-us.v1 .box-imgs .big-img {
        max-width: 385px
    }

    .about-us.v1 .box-imgs .big-img~.experience {
        position: absolute;
        padding: 30px 40px;
        display: none;
        width: 281px;
        left: 32px;
        text-align: inherit;
        bottom: 49px;
        z-index: 2
    }

    .about-us.v1 .box-imgs .small-img {
        max-width: 275px;
        top: 115px;
        left: 84px;
        border: 12px solid white;
    }
    .about-us.v1 .box-imgs .experience {
    padding: 30px;
    text-align: center;
    background: #ebfa9e
}
@media (min-width:1200px){
    .about-us.v1 .box-imgs,.about-us.v2 .box-imgs,.why-choose-us.v2 .box-imgs {
        width: 100%;
        margin: 0
    }

    .about-us.v1 .certifi-list li {
        width: 100%
    }

    .about-us.v1 .all-btns,.why-choose-us.v1 .all-btns,.why-choose-us.v1 .chackmark,.why-choose-us.v2 .all-btns,.why-choose-us.v2 .chackmark {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .about-us.v1 .box-imgs .experience .text-2 {
        font-size: 48px
    }
    .btn-anime.v1:not(.small-size),.btn-anime.v2:not(.small-size),.btn-anime.v3:not(.small-size),.btn-anime.v4:not(.small-size),.link-anime.v1:not(.small-size),.link-anime.v2:not(.small-size),.link-anime.v3:not(.small-size),.link-anime.v4:not(.small-size) {
    padding: 2px 2px 2px 30px;
    }
    .pl-xl-55 {
            padding-left: 55px;
        }
}
.mt-37 {
    margin-top: 37px;
}
.about-us.v1 .certifi-list li,.sidebar__wrapper .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.sidebar__wrapper .info-list i {
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px
}
.about-us.v1 .certifi-list li i {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    background: #ebfa9e
}
.about-us.v1 li{
    list-style-type: none;
}
.btn-anime.v1,.btn-anime.v2,.btn-anime.v3,.btn-anime.v4,.btn-anime.v5,.link-anime.v1,.link-anime.v2,.link-anime.v3,.link-anime.v4,.link-anime.v5 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap
}

.btn-anime.v1 .num,.btn-anime.v1 i,.btn-anime.v2 .num,.btn-anime.v2 i,.btn-anime.v3 .num,.btn-anime.v3 i,.btn-anime.v4 .num,.btn-anime.v4 i,.btn-anime.v5 .num,.btn-anime.v5 i,.link-anime.v1 .num,.link-anime.v1 i,.link-anime.v2 .num,.link-anime.v2 i,.link-anime.v3 .num,.link-anime.v3 i,.link-anime.v4 .num,.link-anime.v4 i,.link-anime.v5 .num,.link-anime.v5 i {
    font-size: 12px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.btn-anime.v1:not(.small-size),.btn-anime.v2:not(.small-size),.btn-anime.v3:not(.small-size),.btn-anime.v4:not(.small-size),.link-anime.v1:not(.small-size),.link-anime.v2:not(.small-size),.link-anime.v3:not(.small-size),.link-anime.v4:not(.small-size) {
    padding: 2px 2px 2px 30px;
}

.btn-anime.v1:not(.small-size) .num,.btn-anime.v1:not(.small-size) i,.btn-anime.v2:not(.small-size) .num,.btn-anime.v2:not(.small-size) i,.btn-anime.v3:not(.small-size) .num,.btn-anime.v3:not(.small-size) i,.btn-anime.v4:not(.small-size) .num,.btn-anime.v4:not(.small-size) i,.link-anime.v1:not(.small-size) .num,.link-anime.v1:not(.small-size) i,.link-anime.v2:not(.small-size) .num,.link-anime.v2:not(.small-size) i,.link-anime.v3:not(.small-size) .num,.link-anime.v3:not(.small-size) i,.link-anime.v4:not(.small-size) .num,.link-anime.v4:not(.small-size) i {
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px
}

.btn-anime.v1.small-size,.btn-anime.v2.small-size,.btn-anime.v3.small-size,.btn-anime.v4.small-size,.link-anime.v1.small-size,.link-anime.v2.small-size,.link-anime.v3.small-size,.link-anime.v4.small-size {
    padding: 2px 2px 2px 24px
}

.btn-anime.v1.small-size .num,.btn-anime.v1.small-size i,.btn-anime.v2.small-size .num,.btn-anime.v2.small-size i,.btn-anime.v3.small-size .num,.btn-anime.v3.small-size i,.btn-anime.v4.small-size .num,.btn-anime.v4.small-size i,.link-anime.v1.small-size .num,.link-anime.v1.small-size i,.link-anime.v2.small-size .num,.link-anime.v2.small-size i,.link-anime.v3.small-size .num,.link-anime.v3.small-size i,.link-anime.v4.small-size .num,.link-anime.v4.small-size i {
    width: 44px;
    height: 44px;
    font-size: 10px;
    text-align: center;
    line-height: 44px
}

.btn-anime.v1.border-line,.btn-anime.v2.border-line,.btn-anime.v3.border-line,.btn-anime.v4.border-line,.link-anime.v1.border-line,.link-anime.v2.border-line,.link-anime.v3.border-line,.link-anime.v4.border-line,.play-btn-text.v1:not(.bouns-anime) .play-i::before,.play-btn-text.v1:not(.bouns-anime):hover .play-i::before {
    border: 1px solid black
}

.btn-anime.round-border-small,.btn-anime.v1.round-border-small .num,.btn-anime.v1.round-border-small i,.btn-anime.v2.round-border-small .num,.btn-anime.v2.round-border-small i,.btn-anime.v3.round-border-small .num,.btn-anime.v3.round-border-small i,.btn-anime.v4.round-border-small .num,.btn-anime.v4.round-border-small i,.link-anime.round-border-small,.link-anime.v1.round-border-small .num,.link-anime.v1.round-border-small i,.link-anime.v2.round-border-small .num,.link-anime.v2.round-border-small i,.link-anime.v3.round-border-small .num,.link-anime.v3.round-border-small i,.link-anime.v4.round-border-small .num,.link-anime.v4.round-border-small i {
    border-radius: 12px
}

.btn-anime.v1.round-border-full .num,.btn-anime.v1.round-border-full i,.btn-anime.v2.round-border-full .num,.btn-anime.v2.round-border-full i,.btn-anime.v3.round-border-full .num,.btn-anime.v3.round-border-full i,.btn-anime.v4.round-border-full .num,.btn-anime.v4.round-border-full i,.link-anime.v1.round-border-full .num,.link-anime.v1.round-border-full i,.link-anime.v2.round-border-full .num,.link-anime.v2.round-border-full i,.link-anime.v3.round-border-full .num,.link-anime.v3.round-border-full i,.link-anime.v4.round-border-full .num,.link-anime.v4.round-border-full i {
    border-radius: 80px
}

.btn-anime.v1,.btn-anime.v2,.link-anime.v1,.link-anime.v2 {
    color: white;
    border: 1px solid #2a514c;
    background: #2a514c
}

.btn-anime.v1 .num,.btn-anime.v1 i,.btn-anime.v2:hover i,.btn-anime.v3,.btn-anime.v3:hover .num,.btn-anime.v3:hover i,.btn-anime.v4,.btn-anime.v4:hover .num,.btn-anime.v4:hover i,.link-anime.v1 .num,.link-anime.v1 i,.link-anime.v2:hover i,.link-anime.v3,.link-anime.v3:hover .num,.link-anime.v3:hover i,.link-anime.v4,.link-anime.v4:hover .num,.link-anime.v4:hover i {
    color: #2a514c;
    background: white
}

.btn-anime.v1:hover i,.btn-anime.v2 .num,.btn-anime.v2 i,.btn-anime.v4 .num,.btn-anime.v4 i,.link-anime.v1:hover i,.link-anime.v2 .num,.link-anime.v2 i,.link-anime.v4 .num,.link-anime.v4 i {
    color: #2a514c;
    background: #ebfa9e
}
.btn-anime.v5:hover::before,.link-anime.v5:hover::before {
    width: calc(100% - 25px)
}

.btn-anime.round-border-full,.link-anime.round-border-full {
    border-radius: 50px;
}


/*installation 1st End*/
/*Maintainence*/
@media (min-width: 768px) {
    .chackmark.v2, .chackmark.v3, .chackmark.v4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        
        align-items: flex-start;
    }
}
@media (min-width: 1200px) {
    .about-us.v1 .all-btns, .why-choose-us.v1 .all-btns, .why-choose-us.v1 .chackmark, .why-choose-us.v2 .all-btns, .why-choose-us.v2 .chackmark {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (min-width: 768px) {
    .why-choose-us.v1 .chackmark, .why-choose-us.v2 .chackmark {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .chackmark.v2 {
        gap: 15px 40px;
    }
}
.text-capital{
    font-size: 14px;
}

/** timeline-work **/

.timeline-work{
  position: relative;
  padding: 40px 0px 40px 0px;
}

.timeline-work .sec-title h2{
  line-height: 30px;
  margin-bottom: 12px;
}

.timeline-work .inner-content .single-item{
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}

.timeline-work .inner-content .single-item:first-child,
.timeline-work .inner-content .single-item:nth-child(3),
.timeline-work .inner-content .single-item:last-child{
  padding-top: 0px;
}

.timeline-work .inner-content .single-item .year{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 150px;
  /*background-image:url(dass4pro-mist/images-mist/images/webimages/witty-pops-01.png);*/
  background: #fff;
  border-radius: 50%;
  border: 22px solid #b8ce00;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 133px;
  box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 1500ms ease;
}

.timeline-work .inner-content .single-item:hover .year{
  transform: rotate(360deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year,
.timeline-work .inner-content .single-item:nth-child(4) .year{
  margin-bottom: 56px;
}

.timeline-work .inner-content .single-item:nth-child(2) .year{
  border-color: #fdbb0d;
}

.timeline-work .inner-content .single-item:nth-child(4) .year{
  border-color: #eb1d2f;
}

.timeline-work .inner-content .single-item:nth-child(3) .year{
  border-color: #5da8f0;
}

.timeline-work .inner-content .single-item:last-child .year{
  border-color: #a8107e;
}

.timeline-work .inner-content .single-item .year:before{
  position: absolute;
  content: '';
  background: #b8ce00;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.timeline-work .inner-content .single-item:first-child .year:before,
.timeline-work .inner-content .single-item:nth-child(3) .year:before,
.timeline-work .inner-content .single-item:last-child .year:before{
  top: -70px;
}

.timeline-work .inner-content .single-item:nth-child(3) .year:before{
  background: #5da8f0;
}

.timeline-work .inner-content .single-item:last-child .year:before{
  background: #a8107e;
}

.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  background: #eb1d2f;
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before,
.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  bottom: -70px;
  transform: rotate(180deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before{
  background: #fdbb0d;
}

.timeline-work .inner-content .single-item:first-child:after,
.timeline-work .inner-content .single-item:nth-child(3):after,
.timeline-work .inner-content .single-item:last-child:after{
  bottom: 133px;
}

.timeline-work .inner-content .single-item .text{
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 74px;
}

.timeline-work .inner-content .single-item:nth-child(2) .text,
.timeline-work .inner-content .single-item:nth-child(4) .text{
  margin: 0px;
}

.timeline-work .inner-content .single-item .month{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #a3c300;
}

.timeline-work .inner-content .single-item .month:before{
  position: absolute;
  content: '';
  background: #d0d2db;
  width: 1px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-work .inner-content .single-item:first-child .month:before,
.timeline-work .inner-content .single-item:nth-child(3) .month:before,
.timeline-work .inner-content .single-item:last-child .month:before{
  top: -94px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:before,
.timeline-work .inner-content .single-item:nth-child(4) .month:before{
  bottom: -38px;
}

.timeline-work .inner-content .single-item .month:after{
  position: absolute;
  content: '';
  background: #b8ce00;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.timeline-work .inner-content .single-item:first-child .month:after,
.timeline-work .inner-content .single-item:nth-child(3) .month:after,
.timeline-work .inner-content .single-item:last-child .month:after{
  top: -40px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after,
.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  bottom: 15px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after{
  background: #fdbb0d;
}

.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  background: #eb1d2f;
}

.timeline-work .inner-content .single-item:nth-child(3) .month:after{
  background: #5da8f0;
}

.timeline-work .inner-content .single-item:last-child .month:after{
  background: #a8107e;
}

.timeline-work .inner-content .single-item:nth-child(2) .month,
.timeline-work .inner-content .single-item:nth-child(4) .month{
  margin-bottom: 80px;
  padding-bottom: 52px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month{
  color: #fdbb0d;
}

.timeline-work .inner-content .single-item:nth-child(4) .month{
  color: #eb1d2f;
}

.timeline-work .inner-content .single-item:nth-child(3) .month{
  color: #5da8f0;
}

.timeline-work .inner-content .single-item:last-child .month{
  color: #a8107e;
}

.timeline-work .inner-content .single-item:after{
  position: absolute;
  content: '';
  background: url(../../images-mist/images/webimages/Installation/pattern-29.png);
  width: 238px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.timeline-work .inner-content .single-item:nth-child(2):after,
.timeline-work .inner-content .single-item:nth-child(4):after{
  background: url(../../images-mist/images/webimages/Installation/pattern-30.png);
  top: 124px;
  height: 66px;
  background-repeat: no-repeat;
}

.timeline-work .inner-content .single-item.final-chilld:after {
    bottom: 166px;
}

.our-project{
    background: url(../../images-mist/images/webimages/working-process/bg-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
  /*  padding: 40px 0 80px 0 !important;*/
}
/*.our-project::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .9;
    background: #2a514c;
    z-index: -1;
}*/
.our-project .section-title {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 40px 0;
}

@media(min-width:1200px){
    .our-project.v1 .slider{
         width:122%
    }
}

.maintan-title{
     font-size: 21px;
    font-weight: 500;
}
.work-process-card{
    text-align: center ;
}
.work-process.v1 .work-process-card .icon-step i {
    display: block;
    width: 65px;
    height: 65px;
    font-size: 25px;
    line-height: 65px;
    border-radius: 100px;
    color: #2a514c;
    background: #ebfa9e;
    margin: 0 auto
}
.work-process.v1 .work-process-card .icon-step .text-para-4 {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    background: #020a3e;
    border-radius: 50px;
}
.work-process-body h6{
    font-size: 24px;
}
.work-process-body p{
    font-size: 16px;
}
/*.about-carousel img
{
  width:430px !important;
  height: 430px !important;
}*/

header.main-header .header-sticky.active .main-menu ul.services li a {
    color: #fff !important;
}
header.main-header .header-sticky.active .main-menu ul.process li a {
    color: #fff !important;
}
.align-center
{
  display: flex;
  align-items:center;
}

.drop-btn
{
box-shadow: 0px 1px 8px 0px #0000009e;
    border-radius: 10px;
    padding: 11px 20px;
  }
.padd-btm-tp
{
  padding: 15px 0px;
}

.service-slide3 h2, .service-slide3 h5
{
    font-size: 25px !important;
}

.padd-btm-20
{
padding-bottom:20px;
}

.container-install-seg
{
max-width: 1200px;
}



/*whatsapp*/
.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}

#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: 90px;
  right: 14px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 97px;
    right: 15px;
  font-size: 14px;
  padding: 5px 5px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  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 {
  border-radius: 100%;
  width: 50px;
  background: #fff;
  padding: 6px;
  float: left;
  margin: 0 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;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}

a#send-it {
  /*width: 30px;*/
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
 /* border-radius: 10px;*/
}
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: 15%;
    right: 5%;
    font-size: 80%;
  }
}
#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: 10px 10px 10px 10px;
  background-color: #e6ddd4;
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
}

.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("../../images-mist/images/webimages/whatsapp/side-extend.png");
  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: rgba(0, 0, 0, 0.4);
}

.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;
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}
.mar-btm-25
{
margin-bottom: 25px !important;
}
.txt-lft
{
  text-align: left !important;
}
.mar-0{
 margin-bottom: 0px !important;
}
#section-no-bg .center-img
{
    margin-bottom: 20px;
} 
.mb-bottom-20
{
    margin-bottom: 20px !important; 

}
.margin-tp-20
{
    margin-top: 20PX;
}
.maintanance-btn
{
text-align: center;
    margin-top: 20px;
    font-size: 26px;
    margin-bottom: 40px;
  }

.issue-sec-icon
{
  position: relative;
  background-color: #ff8001;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.work-process
{
  padding: 40px 0px 20px 0px;
}
.contact-form-box {
        padding: 40px 0px 0px 0px;
    }

.our-project-overlay
{
background: rgb(0 0 0 / 54%) !important;
}


@media only screen and (min-width: 991px) and (max-width: 1300px) {
.testimonial-box-layout10 .item-content p
{
margin: 0px 42px !important;
}
  }

  
  @media only screen and (min-width: 1000px) and (max-width: 1500px) {
  .about-us .about-img-1{
  width:89% !important; 

  }
}
@media only screen and (min-width: 1501px){
.about-carousel .swiper
{
 width:75% !important;
}
}

@media only screen and (max-width: 500px){
.about-carousel .swiper
{
 width:100% !important;
}
}

.header-sticky.hide .header-none {
    display: block !important;
}
.header-sticky.hide .header-block {
    display: none !important;
}
.phone
{
  position: fixed;
    bottom: 65px;
    left: 13px;
    z-index: 99999;
}
.slicknav_nav li.current a.a-clr{

color: #ff8001 !important;

}
.slicknav_nav li.current.in-h a{
    color: #ff8001 !important;
}

nav.main-menu ul.menu li.active>a
{
  color: #a89a53;
}
.theme-clr{
  color: #020a3e;
}
.seo-p{
  line-height: 1.6em;
  font-size: 16px !important; 
  font-weight: 500  !important;
  color: #000;
  text-align: justify;
}

.margquee-list{
font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}
.marq-bg{
    padding: 10px 0 0 0;
    background: #ff8001;
}
.responsive-img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
    a.blantershow-chat {
        right: 4.1% !important;
    }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  a.blantershow-chat {
right: 2.1% !important;
}
}

