body {  font-family: 'DIN' !important; }

a{
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

a:hover{
  text-decoration:none !important;
}


p{
 font-family: 'DIN' !important;
}

button:focus{
      outline: none !important;
    outline: none !important;
}


/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #71be44; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#71be44;
 border-radius:0px;
}


.header_menu_area {
  /* width: 100%; */
  float: left;
  position: relative;
  text-align: center;
  /* margin-top: 6px; */
  height: 100%;
  padding-top: 40px;
  padding-right: 85px;
  }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    padding-right: 0px;
    float: right;
    }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
       width: auto;
       float: left;
       cursor: pointer;
       text-decoration: none;
       position: relative;
       /* text-transform: uppercase; */
       font-size: 14px;
       font-weight: 500;
       color: white;
       letter-spacing: 0px !important;
       padding: 45px 25px;
       z-index: 1;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       padding-bottom: 0px;
       padding-top: 0px;
       /* border-right: solid 1px rgb(0 0 0 / 12%); */
       /* margin-top: 25px; */
       padding-top: 34px !important;
       padding-bottom: 30px !important;
       /* font-family: 'Open Sans', sans-serif !important; */
       text-transform: uppercase;
       }
        .header_menu_area > ul > li > a:hover {
        color: #71be44 !important;
        /* background: #1e5ead; */
        /* color: #004a6e; */
        /* background: #004a6e !important; */
        }
          .header_menu_area > ul > li > a:hover svg {
          fill: #000;
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          color: #fff !important;
          text-decoration:none !important;
          height: 0px;
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          color: white;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%; }
      @media (max-width: 1024px) {
        .menu ul:after{
          bottom: 62%;
        }
        .menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    width:100%;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
}
        .ham-nav{
            display: none;
        }
        .header_menu a svg{
            display: none;
        }
          .sub-menu-1{
              position:unset !important;
              width:100% !important;
          }
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      width: 28px;
      height: 28px;
      margin: 24px 0px;
    cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }
      .header_menu_area > .mob_nav > div {
        background: #2d610f;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
        .header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
        .header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 13px; }
        .header_menu_area > .mob_nav > div:nth-child(4) {
          top: 23px; }

  .mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #0a0909;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open > div:nth-child(3) {
    background: #0a0909;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

  .header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background:#00522d;
    padding: 20px 0px !important;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 132px;
    }
    .show{background: #eb202b !important;}
    .header_menu_area > ul > li {
      width: 100%; }
      .header_menu_area > ul > li > a {
        color: #fff !important;
        width: 100%;
        line-height: 30px;
        padding: 10px 5%;
        text-align: left;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
    }

  .header_user_area {
    right: calc(5% + 70px); } }

.active-menu{
  background: #0A6A26;
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}






.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}
a.homer {
    background: #0f8034;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 91px;
    padding: 0;
    width: 450px;
    position: absolute;
    left: -189px;
    background: #f6f6f6;
    z-index: 99;
    transform: translate(22px,0px);
    transition: all 0.5s ease-out;
  }
  .menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: auto;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu ul li a {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 15px 27px;
    display: block;
    color: black;
    background: #f6f6f6;
    /* border-bottom: solid 1px rgb(99 96 96 / 10%); */
    border-right: solid 1px rgb(0 0 0 / 10%);
}

.show {
    
color: #ffffff !important;
    
background: #0080b6 !important;
    
padding-top: 35px !important;
    
padding-bottom: 35px !important;
}

.menu li a {
    text-decoration: none;
    padding: 35px 18px;
    display: block;
    color: #fff;
    transition: all .2s ease-in-out 0s;
    font-size: 14px;
    /* font-weight: 500; */
}




.banner-section{
  float:left;
  width:100%;
}


#intr-abt{
  float:left;
  width:100%;
  background-color:#f4f0fc;
  padding-top:70px;
  padding-bottom:75px;
  position:relative;
  z-index: 11;
}

#intr-abt h1{
  float:left;
  width:100%;
  text-align:center;
  color:#000000;
  font-size:50px;
  text-transform:uppercase;
   font-weight: normal;
   line-height:69px;
}

#intr-abt h1 span{
  font-weight: 900;
   float:left;
  width:100%;
  text-align:center;
}

#intr-abt p{
  float:left;
  width:100%;
  text-align:center;
  color:#000000;
  font-weight: normal;
  font-size:18px;
  padding-top:25px;
  padding-left:200px;
  padding-right:200px;
  line-height:33px;
}


