@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: 'Manrope', sans-serif;

}

a {
  color: #6dc104;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Manrope', sans-serif;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 17px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 84px;
  font-weight: 700;
  line-height: 88px;
}

h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 66px;
}

h3 {
    font-size: 30px;
    font-weight: 500;
}

h4 {
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 400;
}

h5 {
  font-size: 19px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}
.btn_sec {
  margin-top: 26px;
}
.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #79d505;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #79d505;
  border-radius: 50%;
  z-index: 9999999999999999999999999999999999999999;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* ........Scroll top......... */
.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* ---------Moblie Call Action------------- */
.mobile-fixed-button{
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background: #79d505;
  border: 1px solid #79d505;
  padding: 11px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 500;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 16px;
}
.btn1:hover{
  background: initial;
  border: 1px solid #79d505;
  color: #79d505;
}
.btn2 {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 0px;
  display: inline-block;
  color: #000000;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 15px;
}
.btn2:hover{
  background: initial;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn3 {
  background: #000;
  border: 1px solid #000;
  padding: 12px 0px;
  display: inline-block;
  color: #fff;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 15px;
}
.btn3:hover{
  background: initial;
  border: 1px solid #000;
  color: #000;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}
#main_header .container-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main_header{
  width: 100%;
  padding: 10px 0;
position: absolute;
}
#main_header .menu_ber ul li {
  display: inline-block;
  margin-left: 43px;
}
#main_header .menu_ber ul li a {
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 15px;
	font-family: 'Manrope', sans-serif;
}

#main_header .menu_ber ul li a:hover{
  color: #79d505;
}

#main_header  .menu_lg{
  display: flex;
  align-items: center;
  justify-content: right;
}
#main_header .logo a img {
    width: 155px;
}
.btn_hd_sec {
	margin-left: 50px;
}
.banner .banner_heading h1 {
    text-shadow: 0px 0px 4px #000;
}
@media (min-width: 1200px){
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
/* banner */
.banner {
  background: url(../image/banner.jpg) no-repeat center;
  background-size: cover;
  padding: 360px 0 80px;
  background-position: bottom !IMPORTANT;
}
.banner .banner_heading{
  color: #fff;
}
.banner .text_left{
  text-align: right;
}
/* .banner .banner_heading h1 {
	font-size: 75px;
	line-height: 79px;
	font-weight: 600;
	margin-bottom: 10px;
} */
.banner .banner_heading h4 {
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 1px;
  margin-bottom: 0;
}
.banner .banner_heading h5 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.btn_gap{
  margin-right: 7px;
}
/* services_sec */
.services_sec .contented {
  text-align: center;
  padding: 32px 13px;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
  transition: all 0.5s !important;
}
.services_sec .contented:hover {
  background: #1e1e1e;
  color: #fff;
}
.top_img {
  margin-bottom: 18px;
}
.btom h6{
  margin-bottom: 0px;
}
.services_sec{
  background:#6dc104;
  color: #fff;
}
.services_sec .contented .top_img img {
	width: 67px;
}
.services_sec .contented .btom{
  margin-top: 9px;
}
.services_sec .contented h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
  color: #000;
}




/* pump_sec */
.pump_sec{
  text-align: center;
}
.heading h2 {
  text-transform: capitalize;
}
.color h2{
  color: #131b35;
}
.heading span {
  font-size: 27px;
  margin-bottom: 5px;
  display: block;
  color: #131b35;
}
.heading2 span {
    font-size: 24px;
    margin-bottom: 5px;
    display: block;
}
.heading2 h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 53px;
}
.color2 h2{
  color: #000;
}

.gap {
  margin-bottom: 32px;
}

