
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat';
}
h1{
     font-family: 'Montserrat';
}
h6{
     font-family: 'Montserrat';
}

h6 strong{
    color:#54595f!important;
}
li b{
     color:#54595f!important;
}
li{
    color:#54595f!important;  
}
p{
   font-family: 'Montserrat';
   color:#54595f!important;
}
.rail li{
     color:#54595f!important;
}
.cfg:hover{
color:white!important;    
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1.2;
    font-size: 46px;
}
.contact-main_org{
    background: #f2f4f6;
}
.sbhead {
    font-size: 19px!important;
    padding-top: 14px;
    font-weight: 500;
}
.con_title{
        letter-spacing: 2px;
    font-weight: 500!important;
    margin-bottom: 15px;
        color: #7daf25!important;
font-family: Roboto, sans-serif;
}
.showme {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s, opacity 0.5s;
}

.clickhere:hover + .showme {
  opacity: 1;
  transform: translateY(0);
}
h5{
    font-family: 'Montserrat';
}
h4{
     font-family: 'Montserrat';
}
h3{
     font-family: 'Montserrat';
    
    font-size: 21px;

}
a:hover {
    /*color: #7daf25!important;;*/
    color:#000!important;
}
h2{
     font-family: 'Montserrat';
         color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 52px;
    font-weight: 600;
}
.tablinks{
      font-family: 'Montserrat';
}
.mobpl{
    
}
.usericon{
    font-size: 18px!important;
}

.tdadcon{
    padding-top: 170px!important;
}
.follow{
    color: #fff!important;
    font-weight: 500!important;
    font-family: 'Montserrat';
}

/*product detail css */

.product-card__prices{
    color:#7daf25!important;
        font-size: 21px;
         font-weight: 700;
}
.product-card__pricescut{
   color:#a1a1a1!important;
        font-size: 14px; 
        margin-top: 10px;
}
.amtad{
        padding: 0px 0px 14px;

}
b, strong {
    font-weight: bolder!important;
    font-weight: 600!important;
    color: #0a0a0a!important;
    font-family: "Montserrat";

}
.pdf_head {
    margin-bottom: 69px;
    color: #000000;
  
    font-family: "Lato", Sans-serif;
    font-size: 33px;
    font-weight: 700;

}

#baguetteBox-overlay .full-image img{
        max-height: 70%!important;
}
.navbar {
  background: var(--blue-gray-900);
}

/* All */
.navbar-menu a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  /* background: white; */
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

.newadd{
  
}
/* Top-level */
.navbar > .navbar-menu > li > a {
  display: inline-block;
  color: var(--blue-gray-100);
  background: transparent;
  transition: 
      background var(--transition-timing) var(--transition-timing-function),
      color var(--transition-timing) var(--transition-timing-function);
}

.navbar > .navbar-menu > li > a:hover,
.navbar > .navbar-menu > li > a:focus {
  background: var(--blue-gray-800);
  color: white;
}

.navbar-menu {
  display: flex;
}

.navbar-menu,
.navbar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Nested */
.navbar-menu ul {
    position: absolute;
    left: 1px;
    border-radius: 0px!important;
    top: 86%!important;
    color: #7daf25;
    border-radius: 4px;
    background-color: #f4f4f4!important;
    visibility: hidden;
    opacity: 0;
    width: 14rem;
    /* box-shadow: 0 0.25rem 1.5rem hsl(200deg 19% 18% / 5%); */
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%)!important;
    transition: visibility 0s var(--transition-timing-function) var(--transition-timing), opacity var(--transition-timing) var(--transition-timing-function);
    WIDTH: 270px;
    TEXT-ALIGN: CENTER;
    z-index: 9999;
    padding-bottom: 25px;
    right: 204px;
}
.accordion-button{
background-color: #f7f9fb!important;
    font-weight: 700;
}
.dt_buttons{
        position: relative!important;
    left: 621px!important;
    bottom: 31px!important;
}
.buttons-html5{
        position: relative!important;
    left: 621px!important;
    bottom: 31px!important;
}

