﻿::-moz-selection {
     background-color: #27e2ba;
     color: #fff;
}
 ::selection {
     background-color: #27e2ba;
     color: #fff;
}
:root{
    --primary-color:#27e2ba;
    --secondary-color:#d9d9d9;
    --block-color:#1a1a1a;
}
html, body{
	position:relative;
  scroll-behavior: smooth;
}
 body {
     color: #000;
     font-family: "Lato", sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height:24px;
     position: relative;
     overflow-x: hidden;
     letter-spacing: 0.2px;
      background: url(../images/body_bg-new.png) repeat-y;
}
 ol, ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 select {
     display: block;
}
 figure {
     margin: 0;
}
 a {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
	 color:#1a1a1a;
}
 a:hover{
    color:#33404c
}
 iframe {
     border: 0;
}
 a, a:focus, a:hover, a:active, button, button:focus, button:hover, button:active {
     text-decoration: none;
     outline: 0;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
     text-decoration: none;
     outline: 0;
}
i.icon-check.icons {
    color: #006e2f;
}

 .common_h1, h1 {
    font-size: 36px;
}
 .common_h2, h2 {
    font-size: 33px;
    margin-bottom: 15px;
}
 .common_h3, h3 {
     font-size: 26px;
}
 .common_h4, h4 {
     font-size: 20px;
}
 .common_h5, h5 {
     font-size: 18px;
}
 .common_h6, h6 {
     font-size: 16px;
}
 h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    color: #1a1a1a;
    font-family: "Unbounded", sans-serif;
    letter-spacing: 0;
    font-weight: 700;

}
 section {
     padding: 50px 0px;
}
 section .container {
     padding-left: 0px;
     padding-right: 0px;
}

.btn {
    margin-top: 10px;
    position: relative;
    padding: 5px 22px;
    background: transparent;
    background: #31975D;
    color: #fff;
    font-weight: 500;
    border-radius: 28px;
}
.btn:hover{
    background:hsl(146, 51%, 29%) ;
    color: #fff;
}
/*header csss*/
#header {
     background:transparent;
     left: 0;
     top: 0;
     right: 0;
     transition: all 0.5s;
     z-index: 999;
	   position:fixed;
}

.fixed-top1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background:#1a1a1a !important;
     transition: all 0.5s;
}


/*menu csss*/
.nav-menu li {
     margin-right: 25px;
     position: relative;
}
.contact-number.inner-page {
    padding: 10px 0;
}
nav.navbar.inner-page {
    padding: 9px 0;
}
 .nav-menu li a.nav-link {
     padding:18px 0px !important;
     text-decoration: none;
     display: inline-block;
     color: #d9d9d9   !important;
     font-size: 14px;
     font-weight:500;
     outline: none;
     border: 0px;
	   margin: 0 10px;
     position: relative;
     font-family: "Unbounded", sans-serif;

	
}
/* .nav-menu li a.nav-link::after {
    transition: all 220ms linear 0ms;
    position: absolute;
    content: "";
    bottom: -1px;
    z-index: 100;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 14px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background-color: var(--primary-color);
}
.nav-menu li a.nav-link.active::after{
    position: absolute;
    content: "";
    bottom: -1px;
    z-index: 100;
    display: block;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: var(--primary-color);
    transform: unset;
} */
.nav-menu li a.nav-link:hover::after {
    transform: translateX(-50%) scale(1);
}
.nav-menu li a.nav-link.active:hover::after{
    transform: unset;
}
.rolling-text {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

/**rolling text css**/
.nav-menu li a.nav-link:hover .rolling-text .letter,
.nav-menu li a.nav-link:hover .rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}



 .nav-menu li a.nav-link:hover{
	 color:var(--primary-color) !important;
 } 