/* solution */
.solution_sec{
  background: url('../image/home-bg.jpg') no-repeat center;
  background-size: cover;
  padding: 100px 0 350px;
}
/* energy_sec */
.energy_sec {
  background: url(../image/home-bg1.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 140px;
  color: #fff;
}
.energy_sec .heading{
  text-align: right;
}
/* product_sec */
.product_sec .contented{
  border: 1px solid #a3a3a3;
  padding: 15px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.product_sec .contented .prod_img {
  margin: 0px 0;
  overflow: hidden;
  border-radius: 4px;
}
.product_sec .contented .prod_img:hover img{
  transform: scale(1.1);
}
.product_sec .contented .prod_img img{
  border-radius: 4px;
  transition: all 0.6s;
}
.product_sec .contented .top_contents h5 {
  /* min-height: 73px; */
  margin-bottom: 0;
}
.product_sec .contented .top_contents h5 a {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 23px;
  min-height: 66px;
  display: block;
  color: #000000;
}
.product_sec .contented .btn1{
  width: 100%;
}
.product_sec .contented {
  width: 100%;
  height: 100%;
}
.product_sec .owl-nav span {
	font-size: 35px;
}
.product_sec .owl-prev {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -45px;
}
.product_sec .owl-prev img {
  width: 20px;
}
.product_sec .owl-next {
	position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -45px;
}
.product_sec .owl-next img {
  width: 20px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.services_sec .row-below {
  margin-top: 20px;
  padding: 17px;
}
.product_sec .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.product_sec .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 6px;
  transition: all 0.5s;
}
.product_sec .owl-dots button.owl-dot.active {
  background-color: #79d505;
}
.product_sec .owl-dots button.owl-dot:focus {
  outline: none;
}
.provide_content {
  position: relative;
}
.btom_box h3 {
  margin-bottom: 11px;
}
.btom_box p {
    margin-bottom: 4px;
}
.btom_box {
  position: relative;
  background: #fff;
  text-align: right;
  box-shadow: 6px 5px 18px rgba(0,0,0,0.1);
  width: 94%;
  position: absolute;
  right: 0;
  padding: 18px 25px 30px 6px;
  bottom: -90px;
  color: #000;
  transition: all 0.8s;
}
.provide_content {
  position: relative;
  margin-bottom: 109px;
}
.provide_content:hover img {
  transform: scale(1.2);
}
.top_img.mb-0 {
  overflow: hidden;
}
.top_img.mb-0 img
{
  transition: all 0.8s;
}
.provide_content:hover .btom_box {
  background: #79d505;
  color: #fff;
}
a.btn2.transparent {
  border: 1px solid #999;
}
a.btn2.transparent:hover{
  background: #000;
  border: 1px solid #000;
}


.bg-light{
  background-color: #78d404 !important;
}

.review_item {
  background: #fff;
  color: #000;
  padding: 30px;
  height: 100%;
  width: 100%;
  border-radius: 7px;
}
.review_item h5 {
  margin-top: 34px;
  margin-bottom: 0px;
}
.review_item h5 span {
  font-size: 15px;
  color: #888;
}
.star {
  margin-bottom: 14px;
}
.star i {
  font-size: 21px;
  color: #ffc312;
  margin: 0 5px 0 0;
}
.review_item p {
  line-height: 27px;
}
.client_testimonial .owl-dots {
  text-align: center;
  padding-top: 35px;
}
.client_testimonial .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 6px;
  transition: all 0.5s;
}
.client_testimonial .owl-dots button.owl-dot.active {
  background-color: #000;
}
.img_owl {
  text-align: center;
  margin-top: 50px;
}
.img_owl img {
  width: 460px;
}
section.contact_Section.p-0 {
  width: 100%;
  height: 100%;
}
.form_contact.heading {
  height: 100%;
  width: 100%;
  background: #000;
  color: #fff;
  padding-left: 80px;
  padding-top: 50px;
  padding-right: 80px;
  padding-bottom: 50px;
}
.form_contact.heading h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.map{
  width: 100%;
  height: 100%;
  line-height: 0;
}
.form_contact.heading input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 19px;
  border-radius: 3px;
  margin-bottom: 17px;
  transition: all 0.5s;
  outline: none;
}
.form_contact.heading textarea {
  width: 100%;
  height: 106px;
  border: none;
  padding: 19px;
  border-radius: 3px;
  margin-bottom: 12px;
  transition: all 0.5s;
  outline: none;
}
.form_contact.heading button {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 19px;
  transition: all 0.5s;
  outline: none;
  background: #79d505;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
}
.form_contact.heading button:hover{
  background: #fff;
  color: #000;
}
.map iframe {
  height: 480px !important;
}
button.accordion-button {
  padding: 21px 18px;
}
.accordion-item:first-of-type {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.125);
  margin-bottom: 20px;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0,0,0,0.125);
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #79d505;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}
.accordion-button:not(.collapsed) {
  color: #5F656F;
  background-color: transparent;
  box-shadow: inherit;
}
.accordion-button:not(.collapsed)::after {
  background: url(../image/arrow-accordion.png) no-repeat center !important;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-size: 1.25rem !important;
}
.accordion-item button {
  font-size: 18px;
}