.navbar-menu ul > li > ul {
    left: 100%;
    top: -6px!important;
    width: 65%;
}
.block-products-carousel__cell{
    width:272px!important;
}
.redmr:hover{
    color:black!important;
}
.navbar-menu ul a {
  color: var(--blue-gray-600);
  transition: 
      background var(--transition-timing) var(--transition-timing-function),
      color var(--transition-timing) var(--transition-timing-function);
}

.navbar-menu ul a:hover,
.navbar-menu ul a:focus {
  background: var(--blue-gray-100);
  color: var(--blue-gray-900);
}

.navbar-menu ul > li > ul {
    left: 100%;
    top: 6px;
}

.navbar-menu li {
  position: relative;
}

/* 
  HACK: Prevents box shadow from child dropdowns
  from overlapping its parent dropdown
*/
.navbar-menu li.has-children > a {
  position: relative;
}

.navbar-menu li.has-children > a:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1rem;
  background: inherit;
  z-index: 999;
}
/* ENDHACK */

.navbar-menu li:hover > ul,
.navbar-menu li:focus-within > ul /* IE11+ only */ {
  display: block;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}




body{
  font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Numans', sans-serif;

}

.imgset{
   
       width: 20%!important;
   
}
.imgset1{
   
      width: 6%!important;
    

}
.imgset2{
   
       width: 6%!important;
  

}
.imgset3{
   
       width: 6%!important;
   

}
.imgset4{
   
       width: 6%!important;
   

}
.im{
    margin-bottom: 36px;
    margin-top: 25px;

}
.img-fluid1{
    max-width:none!important;
}
.lang {
  background: black;
  color: white;
  font-size: 14px;
  padding: 5px;
  margin-top: 1px;
  font-family: 'Roboto';
}
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.heavy_text{
  font-weight: 600;
  margin-top:37px;
}

.downloadpdf{
border-left:7px solid #7daf25;
box-shadow: 29px 29px 60px 0px rgb(0 0 0 / 20%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 60px 60px 60px;

}
.pdf_head{
margin-bottom: 69px;
}
.green{
color:#7daf25;
}
a:hover{
color:#fff;
}
.btnpdf{
padding: 21px 40px 21px 40px;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #7daf25;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffcc03;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 19px 19px 40px 0px rgb(0 0 0 / 10%);
  margin-top:10px;
}
/* Style the tab */
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
    padding: 7px 12px;
transition: 0.3s;
font-size: 17px;
}
.despro{
   
    font-family: 'Montserrat';
    font-size: 23px!important;

}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;

border: none;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.onsale {
    position:relative;
    background: #7daf25;
    /* min-height: 3.236em; */
    /* min-width: 3.236em; */
    padding: 16px 5px 16px 5px;
    font-size: 11px!important;
    font-weight: 700;
    text-align: center;
    line-height: 3.236;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 100%;
    /* background-color: #77a464; */
    color: #fff;
    font-size: .857em;
    z-index: 1;
    height: 22px;
}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
/*  background-color: rgba(0,0,0,0.9);*/ /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}



.carouse-item:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(204, 214, 226, 0.5) 0%,rgba(157, 58, 22, 0.5) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
}