.navbar{
	padding:0;
}
.navbar-nav li a.nav-link.active{
	color:var(--primary-color) !important;
}
.contact-number{
	float:left;
	padding:30px 0;
	margin-left: 30px;
}
.contact-number a{
	color:#333;
}
 .menu-active a, .menu_active, .nav-menu a:hover {
     color: #ecb920 !important;
}
 .dropdown:hover .dropdown-menu {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transition: .5s ease all;
}
 .dropdown-menu {
     display: block;
     visibility: hidden;
     opacity: 0;
     transform: translateY(50px);
     transform: translateX(-50px);
     transition: .2s ease all;
}
 .dropdown-menu.show {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transform: translateX(0px);
     transition: .2s ease all;
}
 .navbar-light .navbar-toggler-icon {
     display: none;
}
 .mega_sub_menu {
     width: 220px;
     display: inline-block;
     background: #fff;
     box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
     top: 47px;
     border-radius:unset;
	 left: -50%;
}
 .dropdown-item{
    color:#373d3e;
}
 .dropdown-menu{
    padding: 0 !important;
}
 .dropdown-divider{
    margin: 0 !important;
}
 .dropdown-item {
     padding: 5px 15px;
     font-size: 14px;
}
 .mega_sub_menu ul {
     border: none;
     background-color: transparent;
     box-shadow: none;
     border-radius: 0px;
}
 .breadcrumb-item + .breadcrumb-item{
    font-size: 12px
}
 .mega_sub_menu ul::before {
     display: none;
}
 .mega_sub_menu ul li:first-child {
     margin-top: -15px;
}
 i.fa.fa-angle-down {
     color:#33404c;
}
 .mega_sub_menu::before {
    left: 50%;
    content: "";
    border: 12px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: #d8dadc;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -24px;
    margin-left: -25px;
    position: absolute;
    background-color: transparent;
}
 .nav-menu ul a label {
     font-size: 15px;
     color: #626262;
     margin-bottom: 0px;
}
 .nav-menu ul a {
     color: #010101;
}
a.navbar-brand img {
    max-width: 105px;
}
#header.fixed-top1 a.navbar-brand img {
    max-width: 105px;
}

#header.fixed-top1 .contact-number {
    padding: 15px 0;
}
.contact-number a {
    color: #333;
    padding: 0 10px;
    display: inline-block;
    line-height: normal;
}
.border-aft-right{
	position:relative;
}
.border-aft-right::after{
	position:absolute;
	top:0;
	right:-3px;
	background:#da2c1b;
	content:'';
	width:1px;
	height:17px;
	
}
a.nav-item.active{
	position:relative;
}

.nav-menu li.active a{
	color:#12a95c !important;
}
.navbar-brand{
	float:left;
}
.top-menu{
	float:right
}
.head-top ul {
    float: left;
}
.head-top ul li {
    float: left;
	padding:0 10px;
	line-height:normal;
	border-right:1px solid #8fc6fd;
}
.head-top ul li:last-child{
	border-right:none;
}
.head-top ul li a {
    font-size: 13px;
    color: #fff;
	line-height: 14px;
}

#header .mobile-btn {
    margin-right: 15px;
    margin-top: 10px;
}

.mobile-btn i{
    font-size: 20px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block;
}
.main-logo{
    flex: 0 0 165px;
    position: relative;
    height: 75px;
}


.logo img{
    max-width: 150px;
}
/* side menu */

.side-menu-close-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.side-menu-close-btn img {
    max-width: 16px;
    cursor: pointer;
}
.side-menu-close-btn i{
    font-size: 24px;
}

.side-menu nav{
    width: 250px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.3s ease;
}
.side-menu.active nav{
    right: 0;
}
.side-menu nav ul{
    padding: 30px ;
}
.side-menu nav ul li{
    padding: 15px 0;
}
.side-menu nav ul li a{
    font-size: 16px;
    color: #31975D;
}
.talk-btn{
    background: #cfd500;
    padding: 10px 30px;
    color:#000;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.talk-btn:hover{
  color: #fff;
  background:var(--primary-color);
}
.fixed-top1 .top-header{
    display: none;
    transition: all 0.7s ease;
   
}
.fixed-top1 .logo{
    transition: all 0.5s ease;
    top:0;
}

