@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Jost", sans-serif;
}

p {
  margin: 10px 0 0 0;
  color: #464141;
}

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

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #3F6A32;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border-radius: 10px;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #3F6A32;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

.form-group {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-group .selecttext {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group .selecttext {
  background: #fff;
  align-items: center;
  display: flex;
  color: #5a5a59;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #3F6A32;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly] {
  background-color: #fff;
}
.form-group textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  color: #3F6A32;
}

.slide-box {
  border: 1px solid #d5d5d5;
}
.slide-box .carousel-inner img {
  width: 100%;
  height: 100%;
}
.slide-box #custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}
.slide-box #custCarousel .carousel-indicators > li {
  width: 100px;
  border: 1px solid #4D9637;
}
.slide-box #custCarousel .carousel-indicators li {
  cursor: pointer;
}
.slide-box #custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.8;
}
.slide-box #custCarousel .carousel-indicators li.active img {
  opacity: 1;
}
.slide-box #custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}
.slide-box .carousel-item img {
  width: 100%;
}

header {
  background: #fff;
  padding: 0px 5px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 60px;
}
header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 116px;
  height: 115px;
  top: 0;
  position: absolute;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  header .logo {
    width: 92px;
    height: 90px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 72px;
    height: 70px;
  }
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #3F6A32;
  height: 52px;
}
.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo-white.svg);
  display: inline-block;
  width: 81px;
  height: 78px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 62px;
    height: 60px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #83d86a;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #3F6A32;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #000;
}
.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #464141 #464141 transparent;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  padding: 20px 15px;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  padding: 12px 15px 12px 26px;
}
.cbp-af-header.cbp-af-header-shrink .nav-button {
  margin: 13px 13px 0;
}
.cbp-af-header.cbp-af-header-shrink .box h4 {
  font-size: 12px;
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .box h4 span {
  font-size: 16px;
  color: #f7f7f7;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button {
  margin: 17px 38px;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box h4 {
  font-size: 12px;
  color: #868484;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box h4 span {
  font-size: 16px;
  color: #3F6A32;
}
.cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #464141 #464141 transparent;
}

.intro {
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 30px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 60px;
  }
}
.intro .shape1 {
  position: absolute;
  right: -2px;
  z-index: 9;
  bottom: -2px;
}
@media (max-width: 767px) {
  .intro .shape1 {
    display: none;
  }
}
.intro .slider-caption {
  display: flex;
  position: absolute;
  width: 40%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 5%;
  flex-direction: column;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .intro .slider-caption {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .intro .slider-caption {
    left: 8%;
  }
}
.intro .slider-caption h2 {
  font-size: 50px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  align-self: flex-start;
}
.intro .slider-caption h2::after {
  display: none;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
.intro .slider-caption h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .intro .slider-caption h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro .slider-caption h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .intro .slider-caption h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .intro .slider-caption h4 {
    display: none;
  }
}
.intro .slider-caption .btn-box {
  display: flex;
}
.intro .owl-carousel {
  margin: 0px;
}
.intro .owl-controls .owl-buttons div {
  cursor: pointer;
  display: block;
}
.intro .owl-pagination {
  display: none;
}
.intro .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #fff;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 562px) {
  .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}
.intro .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}
@media (max-width: 562px) {
  .intro .owl-prev {
    left: -10px;
  }
}
.intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}
@media (max-width: 480px) {
  .intro .owl-next {
    right: -10px;
  }
}
.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}
@media (max-width: 480px) {
  .intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
    top: 42%;
  }
}
.intro .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  left: 9px;
  color: #6C6969;
}
@media (max-width: 480px) {
  .intro .owl-prev::before {
    color: #fff;
  }
}
.intro .owl-next::before {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  right: 9px;
  color: #6C6969;
}
@media (max-width: 480px) {
  .intro .owl-next::before {
    color: #fff;
  }
}