.abt-intro{
    background-color: #014e2c;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
}

.abt-intro:hover{
  text-decoration:none;
  background-color:#71be44;
  color:white;
}

.abt-intro img{
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.btn-sec{
  float:left;
  width:100%;
  text-align:center;
  margin-top:30px;
  margin-bottom:85px;
}


.push-left{
  float:left;
}

.row-dis{
  display:block !important;
}

#intr-abt h2{
  width:100%;
  text-transform:uppercase;
  font-size:30px;
  color:#000000;
  font-weight:normal;
}

.vs-pr{
  width:100%;
  color:#000000;
  font-size:16px;
  padding-top:10px;
  line-height:29px;
}

.vs-img{
    float: left;
    margin-right: 30px;
    margin-top: 7px;
}



#service-sec{
  float:left;
  width:100%;
  padding-top:70px;
  padding-bottom:70px;
  background: url(../images/sr-bg.png);
    background-size: cover;
    background-attachment: fixed;
}

#service-sec h1{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size:50px;
  font-weight:normal;
  text-transform:uppercase;
}

#service-sec h1 span{
  font-weight:900;
}

#service-sec p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: white;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding-top: 12px;
}

.box-white{
  float:left;
  width:100%;
  margin-top:45px;
}

.white-bg{
  float:left;
  width:100%;
  border-radius:8px;
  background-color:white;
  padding:45px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.white-bg span{
  width:100%; float:left;
}

.white-bg span strong{
  font-weight:500;
}

.white-bg:hover{
      background-color: #f2fef2;
      text-decoration:none;
        transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

#service-sec h2{
  float:left;
  width:100%;
  font-size:30px;
  color:#042014;
  font-weight: 500;
  line-height:43px;
  padding-top:20px;
}

.white-bg p{
  float:left !important;
  width:100% !important;
  color:black !important;
  font-size:16px !important;
  line-height:30px !important;
  text-align:left !important;
  padding-top:5px !important;
  padding-bottom: 10px;
}


.ie-btn{
    background-color: #ffffff;
    color: #014e2c;
    float:left;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    padding-left: 21px;
    padding-right: 21px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    border: solid 1px #fff;
}

.ie-btn:hover{
  text-decoration:none;
  background-color:white;
  border: solid 1px #014e2c;
  color:#014e2c;
}

.ie-btn img{
    position: relative;
    top: -2px;
    margin-left: 8px;
}


#product-sec{
  float:left;
  width:100%; 
}


.pro-listbg{
  background-color:#d5fbd4;
  padding-top:55px;
  padding-bottom:55px;
  height:100vh;
  min-height: 1190px;
  padding-right:32px;
  padding-left:32px;
  text-align: center;
}


#product-sec h1{
  float:left;
  width:100%;
  text-align:center;
  color:000000;
  font-size:50px;
  font-weight:normal;
  text-transform:uppercase;
  padding-top: 55px;
}

#product-sec h1 span{
  font-weight:900;
}

#product-sec p{
    float: left;
    width: 100%;
    font-size: 16px;
    color:#000000;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}


.pro-scroll{
  float:left;
  width:100%;
  padding-left:60px;
  padding-right:60px;
  margin-top: 40px;
}

.highlight{
  float:left;
  width:100%;
}

.pro-name{
  width:297px;
  color:white;
  border-top-left-radius: 20px;
  font-size: 20px;
  background-color:#014e2c;
  height: 56px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  /* float: left; */
  margin-top: -56px;
  position: relative;
  border-top-right-radius: 20px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.pro-name:hover{
  background-color:#ffffff;
  text-decoration:none !important;
  color:#014e2c;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.pro-dtl{
  color:white !important;
  font-size:15px !important;
  line-height:28px !important;
  font-weight:normal !important;
  font-style: normal !important;
      line-height: 25px !important;
  padding: 130px 30px 0px !important;
}

.exp-pro{
  float:left;
  width:100%;
  text-align:center;
  color:#6cd030;
  font-weight:500;
  font-style:14px;
  text-decoration:none;
  text-transform:uppercase;
}

.exp-imgs{
    width: auto !important;
    display: inline !important;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }



  .highlight .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:center;
    margin-top:30px;
}

.highlight .owl-prev img{


    transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    background-color:#3c7a17;
    border-radius:50px;
    margin-right:10px;
    margin-top:10px;
}