.footer_area {
  background: #000;
  padding: 80px 0px 32px;
  color: #fff;
}
.ftr_lgo p {
  font-size: 15px;
  line-height: 26px;
  margin: 26px 0 24px;
}
.social_ftr a {
  color: #fff;
  border: 1px solid #2e2e2e;
  width: 39px;
  height: 39px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  border-radius: 100px;
  margin: 0 10px 0 0px;
}
.social_ftr a:hover{
  background: #78d404;
  color: #000;
}
.ftr_lgo {
  padding-right: 22px;
}
.gle_review img {
  width: 225px;
  margin-top: 17px;
}
.ftr_menu ul li {
  display: flex;
  margin: 0 0px 0 0px;
  position: relative;
  padding: 0 0 0 37px;
}
.ftr_menu ul li i {
  color: #6dc104;
  font-size: 19px;
  margin-top: 6px;
  position: absolute;
  left: 0;
}
.ftr_menu ul li p {
  font-weight: 300;
  margin-bottom: 12px;
   font-size: 15px;
}
.ftr_menu ul li a{
  font-size: 15px;
  color: #fff;
}
.ftr_menu h4 {
  margin-bottom: 26px;
}
.ftr_menu2 h4 {
  margin-bottom: 26px;
}
.ftr_menu2 ul li a {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 13px;
}
.ftr_menu2 ul li a:hover{
  color: #6dc104;
  letter-spacing: 2px;
}
.copyright_Bar p {
  margin-bottom: 0;
}
.copyright_Bar {
  text-align: center;
  border-top: 1px solid #1c1b1b;
  margin-top: 60px;
  padding: 30px 0 0;
}
.inner_banner {
  padding: 310px 0 0;
}
.inner_heading {
  background: rgb(233 230 230 / 88%);
  padding: 27px;
  text-transform: capitalize;
}
.inner_heading h1 {
  font-size: 59px;
  margin-bottom: 10px;
  line-height: 63px;
}
ol.breadcrumb {
  font-size: 19px;
}
section.our_service_item ul {
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 40px;
}
section.our_service_item ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
section.our_service_item ul li i {
  background: #000;
  color: #fff;
  width: 21px;
  text-align: center;
  line-height: 21px;
  border-radius: 100px;
  font-size: 13px;
  margin: 0 10px 0 0px;
}
section.our_service_item ul li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 17px;
}
.service_img h3 {
  font-size: 22px;
  margin-top: 23px;
}
.service_img {
  text-align: center;
}

