        body {font-family: 'Poppins', sans-serif !important; 
        background-color: #c2f1773d; }

        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;
        }


        h1{
        font-family: 'Poppins', sans-serif !important;
        }
        h2{
        font-family: 'Poppins', sans-serif !important;
        }
        h3{
        font-family: 'Poppins', sans-serif !important;
        }
        h4{
        font-family: 'Poppins', sans-serif !important;
        }
        h5{
        font-family: 'Poppins', sans-serif !important;
        }

        p{
        font-family: 'Poppins', sans-serif !important;
        }
   .form-outer{
         border: 1px solid #aeca84;
         width: 100%;
         padding: 50px;
         margin-top: 50px;
          margin-bottom: 50px;
         border-radius: 5px;
         }
         .inner-box{
         width: 100%;
         float: left;
         border: 1px solid #aeca84;
         padding: 10px;
         border-radius: 5px;margin-bottom: 30px;
         }
        .inner-box-height{

        min-height: 267px;
        margin-top: 31px;
        margin-bottom: 30px;
        
         }
        .right-inner-box{
         width: 100%;
         float: left;
         border: 1px solid #aeca84;
         padding: 10px;
         border-radius: 5px;
        

         }
         .form-outer h2{
         font-size: 20px;
         color: #000;
         }
         .inner-box label{
         float: left;
         width: 100%;
         margin: 0;
         font-size: 14px;
         color: #000;
         padding: 6px 0 0;
         }
         .right-inner-box input{
         width: 100%;margin-bottom: 15px;
         border: 1px solid #aeca84;
         padding: 6px 2px;
         border-radius: 5px;
         }
         .inner-box input{
         width: 100%;margin-bottom: 15px;
         border: 1px solid #aeca84;
         padding: 6px 2px;
         border-radius: 5px;
         }
          .right-inner-box label{
         float: left;
         width: 100%;
         margin: 0;
         font-size: 14px;
         color: #000;
         padding: 6px 0 0;
         }
         .form-container{
          margin-top: 25px;
         }
         .form-header{
          margin-bottom: 60px;
          font-weight: 800;
         }
         .label-muted-text{

          font-size: 10px;
          font-weight: 600;
         } 
        .heading-muted-text{

          font-size: 14px;
        
         } 
         .inner-box-group{

          margin-top: 20px;
          margin-left: 20px;
         }
         .inner-box-head{

          margin-bottom: 30px;

         }
         .main-logo{
            width: 100%;
            float: right;
            text-align: center;
         }
         .logo-img{
            height: 70px;
            margin-bottom: 20px;
            margin-top: 20px;
            margin-left: 55px;
            padding: 10px;
         }
         .btn-submit{

            color: #fff;
            background-color: #89be35;
            border-color: #89be35;
         

         }
     
        .btn-submit:hover{

            color: #fff;!important;
            background-color: #86ad48;!important;
            border-color: #86ad48;!important;

        }
           .btn-cancel{
           
            color: #fff;
            background-color: #265b31;
            border-color: #265b31;
            margin-right:10px;

         }
          .btn-cancel:hover{
           
            color: #fff;
            background-color: #4a9636;!important;
            border-color: #4a9636;!important;

         }

            body::-webkit-scrollbar-track
            {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                background-color: #F5F5F5;
            }

            body::-webkit-scrollbar
            {
                width: 10px;
                background-color: #F5F5F5;
            }

            body::-webkit-scrollbar-thumb
            {
                background-color: #89be35;
                
                background-image: -webkit-gradient(linear, 0 0, 0 100%,
                                   color-stop(.5, rgba(255, 255, 255, .2)),
                                   color-stop(.5, transparent), to(transparent));
            }

            /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