.highlight .owl-next img{
transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    background-color:#3c7a17;
    border-radius:50px;
    margin-top:10px;
}


.highlight .owl-next:hover img{
   background-color:#00522d;

}

.highlight .owl-prev:hover img{
    background-color:#00522d;
}


.quick-sec{
  float:left;
  width:100%;
  background-color:#0b3333;
  padding-left: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top:35px;
}

.pnone{
  padding:0px !important;
}




.quick-sec h3{
  float:left;
  width:100%;
  text-align:left;
  color:white;
  font-size:40px;
  font-weight:normal;
  padding-top: 17px;
}

.quick-sec h3 span{
  font-weight:900;
  width:100%;
}

.quick-sec p{
  float:left !important;
  width:100% !important;
  color:white !important;
  font-size:15px !important;
  text-align:left !important;
  padding-top:5px !important;
  line-height:26px !important;
  padding-right: 35px;
}


.ie-btn2{
    background-color: #ffffff;
    color: #014e2c;
    float:left;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    padding-left: 21px;
    padding-right: 21px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    border: solid 1px #fff;
    margin-top: 160px;
}

.ie-btn2:hover{
  text-decoration:none;
  background-color:#d5fbd4;
  border: solid 1px #d5fbd4;
  color:#014e2c;
}

.ie-btn2 img{
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.sub-bg{
  float:left;
  width:100%;
  background-color:white;
  border:solid 2px white;
  border-radius:20px;
  color:#000000;
  padding-left:20px;
  padding-top:22px;
  padding-right:10px;
  padding-bottom:22px;
  margin-bottom:38px;
  text-align: left;
}

.sub-bg:hover{
  color:#014e2c;
  border:solid 2px #014e2c;
}

.sub-bg h4{

font-size:26px;

font-weight:500;

text-align: left;
}

.sub-bg-pr{
  font-size:15px;
}

.sub-bg img{
  float:right;
  width:auto !important;
}

.subpro-nav{
  color: #014e2c;
  font-size:14px;
  font-weight:500;
  text-transform:uppercase;
  margin-top:25px;
}


.sub-icons{
  float: none !important;
    display: inline  !important;
    margin-left: 8px  !important;
    top: -2px  !important;
    position: relative  !important;
}




.vw-pro{
    background-color: #014e2c;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 23px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    /* margin-top: 22px; */
}

.vw-pro:hover{
  text-decoration:none;
  background-color:#71be44;
  color:white;
}

.vw-pro img{
    position: relative;
    top: -2px;
    margin-left: 15px;
}


.highlight-sub{
  float:left;
  width:100%;
  margin-bottom:50px;
}


#zedo-sec{
  float:left;
  width:100%;
}

.green-bg{
float:left;
width:100%;
height:990px;
background-color:#014e2c;
}

.curve-bgs{
 float:left;
  width:332px;
  height:531px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
  margin-top: -445px;
  z-index: 11;
  position: relative;
  background: white;
  margin-left: -113px;
      padding-left: 25px;
    padding-right:32px;
    padding-top: 117px;
}


.curve-bgs h1{
  float:left;
  width:100%;
  font-weight:900;
  color:#000000;
  font-size:35px;
  text-transform:uppercase;
  padding-bottom:12px;
}


.curve-bgs p{
  float:left;
  width:100%;
  font-size:15px;
  line-height:27px;
  color:black;
  margin-bottom:18px;
}


.subpro-nav2{
  color: #014e2c;
  font-size:14px;
  font-weight:500;
  text-transform:uppercase;
}


.subpro-nav2:hover{
  padding-left: 10px;
}

.quotes2{
  float:left;
  width:100%;
  color:#000000;
  font-size:21px;
  font-weight:normal;
  line-height:35px;
  padding-top:75px;
  padding-left: 115px;
}


.quotes2::before {
    content: '';
    position: absolute;
    width: 92px;
    height: 69px;
    background: url(../images/quotes2.png) no-repeat center center;
    left: 20px;
    margin-top: -27px;
    /* top: 149px; */
}



.ie-btn3{
    background-color: #014e2c;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    margin-top: 115px;
    float: left;
    position: relative;
    left: 60px;
}

.ie-btn3:hover{
  text-decoration:none;
  background-color:#71be44;
  color:white;
}