.abtposition{
  padding-top:120px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
label {
    display: block;
    color: #101010;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px 0px 5px 0px;
}
.mf-input-required-indicator {
color: #FF0000;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa {
 padding: 7px 2px 4px 0px;
  font-size: 14px;
  width: 27px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50px;
}

.ftricn{
color:#ffb923;
font-size:20px;
}

.fa:hover {
    opacity: 0.7;
}
.navbar{
    background-color: #7DAF257D;

transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 0px;
margin-bottom: 0px;
padding: 10px 0px 10px 0px;
z-index: 5;
position: relative;
width:100%;
height: 133px;
}
.goog-te-gadget {
font-family: arial;
font-size: 0px!important;
color: red;
white-space: nowrap;
    bottom: 14px;

}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {

display: none;
}
#google_translate_element{
margin-top: 4px;

}
.logo{
    height:100px;

}
.nav-link{
  font-family: "Lato", Sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
 
}
.cap {
   text-transform: uppercase!important;
    font-size: 12px!important;
    padding-left: 16px!important;
    text-align: left!important;
    height: 43px;
    /*    background: white;*/
    /*padding: 4px;*/

}
.bnr{
  height:100%;
  
}
p{
    font-weight:300;
}
.padd-0{
    padding:0px!important;
}
.accordion-body{
   font-weight:300; 
}
.speci_category{
    font-weight: 500;
    color: #707070;
    font-family: "Roboto", sans-serif;
}
.cut_price {
    margin-left: 10px;
    color: #a0a0a0;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
}
.display-4{
        font-size: 47px;
      
    font-weight: 800!important;

}
h1{
        font-weight: 800;
    font-size: 25px;
}
.ass{
     font-weight: 800;
    font-size: 48px; 
}
.green{
    color:#7daf25;
}
.tabdesignpro {
    overflow: hidden;
     border:none!important;
    background-color: #fff!important;
    border-bottom: 1px solid#ccc!important;
}
 .tab button {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    border-radius: 8px;
    font-family: "Roboto", sans-serif;
 }
  .tab button.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff!important;
border-radius: 8px;
}
.cart_btn{
  margin-left: 5px;

}
.cart_btn:hover{
  background-color:#000;
  color:#fff;
}
.carousel-item {
  
}

.carousel-caption {
position: absolute;
right: 0%!important;
bottom: 1.25rem;
left: 0%!important;
padding-top:217px;
padding-bottom:0px!important;
color: #fff;
text-align: center;
top: 0%;
z-index:0!important;
background: rgba(0, 0, 0, 0.5);
width: 100%;
margin-left: auto;
margin-right: auto;
height: 100%!important;
}


.bnr-head{
font-size:25px;
font-weight:800;
padding-top: 12px;
 font-family: 'Montserrat', sans-serif;
}
.form-control{
border-radius:0px!important;
background-color: #fafafa;
}
.btn{
border-radius:0px!important;
}
.bnr_btn {
    padding: 9px 60px 12px 60px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0px;
    color: #FFFFFF;
    background-color: #7daf25;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
}
.item{
padding-left:0px!important;
padding-top: 0px!important;

}
.item .nav-link:hover{
    color:#000!important;
}
.item .nav-link{
text-transform: capitalize!important;
font-family: 'Numans', sans-serif;
}
.foothead {
    font-size: 21px;
    margin-top: 23px;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600!important;
}
.foothr{
     border-top: 2px solid #7daf25!important;
    width: 61%;
border-color: #7daf25;
}
.productdtlchk{
    margin-left: 23px;
    margin-top: 13px;

}
.prddtl{
    padding-left:0px;
}
.ftp {
background: rgba(0, 0, 0, 0.1);
width: 272px;
margin-left: auto;
margin-right: auto;
border-radius: 53px;
}

.bg-overlay{
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
position: relative;
bottom: 149px;
height: 148%;
}
.bg-overlay_abt {
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
position: relative;
bottom: 0px;
height: 100%;
}

.feature_product{
background-image: url("/images/kemset-image-5-min.jpeg");
background-size: cover;
background-position: center;
height: 900px;
}
.contact{
/*background-image: url("images/kemeset-image-11-min-1.jpg");*/
background-size: cover;
background-position: center;
height: 789px;
}
.feature{
background: white;
border-radius: 22px;
padding: 24px 28px 33px 37px;

height: 130px;
}

