
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	scroll-behavior: smooth;
}
  
body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Rubik', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}

.grid{
	margin:0px auto;
  	padding:0px 15px;
	width: 1024px;
}


/*font-family: 'Poppins', sans-serif;
font-family: 'Cabin', sans-serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}


/********* menu ****/


.menu{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 110px;
}
.menu-row{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}	
.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 280px;
}
.menu-row ul{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: max-content;
}	
.menu-row ul li{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}	
.menu-row ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 41px 10px;
	font-weight: 700;
	font-size: 15px;
	color: #1b1a1a;
	letter-spacing: .4px;
	border-bottom: 2px solid transparent;
	position: relative;
}
.menu-row ul li a:hover{
	color: #42a935;
	width: 10%;
	position: relative;
}	
.menu-row ul li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background: #42a935;
	-webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
.menu-row ul li a:hover::after{
	width: 100%;
}
.menu-row ul li a.active{
	color: #42a935;
}	
.menu-row ul li a.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #42a935;
}
.menu-row ul li.last{
	margin: 0px 0px 0px 0px;
}	

a.req{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	background: #42a935;
	width: 179px;
	line-height: 56px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
a.req span{
	position: relative;
	z-index: 9;
}
a.req i.fa {
	margin: 0px 0px 0px 10px;
	font-size: 15px;
}
a.req:hover{
	color: #fff;
}
a.req::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	color: #fff;
	background: #000;
	-webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
a.req:hover:hover::after{
	color: #fff;
	width: 100%;
}

/****** banner *****/

.banner{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.banner .item{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: url(../images/banner-bg.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 570px;
	display: flex;
	align-items: center;
}
.banner .item2{
	background: url(../images/banner-bg2.png) center center no-repeat;
	background-size: cover;
}	
.banner-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.banner-text h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 70px;
	color: #fff;
	text-shadow: 0px 3px 9px rgba(0,0,0,.85);
}
.banner-text p {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 24px;
	color: #fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.85);
}
.owl-nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
}
button.owl-prev{
	margin: 0px 0px 0px 0px;
	background: url(../images/lt-arrow.png) center center no-repeat !important;
	width: 23px;
	height: 42px;
	float: left;
}
button.owl-prev:hover{
	opacity: .65;
}
button.owl-next{
	margin: 0px 0px 0px 0px;
	background: url(../images/rt-arrow.png) center center no-repeat !important;
	width: 23px;
	height: 42px;
	float: right;
}
button.owl-next:hover{
	opacity: .65;
}
.owl-nav span{
	display: none;
}


/****** energy *******/

.energy{
	margin: 0px 0px 0px 0px;
	padding: 125px 0px 155px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.energy-row{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.energy-left{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}	
img.nrgy{
	width: 100%;
	border-radius: 5px;
}
.nrgy-bx{
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	border-radius: 5px;
	background: #42a935;
	width: 218px;
	height: 240px;
	display: flex;
	align-items: center;
	position: absolute;
	left: -40px;
	top: 70px;
}
.nrgy-bx-in{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.nrgy-bx-in i.far{
	margin: 0px 0px 0px 0px;
	font-size: 45px;
	color: #fff;
}
.nrgy-bx-in h4{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 37px;
	color: #fff;
}	
.nrgy-bx-in h4 span{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	display: block;
}	

.energy-right{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 58%;
}
.energy-right h4 {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 16px;
	color: #42a935;
	background: #f3fff1;
	width: 72%;
	border-radius: 3px;
}
.energy-right h2 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 40px;
	color: #253745;
	line-height: 55px;
}
.energy-right p {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 16px;
	color: #253745;
	line-height: 27px;
}
.energy-text{
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.energy-text2{
	margin: 25px 0px 0px 0px;
}
.energy-lft{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 350px;
}
.energy-lft h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	color: #253745;
	line-height: 27px;
}
.energy-lft p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 16px;
	color: #253745;
	line-height: 27px;
}	
.energy-rght{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}
.energy-rght h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 17px;
	color: #9B9B9B;
	line-height: 27px;
}
.energy-rght ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.energy-rght ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 15px;
	color: #9B9B9B;
}
.energy-rght ul li i.fas{
	margin: 0px 12px 0px 0px;
	color: #42a935;
}
.energy-rght ul li.last{
	margin: 0px 0px 0px 0px;
}	
a.read{
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	width: 165px;
	line-height: 56px;
	background: #42a935;
}
a.read i.fa{
	margin: 0px 0px 0px 10px;
}
a.read:hover{
	color: #fff;
	background: #227917;
}		


/***** product *****/

.product{
	margin: 0px 0px 0px 0px;
	padding: 125px 0px 160px 0px;
	background: #253745;
	overflow: hidden;
	width: 100%;
}
.product-row{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.product-left {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: none;
	width: 845px;
	text-align: center;
}
.product-left h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #42a935;
}	
.product-left h2{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 35px;
	color: #fff;
	line-height: 42px;
}	
.product-right{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 566px;
}
.product-right p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}	
.product-right p.last{
	margin: 20px 0px 40px 0px;
}	
.product-right ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.product-right ul li{
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.product-right ul li a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	width: 175px;
	line-height: 55px;
	border-radius: 5px;
	background: #42a935;
	border: 2px solid transparent;
}
.product-right ul li a i.fa{
	margin: 0px 0px 0px 10px;
}
.product-right ul li a:hover{
	color: #fff;
	background: #227917;
}
.product-right ul li.last{
	margin: 0px 0px 0px 0px;
}	
.product-right ul li.last a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	width: 175px;
	line-height: 55px;
	border-radius: 5px;
	background: transparent;
	border: 2px solid #fff;
}
.product-right ul li.last a:hover{
	color: #42a935;
	background: #fff;
}