.fixed-top1 .logo img{
    max-width: 150px;
}
.contact-btn a{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
header .container{
	padding: 0;
}
.banner{
  width: 100%;
  float: left;
  padding-top: 105px;
  background:#1a1a1a url(../images/body_bg.png) no-repeat;
  background-size: cover;
}
.banner .hello-text{
  font-weight: 500;
  font-size: 20px;
   color:var(--secondary-color);
}
.banner h1{
  line-height: 50px;
  color:var(--secondary-color);
}
.line{
  width: 50px;
  height: 3px;
  background: var(--primary-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.banner-circle img{
  max-width: 200px;
}
.banner-circle i{
      transform: rotate(-45deg);  
}
.p-text{
  font-size: 18px;
  line-height: 26px;
  color: var(--secondary-color);
  margin-top: 15px;
}
.banner-img img{
  max-width: 100%;
  border-radius:15px;
}
.banner-img{
  flex:0 0 49%;
}
.banner-img-sec{
  gap: 2%;
}
.statics{
  flex:0 0 20%;
  background: url(../images/bg.svg);
  border-radius: 15px;
  margin: 0 20px;
  padding: 30px 25px;
}
.star-img{
    max-width: 40px;
    margin-left: 25px;
}
.statics h2{
  color:var(--primary-color);
  margin-bottom: 0;
}
.statics p{
  color: #c3c3c3;
}
.statics-cnt {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.butn-circle {
    width: 150px;
    height: 150px;
    border-width: 1px;
    border-style: solid;
    background: var(--primary-color);
    border-image: initial;
    border-radius: 50%;
    transition: 0.4s;
    float: right;
    margin-right: 50px;
    transition: transform 0.3s ease;

}
.butn-circle:hover {
  background:#fff;
  transform: scale(1.1);
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.butn-circle span{
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
}
.row-sec-1{
  width: 100%;
  float: left;
 
}

.wc-btn-group {
    display: flex;
    width: -moz-fit-content;
    width: fit-content
}

.wc-btn-group>*:nth-child(1) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-end: -40px
}

.wc-btn-group>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group>*:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.wc-btn-group:hover>*:nth-child(1) {
    transform: scale3d(1, 1, 1);
    margin-inline-end: 0
}

.wc-btn-group:hover>*:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.wc-btn-group:hover>*:nth-child(3) {
    transform: scale3d(0.5, 0.5, 1);
    margin-inline-start: -40px
}

@keyframes mask_animation {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes mask_animation_2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}
.wc-btn-circle {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: var(--block-color);
}

.wc-btn-circle:hover {
    background-color:var(--block-color);
}

.wc-btn-circle i {
    transform: rotate(-45deg)
}

.wc-btn-primary {
    font-size: 14px;
    font-weight: 700 !important;
    background-color: var(--block-color);
    border-color: rgba(0, 0, 0, 0);
    color: var(--primary-color);
    padding: 0 23px;
    border-radius: 40px;
    line-height: 40px;
    position: relative;
    z-index: 99;

}

.wc-btn-primary:hover {
    background-color:var(--block-color);
    color: var(--primary-color);
    border-color: rgba(0, 0, 0, 0)
}
.abt-img{
  border-radius: 15px;
}
.vission-card{
  background: var(--block-color);
  height: 243px;
  width: 100%;
  border-radius: 15px;
}
.abt-cnt{
  padding-left: 50px;
  max-width: 95%;
}
.abt-shape img{
  max-width: 65px;
  margin-bottom: 15px;
  transform: rotate(330deg);
}
.row-sec-4{
  width: 100%;
  float: left;
  padding-top: 25px;
}
.products .items{
  width: 100%;
  float: left;
  overflow: hidden;
  transition: all 0.5s ease;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.products .items img{
    border-radius: 12px 12px 0 0;
     transition: all 0.5s ease;
}
.products .product-cnt {
    text-align: left;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 12px 12px;
    border-top: 0 !important;
    background: #fff;
}
.box{
  display: flex;
  gap:100px;
}
.c-logo img{
  max-width: 130px;
}
 
.products .owl-nav div, .testimonials .owl-nav div {
   width: 50px;
   height: 50px;
   background: #27e2ba;
   line-height: 44px;
   color: #9d6b34;
   bottom: 40%;
   color: #777777;
   position: absolute;
   transform: translateY(0%);
   text-align: center;
   border: 2px solid #27e2ba;
   transition: 0.3s;
   right: -10%;
   font-size: 20px;
   z-index: 1;
   border-radius: 50%;
 }
 .products .owl-nav div, .testimonials .owl-nav div{
   bottom: 23%;
 }
 .products .owl-nav, .testimonials .owl-nav{
   display: block !important;
 }
 .products .owl-nav .owl-prev, .testimonials .owl-nav .owl-prev {
   left: -10%;
 }
 .products .owl-nav button, .testimonials .owl-nav button{
   outline: none;
   border: none;
   background: none;
   line-height: normal;
 }
 .products .owl-nav .owl-prev img, .testimonials .owl-nav .owl-prev img{
   transform: rotate(180deg);
 }
 .products .owl-nav button img, .testimonials .owl-nav button img{
   max-width: 26px;
 }
 .products .owl-nav .owl-prev, .testimonials .owl-nav .owl-prev {
   right: 10%;
   top: -30%;
   left: auto;
}
.products  .owl-nav div, .testimonials  .owl-nav div{
   right: 4%;
   top: -30%;
   left: auto;
}
.product-cnt h4{
  font-weight: 500;
}
.row-sec-2{
  width: 100%;
  float: left;
  position: relative;
}
.box-card{
  background: url(../images/bg.svg) no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 35px 25px;
}
.box-card h4{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
/* .fea-img{
 
} */
.fea-img img{
  max-width: 60px;
  margin-bottom: 25px;
   transition: all 0.5s ease;
}
.wy-choose li{
  margin-bottom: 20px;
}
.row-sec-3{
  width: 100%;
  float: left;
  background: #f5f5f5;
}

.row-sec-3 img{
  max-width: 100%;
  border-radius: 15px;
}
.read-more-btn{
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight:500;
}
.read-more-btn i{
  color: #000;
  margin-left: 10px;
  transform: rotate(-35deg);
}
.abt-btm-shape {
  position: relative;

}
.abt-btm-shape img{
  position: absolute;
  max-width: 50px;
  bottom: 0px;
  right: 50px;
}
footer{
  width: 100%;
  float: left;
  background: url(../images/shape-68.png) no-repeat;
  padding: 50px 0 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
footer .links li {
    margin-bottom: 10px;
}
footer h3 {
    margin-bottom: 15px;
    color: #eee;
    font-size: 20px;
    font-weight: 600;
}
.links a {
  color: #ddd;
}
.contact-us-icon {
    margin-bottom: 10px;
}
.contact-us-icon p {
    margin: 0;
}
footer p {
    color: #ddd;
}
.contact-us-icon {
    display: flex;
    gap: 10px;
}
footer .paterns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
footer .paterns .tringle {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 150px);
    left: -200px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .paterns .tringle-right {
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 30px;
    position: absolute;
    top: calc(50% - 150px);
    right: -200px;
    left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  background: none;
  border: none;
  cursor: pointer;
}
.scrollToTop i {
  color: #1a1a1a;
  font-size: 30px;
  display: block;
  height: 37px;
  transition: all 1s ease 0s;
  width: 37px;
  border-radius: 50px;
  -ms-transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background: var(--primary-color);
  line-height: 37px;
  font-size: 20px;
}
.copyrights{
    border-top: 1px solid #373636;
    padding-top: 20px;
    margin-top: 30px;
}
.social-media{
  display: flex;
  gap: 20px;
}
.social-media li a{
  color: #ddd;
}
.font-500{
  font-weight: 500;
}
.bg-green{

  width: auto;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
  color:#0ed2a8;
  position: relative;
}

.abt-sec-2{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.card{
  padding: 25px;
  background: #fff;
  width: 100%;
  border: 1px solid #e7e7e7;
  text-align: center;
}
.card h4{
  font-size: 16px;
  font-weight: 500;
}
.abt-c-icon img{
  max-width: 50px;
  margin-bottom: 20px;
}
.st-circle {
    background: url(../images/bg.svg);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.st-circle h4{
  font-size: 20px;
  color:var(--primary-color);
  margin: 0;
}
.abt-sec-3{
  width: 100%;
  float: left;
  padding-top: 0;
}
.abt-sec-4{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.abt-sec-4 img{
    max-width: 100%;
    border-radius: 15px;
}
.testimonials-card {
    background-repeat: no-repeat;
    padding: 20px 30px;
    display: inline-block;
    position: relative;
    margin: 5px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    background: #fff;
}
.row-sec-5{
  width: 100%;
  float: left;
}
.quate-img img {
    max-width: 50px;
}
.client-img img {
    max-width: 70px;
    border-radius: 50%;
}
.row-sec-6 {
  width: 100%;
  float: left;
}
.row-sec-6 .lets-talk-card{
  background: url(../images/bg-green.svg) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 30px;
  position: relative;
  bottom: -50px;
  z-index: 99;
  border-radius: 15px;
}
.lets-talk-card p{
  max-width: 600px;
}
.abt-sec-5{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.fea-img h4{
  font-size: 24px;
  color: var(--primary-color);
}
.box-card p{
  color: #fff;
}
.team-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s;
}
.team-boxarea .img1 img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    transition: all 0.4s;
}
.team-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.team-boxarea .content {
    text-align: center;
    margin-top: 20px;
}
.inner-banner h2{
	color: var(--primary-color);
}
.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 20px 0 0;
}

.slider-track {
  display: flex;
  width: calc(250px * 12); /* 12 logos including duplicates */
  animation: scroll 30s linear infinite;
}

.item {
  width: 250px; /* Adjust size as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0;
}

.c-logo img {
  max-width: 130px;
  height: auto;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.c-logo img:hover {
  transform: scale(1.1);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.product-card{
  margin-bottom: 30px;
  overflow: hidden;
}
.product-card .product-img img{
  border-radius:12px 12px 0 0;
  width: 100%;
  transition: all 0.5s ease;
}
.product-card .product-cnt {
    text-align: left;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 0 0 12px 12px;
    background: #fff;
}
.product-list {

    padding: 40px 30px 16px;
    background:url(../images/bg-green.svg) no-repeat;
    max-width: 350px;
    position: sticky;
    top: 100px;
    min-height: 475px;
    border-radius: 15px;
}
.product-list ul li{
  position: relative;
  transition: all 0.5 ease;
}
.product-list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 13px 0 31px;
    font-weight: 500;
    line-height: 3.571428;
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    color: #1a1a1a;
}
.product-list ul li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--primary-color);
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.product-list ul li.active:before, .product-list ul li:hover::before{
  background-color:#1a1a1a;
}

.product-list li.active, .product-list li:hover{
  background: var(--primary-color);
  border-radius: 6px;
}


.product-details{
  width: 100%;
  float: left;
}
.product-details img{
  width: 100%;
  border-radius:15px;
  margin-bottom: 30px;
}
.product-cnt ul li{
  padding:0px 0 15px 30px;
  position: relative;
}
.product-cnt ul li::after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/check.svg) no-repeat;
  display: inline-block;
  background-size: 20px;
}
.single-contact-box{
  padding: 30px;
  border-radius: 15px;
  background:url(../images/bg-green.svg) no-repeat;
  background-size: cover;
  height: 485px;
}
.single-contact-cnt{
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}
.single-contact-cnt h5{
  margin-bottom: 5px;
  font-size: 17px;
}
.single-contact-cnt .con-img {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 20px;
    display: inline-block;
    color: #ffffff;
    background: var(--primary-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    flex: 0 0 50px;
    text-align: center;
    line-height: 47px;
}
.single-contact-cnt .con-img img{
  max-width: 24px;
}
.contac-sec-1{
  width: 100%;
  float: left;
  padding-top: 0;
}
.contact-form{
  background: #f5f5f5;
  padding: 30px;
  border-radius: 15px;
}

.contact-form .form-group{
  margin-bottom: 25px;
}
.contact-form input, .contact-form textarea{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background:#fff;
    padding: 15px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.submit-btn{
  padding: 11px 30px;
  font-size: 18px;
}
.fea-img:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.products .items:hover .product-img img{
   transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.counter {
  opacity: 0;
  transition: all 0.8s ease-out;
}

.counter.visible {
  opacity: 1;
}
.product-sec-1{
  background: #fff !important;
}
.product-sec-2 {
    background: #fff;
    width: 100%;
    float: left;
    padding-top: 0;
}
.pl-img img{
  max-width: 500px;
  width: 100%;
}
.accessories-img img{
  margin-bottom: 0;
}
.accessories-img {
    flex: 0 0 150px;
    margin-right: 25px;
}
.product-accessories ul li{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.product-accessories ul{
  margin-top: 20px;
}
.product-accessories ul li:last-child{
   border-bottom:none;
}
table.table.table-bordered {
    text-align: center;
}
table.table.table-bordered tr td:first-child, table.table.table-bordered tr th:first-child{
  text-align: left;
}
.mobile-view{
  display: none;
}
.side-menu li .active{
    color: var(--primary-color);
}

.side-menu nav {
    width: 300px;
    position: fixed;
    top: 0;
    right: -100%;
    background: #1a1a1a;
    height: 100%;
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: all 0.5s ease;
}
.side-menu.active {
    
    transition: all 0.5s ease;
}
.side-menu.active nav{
  right: 0;
   transition: all 0.5s ease;
}
.side-menu-close-btn {
   position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 99999;
    cursor: pointer;
}

.side-menu-close-btn img {
    max-width: 30px;
    cursor: pointer;
}
.side-menu nav ul {
    padding: 30px;
}
.side-menu nav ul li a {
    padding: 15px 0 0;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.side-menu nav .mobile-dropdown{
    padding: 0 0 0 15px;
}
.side-menu nav .mobile-dropdown li{
    padding: 10px 0;
    font-size: 13px;
}
.mobile-dropdown-li.active a{
    color: var(--primary-color);
}
.side-menu nav .mobile-dropdown.active{
    display: block;
}
.side-menu .mobile-menu ul li {
  padding: 0;
}
.side-menu nav .mobile-dropdown {
    display: none;
    transition: all 0.3s ease-in;
}
.side-menu.active {
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
footer .links li:hover a{
  color: var(--primary-color);
  transition: all 0.5;
}
.product-card .product-cnt{
  border-top: 0;
}
p.font-18 {
    font-size: 18px;
}
.side-menu nav ul li a:hover{
  color: var(--primary-color);
}
.infra-img img{
  max-width: 100%;
  border-radius: 15px;
}
.infra-img h4{
  text-align: center;
  margin-top: 10px;
}
.infra-img {
  margin-bottom:35px;
}
footer .logo img{
  max-width: 250px;
}
.social-media li a:hover{
  color: var(--primary-color);
}
.products .product-cnt p{
  min-height: 72px;
}
.product-card .product-cnt p{
   min-height: 72px;
}
.cus-ft-mobile span{
  color: #fff;
}
.cus-ft-mobile{
  gap: 10px;
}
.cus-ft-mobile i{
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
.side-mobile li{
  margin-bottom: 15px;
}
ul.side-mobile {
    position: absolute;
    bottom: 0;
}