a{
text-decoration:none;
}
ul{
list-style: none;
}
.ft{
font-size: 31px;
color: #7daf25;
}
.greenwbtn{
background-color:#7daf25!important;
}
.ft_img {
height: 28px;
width: 42px;
}
.cert{
color: #000000;
font-family: "Montserrat", Sans-serif;
font-size: 30px;
font-weight: 800;
}
.new{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
}
.install{
background-color:#7daf25;
}
.feature_new{
background: white;
border-radius: 7px;
padding: 12px;
box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 50%);
}
.rowset{
margin-top: 92px;
}
.fourset{
max-width: 30.333333%;

}
.margin-set{
margin-top:20px;
}
.carousel-item{
background-color: #000000;

transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.dropbtn {


padding: 16px;
font-size: 13px;
border: none;
}
.con a{
color: #fff;

}
.con {
margin-top: -5px;

    font-family: "Raleway", sans-serif;
}
.content {
    /* background-color: #bfd894!important; */
    background-color: #f4f4f4!important;
    position: absolute;
    width: 270px!important;
    font-size: 14px!important;
    text-align: center!important;
    font-weight: 700;
    font-family: "Lato", Sans-serif;
    position: absolute!important;
    left: 0px!important;
    border-radius: 0px!important;
    box-shadow: 0 10px 30px 0 rgb(45 45 45 / 20%)!important;
    top: 57px!important;
}
.content a:hover{
/*background-color: #fff!important;*/
}

.content a {
color: #7daf25!important;

}
.content a:hover{
color: #000!important;

}
.has-children .nav-link:hover{
    color:#000!important;
}
.con:hover{
    color:#000!important;
}
.headarrow {
    height: 33px;
    width: 145px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

.dropdown {
position: relative;
display: inline-block;
    padding-top: 16px!important;

}
.proad {
    padding-top: 10px!important;
       padding-left: 15px;

}
.py-1{
        padding-top: 3px!important;

}
.abhi{
        padding-right: 29px!important;

}
.pl-0{
        padding-left: 0px!important;

}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;margin-bottom:50px;}


#more {display: none;}

.sec{
padding-top:150px;
padding-bottom:150px;

}
.yellowbtn{
background-color:#ffb923!important;
}
.bg-dark{
        background-color: #0A0B0C!important;

}
.blackbg{
    background-color: #0A0B0C!important;
}
.opinion_form{

background-color: #7daf25;
padding: 40px;
}
.footer{
background-color:#4d7408;
}
.top_sec{
background-color:#7daf25;
position: relative;
top:0px;
width:100%;
   

}
.copyright{
    font-family: "Roboto", Sans-serif;
}
.con .tp{
margin-left: 10px;
color:#eeb427;
font-size:19px;
}
.nav-item{
padding-left: 20px;
}
.dropbtn{
padding-top: 2px;
}
.goog-te-gadget .goog-te-combo {
margin: 4px 0;
background: black;
color: white;
height: 34px;
}

hr{
    border-top:1px solid #000!important;
}














.navbar {
    background-color: #7DAF257D;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*margin-top: 47px;*/
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px!important;
    z-index: 5;
    position:relative;
    width: 100%;
       

}
.goog-te-gadget {
font-family: arial;
font-size: 0px!important;
color: red;
white-space: nowrap;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {

display: none;
}
#google_translate_element{
margin-top: 4px;

}
.logo{
height: 100px;

}
.nav-link:hover{
    color:000!important;
}
.nav-link{
font-family: "Lato", Sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #FFFFFF;

}
.bnr{
height:100%;

}




.btn{
border-radius:0px!important;
}
.bnr_btn {
    padding: 9px 60px 12px 60px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0px;
    color: #FFFFFF;
    background-color: #7daf25;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
}

.sec_head {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 800;
}

.contact{
background-image: url("../images/kemeset-image-11-min-1.jpg");
background-size: cover;
background-position: center;
height: 789px;
}
.bg-overlay-con {
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 149px;
    height: 161%;
}
.screenadimg{
    width: 393px;
    height: 100%;
}
.marleft{
       margin-left: 36px;
}
.abtsecond{
background-image: url("../images/kemset-image-16-min-1.jpg");
background-size: cover;
background-position: center;
height: 625px;

margin-top:100px;
}
.abouthead{
display: flex;
justify-content: center;
align-items: center;
}
.h4n{
  font-weight:600!important; 
  font-size: 23px!important;
}
h4{
    font-size:21px!important;
    font-weight:400!important;
}
.text-dark{
    color:#000!important;
}
.btn-info{
    background-color:#7daf25!important;
    border:none;
}
.btn-info:hover{
     background: #0a0a0a!important;
    border:none;
    color:#fff!important;
}
.btn-primary{
   background-color:#7daf25!important; 
   border:none;
}
.btn-primary:hover{
    background: #0a0a0a!important;
    color:#fff!important;
}
h4,h5{
   
    font-weight:400!important;
}
.srf{
    padding-left:13px;
}
h6{
font-family: "Montserrat", Sans-serif;
    font-weight: 600!important;
    letter-spacing: 2px;
}
  .likeh2 {
      font-family: Montserrat, Arial, sans-serif!important;
          padding-top: 7px;
font-size:50px;
  }  
.abouthead h2 {
    font-size: 49px;
    font-weight: 900;
    font-family: 'Montserrat';
}
.feature{
background: white;
border-radius: 22px;
padding: 24px 28px 33px 37px;

height: 113px;
}
.ft_text {

font-size: 18px;
font-weight: 700;
text-align:center;
    margin: 15px;
}
.ft_textpr {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-left: 8px;
}
.maradinstall{
        margin-left: 90px;

}
.insp {
    margin: 0px 0px 14px 0px;
    font-family: "Open Sans", Sans-serif;
    font-size: 12.5px;
    color: #565656!important;
    padding: 1px 20px 17px 20px;
    text-align: center;
    
}
.api {
   text-align:center; 
}
a{
text-decoration:none;
}
ul{
list-style: none;
}
.ft{
font-size: 31px;
color: #7daf25;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    position: relative;
    bottom: 134px;
    height: 699px;
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){
    -webkit-transform:translateX(100%);
    transform:translateX(100%) 
}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%) 
}
.greenwbtn{
background-color:#7daf25!important;
    font-family: "Roboto", sans-serif!important;
font-size: 16px!important;
    padding: 15px 20px!important;
    min-width: 152px!important;
    line-height: 1.42857143!important;
    height:none!important;
    color:white!important;
}
.greenwbtncart {
    min-width: 152px!important;
    background-color: #7daf25!important;
    font-family: "Roboto", sans-serif!important;
    height: 49px;
    font-size: 16px!important;
    padding: 13px 19px!important;
    min-width: 152px!important;
    line-height: 1.42857143!important;
    height: none!important;
    color: #000!important;
    border:none;
}
.accordion-button:not(.collapsed){
    color: #000!important;
    background-color: #f7f9fb!important;
    font-weight: 700!important;
        outline: 0;

}