.ie-btn3 img{
    position: relative;
    top: -2px;
    margin-left: 15px;
}


#clients-sec{
  float:left;
  width:100%;
  background-color:#f4f0fc;
  padding-top:70px;
  padding-bottom:70px;
  display:none;
}


#clients-sec h1{
  float:left;
  width:100%;
  text-align:center;
  color:000000;
  font-size:50px;
  font-weight:normal;
  text-transform:uppercase;
}

#clients-sec h1 span{
  font-weight:900;
}

#clients-sec p{
    float: left;
    width: 100%;
    font-size: 16px;
    color:#000000;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}


.intr-clients{
  float:left;
  width:100% !important;
  margin-top:30px;
}



.brand-imgs{
float: left;
width: 100%;
text-align: center;
margin-bottom: 40px;
-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.brand-imgs:hover{
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.brand-imgs img{
  width:auto !important;
}


 .intr-clients .owl-nav {
    float: left;
    position: relative;
    width:100%;
    text-align:center;
}

.intr-clients .owl-prev img{
   transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    background-color:#3c7a17;
    border-radius:50px;
    margin-right:10px;
}
.intr-clients .owl-next img{
   transition:all ease-in-out .5s;
    -webkit-transition:all ease-in-out .5s;
    -o-transition:all ease-in-out .5s;
    -moz-transition:all ease-in-out .5s;
    width: 40px;
    height: 40px;
    background-color:#3c7a17;
    border-radius:50px;
}


.intr-clients .owl-next:hover img{
        background-color: #00522d;
}.intr-clients .owl-prev:hover img{
        background-color: #00522d;
}


#footer{
  float:left;
  width:100%;
  background-color:#0b3333;
  padding-top:38px;
  padding-bottom:0px;
}


#footer h1{
  float:left;
  width:100%;
  color:#ffffff;
  font-size:22px;
  font-weight:500;
}


.nav-ftr{
  float:left;
  width:100%;
  margin-top: 19px;
}


.ftr-nav{
  float:left;
  width:100%;
  color:white;
  font-size:15px;
  padding-bottom: 13px;
}

.ftr-nav:hover{
  color:#bdb2b2;
  text-decoration:none;
}

.scl-ftr{
  margin-right:5px;
  float:left;
}

.scl-ftr:hover{
  margin-top:-5px;
}

.ftr-logo{
  float:left;
  width:100%;
  margin-top:15px;
}

.ftr50{
  float:left;
  width:33%;
}

.copyright{
  float:left;
  width:100%;
  border-top:solid 1px #1c4141;
  padding-top:25px;
  padding-bottom:25px;
  margin-top:55px;
  font-size:14px;
  text-align:center;
  font-weight:normal;
  text-transform:uppercase;
  color:#bdb2b2;
}

.tnm-powered{
  color:#bdb2b2;
}

.tnm-powered:hover{
  color:white;
  text-decoration:none !important;
}

.copyright span{
  padding-left:5px;
  padding-right:5px;
}




.header-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 250px;
    /* left: 0; */
    /* background: rgba(0, 0, 0, 0.6); */
    /* display: flex; */
    align-items: center;
    float: left;
}

.header-content h1{
  -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    color: white;
    font-size: 73px;
    font-weight:normal;
    text-transform:uppercase;
}

.header-content h1 span{
  font-weight:900;
}


.header-content p {
    line-height: 30px;
    font-size: 20px;
    font-weight:normal;
    color: white !important; 
}


.slider-ban{
  float:left;
  width:100%;
}


.slider-ban .owl-dots{
  margin-top: -230px !important;
  position: relative;
  text-align: left !important;
  float: left;
  width: 100%;
  padding-left: 6px;
}


.slider-ban .owl-theme .owl-dots .owl-dot span{
      width: 10px !important;
    height: 10px !important;
}


.header{
    float: left;
    width: 100%;
    position: absolute;
    z-index: 7;
}

.hdr-logo{
  float:left;
}


.menu-sec {
    float: right;
}


.abt-intro2{
    background-color: #014e2c;
    color: white;
    text-transform: uppercase;
    border-radius: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    padding-left: 18px;
    padding-right: 13px;
    font-weight:500;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
    top: 5px;
    position: relative;
}

.abt-intro2:hover{
  text-decoration:none;
  background-color:#71be44;
  color:white;
}


.abt-intro2 img{
	    top: -2px;
    position: relative;
    margin-left: 5px;
}