/*  padding: 60px 0;*/
  overflow: hidden;

}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  /*padding-bottom: 30px;*/
  margin-top: 140px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #89be35;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 60;
}


        .header-contact-strip{

        width: 100%;
        background-color: #005b31;
        height: 40px;
        color: #fff;
        font-size: 12px;

        }
        .header-container{
        overflow: hidden;
       
        }
        .logo-area{

        margin-top: 40px;

      
        background-color: #fff;
        height: 100px;
        color: #fff;
        font-size: 12px;

        }
        .title-area{
        margin-top: 17px;
        }

        .navbar {
    padding: 0;
    }
    .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    }
    .navbar li {
    position: relative;
    }
    .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
   /* font-family: "Roboto", sans-serif;*/
    font-size: 13px;
    color: #626262;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    }
    .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #89be35;
    }
    .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    }
    .navbar .dropdown ul li {
    min-width: 200px;
    }
    .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    }
    .navbar .dropdown ul a i {
    font-size: 12px;
    }
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #89be35;
    }
    .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
    }
   
    @media (max-width: 1366px) {
      .navbar .dropdown .dropdown ul {
        left: -90%;
      }
      .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
      }
    }


    /*--------------------------------------------------------------
    # Hero Section
    --------------------------------------------------------------*/
    #hero {
       margin-top:140px ;      
      width: 100%;
      height: 450px;
     /* background-color: rgba(60, 60, 60, 0.8);*/
      overflow: hidden;
      position: relative;
    }
    #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
    }
    #hero .carousel-item {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }
    #hero .container {
      text-align: center;
      background: rgba(255, 255, 255, 0.9);
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 50px;
      border-top: 4px solid #89be35;
    }
    @media (max-width: 1200px) {
      #hero .container {
        margin-left: 50px;
        margin-right: 50px;
      }
    }
    #hero h2 {
      color: #2f2f2f;
      margin-bottom: 20px;
      font-size: 36px;
      font-weight: 700;
    }
    #hero p {
      margin: 0 auto 30px auto;
      color: #555555;
    }
    #hero .carousel-inner .carousel-item {
      transition-property: opacity;
      background-position: center top;
    }
    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
      opacity: 0;
    }
    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-inner .carousel-item-prev.carousel-item-end {
      opacity: 1;
      transition: 0.5s;
    }
    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
      left: 0;
      transform: translate3d(0, 0, 0);
    }
    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
      background: none;
      font-size: 30px;
      line-height: 0;
      width: auto;
      height: auto;
      background: rgb(74 150 54);
      border-radius: 50px;
      transition: 0.3s;
      color: rgba(255, 255, 255, 0.5);
      width: 54px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
      background: #89be35;
      color: rgba(255, 255, 255, 0.8);
    }
    #hero .carousel-indicators li {
      cursor: pointer;
      background: #fff;
      overflow: hidden;
      border: 0;
      width: 12px;
      height: 12px;
      border-radius: 50px;
      opacity: 0.6;
      transition: 0.3s;
    }
    #hero .carousel-indicators li.active {
      opacity: 1;
      background: #89be35;
    }
    #hero .btn-get-started {
    /*  font-family: "Roboto", sans-serif;*/
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 14px 32px;
      border-radius: 4px;
      transition: 0.5s;
      line-height: 1;
      color: #fff;
      background: #89be35;
    }
    #hero .btn-get-started:hover {
      background: #4a9636;
    }
    @media (max-width: 992px) {
      #hero {
        height: 100vh;
      }
      #hero .container {
        margin-top: 100px;
      }
    }
    @media (max-width: 768px) {
      #hero h2 {
        font-size: 28px;
      }
    }
    @media (min-width: 1024px) {
      #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
      }
    }
    @media (max-height: 500px) {
      #hero {
        height: 160vh;
      }
    }

        .content{

        width: 100%;
        padding: 50px;
        margin-top: 50px;
        margin-bottom: 50px;

        }
/*
        .carousel-inner{
        width:100%;
        max-height: 400px !important;
        }*/
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(95 161 78);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #89be35;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #89be35;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #89be35;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
  text-decoration: none;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

       /* .card{
        border: 1px solid rgb(74 150 54) !important;
        }


        .card-deck {
        margin: 0 -15px;
        justify-content: space-between;
        }

        .card-deck .card {
        margin: 0 0 1rem;
        }

        @media (min-width: 576px) and (max-width: 767.98px) {
        .card-deck .card {
        -ms-flex: 0 0 48.7%;
        flex: 0 0 48.7%;
        }
        }

        @media (min-width: 768px) and (max-width: 991.98px) {
        .card-deck .card {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        }
        }

        @media (min-width: 992px)
        {
        .card-deck .card {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        }
        }
        .card-img-top {
        width: 100%;
        height: 15vw;
        object-fit: cover;
        }

        .card-btn{

        color: #fff;
        background-color: #89be35;
        border-color: #89be35;


        }
     
        .card-btn:hover{

            color: #fff;!important;
            background-color: #86ad48;!important;
            border-color: #86ad48;!important;

        }*/
                /*--------------------------------------------------------------
        # About Us
        --------------------------------------------------------------*/
        .about .content h3 {
          font-weight: 600;
          font-size: 26px;
        }
        .about .content ul {
          list-style: none;
          padding: 0;
        }
        .about .content ul li {
          padding-bottom: 10px;
        }
        .about .content ul i {
          font-size: 20px;
          padding-right: 4px;
          color: #89be35;
        }
        .about .content p:last-child {
          margin-bottom: 0;
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
  background-color: #fff;
  margin-bottom: 50px;
}
.contact .info-box i {
  font-size: 32px;
  color: #4a9636;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #89be359e;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}




        .footer-distributed {
          background-color: #005b31;
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-sizing: border-box;
          width: 100%;
          text-align: left;
          font: normal 16px sans-serif;
          padding: 45px 50px;
        }

        .footer-distributed .footer-left p {
          color: #8f9296;
          font-size: 14px;
          margin: 0;
        }
        /* Footer links */

        .footer-distributed p.footer-links {
          font-size: 18px;
          font-weight: bold;
          color: #ffffff;
          margin: 0 0 10px;
          padding: 0;
          transition: ease .25s;
        }

        .footer-distributed p.footer-links a {
          display: inline-block;
          line-height: 1.8;
          text-decoration: none;
          color: inherit;
          transition: ease .25s;
        }

        .footer-distributed .footer-links a:before {
          content: "·";
          font-size: 20px;
          left: 0;
          color: #fff;
          display: inline-block;
          padding-right: 5px;
        }

        .footer-distributed .footer-links .link-1:before {
          content: none;
        }

        .footer-distributed .footer-right {
          float: right;
          margin-top: 6px;
          max-width: 180px;
        }

        .footer-distributed .footer-right a {
          display: inline-block;
          width: 35px;
          height: 35px;
          background-color: #1f764e;
          border-radius: 2px;
          font-size: 20px;
          color: #ffffff;
          text-align: center;
          line-height: 35px;
          margin-left: 3px;
          transition:all .25s;
        }

        .footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

        .footer-distributed p.footer-links a:hover{text-decoration:underline;}

        /* Media Queries */

        @media (max-width: 600px) {
          .footer-distributed .footer-left, .footer-distributed .footer-right {
            text-align: center;
          }
          .footer-distributed .footer-right {
            float: none;
            margin: 0 auto 20px;
          }
          .footer-distributed .footer-left p.footer-links {
            line-height: 1.8;
          }
        }