.welcome {
  width: 100%;
  background: url(../images/about-bg.png) no-repeat bottom center;
  position: relative;
}
.welcome .shape10 {
  position: absolute;
  left: 1%;
  top: 3%;
  z-index: 9;
}
.welcome .shape10 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.welcome .about-pdng {
  padding-right: 150px;
}
@media (max-width: 991px) {
  .welcome .about-pdng {
    padding-right: 0px;
  }
}
.welcome .about-pdng h3 {
  color: #4D5053;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.welcome .about-pdng h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  content: "";
  background: #3F6A32;
}
.welcome .about-pdng h1 {
  color: #3F6A32;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .welcome .about-pdng h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .about-pdng h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .welcome .about-pdng h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .welcome .about-pdng h1 {
    font-size: 1.8rem;
  }
}
.welcome .about-pdng .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.welcome .about-pdng .btn-box .video {
  display: flex;
  align-items: center;
}
.welcome .about-pdng .btn-box .video .video_icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgb(77, 150, 55);
  background: linear-gradient(180deg, rgb(77, 150, 55) 0%, rgb(63, 106, 50) 100%);
  color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #FAF3F3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .about-pdng .btn-box .video .video_icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .welcome .about-pdng .btn-box .video .video_icon {
    width: 60px;
    height: 60px;
  }
}
.welcome .about-pdng .btn-box .video .video_icon i {
  font-size: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .about-pdng .btn-box .video .video_icon i {
    font-size: 35px;
  }
}
.welcome .about-pdng .btn-box .video h4 {
  color: #4D5053;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .about-pdng .btn-box .video h4 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .welcome .about-pdng .btn-box .video h4 {
    font-size: 14px;
  }
}
.welcome .about-img {
  position: relative;
}
.welcome .about-img img {
  border-radius: 0px 250px 0px 120px;
  -webkit-border-radius: 0px 250px 0px 120px;
  -moz-border-radius: 0px 250px 0px 120px;
  -ms-border-radius: 0px 250px 0px 120px;
  -o-border-radius: 0px 250px 0px 120px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .welcome .about-img img {
    border-radius: 0px 150px 0px 60px;
    -webkit-border-radius: 0px 150px 0px 60px;
    -moz-border-radius: 0px 150px 0px 60px;
    -ms-border-radius: 0px 150px 0px 60px;
    -o-border-radius: 0px 150px 0px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .about-img img {
    border-radius: 0px 100px 0px 30px;
    -webkit-border-radius: 0px 100px 0px 30px;
    -moz-border-radius: 0px 100px 0px 30px;
    -ms-border-radius: 0px 100px 0px 30px;
    -o-border-radius: 0px 100px 0px 30px;
  }
}
@media (max-width: 480px) {
  .welcome .about-img img {
    border-radius: 0px 100px 0px 30px;
    -webkit-border-radius: 0px 100px 0px 30px;
    -moz-border-radius: 0px 100px 0px 30px;
    -ms-border-radius: 0px 100px 0px 30px;
    -o-border-radius: 0px 100px 0px 30px;
  }
}
.welcome .about-img .shape2 {
  position: absolute;
  left: -13%;
  top: 5%;
}
.welcome .about-img .shape2 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.welcome .about-img .shape3 {
  position: absolute;
  right: -20%;
  top: -12%;
  z-index: -1;
}
@media (max-width: 767px) {
  .welcome .about-img .shape3 {
    display: none;
  }
}
.welcome .about-img .shape3 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.welcome .about-img .shape9 {
  position: absolute;
  left: -20%;
  bottom: 5%;
  z-index: -1;
}
.welcome .about-img .shape9 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.welcome .about-img .shape11 {
  position: absolute;
  right: 1%;
  top: 3%;
  z-index: 99;
}
.welcome .about-img .shape11 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.service {
  background: url(../images/shape10.svg) no-repeat right top #f7f7f7;
  position: relative;
}
.service .shape13 {
  position: absolute;
  left: 2%;
  top: 5%;
}
.service h2 {
  text-align: center;
}
.service .service_box {
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #E0D5D5;
  padding: 20px;
  position: relative;
}
.service .service_box .shape12 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.service .service_box .top_container {
  display: flex;
  justify-content: space-between;
}
.service .service_box .top_container .count {
  color: #E1EDDE;
  font-weight: 700;
  font-size: 3rem;
  line-height: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service_box .top_container .count {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .service .service_box .top_container .count {
    font-size: 1.8rem;
  }
}
.service .service_box .top_container .st0 {
  fill: #3F6A32;
  transition: all 0.4s ease-in-out;
}
.service .service_box h3 {
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 2rem;
  color: #2E332D;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .service .service_box h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .service .service_box h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service_box h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .service .service_box h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .service .service_box h3 {
    font-size: 1.4rem;
  }
}
.service .service_box svg {
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .service_box svg {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .service .service_box svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .service .service_box svg {
    width: 50px;
    height: 50px;
  }
}
.service .service_box:hover {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #3F6A32;
}
.service .service_box:hover h3 {
  color: #fff;
}
.service .service_box:hover .st0 {
  fill: #fff;
}
.service .service_box:hover svg {
  transform: translateX(-10px);
}

.projects {
  background: url(../images/shape4.png) no-repeat right top;
  position: relative;
}
.projects .shape8 {
  position: absolute;
  left: 0;
  top: 40%;
}
.projects .heading h2 {
  text-align: center;
}
.projects .heading p {
  text-align: center;
}
.projects .project_box {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects .project_box {
    padding: 15px;
  }
}
.projects .project_box .project_img {
  background: #000;
  border-radius: 40px 40px 0px 0px;
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  -ms-border-radius: 40px 40px 0px 0px;
  -o-border-radius: 40px 40px 0px 0px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.projects .project_box .project_img img {
  border-radius: 40px 40px 0px 0px;
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  -ms-border-radius: 40px 40px 0px 0px;
  -o-border-radius: 40px 40px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.projects .project_box .project_img .project_name {
  border-radius: 5px 5px 5px 0px;
  -webkit-border-radius: 5px 5px 5px 0px;
  -moz-border-radius: 5px 5px 5px 0px;
  -ms-border-radius: 5px 5px 5px 0px;
  -o-border-radius: 5px 5px 5px 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 3px 8px;
  font-size: 1rem;
  color: #4D5053;
  font-weight: 400;
  z-index: 1;
}
.projects .project_box .project_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.projects .project_box:hover {
  background: #E7E7E7;
}
.projects .project_box:hover img {
  opacity: 0.5;
}

.highlights {
  background: #3F6A32;
  position: relative;
}
.highlights .shape5 {
  position: absolute;
  left: 5%;
  bottom: -10%;
}
@media (max-width: 767px) {
  .highlights .shape5 {
    display: none;
  }
}
.highlights .shape6 {
  position: absolute;
  right: 0%;
  top: 10%;
}
.highlights::before {
  content: "";
  position: absolute;
  width: 2%;
  background: #fff;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .highlights::before {
    display: none;
  }
}
.highlights h2 {
  color: #fff;
}
.highlights .gallery_box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
  position: relative;
  background: #000;
  border: 5px solid #4D9637;
}
.highlights .gallery_box img {
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
.highlights .gallery_box .plus_icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #fff;
  padding: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 9;
}
.highlights .gallery_box .plus_icon i {
  color: #3F6A32;
}
.highlights .gallery_box:hover img {
  opacity: 0.5;
}
.highlights .gallery_box:hover .plus_icon {
  opacity: 1;
}

.footer {
  background: rgb(247, 247, 247);
  background: linear-gradient(180deg, rgba(247, 247, 247, 0.8996848739) 0%, rgba(255, 255, 255, 0.681197479) 100%), url(../images/shape7.png) no-repeat;
}
.footer .logo {
  width: 150px;
}
@media (max-width: 767px) {
  .footer .logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  .footer .logo {
    width: 120px;
  }
}
.footer h3 {
  color: #3F6A32;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 30px;
  color: #0E0F1D;
}
.footer .lists ul li a {
  color: #0E0F1D;
}
.footer .lists ul li:hover {
  letter-spacing: 1px;
}
.footer .ftrlist-2 {
  padding-left: 0;
  padding-bottom: 20px;
  padding: 0;
}
.footer .ftrlist-2 li {
  list-style: none;
  margin-left: 0;
  position: relative;
  font-weight: 400;
}
.footer .ftrlist-2 li a {
  position: relative;
}
.footer .ftrlist-2 li a:hover {
  color: #0E0F1D;
  letter-spacing: 0.5px;
  text-decoration: underline;
}
.footer .ftrlist-2 li {
  padding: 0px 0px 5px 40px;
  color: #0E0F1D;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .ftrlist-2 li br {
    display: none;
  }
}
.footer .ftrlist-2 li a {
  color: #0E0F1D;
}
.footer .ftrlist-2 li::before {
  display: none;
}
.footer .ftrlist-2 li i {
  position: absolute;
  left: 0;
  font-size: 26px;
  font-weight: 400;
  color: #3F6A32;
  top: -10px;
}
.footer .social-icons {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
.footer .social-icons li {
  padding: 0px 5px;
  list-style: none;
  font-size: 26px;
}
.footer .social-icons li a {
  color: #3F6A32;
}
.footer .social-icons li a:hover {
  color: #3F6A32;
}
.footer .social-icons li:first-child {
  padding-left: 0px;
}
.footer .social-icons li a:hover {
  color: #4D9637;
}
.footer .powered {
  padding-top: 30px;
}
.footer .powered p {
  color: #0E0F1D;
}
.footer .powered p a {
  color: #0E0F1D;
  transition: all 0.4s ease-in-out;
}
.footer .powered p a:hover {
  color: #4D9637;
}
.footer .hr {
  border-top: 1px solid #e0e0e0;
}

.inner_banner {
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.inner_banner::before {
  content: "";
  position: absolute;
  background: rgb(77, 150, 55);
  background: linear-gradient(180deg, rgba(77, 150, 55, 0.8240546218) 0%, rgba(63, 106, 50, 0.7344187675) 100%);
  left: 0;
  width: 100%;
  height: 100%;
}
.inner_banner .shape14 {
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .inner_banner .shape14 {
    right: 30px;
    bottom: -45px;
    width: 100px;
    height: 100px;
  }
  .inner_banner .shape14 img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .inner_banner .shape14 {
    right: 30px;
    bottom: -30px;
    width: 70px;
    height: 70px;
  }
  .inner_banner .shape14 img {
    width: 70px;
    height: 70px;
  }
}
.inner_banner h2 {
  color: #fff;
}
.inner_banner nav {
  position: relative;
  z-index: 9;
}
.inner_banner nav .breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.inner_banner nav .breadcrumb li {
  color: #fff;
}
.inner_banner nav .breadcrumb li a {
  color: #fff;
}
.inner_banner nav .breadcrumb li::before {
  color: #4D9637;
}

.inner_container {
  position: relative;
}
.inner_container::before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/shape16.png);
  content: "";
}
.inner_container .shape2 {
  position: absolute;
  left: 5%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 480px) {
  .inner_container .shape2 {
    display: none;
  }
}
.inner_container h1 {
  font-size: 2.5rem;
  color: #3F6A32;
  font-weight: 700;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .inner_container h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .inner_container h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .inner_container h1 {
    font-size: 1.8rem;
  }
  .inner_container h1 br {
    display: none;
  }
}
.inner_container h1 span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  color: #bfb6b6;
}
.inner_container .boxes {
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(63, 106, 50, 0.63) 0px 5px, rgba(63, 106, 50, 0.285) 0px 10px, rgba(63, 106, 50, 0.311) 0px 15px, rgba(63, 106, 50, 0.151) 0px 20px, rgba(63, 106, 50, 0.008) 0px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .boxes {
    padding: 20px;
  }
}
.inner_container .boxes .lists {
  width: 100%;
  margin-top: 10px;
}
.inner_container .boxes .lists ul li {
  transition: all 0.4s ease-in-out;
  list-style: none;
  padding-left: 28px;
  position: relative;
}
.inner_container .boxes .lists ul li::before {
  transition: all 0.4s ease-in-out;
  content: "\f272";
  display: inline-block;
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #3F6A32;
}
.inner_container .boxes h3 {
  transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 2rem;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner_container .boxes h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .inner_container .boxes h3 {
    font-size: 1.4rem;
  }
}
.inner_container .boxes p {
  transition: all 0.4s ease-in-out;
}
.inner_container .boxes:hover {
  background: #3F6A32;
}
.inner_container .boxes:hover h3 {
  color: #fff;
}
.inner_container .boxes:hover p {
  color: #fff;
}
.inner_container .boxes:hover .lists ul li {
  color: #fff;
}
.inner_container .boxes:hover .lists ul li::before {
  color: #fff;
}
.inner_container .address-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: url(../images/shape17.png) no-repeat right bottom #fff;
  padding: 30PX 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner_container .address-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner_container .address-box .icons {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #3F6A32;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner_container .address-box .icons {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .inner_container .address-box .icons {
    width: 50px;
    height: 50px;
  }
}
.inner_container .address-box .icons i {
  font-size: 2rem;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner_container .address-box .icons i {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .inner_container .address-box .icons i {
    font-size: 1.5rem;
  }
}
.inner_container .address-box .info {
  font-size: 1rem;
  padding-left: 10px;
  color: #464141;
}
.inner_container .address-box .info h5 {
  color: #4D9637;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner_container .address-box .info {
    padding-left: 0px;
    margin-top: 10px;
  }
  .inner_container .address-box .info br {
    display: none;
  }
}
.inner_container .address-box .info a {
  color: #464141;
}
.inner_container .address-box:hover .icons {
  background: #f7f7f7;
}
.inner_container .address-box:hover .icons i {
  color: #464141;
}
.inner_container .contact_form {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  padding: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner_container .contact_form {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .inner_container .contact_form {
    padding: 30px;
  }
}
.inner_container .contact_form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.inner_container .gallery_bg {
  background: #f0ffeb;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 30px;
  margin-top: 20px;
}
.inner_container .gallery_bg h3 {
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 2rem;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 480px) {
  .inner_container .gallery_bg h3 {
    font-size: 1.8rem;
  }
}
.inner_container .gallery_bg h3::before {
  position: absolute;
  width: 50px;
  content: "";
  bottom: -5px;
  height: 3px;
  background: #3F6A32;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.inner_container .gallery_bg .gallery_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  background: #000;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.inner_container .gallery_bg .gallery_box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.inner_container .gallery_bg .gallery_box .plus_icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background: #3F6A32;
  padding: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 9;
}
.inner_container .gallery_bg .gallery_box .plus_icon i {
  color: #fff;
}
.inner_container .gallery_bg .gallery_box:hover img {
  opacity: 0.5;
}
.inner_container .gallery_bg .gallery_box:hover .plus_icon {
  opacity: 1;
}
.inner_container .inner_project_box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #d1d1d1;
}
.inner_container .inner_project_box .project_img {
  background: #000;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.inner_container .inner_project_box .project_img img {
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 0.4s ease-in-out;
}
.inner_container .inner_project_box .project_img .project_name {
  border-radius: 5px 5px 5px 0px;
  -webkit-border-radius: 5px 5px 5px 0px;
  -moz-border-radius: 5px 5px 5px 0px;
  -ms-border-radius: 5px 5px 5px 0px;
  -o-border-radius: 5px 5px 5px 0px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #fff;
  padding: 3px 8px;
  font-size: 1rem;
  color: #4D5053;
  font-weight: 400;
  z-index: 1;
}
.inner_container .inner_project_box .project_content {
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.inner_container .inner_project_box .project_content p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #464141;
  display: -webkit-box;
  height: 54px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.inner_container .inner_project_box:hover {
  background: #E7E7E7;
}
.inner_container .inner_project_box:hover img {
  opacity: 0.5;
}
.inner_container .btn-box {
  display: flex;
}

.whychoose {
  background: #3F6A32;
  position: relative;
}
.whychoose .shape15 {
  position: absolute;
  right: 0;
  top: 5%;
}
.whychoose .whychoose-pdng {
  padding-left: 50px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .whychoose .whychoose-pdng {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .whychoose .whychoose-pdng {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .whychoose .whychoose-pdng {
    padding-left: 0px;
  }
}
.whychoose h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .whychoose h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .whychoose h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .whychoose h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .whychoose h2 {
    font-size: 1.8rem;
  }
}
.whychoose h2 span {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  color: #d4d1d1;
}
@media (max-width: 480px) {
  .whychoose h2 span {
    font-size: 1.3rem;
  }
}
.whychoose .lists {
  width: 100%;
  margin-top: 10px;
}
.whychoose .lists ul li {
  list-style: none;
  padding-left: 28px;
  color: #fff;
  position: relative;
}
.whychoose .lists ul li::before {
  content: "\f272";
  display: inline-block;
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 18px;
  left: 0;
  color: #fff;
}

.map {
  padding: 0;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .dropdown {
  width: 100% !important;
}
.navigation-portrait .btn1 {
  padding: 4px 15px;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 38px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #4D9637;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #4D9637, 0 1em 0 0 #4D9637;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 18px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #292F36;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  color: #3F6A32;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #3F6A32 #3F6A32 transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #4D9637;
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #4D9637;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #3F6A32 #3F6A32 transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #3F6A32 #3F6A32 transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #3F6A32 #3F6A32 transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 12px 13px 0;
  padding: 0px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.nav-button .box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-button .box h4 {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #868484;
}
.nav-button .box h4 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #3F6A32;
}
.nav-button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #4D9637;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #3F6A32;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #3F6A32 #3F6A32 transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #3F6A32;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 6px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #3F6A32 #3F6A32 transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #3F6A32 #3F6A32 transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-menu li a {
    padding: 26px 10px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    font-size: 13px;
    padding: 26px 7px;
  }
}
.btn-1 {
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  background: rgb(77, 150, 55);
  background: linear-gradient(180deg, rgb(77, 150, 55) 0%, rgb(63, 106, 50) 100%);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  box-shadow: 2px 18px 121px -19px rgb(140, 125, 140);
}
@media (max-width: 767px) {
  .btn-1 {
    font-size: 14px;
    padding: 3px 15px;
  }
}
@media (max-width: 480px) {
  .btn-1 {
    padding: 0px 15px;
    font-size: 12px;
  }
}
.btn-1 i {
  transition: all 0.4s ease-in-out;
  color: #fff;
  font-size: 20px;
  padding-left: 10px;
}
.btn-1:hover {
  color: #fff;
  border: none;
}
.btn-1:hover i {
  color: #fff;
  padding-left: 20px;
}

.readmore {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  background: rgb(77, 150, 55);
  background: linear-gradient(180deg, rgb(77, 150, 55) 0%, rgb(63, 106, 50) 100%);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.readmore i {
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}
.readmore:hover {
  background: #fff;
}
.readmore:hover i {
  color: #3F6A32;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}/*# sourceMappingURL=edilcon.css.map */