.right-tab{
    float: right;
    height: 150vh;
    width: 80px;
    background-color: #0b3333;
    position: absolute;
    z-index: 11;
    right: 0;
}





.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0);
  background-color: rgb(0 0 0);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 7%;
  width: 33%;
  text-align: center;
  margin-top: 0px;
  float: left;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 26px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  /* top: 20px; */
  right: 0px;
  font-size: 45px;
  background: #3c7e16;
  color: white;
  height: 70px;
  line-height: 45px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.pr-menu{
    float: left;
    margin-top: 69px;
    padding-left: 15px;
    cursor:pointer;
}


.tr-sl{
  float:left;
  width:100%;
margin-top: 450px;
    padding-left: 19px;
}


.social-top{
  margin-bottom:30px;
  float:left;
}

.social-top:hover{

}

.m-active{
  color:#71be44 !important;
}



.banner-section-page{
  float: left;
  width: 100%;
  background-color: black;
  /* height: 150px; */
  margin-top: 0px;
  background: url(../images/scroll1.png);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 110px;
  padding-left: 20px;
}



.banner-section-page h1{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  color: white;
  font-size: 60px;
  font-weight:normal;
  text-transform:uppercase;
}

.banner-section-page h1 span{
  font-weight:900;
}


.banner-section-page p {
    line-height: 27px;
    font-size: 16px;
    font-weight:normal;
    color: white !important;
}


.tr-sl2 {
    float: left;
    width: 100%;
    margin-top: 300px;
    padding-left: 19px;
}


.social-top2{
  margin-bottom: 15px;
    float: left;
}


.banner-50{
  width:50%;
  float:left;
}

.sub-link{
  color:white;
  font-size:16px;
  font-weight:500;
}

.sub-cntr{
 text-align: right;
    padding-top: 91px;
    padding-right: 115px;
}

.sub-link:hover{
      color: #71be44 !important;
}

.banner-50 strong{
  padding-left:9px;
  padding-right:9px;
  color:white;
  font-weight:normal;
}

.about-details{
  float:left;
  width:100%;
  padding-left:15px !important;
  padding-right:15px !important;
}

.about-details p{
  float:none !important;
  width:auto !important;
  color: #000000 !important;
  font-size:18px !important;
  line-height:32px !important;
  text-align:left !important;
  margin-bottom:0px;
  padding-left:0px !important;
  padding-right:0px !important;
}

.dtl-abt{
  float: right;
  margin-left: 35px;
  margin-top:30px;
}

.quotes{
  float:left;
  width:100%;
      background: url(../images/scroll2.png);
    background-size: cover;
    background-attachment: fixed;
    padding-top:50px;
    padding-bottom:50px;
}


.quotes h1{
  float:left;
  width:100%;
  text-align:center;
  color:white;
  font-size:50px;
  font-weight:normal;
  text-transform:uppercase;
      margin-bottom: 50px;
}

.quotes h1 span{
  font-weight:900;
}

.quotes p{
  float:left;
  width:100%;
  color: white !important;
  font-size:18px !important;
  line-height:32px !important;
  text-align:left !important;
}

.quotes img{
  width: 60px;
    margin-bottom: 18px;
}




.quotes3{
  float:left;
  width:100%;
      background: url(../images/scroll2.png);
    background-size: cover;
    background-attachment: fixed;
    padding-top:50px;
    padding-bottom:50px;
}


.quotes3 h1{
  float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 55px;
}

.quotes3 h1 span{
  font-weight:900;
}

.quotes3 p{
      float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 17px;
    padding-top: 15px;
    padding-left: 200px;
    padding-right: 200px;
    line-height: 30px;
}


.img-radius{
  border-radius:30px;
}




.frm-section{
  float:left;
  width:100%;
  margin-top: 45px;
 }

 .frm-section h1{
  float:left !important;
  width:100% !important;
  letter-spacing:0px !important;
  margin-top:0px !important;
  color:black !important;
  font-size:35px !important;
  text-align:left !important;
 }

 .frm-section h1 span {
    font-weight: 900;
    float:none !important;
    width:auto !important;
}

  .frm-section p{
    float:left !important;
    width:100% !important;
    color:black !important;
    font-size:18px !important;
    line-height:28px !important;
    margin-top: 6px !important;
    padding-right:0px !important;
    padding-left:0px !important;
    text-align:left !important;
    padding-top: 0px !important;
    padding-bottom: 29px;
    margin-top: 0px !important;
  }


   .frm-section form{
    float:left;
    width:100%;
    margin-top: 20px;
   }


   .contact-label{
  float:left;
  width:100%;
  text-align:left;
  font-size: 15px;
  color:#000;
  font-weight: 500;
}

