@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: 0.3s;
}
@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
  }
  @font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf);
  }
  @font-face {
    font-family:OpenSans-Semibold;
    src: url(../fonts/OpenSans-Semibold.ttf);
  }
  @font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts/OpenSans-Italic.ttf);
  }
  @font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
  }
  @font-face {
    font-family:OpenSans-ExtraBold;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
  }
  body {
    font-size: 14px;
    color: #333333;
    font-family: OpenSans-Regular;
    transition: 0.3s;
  }
  
  a {
    text-decoration: none !important;
    transition: 0.3s;
  }
  
  button {
    transition: 0.3s;
    border: 0px;
    outline: none !important;
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
  }
  
  li {
    display: block;
    float: left;
  }
  
  li a {
    display: block;
  }
  #top-bar{
    padding: 10px 0px;
    background: #3a3a3a;
    position: relative;
    padding-bottom: 38px;
  }
  .top-txt p{
    color: #fff;
    font-size: 15px;
    margin: 0px;
  }
  .top-txt-ryt {
    width: 100%;
    display: flex;
    justify-content: space-between;

  }
  .top-txt-ryt p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .top-txt-ryt p span{
    margin-right: 10px;
  }
  .top-txt-ryt p a{
    color: #fff;
  }
  nav {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
#slider{
  height: 710px;
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
#slider .carousel{
  height: 100%;
  width: 100%;
}
#slider .carousel .carousel-inner{
  height: 100%;
  width: 100%;
}
#slider .carousel .carousel-inner .carousel-item{
  height: 100%;
  width: 100%;
}
#slider .carousel .carousel-inner .carousel-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#slider .carousel-caption{
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 50%);
}
#slider .carousel-caption p{
  font-size: 16px;
  text-transform: uppercase;
  color: #03a430;
  letter-spacing: 5px;
  font-family: OpenSans-Bold;
  text-shadow: 0px 3px 3px #000;
}
#slider .carousel-caption h3{
  font-size: 50px;
  color: #fff;
  font-family: OpenSans-Bold;
  margin: 30px 15%;
  width: 70%;
}
.fl-btn{
  background: #03a430;
  font-size: 14px;
  color: #fff;
  font-family: OpenSans-Bold;
  padding: 15px 20px;
  border: 2px solid #03a430;
  cursor: pointer;
  margin: 0px 10px;
}
.blnk-btn{
  background: transparent;
  font-size: 14px;
  color: #fff;
  font-family: OpenSans-Bold;
  padding: 15px 20px;
  border: 2px solid #fff;
  cursor: pointer;
  margin: 0px 10px;
}
.carousel-control-prev span{
  width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 20px;
}
.carousel-control-next span{
  width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 20px;
}
.menu ul{
  display: flex;

}
.menu ul li a{
  padding: 26px 13px;
  color: #fff;
  font-size: 16px;
  font-family:OpenSans-Semibold;
  overflow: hidden;
}
.menu ul li a::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  left: -100%;
  bottom: 0%;
  transition: 0.3s;
  opacity: 0;
}
.menu ul li a.active::after{
  left: 0%;
  opacity: 1;
}
.menu ul li a:hover::after{
  left: 0%;
  opacity: 1;
}
.menu{
  background: #03a430;
  position: relative;

}
.menu:before{
  width: 50px;
  height: 118%;
  background: #03a430;
  content: "";
  position: absolute;
  transform: rotate(21deg);
  left: -21px;
  z-index: -1;
}
.logo{
  padding: 5px;
}
.menu ul li a{
  position: relative;
}
.menu ul li a:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #0a7d2a;
  left: 0px;
  border-radius: 100%;
  top: 47%;
}
.itm-hdn{
  display: flex;
  width: 100%;
  align-items: center;
}
.itm-hdn{
  margin-bottom: 10px;
}
.itm-hdn span{
  color: #0a7d2a;
  font-size: 20px;
  margin-right: 10px;
}
.itm-hdn h5{
  color: #000;
  font-size: 18px;
  font-family: OpenSans-Bold;
  margin: 0px;
}
#why-choose{
position: relative;
padding: 80px 0px;
width: 100%;
overflow: hidden;
}
.choose-item{
  border: 1px solid #ccc;
  padding: 20px;
  transition: 0.3s;
  margin-bottom: 30px;
}
.choose-item:hover
{
  border: 1px solid #fff;
  box-shadow: 0px 5px 10px #ccc;
}
.choose-item p{
font-size: 14px;
color: #888888;
margin: 0px;
}
.about-fig{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.about-hnd{
  width: 30%;
  background: url(../images/leaf.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0px 30px;
}
.about-hnd h4{
font-size: 50px;
color: #03a430;
font-family:OpenSans-Semibold;
margin: 0px;
margin-bottom: 20px;
}
.about-hnd p{
  font-size: 16px;
color: #888;
margin: 0px;
}
.about-pic{
  width: 70%;
  position: relative;
}
.about-pic img{
  width: 100%;
}
.txt-box{
  background: #fff;
  padding: 30px;
  width: 50%;
}
.txt-box h4{
  font-size: 50px;
  color: #03a430;
  margin: 0px;
  margin-bottom: 20px;
  font-family: OpenSans-Light;
}
.txt-box p{
  font-size: 14px;
  color: #888888;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 20px;

}
.about-txt{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  align-items: flex-end;
}
.bdr-btn{
  border: 1px solid #03a430;
  color: #03a430;
padding: 15px 40px;
border-radius: 30px;
background: #fff;
cursor: pointer;
}
.bdr-btn:hover{
  background: #03a430; 
  color: #fff;
  border: 1px solid #fff;
}
.grn-box{    background: #03a430 !important;
  padding: 50px 30px!important;}
  .grn-box p{
    color: #fff!important;
  }
  .txt-item{
    width: 30%;
  }
  .txt-item h5{
font-size: 30px;
color: #03a430;
font-family: OpenSans-Light;
margin: 0px;
margin-bottom: 20px;
  }
  .txt-item p{
    font-size: 14px;
    color: #888888;
    margin: 0px;
    line-height: 25px;
  }
  .txt-item img{
    width: 100%;
  }
  .about-btm-txt{
    width: 100%;
    display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
  }
  .pdl{    padding-left: 50px;
  padding-top: 30px;}
  .pdr{    padding-right: 50px;
    padding-top: 30px;}
    #video-ex{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: 120px;
    }
    .video-box{
      width: 55%;
      position: relative;
      overflow: hidden;
      height: 430px;
      background: #000;
      transform: skewY(10deg);
      margin-top: 157px;
    }
    .video-txt{
    width: 45%;
    position: relative;
    overflow: hidden;
    }
    .video-box img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .video-box span{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgb(0 0 0 / 52%);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .video-box span img{
      width: auto;
      height: auto;
    }
    .video-box span a{transform: skewY(-10deg);}
    .video-txt{
      display: flex;
      align-items: center;
      padding-left: 50px;
      margin-top: 15%;
    }
    .video-txt h4{
      color: #03a430;
     font-size: 40px;
     margin: 0px;
     margin-bottom: 20px;
     font-family: OpenSans-Light;
    }
    .video-txt ul li{
      padding: 10px 0px;
    }
    .video-txt ul li span {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #03a430;
      margin-right: 10px;
    }
    .video-txt ul li {
      color: #333333;
      font-size: 14px;
    }
    .cmn-hnd h4{
      color: #03a430;
      font-size: 40px;
      margin: 0px;
      margin-bottom: 20px;
      font-family: OpenSans-Light;
      position: relative;
      padding: 10px 50px;
      display: inline-block;
    }
    .cmn-hnd h4::before{
      position: absolute;
      width: 20px;
      height: 20px;
      content: "";
      top: 0px;
      left: 0px;
   border-top: 1px solid #03a430;
   border-left: 1px solid #03a430;
    }
    .cmn-hnd h4::after{
      position: absolute;
      width: 20px;
      height: 20px;
      content: "";
      bottom: 0px;
      right: 0px;
   border-bottom: 1px solid #03a430;
   border-right: 1px solid #03a430;
    }
    .cmn-hnd p{
      color: #333333;
      font-size: 14px;
    }
    .cmn-hnd{
      margin-bottom: 30px;
    }
    .work-item{
      display: flex;
      align-items: center;
   flex-wrap: wrap;
   border: 1px solid #ccc;
    }

    .work-item-pic{
      width: 50%;
      height: 200px;
      background: #000;
    }
    .work-item-txt{
      width: 50%;
    }
    .work-item-txt h4{
      font-size: 20px;
      color: #000;
      font-family:OpenSans-Semibold;
      padding: 20px;
    }
    .work-item-pic img{
width: 100%;
height: 100%;
object-fit: cover;
    }
    #work .owl-nav{
display: none;
    }
    #work .owl-dots{
      text-align: center;
      margin-top: 50px;
          }
          #work .owl-dot{
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 100%;
            margin: 0px 4px;
          }
          #work .owl-dot.active{
            height: 10px;
            width: 20px;
            border-radius: 10px;
            background: #03a430;
          }
          #work{
            padding-bottom: 80px;
          }
          .rcnt-prjct h4{
font-size: 30px;
color: #000;
font-family:OpenSans-Semibold;
          }
          .rcnt-prjct p{
            font-size: 14px;
            color: #888;
          }
          .rcnt-prjct p a{
            color: #03a430;
          }
          .rcnt-pic{
            width: 100%;
            height: 325px;
            overflow: hidden;
            margin-bottom: 20px;
          }
          .rcnt-pic img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
          .recent-pic{
            box-shadow: 0px 0px 20px rgb(204 204 204 / 33%);
            position: relative;
            padding: 30px;
          }
          .recent-pic h4{
            font-size: 30px;
color: #03a430;
font-family: OpenSans-Light;
margin-bottom: 30px;
          }
          .rcnt-itm-pic{
            width: 100px;
            height: 100px;
            margin-right: 15px;
            overflow: hidden;
            position: relative;
          }
          .rcnt-itm-pic img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
          .rcnt-itm-txt{
            width: 75%;
          }
          .rcnt-itm-txt h5{
            font-size: 16px;
            color: #333333;
            font-family:OpenSans-Semibold;
          }
          .rcnt-itm-txt p{
            font-size: 13px;
            color: #888;
            margin-bottom: 5px;
          }
          .rcnt-itm-txt span{
            font-size: 13px;
            color: #ccc;
          }
          .rcnt-itm-txt span i{
            color: #03a430;
          }
          .rcnt-itm{
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            width: 100%;
            border-bottom: 1px solid #ededed;
            padding-bottom: 15px;
            margin-bottom: 15px;
          }
     
         #rcnt-nws .owl-nav span{width: 30px;
            background: #03a430;
            color: #fff;
            display: block;
            height: 30px;
            font-size: 30px;
            line-height: 22px;}
            #rcnt-nws .owl-nav  .owl-prev{
              margin-right: 5px;
            }
            #rcnt-prjct{
              padding-bottom: 80px;
              padding-top: 80px;
            }
            .clint-pic{
              width: 100%;
              height: 120px;
              background: #0000;
              border: 3px solid #ccc;
            }
            .clint-pic img{
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
            #clints .owl-nav{display: none;}
            #clints{
              padding-bottom: 150px;
            }
            footer{
              background: #3a3a3a;
             position: relative;
             width: 100%;
            }
            .free-qot{background: #0a7d2a;
              padding: 50px 50px;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: space-between;
              top: -50%;}
    .free-qot h4{
      font-size: 40px;
      font-family: OpenSans-Light;
      color: #fff;
      margin: 0px;
    }
    .call{
      position: relative;
      display: flex;
      align-items: center;
      background: #fff;
      padding: 8px 20px;
    }
    .call:before{
      position: absolute;
      height: 121%;
      width: 30px;
      background: #fff;
      content: "";
      transform: rotate(17deg);
      left: -14px;
    }
    .call span{
      width: 50px;
      height: 50px;
      border: 1px solid #03a430;
      border-radius: 100%;
      color: #000;
      font-size: 25px;
      text-align: center;
      margin-right: 10px;
    }
    .call a{
    font-size: 35px;  
    color: #000;
    font-family:OpenSans-Semibold;
    }
    .call-box{
      overflow: hidden;
      padding-left: 30px;
    }
    .ftr-dtls h4{
      display: flex;
      width: 100%;
      align-items: center;
      color: #fff;
      font-size: 35px;
      margin-bottom: 20px;
    }
    .ftr-dtls h4 span{
      height: 1px;
      width: 50px;
      background: #fff;
      margin-right: 5px;
    }
    .ftr-dtls p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 0px;
    }
    .ftr-dtls ul{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
    }
    .ftr-dtls ul li {
      width: 30%;
      height: 80px;
      overflow: hidden;
      margin-bottom: 15px;
    }
    .ftr-dtls ul li a{
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
    }
    .ftr-dtls ul li a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .compensate-for-scrollbar {
      margin-right: 0px !important;
  }
  .lbl{font-size: 16px!important;
  color:#03a430!important;
  font-family:OpenSans-Semibold;
  margin-bottom: 15px!important;}
  .ftr-dtls p i{
    font-size: 20px;
    margin-right: 10px;
  }
  .ftr-dtls p a{
    color:#fff;
    display: inline-block;
    margin-top: 10px;
  }
  .btm-ftr p{
    margin: 0px;
    color: #888888;
  }
  .btm-ftr{
    display: flex;
    align-items: center;
justify-content: space-between;
  }
  .btm-ftr ul{
    width: auto;
  }
  .btm-ftr{
    margin-top: 50px;
    border-top: 1px solid rgb(204 204 204 / 12%);
    padding: 15px 0px;
  }
  .btm-ftr ul li a{
    color: #fff;
    padding: 0px 10px;
  }
  #slider-banner{
    width: 100%;
    height: 420px;
    background-color: #000;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
   /* background-image: url(../images/banner4.jpeg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .banner-caps{
    text-align: center;
  }
  .banner-caps h4{
font-size: 50px;
color: #fff;
font-family: OpenSans-Bold;
  }
  .banner-caps p{
    color: #fff;
  }
  .banner-caps p a{
    font-size: 16px;
color: #fff;
font-family:OpenSans-Semibold;
  }
  .banner-caps p a.active{
    color: #03a430!important;
  }
  .about-us-txt h4{color: #03a430;
    font-size: 40px;
    margin: 0px;
    margin-bottom: 20px;
    font-family: OpenSans-Light;}
    .about-us-txt p{    color: #333333;
      font-size: 14px;}
      .about-us-txt{
        padding: 50px;
        box-shadow: 0px 0px 20px rgb(204 204 204 / 45%);
        position: relative;
        top: -26%;
        background: #fff;
      }
      .txt-items{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border: 1px solid #ccc;
      }
      .txt-item-pic{
        width: 50%;
        height: 320px;
        background: #000;
      }
      .txt-item-drc{
        width: 50%;
        padding: 20px;
      }
      .txt-item-drc h5{
        color: #03a430;
        font-size: 30px;
        margin: 0px;
        margin-bottom: 15px;
        font-family: OpenSans-Light;
      }
      .txt-item-drc p{
        color: #333333;
        font-size: 14px;
      }
      .txt-item-pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      #cmn-hdn{
        padding: 80px 0px;
        position: relative;
        overflow: hidden;
        padding-bottom: 150px;
      }
.client-item{
  width: 100%;
  height: 230px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}
.client-item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.client-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pgntn ul{
  display: flex;
    justify-content: center;
}
.pgntn ul li{
  margin: 0px 8px;
}
.pgntn ul li:first-child a{
  background: #03a430 !important;
  color: #fff!important;
border: 1px solid #03a430!important;
}
.pgntn ul li:last-child a{
  background: #03a430 !important;
  color: #fff!important;
border: 1px solid #03a430!important;
}
.pgntn ul li a:hover{
  background: #03a430 !important;
  color: #fff!important;
border: 1px solid #03a430!important;
}
.pgntn ul li a.active{
  background: #03a430 !important;
  color: #fff!important;
border: 1px solid #03a430!important;
}
.pgntn ul li a{
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #000;

}
.client-item span{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform: scale(0);
    opacity: 0;
}
.client-item span i{
  background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 14px 5px;
  
}
.client-item:hover span{
  transform: scale(1);
  opacity: 1;
}
.nrml-hdn{
  color: #000;
  font-size: 25px;
  font-family:OpenSans-Semibold;
  margin-bottom: 20px;
}
.note{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.note p{
  color: #f00f34;
  font-size: 16px;
  margin: 0px;
  border: 1px solid #f00f34;
  padding: 20px;
  background: rgb(240 15 52 / 2%);
}
.carrer-pic{
  width: 100%;
  height: 460px;
  background: #000;
}
.carrer-pic img{
width: 100%;
height: 100%;
object-fit: cover;
}
.carrer-form{

}
.form-group select{height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px 20px;
  color: #000;
outline: none;}
.form-group input{height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px 20px;
  color: #000;
outline: none;
border-radius: 0px;}
.file-up{
  height: 50px;
  border: 1px solid #ccc;
  padding: 8px 20px;
}
.file-up span{
  padding: 5px 10px;
  /*background: #03a430;*/
  color: #000;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.file-up span input{
  position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.apply-btn{
  background: #000;
    color: #fff;
    padding: 15px 25px;
    cursor: pointer;
}
.cr-frm{
  width: 80%;
  margin: 0 auto;
}
.notice{
  border: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
  padding: 50px 30px;
}
.notice p{
  flex-wrap: wrap;
  display: flex;
  align-items: baseline;
}
.notice p small{
  font-size: 14px;
  color: #888;
  line-height: 25px;
  width: 97%;
}
.notice p span{
  width: 10px;
  height: 10px;
  background: #03a430;
  margin-right: 10px;
}
.service-item-txt h4{
  font-size: 20px;
color: #000;
font-family:OpenSans-Semibold;
margin-bottom: 20px;
}
.service-item-txt p{
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: baseline;
}
.service-item-txt p small{
  font-size: 14px;
}
.service-item-txt p span{    width: 8px;
  height: 8px;
  background: #79a206;
  margin-right: 10px;}
  .service-item-txt{
    position: relative;
    width: 60%;
    padding: 50px;
    box-shadow: 0px 0px 20px rgb(204 204 204 / 34%);
    background: #fff;
    min-height: 360px;
    max-height: 423px;
    overflow: auto;
  }
  .service-item{
    position: relative;
    display: flex;
    margin-bottom: 200px !important; 
  }
  .service-item-pic{
    position: absolute;
    right: 0px;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 20%;
  }
  .service-item-pic img {    
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 380px;
    object-fit: cover;
  }
    .services-box{
      display: flex;
    flex-direction: column;
    }
    .services-box .service-item:nth-child(even){
      justify-content: flex-end;
      margin-bottom: 0px !important;
    }
    .services-box .service-item:nth-child(even) .service-item-pic{
      right: auto;
      left: 0px;
      top: -20%;
    }
    .service-item{
      margin-bottom: 160px;
    }
    .services-box .service-item:last-child{
      margin-bottom: 0px;
    }
    .stroy-grp{
      width: 85%;
      margin: 0 auto;
    }
    .story-pic{
      height: 270px;
      width: 100%;
      overflow: hidden;
      background: #000;
    }
    .story-pic img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .story-text{
      position: relative;
      width: 100%;
      padding: 30px;
      box-shadow: 0px 0px 20px rgb(204 204 204 / 34%);
      background: #fff;
      max-height: 270px;
      overflow: auto;
    }
    .story-text h4{
      font-size: 75px;
      margin-bottom: 15px;
      font-family: OpenSans-Bold;
      color: #f5f5f5;
    }
    .story-text p{
      font-size: 14px;
      color: #333333;
    }
    .stroy-grp .row:nth-child(even) .col-md-6:last-child{
order: -1;
    }
    .stroy-grp .row{
      margin-bottom: 50px;
    }
    .custom-btn{
      display: none;
    }
    .adrs-box{
      width: 80%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }
    .adrs-box-item{
      text-align: center;
      border: 1px solid #ccc;
      padding: 20px;
      height: 200px;
      width: 30%;
    }
    .adrs-box-item span{
      width: 50px;
      height: 50px;
      background: #0a7d2a;
      color: #fff;
      text-align: center;
      display: block;
      margin: 0 auto;
      border-radius: 100%;
      font-size: 20px;
      padding: 10px;
      margin-bottom: 15px;
    }
    .adrs-box-item h5{
      font-size: 20px;
      color: #000;
      font-family:OpenSans-Semibold;
    }
    .adrs-box-item a{
      font-size: 14px;
      color: #333333;
  
    }
    .map{
      width: 100%;
      position: relative;
      height: 456px;
      overflow: hidden;
      background: #000;
      margin-top: 80px;
    }
    .contact .cr-frm{   margin-top: 80px;}
    .cr-frm h4{
      font-size: 30px;
      color: #000;
      font-family:OpenSans-Semibold;
      margin-bottom: 20px;
    }
    .form-group textarea {
      height: 100px;
      min-height: 100px;
      max-height: 100px;
      max-width: 100%;
      min-width: 100%;
      width: 100%;
      border: 1px solid #ccc;
      padding: 15px 20px;
      color: #000;
      outline: none;
      border-radius: 0px;
  }

  .page-item.active .page-link{
    background-color: #03a430 !important;
    border-color: #03a430 !important;
  }