.contact-info p {
  max-width: 966px;
  margin: auto;
  color: #777777;
}
.contact-info-top {
  margin-top: 7px;
}
.contact .p-contact{
  margin: initial !important;
}
.contact .row-below{
  margin-top: 30px;
}
.contact .contact-info form{
  margin-top: 15px;
}
.contact .contact-top {
	background: #fff;
	padding: 33px 20px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	border: 1px solid #19181885;
}
.contact .contact-icon{
  position: relative;
  margin-bottom: 15px;
}
.contact .contact-info-top a{
  color: #303030;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
}
.contact .contact-info-top p{
  color: #303030;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}
.contact .contact-icon i {
  background: #79d505;
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 28px;
}
.contact-top h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif; 
}
.contact .contact-left-el {
  margin-bottom: 23px;
  display: flex;
  align-items:center;
  background: #f7f7f7;
}
.contact .contact-left-el1{
  margin-bottom: 26px;
  margin-top: 30px;
  display: flex;
  align-items:flex-start;
}

.contact .contact-left-el,.contact-left-el1 a {
  font-family: 'Poppins', sans-serif;
  color: #777777;
  transition: all .3s ease-in-out;
}
.contact .contact-form {
  background: #fff;
  padding:25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);

}
.contact .contact-left{
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 10px 40px rgb(235, 235, 235);

  width: 100%;
  height: 100%;
}
.contact .contact-left-el,.contact-left-el1 a:hover {
  color: #5ad2d2;
}
.contact .contact-form input{
  font-family: 'Poppins', sans-serif;
  height: 60px;
  border-radius: 5px;
  color: #666666;

  border: 1px solid #e2e2e2;
}
.contact .contact-form textarea {
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;
  color: #666666;
  border: 1px solid #e2e2e2;
  height: 121px;
  padding: 12px;
}
.form-control:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #fadfd5 !important;
  outline: 0;
  box-shadow: inherit !important;
}
.contact .contact-form button {
  background: #79d505;
  border: 1px solid #79d505;
  padding: 10px 0px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  width: 280px;
  height: 60px;
  transition: all 0.5s ease-in-out;
  letter-spacing: 0px;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
}
.contact .contact-form button:hover{
  background: #000;
  border: 1px solid #fadfd5;
  color: #fadfd5;
}
.map2 iframe {
  width: 100%;
  height: 400px;
  padding: 12px;
box-shadow: 0px 10px 40px rgb(235, 235, 235);
}
.solution_sec3 .heading2.color2 {
  background: rgba(255,255,255,0.8);
  padding: 67px 38px;
}
section.solution_sec3.bg-cover {
  padding: 130px 0px;
}

.price_list .form-check {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 400;
}
.price_list h4 {
  font-size: 27px;
  font-weight: 600;
  border-bottom: 1px solid #ddd5d5;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.form-check-input:checked {
  background-color: #6dc104;
  border-color: #6dc104;
}
.search_bar input {
  width: 100%;
  height: 50px;
  border: 1px solid #79d505;
  padding: 12px;
  outline: none;
}
.search_bar form{
  position: relative;
}
.search_bar button {
  position: absolute;
  right: 0;
  background: #79d505;
  border: none;
  width: 42px;
  height: 49px;
  line-height: 49px;
  font-size: 18px;
}
.search_bar {
  margin-bottom: 33px;
}
.price_list {
  margin-bottom: 40px;
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pagination {
  display: inline-block;
  text-align: center;
  margin: 40px auto 0;
  display: table;
}

.pagination a {
  color: #000000;
  float: left;
  padding: 6px 10px;
  text-decoration: none;
  transition: background-color .5s;
  border: 1px solid #DDD;
  margin: 0 4px;
  font-size: 20px;
}

.pagination a.active {
  background-color: #79d505;
  color: #FFFFFF;
  border: 1px solid #79d505;
}

.pagination a:hover:not(.active) {
  background-color: #DDD;
}

header#main_header {
    width: 100%;
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 999999;
}