.picad{
    height: 349px;
    margin-left: 140px;
    margin-bottom: 0px;
    margin-top: -44px;

}

.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 100%;
}
.accordion-button:focus{
    box-shadow:none!important;
}
.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}
.product-card__buttons{
    /*position: relative;*/
    /*bottom: 168px;*/
    /*right: 23px;*/
}
.rail li{
        font-family: "Raleway", sans-serif;
}
.greenwbtndu{
    background-color:#7daf25!important;
    font-family: "Roboto", sans-serif!important;
font-size: 16px!important;
   padding: 4px 14px!important;
    min-width: 0px!important;
    line-height: 1.42857143!important;
    height:none!important;
    color:white!important;
}
.greenwbtn:hover{
   background: #0a0a0a!important;
   color:white!important;
}
.greenwbtncart:hover{
    background: #0a0a0a!important;
    color:white!important;
}
.active, .accordion:hover {
    /*color: #ffb923!important;*/
    color:#000!important;
}

a:hover {
   /*color: #ffb923!important;*/
}
.cap.active{
    color:#000!important;
}
.has-children li a:hover{
    color:#000!important;
}
.has-children li a{
    color:#7daf25!important;
}
.getinhead{
        font-size: 30px!important;
    font-weight: 500!important;
}
.ft_img {
height: 28px;
width: 42px;
}
.cert{
color: #000000;
font-family: "Montserrat", Sans-serif;
font-size: 30px;
font-weight: 800;
}
.con .text-dark{
font-size: 19px;
}
.new{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
}
.install{
background-color:#7daf25;
}
.ekosec {
    padding-top: 78px;
    padding-bottom: 99px;
}
.ftbg-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 149px;
    height: 150%;
}
.smhead{
    padding-top:128px!important;
}
.feature_new{
background: white;
border-radius: 7px;
padding: 12px;
box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 50%);
}
.rowset{
margin-top: 92px;
}