.product-flex{
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	column-gap: 20px;
	column-count: 4;
}
.product-flex .item{
	width: 100%;
}
.product1{
	margin: 0px 0px 0px 0px;
	padding: 35px 30px 0px 30px;
	width: 100%;
	height: 365px;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}
.product1-text{
	margin: 0px 0px 0px 0px;
}
.product1 img.icn1 {
	margin: 0px auto 20px auto;
	display: block !important;
	width: 40px !important;
}
.product1 h4{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 600;
	font-size: 19px;
	color: #2b3e4b;
	text-align: center;
}	
.product1 p{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #2b3e4b;
	text-align: center;
	line-height: 25px;
}	
a.more{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	width: 36px;
	background: #1b1a1a;
	border-radius: 50%;
	display: block;
	align-items: center;
	justify-content: center;
}
a.more span{
	display: none;
	float: left;
	text-align: center;
	-webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
.product1:hover a.more{
	padding: 0px 0px 0px 30px;
	width: 156px;
	border-radius: 40px;
	background: #42a935;
	color: #fff;
}
.product1:hover a.more span{
	display: block;
}
.product .owl-carousel .owl-dots {
	display: block !important;
}


/***** system ******/ 

.system{
	margin: 0px 0px 0px 0px;
	padding: 120px 0px 140px 0px;
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.system-row{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.system-left{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 43%;
}
.system-left h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #42a935;
}	
.system-left h2{
	margin: 15px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 34px;
	color: #282828;
}	
.system-left p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #9b9b9b;
}
.system-left p.last{
	margin: 15px 0px 0px 0px;
}	

a.feature{
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	background: #42a935;
	width: 264px;
	line-height: 56px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
a.feature span{
	position: relative;
	z-index: 9;
}
a.feature i.fa {
	margin: 0px 0px 0px 10px;
	font-size: 15px;
}
a.feature:hover{
	color: #fff;
}
a.feature::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	color: #fff;
	background: #000;
	-webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
a.feature:hover:hover::after{
	color: #fff;
	width: 100%;
}

.system-right{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 51%;
}
.system-flex{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;
	column-count: 2;
	column-gap: 40px;
}
.system1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
img.icon1 {
	margin: 0px 0px 0px 0px;
	display: block;
	width: 48px;
}
.system1 h4{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 500;
	font-size: 18px;
	color: #1b1a1a;
}	
.system1 p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 15px;
	color: #9b9b9b;
}	

.system-flex3{
	margin: 0px 0px 0px 0px;
}
.system2{
	margin: 0px 0px 0px 0px;
	padding: 35px 35px;
	border-radius: 5px;
	background: #42a935;
	position: relative;
}

.system2 h3{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
}
.system2 p{
	color: #fff;
}	
.system2 i.fa {
	margin: 0px 0px 0px 0px;
	font-size: 115px;
	color: rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	right: 0;
}


/******** testimonial *******/

.testimonial{
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 100px 0px;
	background: #f9f9f9;
	overflow: hidden;
	width: 100%;
}
.testimonial h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 700;
	font-size: 16px;
	color: #42a935;
	text-align: center;
}	
.testimonial h2{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 35px;
	color: #000;
	line-height: 42px;
	text-align: center;
}	
.testimonial-row{
	margin: 70px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
.client-flex{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.client-bx {
	margin: 0px auto 0px auto;
	padding: 44px 65px 44px 65px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.15);
	width: 90%;
}
.client-bx p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	font-size: 28px;
	color: #000;
	line-height: 45px;
}

.owner {
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	z-index: 9;
}
.owner-text{
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 0px 0px;
	float: left;
}	
.owner-text h4{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 28px;
	color: #4fad11;
}	
.owner-text h5{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: 300;
	font-size: 19px;
	color: #767676;
	line-height: 27px;
}	
img.clnt{
	margin: -38px 0px 0px 0px;
	float: right;
	width: auto !important;
}
.testimonial .owl-nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	height: 60px;
}
.testimonial button.owl-prev{
	margin: -66px 0px 0px -20px;
	background: url(../images/lt-arrow2.png) center center no-repeat !important;
	background-size: cover;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.testimonial button.owl-next{
	margin: -66px -20px 0px 0px;
	background: url(../images/rt-arrow2.png) center center no-repeat !important;
	background-size: cover;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.testimonial .owl-nav span{
	display: none;
}

/******* footer ******/

.footer{
	margin: 0px 0px 0px 0px;
	padding: 120px 0px 30px 0px;
	background: #161616;
	overflow: hidden;
	width: 100%;
}
.footer ul{
	margin: 50px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: max-content;
}
.footer ul li{
	margin: 0px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
.footer ul li a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	letter-spacing: .4px;
	position: relative;
}
.footer ul li a:hover{
	color: #42a935;
}
.footer ul li.last{
	margin: 0px 0px 0px 0px;
}	
a.footer-logo{
	margin: 0px auto 00px auto;
	width: max-content;
	display: block;
}
.copy{
	margin: 120px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	width: 100%;
	border-top: 1px solid #253745;
}
.copy p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	text-align: center;
}	