.nav-active {
  background-color:#000;
  box-shadow: 5px -1px 12px -5px grey;
}
.our_service_item h2 {
  margin-bottom: 31px;
}
.service_img h3 {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  color: #fff;
}
.service_img:hover img {
  filter: grayscale(1.2);
  transform: scale(1.2);
}
.service_img {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.service_img  img{
  transition: all 0.9s;
}
section.service_item.p-0 {
  margin: 7px 7px !important;
}
.item_hydronic img {
  width: 69px;
}
.item_hydronic h4 {
  font-weight: 600;
  font-size: 19px;
  margin: 13px 0 0;
}
.item_hydronic {
  text-align: center;
  border: 1px solid #c5c1c1;
  padding: 26px 10px;
  border-radius: 5px;
  transition: all 0.5s;
  height: 100%;
}
.item_hydronic:hover{
  background: #000;
  color: #79d505;
}
.bg-light2 {
  background: #f1f1f1;
}
.logo_service_img .gap {
  margin-bottom: 48px;
}
.logo_service_img a img{
  transition: all 0.5s;
}
.logo_service_img a:hover img{
  filter: grayscale(1.2);
}

.logo_service_img .owl-dots {
  text-align: center;
  padding-top: 35px;
}
.logo_service_img .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #000;
  margin: 0 6px;
  transition: all 0.5s;
}
.logo_service_img .owl-dots button.owl-dot.active {
  background-color: #78d404;
}
.img_owl {
  text-align: center;
  margin-top: 50px;
}

a.area-link {
    border: 1px solid #9d9999;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 15px 0px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
a.area-link i {
    font-size: 23px;
    margin: 0 4px 0 0;
    color: #79d505;
}
a.area-link:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.inner_product_heading h2 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 23px;
}
.inner_product_heading ul li {
  display: block;
  margin-bottom: 13px;
  padding-right: 110px;
  position: relative;
  padding-left: 21px;
}
.inner_product_heading ul li:before {
  content: "";
  position: absolute;
  background: #242424;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  top: 10px;
  left: 0;
}
.inner_product_heading p a {
  font-weight: 400;
}
.inner_product_heading p {
  margin-top: 27px;
  font-weight: 900;
}
.inner_product_heading form {
  margin-top: 25px;
}
.inner_product_heading input {
  width: 14%;
  border: 1px solid #888;
  padding: 12px;
  height: 50px;
  outline: none;
}
.inner_product_heading button {
  background: #121211;
  height: 49px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 46px;
  margin: 0 0 0 8px;
  letter-spacing: 1px;
  font-weight: 500;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #79d505;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0px;
  padding: 12px 62px;
  color: #000;
}
.item_body {
  margin: 40px 0 0;
}


/* ---------area---css */


/* HOME BANNER */
.area_bg {
	color: #fff;
	padding: 200px 0px 250px;
}
/* area_sec1 */
.area_sec1{
  color: #000;
}
/* .common-btn{
  background: #79d505;
    border: 1px solid #79d505;
    padding: 11px 0px;
    display: inline-block;
    color: #fff;
    width: 220px;
    font-weight: 500;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    font-size: 16px;
}

.bg-btn {
	background-color: #000 !important;
	margin: 0px 0px 0px 5px;
	border: 1px solid #000;
}
.bg-btn2{
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 0px;
  display: inline-block;
  color: #000000;
  width: 220px;
  font-weight: 400;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  font-size: 15px;
}
.bg-btn2:hover {
  background: initial;
  border: 1px solid #ffffff!important;
  color: #ffffff!important;
}
.common-btn:hover{
  background: initial;
  border: 1px solid #79d505;
  color: #79d505;
}

.bg-btn:hover{
  background: initial!important;
  border: 1px solid #000!important;
  color: #000!important;
} */
.area_sec1 .heading h3{
  font-weight: 400;
}
.hd_btn{
  margin-top: 30px;
}
.area_sec1 .heading h4 {
	font-weight: 400;
}