.margin-set{
margin-top:20px;
}
.dropbtn {


padding: 16px;
font-size: 16px;
border: none;
}
.con a{
color: #fff;

}
.con {
margin-top: -5px;
    font-family: "Raleway", sans-serif;

}


.dropdown-submenu {
position: relative;
}
.distrubutor_error{
  font-size: 12px;
    color: red;
    font-family: sans-serif;
    letter-spacing: 0.3px;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -1px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid red; */
    border-radius: 0.25rem;
    border: none!important;
   
    box-shadow: none!important;
}


.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
max-width: 260px;

z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;margin-bottom:50px;}


#more {display: none;}

.sec{
padding-top:150px;
padding-bottom:150px;

}
input{
height: 50px!important;

}
.yellowbtn{
background-color:#ffb923!important;
}
.opinion_form{

background-color: #7daf25;
padding: 40px;
}
.footer{
background-color:#4d7408;
}
.top_sec{
background-color:#7daf25;
position: relative;
top:0px;
width:100%;
   

}
.con .tp{
margin-left: 10px;
color:#eeb427;
font-size:19px;
}
.nav-item{
padding-left: 20px;
}
.dropbtn{
padding-top: 2px;
}
.goog-te-gadget .goog-te-combo {
margin: 4px 0;
background: black;
color: white;
height: 34px;
}

