@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Viga");
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}

.topBar {
  /*  background-color: #e9edf0;*/
  background-color: #74c262;
  height: 30px;
  width: 100%;
}

.header {
  min-height: 50px;
  background: #fff;
}

.headerBg {
  background: white;
  width: 100%;
}

.header {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  min-height: 6.1111111111rem;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.logo {
  margin-left: -17px;
}

.logo2 {
  margin-left: -17px;
}

/* sticky bar */

.navigation-bar {
  background: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.navigation-bar.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, -60px);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s,
    opacity 0 0.3s;
}

.navigation-bar.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.2s, background 0.3s, color 0.3s;
}

.navigation-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-bar ul li {
  display: inline-block;
}

.navbar {
  padding: 0;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ccc;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bottomBg {
  background-color: #e9edf0;
  padding: 20px 0 20px 0;
  min-height: 100px;
  z-index: 100;
  position: relative;
}

.subHead {
  background: rgba(37, 71, 85, 0.7);
  padding: 20px 0 20px 0;
  position: relative;
  background-image: url(../images/testi-bg.jpg);
  background-attachment: scroll;
  background-repeat: repeat-x;
  background-size: cover;
}

.infoBx-container {
  background: white;
  position: relative;
  z-index: 100;
  border-radius: 4px;
  min-height: 180px;
  font-family: "Viga", sans-serif;
  font-size: 14px;
}

.infoBx-container h2 {
  font-size: 1.8rem;
  color: #333;
}

.infoBx-container .mt-15 {
  margin-top: -15px;
}

.infoBx-container .mt-10 {
  margin-top: -10px;
}

.infoBx-container .mt-20 {
  margin-top: -20px;
}

.infoBx-container p {
  color: #666;
  font-family: "Open Sans", sans-serif;
}

.infoBx-container .icon {
  color: #507448;
  font-size: 3em;
}

.infoBx-container hr {
  border-top: 1px dotted;
  margin: 0 0 1.3rem 0;
}

.infoBx-container .lspce {
  letter-spacing: 1px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #52a40a;
}

.service-bg1 {
  background-color: #fff;
  height: 180px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.service-bg2 {
  background-color: #74c262;
  height: 180px;
}

.service-bg3 {
  background-color: #32c0c4;
  height: 180px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link.active {
  color: #599b4a;
  font-weight: bold;
}

.nav-item {
  margin-right: 15px;
}

li.nav-item:last-child {
  margin-right: 0;
}

.dropdown-item a {
  color: #666;
  text-decoration: none;
}

.dropdown-menu {
  border: none;
  color: #666;
}

.dropdown-menu li {
  border-bottom: 1px solid #dcf4da;
}

.dropdown-menu li:hover {
  background: #70c16c;
}

.dropdown-menu li a:hover {
  color: #fff;
}

.card-btn {
  width: 100%;
  background-color: #71c167;
  padding: 5px;
  border-radius: 4px;
}

.card-btn:hover {
  background-color: #53bd4e;
}

.card-btn a {
  color: white;
  text-decoration: none;
  display: block;
}

.card-btn a:hover {
  color: #f4f4f4;
}

.testimonial-box {
  background: #2cb8bc;
  background-image: url(../images/testi-bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-size: cover;
}

.prdctBg {
  background: #f1f3f5;
  width: 100%;
}

/* carousel */

.carousel-inner p {
  color: #333;
  font-size: 16px;
  line-height: 21px;
  padding: 10px 30px 0 30px;
  text-align: center;
  font-weight: 300;
}

.commercial {
  border-width: 0 0 8px;
  border-style: solid;
}

.blog h4 {
  font-family: "Viga", sans-serif;
}

.blog p {
  font-size: 18px;
  line-height: 26px;
}

.navbar .dropdown.full-width-navbar {
  position: static;
}

.drpdn-1 .dropdown-item {
  padding: 0.25rem 0;
}

.drpdn-1 span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.drpdn-1 a.dropdown-item:hover {
  color: #70c16c;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-menu.drpdn-1 {
    width: 100%;
    left: 0;
    right: 0;
    top: 90px;
  }
}

/* --------------------------------------------------- 
     Products
----------------------------------------------------- */

.custom-underline {
  position: relative;
  text-align: center;
}

.custom-underline::after,
.custom-underline::before {
  content: "";
  position: absolute;
}

.custom-underline::after,
.custom-underline::before {
  top: 90%;
  height: 2px;
  width: 30%;
  left: 35%;
  right: 35%;
  background-color: rgba(108, 192, 103, 0.7);
  text-align: center;
}

.custom-underline::before {
  top: -30%;
  width: 20%;
  left: 40%;
  right: 40%;
}

#prdcts li i {
  padding-right: 5px;
}

#prdcts li {
  padding-left: 10px;
}

/* ---------------------------------------------------
    contact
----------------------------------------------------- */

.map {
  width: 100%;
  border: 1px #ccc solid;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}

.required {
  color: red;
  font-weight: bold;
}

i .d-block {
  display: inline !important;
}

.contact h5 span {
  font-size: 16px;
}

/* ---------------------------------------------------
    coming soon
----------------------------------------------------- */

.page-top {
  width: 100%;
  background: #fff;
  min-height: 200px;
}

.page-bottom {
  width: 100%;
  background: #74c262;
}

.coming {
  font-family: "Pacifico", cursive;
  color: white;
  font-size: 64px;
}

/* ---------------------------------------------------
    footer
----------------------------------------------------- */

footer {
  width: 100%;
  background: #333;
  padding: 0 0 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-bottom: 10px solid #6cc067;
}

/* --------------------------------------------------- 
      Responsive
----------------------------------------------------- */

@media (min-width: 992px) {
  .header::before {
    background-color: #fff;
  }
  .header:before {
    border-radius: 50%;
    width: 8.8888888889rem;
    height: 8.8888888889rem;
    left: -2.6rem;
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #fff;
  }
  .headerBg::before {
    background-color: #ffffff;
  }
  .headerBg:before {
    top: 8.4px;
    left: 0;
    bottom: 600px;
    position: absolute;
    content: "";
    background-color: #fff;
  }
  .infoBx-container {
    top: -100px;
    height: 150px;
    margin-bottom: -100px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .infoBx-container .icon {
    font-size: 2em;
  }
  .infoBx-container h6 {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .headerBg:before {
    width: calc(50% - 560px + 2.5rem);
  }
}

@media (max-width: 1200px) {
  .infoBx-container h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .service-bg1 {
    border-radius: 4px;
    margin: 20px 0 30px 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .service-bg2 {
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .service-bg3 {
    border-radius: 4px;
    margin-top: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .infoBx-container {
    background: transparent;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 39px;
    height: 39px;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("../images/arrow-prev-xs.png");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("../images/arrow-next-xs.png");
  }
  .logo {
    margin-left: 10px;
  }
  .navbar-toggler {
    margin-right: 15px;
  }
  #collapsibleNavbar2 {
    margin-left: 20px;
  }
  .modal-header h4 {
    font-size: 1rem;
  }
}