/* area_sec2 */
/* .area_sec2{
  color: #000;
}
.heading p{
  color: #2e2e2e;
} */
/* .area_sec2 .heading h2{
  font-weight: 400;
} */
.area_img img{
  border-radius: 5px;
}
.what_we_do ul li{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 15px;
  color: #2e2e2e;
}
.we_do_btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.we_do_btn h4{
  font-weight: 400;
  margin-bottom: 0px;
}
.area_btn p{
  margin-top: 20px;
}
.area_sec2 .gap{
  margin-bottom: 60px;
}
.we_do_btn h4 a{
  color: #000;
}
/* area_sec3 */
.area_sec3 {
	color: #fff;
	padding: 80px 0px 250px;
}
.area_sec3 .heading p{
  color: #fff;
}
.area_sec3 .heading{
  text-align: right;
}
.area_sec3 .heading h3{
  font-weight: 400;
}


.doc-conten {
	padding: 20px 12px;
	border: 1px solid #646464;
	border-radius: 5px;
	height: 100%;
  transition: 1s;
  cursor: pointer;
}

.doc-conten:hover {
  background: #1e1e1e;
  color: #fff;
  transition: 1s;
}
.doc-conten:hover p{
  color: #fff;
  transition: 1s;
}
/* .doc-conten h4{
  font-size: 22px;
  margin-bottom: 10px;
} */

.doc-conten .small-2 {
	margin-bottom: 13px;
	width: 75px;
}

.doc-conten p{
  margin-bottom: 0;
}

.area_sec5{
  background-color: #2b2b2b;
  color: #fff;
}


.area_sec5 .sec-5 {
	width: 85%;
	margin: 0 auto;
}


.area_sec6 .num-2 p {
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 5px 10px;
	font-weight: 600;
}

.area_sec6 .container{
  max-width: 1200px;
}

.hd_btn .bol-art{
  font-weight: 600;
  color: #2b2b2b;
  font-size: 1.25rem;
}

.area_sec7 .sec-5 {
  width: 85%;
  margin: 0 auto;
}

.area-sec8 ul{
  display: flex;
  gap: 5px;
  font-size: 15px;
  color: #fe8a02;
}

.area-sec8 p span{
  color: #bdbdbd;
}

.area-sec8 .reviw-part {
	box-shadow: 3px 5px 8px 3px rgba(0,0,0,0.1);
	padding: 12px 11px;
	margin: 26px 0px;
	border-radius: 5px;
    width: 100%;
    height: 100%;
}

.area_sec9{
  background-color: #e7e7e7;
}

.area_sec9 .sec-5 {
	width: 85%;
	margin: 0 auto;
}

.area_sec9 .map{
  line-height: 0;
}

.area_sec9 .map iframe {
	min-height: 610px;
  height: 100%;
}


/* .area_sec9 .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("../image/sort-down.png");
	background-repeat: no-repeat;
	background-size: 0.91rem;
	transition: transform 0.2s ease-in-out;
	position: relative;
	top: 6px;
}
.area_sec9 .accordion-button:not(.collapsed)::after {
	background-image: url("../image/sort-up.png");
	transform: rotate(0deg);
} */

/* .area_sec9 .accordion-button:not(.collapsed) {
	color: #272727;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
	border-bottom: 1px solid #e6e6e6;
} */

/* .area_sec9 .accordion-button:focus {
	z-index: 3;
	border-color:none;
	outline: 0;
	box-shadow: none;
} */

.area_sec9 .accordion-item {
	margin-bottom: 14px;
	/* box-shadow: -5px 2px 13px 15px rgba(136, 136, 136, 0.1); */
	border-radius: 3px;
}


.area_sec9 .accordion-flush .accordion-item .accordion-button {
	border-radius: 5px;
}

.area_sec9 .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 0.91rem;
	color: #5F656F;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  padding: 19px 20px;
}

.area_sec10 #exampleInputEmail1 {
	padding: 13px 11px;
	border-radius: 5px;
	box-shadow: 1px 2px 9px 10px rgba(215, 215, 215, 0.1);
}
.area_sec10 #exampleFormControlTextarea1 {
	height: 164px;
  padding: 13px 11px;
	border-radius: 5px;
	box-shadow: 1px 2px 9px 10px rgba(166,166,166,0.1);
}