.site__body{
    /*margin-top: 135px;*/
}
.contacthead{
font-weight: 800;
font-size: 48px;
}
.ass{
    font-weight: 800;
font-size: 48px;
}
.contact-main{

}
.paddform_adjust{
        padding-left: 14px;

}
.headmd{
    color: #101010;
    font-family: "Helvetica", Sans-serif;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 21px;
}
.title{
    color: #999999;
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.Your{
    color: #101010!important;
    font-family: "Helvetica", Sans-serif!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 21px!important;
}
.let{
    color: #999999!important;
    font-family: "Helvetica", Sans-serif!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 18px!important;
}













.navbar {
    background-color: #7DAF257D;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*margin-top: 47px!important;*/
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px!important;
    z-index: 5;
    position: relative!important;
    width: 100%;


}
.goog-te-gadget {
font-family: arial;
font-size: 0px!important;
color: red;
white-space: nowrap;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {

display: none;
}
#google_translate_element{
margin-top: 4px;

}
.logo{
height: 100px;

}
.nav-link{
font-family: "Lato", Sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #FFFFFF;

}
.bnr{
height: 100%;

}
.carousel{
height:568px;
}

.btn-div{
    margin-top:43px;
}

.btn{
border-radius:0px!important;
}
.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 50s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bnr_btn:hover{
    background-color:#ffb923;
    color:#fff!important;
}
.bnr_btn {
    padding: 22px 40px 22px 40px;
 font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0px;
    color: #FFFFFF;
    background-color: #7daf25;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    line-height: 20px;
}

.abouthead{
display: flex;
justify-content: center;
align-items: center;
}

.pos
{
    position: relative;
    /*top: 10px;*/

}
.feature{
background: white;
border-radius: 22px;
padding: 24px 28px 33px 37px;

height: 113px;
}

.mlimg{
    margin-left:141px;
}
.mttop{
    margin-top: 106px;
}
.accordion:after{
    color:#7DAF25!important;
}
.mttemp{
        margin-top: 24px;

}
a{
text-decoration:none;
}
ul{
list-style: none;
}
.ft{
font-size: 31px;
color: #7daf25;
}
.greenwbtn{
background-color:#7daf25!important;
}
.ft_img {
height: 28px;
width: 30px;
}
.cert{
color: #000000;
font-family: "Montserrat", Sans-serif;
font-size: 30px;
font-weight: 800;
}
.new{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
border-radius: 50px 50px 50px 50px;
}
.new_rev:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #FFFFFF 10%, #8FD416 100%);
border-radius: 50px 50px 50px 50px;
}
.new:hover{
background-color: transparent;
background-image: linear-gradient(180deg, #8FD416 0%, #FFFFFF 100%);
}
.install{
background-color:#7daf25;
}
.feature_new{
background: white;
border-radius: 7px;
padding: 12px;
box-shadow: 7px 7px 5px 0px rgb(0 0 0 / 50%);
}

.margin-set{
margin-top:20px;
}
.dropbtn {


padding: 16px;
font-size: 13px;
border: none;
}
.con a{
color: #fff!important;

}
.con a:hover{
color: #000!important;

}
.con {
margin-top: -5px;
    font-family: "Raleway", sans-serif;

}
.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    max-width: 225px!important;
padding:15px;
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #fff;}

.dropdown:hover .dropdown-content {display: block;margin-bottom:50px;}


#more {display: none;}
.imgset{

}
.sec{
padding-top:150px;
padding-bottom:150px;

}
.pld{
    
}
.sdd{
    padding-top:0px!important;
    padding:31px;
}
.vsn {
    margin-top: 243px;
  
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}
.yellowbtn{
background-color:#ffb923!important;
}
.opinion_form{

background-color: #7daf25;
padding: 40px;
}
.footer{
background-color:#4d7408;
}
.top_sec{
background-color:#7daf25;
position: relative;
top:0px;
width:100%;
   

}
.con .tp{
margin-left: 10px;
color:#eeb427;
font-size:19px;
}
.nav-item{
padding-left: 20px;
padding-top: 19px;

}
.dropbtn{
padding-top: 2px;
}
.goog-te-gadget .goog-te-combo {
margin: 4px 0;
background: black;
color: white;
height: 34px;
}
.abt {
    color: #7daf25!important;
    font-weight: 500;
    font-size: 16px;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
 display: none !important;
}
.gt_switcher_wrapper {
 position: absolute !important;
}
.sd {
    color: #54595f;
    font-size: 15px;
}
@media(max-width:767px){
.gt_container--hich1m .gt_switcher {
  width: 140px !important;
}
.gt_switcher_wrapper {
 position: absolute !important;
right: 3% !important;
}
.top_sec .nav {
 flex-direction: column !important;
}
.top_sec .nav li.con {
 margin-left: 0;
}
.top_sec .nav .con .tp {
 margin-left: 0px !important;
 color: #eeb427;
 font-size: 19px;
}
}

@media screen and (max-width:767px) {
    
     .ass_a {
    display: block !important;
    position: relative!important;
    bottom: 42px!important;
    width: 100%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 13px!important;
    height: 71px!important;
    text-align: center!important;
}

    .hdbt {
    display: block;
    position: relative;
    /*bottom: 20px;*/
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
    /*height: 71px;*/
    text-align: center;
}

.opinion_form{
    padding:5px!important;
}
.capt{
    width:100%!important;
        margin-top: 25px;
    text-align: center;

}
.mtt{
    margin-top:5px!important;
        padding-right: 0;

}
.resten{
    width:100%;
        padding-right: 0px;

}
.yellowbtn {
    background-color: #ffb923!important;
    width: 100%;
}
.greenwbtn{
     width: 100%;
}
.tdadcon {
    padding-top: 38px!important;
}
}
.abt2{
    /*padding: 34px 60px;*/
    position: relative;
    top: 0px;
}
.abt3{
    padding: 24px 64px;
   
}
@media screen and (max-width: 768px) {
    .abt2{
    /*padding: 26px 60px;*/
    position: relative;
    top: 0px;
}
.ass_a{
    position: relative;
    right: 0!important;
    width: 100%!important;
}
.abt3 {
    padding: 16px 64px;
}
}