.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 50px;
    margin-bottom: 25px !important;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left:0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgba(46, 67, 110, 0.22);
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 17px;
    border-radius: 5px;
}

.mct_form:hover{
    border-bottom: solid 1px rgb(32 72 159);
}


.cnt-padding {
    padding-left: 0px !important;
}


.contact-snd{
  float:left;
  border-radius:8px;
  width:226px;
  height: 59px;
  text-align:center;
  font-size:14px;
  text-transform:uppercase;
  /* font-family: 'Open Sans Condensed'; */
  color:white;
  background: rgb(0 82 45);
  /* background: linear-gradient(90deg, rgba(31,73,159,1) 0%, rgba(55,69,165,1) 100%); */
  line-height: 58px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 9px 8px 0px rgb(0 0 0 / 7%);
  border:none;
  cursor:pointer;
  margin-top: 17px;
  font-weight: 900;
  letter-spacing: 1px;
  border-radius: 50px;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-snd:hover{
  text-decoration:none;
  background: rgb(113 190 68);
  /* background: linear-gradient(90deg, rgba(55,69,165,1) 0%, rgba(31,73,159,1) 100%); */
  color: black;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.map{
  float:left;
  width:100%;
  margin-top:0px;
}


.cnt-listbg{
  background-color: #e5ffe5;
  padding-top: 55px;
  padding-bottom: 55px;
  height: 1205px;
  min-height: 1141px;
  padding-right: 32px;
  padding-left: 32px;
  text-align: center;
}

.cnt-listbg h3{
  float:left;
  width:100%;
  color: black !important;
  font-size: 35px !important;
  font-weight:normal !important;
  text-align:left !important;
  text-transform: uppercase;
}

.cnt-listbg h3 span{
  font-weight: 900;
}

.gt-desc{
  float: left !important;
    width: 100% !important;
    color: black !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 6px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    text-align: left !important;
    padding-top: 0px !important;
    padding-bottom: 29px;
    margin-top: 0px !important;
}

.address-top{
     float: left;
     width: 100%;
     border-bottom: solid 1px rgb(84 173 133 / 43%);
     padding-top: 15px;
     padding-bottom: 0;
     text-align:left;
     margin-bottom: 15px;
}

.address-top img{
width: 70px;
    height: 70px;
    max-width: unset;
    margin-bottom: 15px;
  }


  .office-address{
    float:left;
    width:100%;
    font-weight:900;
    color: #0a2217;
    font-size: 20px;
  }

  .office-text{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    color: black;
    padding-top: 6px;
    padding-bottom: 20px;
  }


  .prsec1{
    float:left;
    width:100%;
    margin-bottom:25px;
    margin-top:25px;
  }


  .prbg{
    float:left;
    width:100%;
    background-color:white;
    padding:18px;
    -webkit-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
box-shadow: 0px 2px 30px -13px rgba(0,0,0,0.75);
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  }

    .prbg h2{
      float:left !important;
      width:100% !important;
      color:black !important;
      font-weight:900 !important;
      font-size:21px !important;
    }


      .prsec1 img{
        border-top-right-radius:8px;
        border-top-left-radius:8px;
      }


      .prbg h3{
        font-size:16px;
        color:black;
        line-height:26px;
        float:left;
        width:100%;
        font-weight:normal;
      }

      .prbg:hover{
        background-color: #f2fef2;
          transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
      }




      .close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:hover,
.close_form:focus {
    background-color: transparent;
} 

.frm-mb15{
  background-color:white !important;
}

.frmwidth{
  width:100%;
  float:left;
  flex:100%;
}

.enqbgs{
  float:left;
  width:100%;
}

.enqbgs img{
  height:625px;
}

.srv-btns{
	float:left;
	width:100%;
}


.fullmenu-titel{
	float: left;
    width: 100%;
    font-size: 30px;
    color: #818181;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center !important;
    padding-top: 25px;
}

.quick-pl{
	padding-left:80px !important;
}


.tnm-powered strong{
    font-weight:normal;
    padding-left: 3px;
}