.area_sec10 button{
  background-color: #79d505;
padding: 13px 0px;
text-align: center;
display: block;
width: 220px;
color: #fff;
text-transform: uppercase;
border-radius: 5px;
font-size: 16px;
transition: all 0.8s;
margin: 0 auto;
border: none;
}

.area_sec10, .area_sec9 , .area_sec8, .area_sec7, .area_sec6, .area_sec4, .area_sec2, .area_sec1{
  color: #000;
}

.area_sec1 .heading h2 span{
  /* font-size: 35px; */
  line-height: 32px;
}

.area_sec1 .heading h2{
  line-height: 32px;
}


.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}


.area-sec8 .review_item {
	background: #fff;
	color: #000;
	padding: 30px;
	height: 100%;
	width: 100%;
	border-radius: 7px;
	border: 1px solid #bdbdbd;
}
.accordion-header {
	margin-bottom: 0;
	line-height: 0px;
}
.star i {
  font-size: 21px;
  color: #ffc312;
  margin: 0 5px 0 0;
}
.star {
  margin-bottom: 14px;
}
.review_item p {
  line-height: 27px;
}

.review_item h5 {
  margin-top: 34px;
  margin-bottom: 0px;
}

.review_item h5 span {
  font-size: 15px;
  color: #888;
}


.bg-light {
  background-color: #78d404 !important;
  
}

.area_sec9 h2{
  color: #fff;
}
.area_sec9 .accordion-body {
	padding: 1rem 1.25rem;
	text-align: start;
}

.area_sec9 .accordion-body p{
  margin-bottom: 0;
}
.area_bg  .banner_heading {
  text-align: right;
}
.area_sec9 .accordion-flush .accordion-item .accordion-button {
  border-radius: 5px;
  font-size: 21px;
  font-weight: 500;
  color: #000;
}

.area-sec8 .owl-dots {
  text-align: center;
  padding-top: 35px;
}
.area-sec8 .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #78d404;
  margin: 0 6px;
  transition: all 0.5s;
}
.area-sec8 .owl-dots button.owl-dot.active {
  background-color: #000;
}
.item_one h4 {
  font-weight: 600;
}
.item_one img {
  width: 84px;
  margin-bottom: 0;
}
.item_one {
  padding: 0;
  border-radius: 0;
  margin-bottom: 41px;
}
.why_choose h2 {
  font-weight: 400;
  margin-bottom: 55px;
}
.chose {
  display: flex;
  text-align: left;
  align-items: center;
}
.content h4 {
  margin-bottom: 14px;
  font-weight: 700;
}
.content p {
  margin-bottom: 0px;
}
.content {
  padding-left: 20px;
}
.why_choose {
  padding: 55px 40px;
  background: #262626;
  color: #fff;
  width: 100%;
  height: 100%;
}

.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #79d505;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 24px;
}
.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

a.link-read i {
  font-size: 23px;
  margin: 0 0 0 10px;
}
a.link-read {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 21px;
}
.btom_box h3 a {
  color: #000;
}
.provide_content:hover .btom_box h3 a {
  color: #fff;
}
.provide_content:hover a.link-read{
  color: #fff;
}

section.area_sec1 p > strong,section.area_sec5 p > strong, section.area_sec3 p > strong,section.area_sec7 p > strong {
    margin: 0;
    margin-bottom: 15px;
    font-family: 'Manrope', sans-serif;
    color: inherit;
    font-size: 58px;
    font-weight: 800;
    line-height: 66px;
}

/* fixed css--- */

section.services_sec .heading h2 {
    margin-bottom: 0;
}
section.services_sec p a {
    color: #000;
}
.product_sec .gap {
    margin-bottom: 0px;
}
.product_sec .row.product_sec.g-4 {
    margin-top: 0;
}
section.product_sec .heading p {
    margin-bottom: 5px;
}