@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

section {
  padding-top: 60px;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000000;
}

input:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #000;
}

.active_1 {
  display: block;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: 100%;
}

img:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  font-weight: 600;
  color: black;
}

p {
  color: #000;
}

strong {
  color: #000;
}

body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  /* color: #000000; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: none;
}

#header {
  padding: 20px 0;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-fixed {

  padding: 10px 0;
  height: 50px;
  transition: all 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #home-page {
    top: 60px;
    height: cal(50% -60px);
    display: flex;
  }

  .header-text {
    margin-top: 20px;

  }
}

.full-height {
  width: 100%;
  height: 100vh;
}

.relative {
  position: relative;
}

.fixed,
.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 30px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-padding {
  padding: 120px 0;
}

.social-menu {
  list-style: none;
  margin: 0;
  padding: 10px;
}

.social-menu li {
  display: inline-block;
  margin: 0 3px;
}

.social-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #ecf18f;
  color: #399908;
  border: 2px solid #399908;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #399908;
  font-size: 22px;
  text-decoration: none;
}

.social-menu li a:hover {
  background-color: #399908;
  color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 #899f3c;
  box-shadow: 3px 3px 5px 0 #899f3c;
}

.overlay:before,
.sky-bg {

  color: #fff;
  height: auto;
}

.gray-bg {
  background-color: #fcf6da;

}

.gray-bg p {
  text-align: justify;
}

.button_2 {
  width: 200px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;

  background-color: #e2be76;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px #399908;
  box-shadow: 2px 5px 20px -5px #399908;
}

.button_2:hover {
  background-color: #399908;
  color: white;
  transition: 0.3s ease-in;
}

.button i {
  margin-left: 5px;
}

/* .page-title {
  margin-bottom: 60px;
} */

.page-title .heading_container h2 {
  text-transform: uppercase;
  position: relative;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page-title .heading_container h2:after {

  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.heading_container p {
  font-size: 18px;
  font-weight: 500;
}

.page-title .heading_container h2::before {
  width: 90px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2e076));
  background: linear-gradient(to right, #399908, #e2be76);
}

.detail-box p {
  line-height: 2;
}

.detail-box p span {
  font-size: 40px;
  color: #399908;

}

.button.green,
.button.green:hover {
  background-color: #399908;
  color: rgb(255, 254, 254);
  float: left;
  margin-top: 15px;

  padding: 8px 30px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  -webkit-box-shadow: 2px 5px 20px -5px #baeca1;
  box-shadow: 2px 5px 20px -5px #7dad65;
}

.button.green:hover {
  background-color: #e2be76;
  color: rgb(17, 17, 17);
  transition: 0.3s ease-in;

}

.navbar-brand img {
  width: 100%;
  float: left;
  height: 50px;

}

.box {
  padding: 20px 10px;
  height: 360px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 rgb(223, 211, 211);
  box-shadow: 0 0 0 0 #fff;
  -webkit-transition: 0.3s;

  transition: 0.3s;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.box:hover {
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #cad87e;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);

}

.box h4 {
  text-transform: uppercase;
  color: #399908;
}

.box .box-icon {
  /* height: 170px; */
  margin-bottom: 40px;
}

.box .box-icon img {
  height: 100px;
  width: 150px;
  -webkit-filter: invert(90%);
  filter: invert(90%);

  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: black;
}

.mainmenu-area {
  position: fixed;
  left: 0;
  top: 0;
  /* height: 70px; */
  width: 100%;
  z-index: 9999999;
  -webkit-transition: 0.3s;
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}

.navbar-brand {
  padding: 0;
}

.overlay,
.overlay a,
.mainmenu-area a {
  color: black;
  font-size: 14px;
}

.mainmenu-area .logo {
  text-transform: uppercase;
  letter-spacing: 2px;
  height: inherit;
  /* margin-top: 8px; */
  padding-left: 0;
}

.mainmenu-area .logo h2 {
  margin-bottom: 0;
}

.mainmenu-area #primary-menu>ul>li>a {
  background: 0 0;
  padding: 10px 15px;
  position: relative;
  border-top: 3px solid transparent;
  text-align: center;
}

.mainmenu-area #primary-menu>ul>li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid rgb(0, 0, 0);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu-area #primary-menu>ul>li>a:hover:before,
.mainmenu-area #primary-menu>ul>li.active>a:before {
  opacity: 1;
  top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
  border-top: 4px solid rgb(7, 7, 7);
  color: #000;
}

.mainmenu-area.affix {
  background-color: #cad87e;

}

.navbar {
  background-color: #cad87e;
}

.anlge-bg {
  background: url("images/angle.png") no-repeat scroll center/cover;
  z-index: -1;
}

/* .form-control {
  background-color: #f9fbd0;
} */

.overlay {
  position: relative;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}




.heading_container h2 {
  padding-top: 15px;
}

.heading_container h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2be76));
  background: linear-gradient(to right, #399908, #e2be76);
}

.heading_container p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2be76));
  background: linear-gradient(to right, #399908, #e2be76);
}

.invt_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invt_section .detail-box p {
  margin-top: 15px;
}

.invt_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0px;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  margin-top: 15px;
}

.invt_section .detail-box a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.invt_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  color: #ffffff;
  padding: 45px 0;
}

.about_section .detail-box p {
  margin-top: 15px;
}




.process_section {
  position: relative;
}

.process_section .heading_container h2 {
  text-transform: none;
  padding-bottom: 10px;
}

.process_section .heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2be76));
  background: linear-gradient(to right, #399908, #e2be76);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.process_section .box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;

}

.process_section .box_1 .img_container {
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2be76));
  background: linear-gradient(to right, #399908, #e2be76);
  width: 225px;
  height: 225px;
  border-radius: 100%;
  padding: 10px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.process_section .box_1 .img-box {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.process_section .box_1 .img-box img {
  min-width: 65px;
  width: 120px;
  height: auto;
}

.process_section .box_1 .detail-box {
  margin-top: 15px;
}

.process_section .box_1 .detail-box h5 {
  text-align: center;
  text-transform: uppercase;
}

.process_section .box_1 .detail-box p {
  margin-bottom: 25px;

}


.process_section .box_1 .detail-box a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#399908), to(#e2be76));
  background: linear-gradient(to right, #399908, #e2be76);
}

.process_section .box_1:hover .img_container {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feature .feature-box .iconset {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 18%;

}

.feature .feature-box .iconset_1 {
  background: #fff none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 18%;
}

.feature .feature-box .iconset::after {
  background: #399908 none repeat scroll 0 0;
  content: "";

  height: 100%;
  left: 40%;
  position: absolute;
  top: 100%;
  width: 2px;
}



.feature .feature-box .feature-content {
  float: left;
  padding-left: 38px;
  width: 80%;
}

.feature .feature-box .feature-content h4 {
  color: #399908;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 20px 5px 0 0;
}

.feature-content p {
  font-size: 18px;
  font-weight: 500;
}

.iconset i {
  color: #399908;
  padding: 0px;
  font-size: 40px;
  border: 1px solid #399908;
  border-radius: 100px;

  font-size: 28px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}

.iconset_1 i {
  color: #399908;
  padding: 0px;
  font-size: 40px;
  border: 1px solid #399908;
  border-radius: 100px;

  font-size: 28px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 80px;
}

/* .header-text
 h2,h3,p {
  animation: mymove 4s;
}
@keyframes mymove {
  0% {right: 60px;}
  100% {right: 0px;}
} */
.header-text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 37px;
  animation-name: initial 4s;
}

/* @keyframes move {
  0% {right: 90px;}
  100% {right: 0px;}
} */
.header-text .button {
  margin-top: 30px;
}

.item_1 img {
  width: 100%;
}

.screen-slider .item {
  background: url("images/mobile3.png") no-repeat scroll center center/auto 100%;
  padding: 56px 22px;
  display: inline-block;
  margin: auto;
}

.screen-slider.owl-carousel .owl-item {
  text-align: center;
}

.screen-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 100%;
}

.screen-slider .owl-controls .owl-nav>div {
  display: inline-block;
  margin: 0 15px;
  font-size: 15px;
  text-align: center;
  position: relative;

}

.screen-slider .owl-controls .owl-nav {
  position: relative;
  margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
  content: "/";
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.caption-slider .carousel-indicators {
  position: static;
  margin: 30px auto 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.caption-slider .carousel-indicators li {
  float: left;
  padding-top: 20px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: #000;
}

.caption-slider .carousel-indicators li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 3px;
  background-color: rgb(0, 0, 0);
  opacity: 0;
}

.caption-slider .carousel-indicators li.active:before {
  opacity: 1;
}

.caption-slider .carousel-indicators li strong {
  display: block;
}

.caption-slider h2 {
  margin-bottom: 20px;
  font-size: 37px;
}

.caption-slider .button {
  margin-top: 30px;
}

.caption-slider .caption-photo {
  display: inline-block;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

.caption-slider .caption-photo.two {
  margin-top: 60px;
}

.caption-slider .caption-title {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.caption-slider .caption-desc {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.caption-slider .caption-button {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.caption-slider .caption-photo.one {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.caption-slider .caption-photo.two {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}







.footer-area {
  padding-top: 120px;
  z-index: 1;
}

.footer-bg {
  background: url("images/A-1.jpg") no-repeat scroll center bottom/100% auto;
  z-index: -1;
}

/* .footer-top {
  margin-bottom: 150px;
} */
.side-icon-box {
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px;
}

.side-icon-box a {
  font-size: 18px;
  color: black;
}

.side-icon-box p {
  font-size: 18px;
  color: black;
}

.side-icon-box .side-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}

.side-icon-box strong {
  display: block;
  margin-bottom: 10px;
}

.footer-middle {
  margin-bottom: 60px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.contact-form .button {
  letter-spacing: 2px;
  min-width: 150px;
  margin-top: 10px;
  border-radius: 3px;
}

.form-control {
font-size: 16px;
  margin-bottom: 15px;
  height: auto;
  padding: 11px 11px;
  border: 1px solid #e2be76;
  background-color: #c7d881ad;
}

.form-control:focus {
  border-color: #399908;
  background-color: #ffffffa6;
}

.form-double input {
  width: calc(50% - 10px);
  float: left;
  /* border: 1px solid #2a7206; */
}

.form-double input:last-child {
  float: right;

}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cad87e;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#cad87e),
      to(#899f3c));
  background: linear-gradient(to bottom, #cad87e 2%, #f1daad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
  z-index: 99999999999;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*------Responsive-----*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-area #primary-menu>ul>li>a {
    padding: 30px 12px;
  }

  .header-area {
    padding-top: 80px;
  }

  .price-table,
  .box {
    padding: 30px 15px;
  }

  .price-table.active {
    padding: 50px 15px;
  }

  .single-team {
    margin-bottom: 30px;
  }

  .side-icon-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width:992px) and (min-width: 767px) {

  /* body {
    font-size: 14px;
  } */
  .header-text h2 {
    margin-top: 20px;
  }

  .header-area {
    margin-top: 100px;
    padding-top: 120px;
    /* padding-bottom: 100px; */
    height: 100%;
  }

  .page-title h2,
  .page-title p,
  .header-text h2 {
    font-size: 30px;
    padding-left: 2rem;
  }

  .mainmenu-area .navbar-toggle {
    margin-top: 20px;
    padding: 15px 18px;
    background-color: #7dad65;
    border: 1px #399908;
  }

  .mainmenu-area .navbar-toggle .icon-bar {
    background-color: rgb(0, 0, 0);
  }

  .mainmenu-area #primary-menu {
    background: linear-gradient(to bottom, #cad87e 2%, #f1daad 100%);

    color: white;
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 1px solid gray;

  }

  .mainmenu-area.affix {
    padding-top: 10px;
  }

  /* .navbar-toggle{
    padding: 15px 18px;
    background-color: #7dad65;
    border: 1px #399908;
  } */
  .mainmenu-area #primary-menu ul {
    overflow-y: auto;
    /* max-height: 70vh; */
    margin: 0;
  }

  .mainmenu-area #primary-menu>ul>li>a {
    padding: 15px;
    overflow: hidden;
  }

  .box {
    padding: 30px 15px;
  }

  .box .box-icon {
    height: auto;
  }

  .single-blog,
  .single-team,
  .price-table.active {
    margin-top: 30px;
  }

  .form-double input {
    width: 100%;
  }

  .footer-top {
    margin-bottom: 50px;
  }

  .x-left {
    text-align: left;
  }

  .mainmenu-area .logo {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

.serviceBox {
  text-align: center;
  margin: 0 -15px;
}

.serviceBox img {
  width: 100%;
  height: 350px;
}

.serviceBox .service-content {
  position: relative;
  /* background:#52660b; */
  /* background-color: #899f3c; */
  background-color: #cad87e;
  background: linear-gradient();
  /* color: #ffffff; */
  padding: 50px 30px 30px;
  height: 350px;
}

.serviceBox .service-icon {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #399908;
  background: #f0f4ba;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.serviceBox .service-icon i {
  font-size: 30px;
  line-height: 70px;
  color: #399908;
  transform: rotate(-45deg);
}

.serviceBox .title {
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 20px; */
  /* color: white; */
  text-transform: uppercase;
}

.serviceBox .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  /* color: white; */
}

.serviceBox .read-more {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #f0f4ba;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #f0f4ba;
  background: #399908;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.serviceBox .read-more:hover {
  color: #399908;
  background: #f0f4ba;
  text-decoration: none;
}

.serviceBox.middle .service-content {
  padding: 30px 30px 50px;
}

.serviceBox.middle .service-icon {
  bottom: -35px;
  top: auto;
  border: 1px solid #399908;
}

@media only screen and (max-width: 990px) {
  .serviceBox .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .serviceBox {
    margin: 0 0 30px 0;
  }
}

.about-section {
  padding: 4em 0;
}

.site-title {
  padding: 2em 0;
}

.site-title h3 {
  font-size: 3.5em;
  color: #14B9D5;

  font-weight: 700;
}

.site-title p {

  color: #333333;
  line-height: 1.8em;
  margin-top: 0.5em;
}

.about-inner-column h4 {
  font-size: 2.5em;
  color: #FFD001;

}

.about-inner-column p {
  font-size: 1.1em;
  color: #333333;
  line-height: 1.8em;
  margin: 1em 0 0;
}

.about-inner-column ul li a {
  color: #333333;

  padding-left: 2em;
}

.about-right img {
  width: 100%;
}

:root {
  --white: #fff;

  --bg_color2: #399908;

}

.counter {
  color: var(--white);
  /* font-family: 'Titillium Web', sans-serif; */
  text-align: center;
  width: 210px;
  padding: 25px 20px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter:before,
.counter:after {
  content: '';
  background-color: var(--bg_color2);
  height: 180px;
  width: 180px;
  border-radius: 15px 15px 0 15px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.counter:hover:before {
  box-shadow: 0 0 15px var(--white) inset;
}

.counter:after {
  height: 80px;
  width: 80px;
  border-radius: 0;
  border: 5px solid var(--white);
  background-color: transparent;
  top: 81%;
}

.counter:hover:after {
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.counter .counter-icon {
  font-size: 35px;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s;
}

.counter:hover .counter-icon {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  transform: rotateX(360deg);
}

.counter h3 {
  font-size: 18px;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 55px 0;
}

.counter .counter-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 5px;
  display: block;
}

.counter.green:before {
  background-color: var(--bg_color2);
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.tab .nav-tabs {
  display: inline-block;
  border-bottom: none;
  position: relative;
}

.tab .nav-tabs li {
  margin-bottom: 0;
}

.tab .nav-tabs li a {
  display: block;
  padding: 20px 30px;
  border: none;
  border-radius: 0;
  /* font-size: 17px; */
  font-weight: 700;
  color: #333;
  margin-right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a i {
  display: block;
  font-size: 40px;
  color: #399908;
  margin-bottom: 15px;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
  border: none;
  color: #399908;
  background: transparent;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
  content: "";
  width: 0;
  border-top: 3px solid #399908;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:after {
  left: auto;
  right: 0;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
  width: 50%;
}

.tab .tab-content {
  padding: 20px;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;

  border-radius: 50px;
  border-left: 3px solid #399908;
  box-shadow: #3d6607;

  color: #757575;
  line-height: 30px;
}

.tab .tab-content h3 {
  font-size: 24px;
  margin-top: 0;
}

@media only screen and (max-width: 479px) {
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .tab .nav-tabs li a,
  .tab .nav-tabs li a:hover {
    border-bottom: 1px solid #dfdfdf;
  }

  .tab .tab-content {
    border-top: none;
  }
}

/* .projects-section {
  padding: 10rem 0;
} */

.projects-section .featured-text {
  padding: 2rem;
}

.featured-text ul {
  text-align: left;
  font-weight: 700;
  list-style-type: none;
  color: #000;
  line-height: 2.5;
  padding-left: 10px;


  padding: 0.25em 0 3em 0;
}

.featured-text ul li i {
  color: #399908;
  font-size: 25px;
  font-weight: 500;
}

.projects-section .featured-text_1 {
  padding: 2rem;
}

.featured-text_1 ul {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  list-style-type: none;
  color: #000;
  line-height: 2.5;
}

.featured-text_1 ul li i {
  color: #399908;
  font-size: 25px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #399908;
    margin-top: 5rem;
  }

  .projects-section .featured-text_1 {
    padding: 0 0 0 2rem;
    border-right: 0.5rem solid #399908;
    margin-top: 5rem;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }

  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
  }
}


.serviceBox_1 {


  text-align: center;
  padding: 0 15px 25px;
  margin: 10px;
  border: 2px solid #399908;
  border-radius: 50px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  transition: all 0.3s ease 0s;
}

.serviceBox_1:hover {

  background: linear-gradient(to bottom, #cad87e 2%, #f1daad 100%);
  transition: all 1s ease-in-out;
}

.serviceBox_1:before,
.serviceBox_1:after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 7px solid #899f3c;
  border-right: 7px solid #899f3c;
  position: absolute;
  top: -7px;
  right: -7px;
}

.serviceBox_1:after {
  border-top: none;
  border-right: none;
  border-bottom: 7px solid #399908;
  border-left: 7px solid #399908;
  top: auto;
  right: auto;
  bottom: -7px;
  left: -7px;
}

.serviceBox_1 .service-icon {
  color: #fff;
  /* background: #ff6b81; */
  font-size: 35px;
  width: 90px;
  padding: 0 0 5px;
  margin: 0 auto 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}

.serviceBox_1:hover .service-icon i {
  transform: rotateX(360deg);
  transition: all 0.3s;
}

.serviceBox_1 .service-icon:before {
  content: "";
  /* background: #ff6b81; */
  width: calc(100% + 14px);
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: -10px;
  left: 50%;
}

.serviceBox_1 .service-icon span:before,
.serviceBox_1 .service-icon span:after {
  content: '';

  height: 10px;
  width: 15px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: -15px;
  top: -10px;
}

.serviceBox_1 .service-icon span:after {
  left: auto;
  right: -15px;
}

.serviceBox_1 .title {
  /* color: #ff4757; */
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.serviceBox_1 .description {
  font-size: 15px;
  line-height: 25px;
}



.serviceBox_1.green {
  border-color: #399908;
}

.serviceBox_1.green:before {
  border-top-color: #399908;
  border-right-color: #399908;

}

.serviceBox_1.green:after {
  border-left-color: #399908;
  border-bottom-color: #399908;
}

.serviceBox_1.green .service-icon,
.serviceBox_1.green .service-icon:before {
  background-color: #399908;
}

.serviceBox_1.green .service-icon span:before,
.serviceBox_1.green .service-icon span:after {
  background-color: #399908;
}

.serviceBox_1.green .title {
  color: #399908;
}

@media only screen and (max-width:990px) {
  .serviceBox_1 {
    margin: 10px 10px 50px;
  }
}




.dmtop {
  background: linear-gradient(to top, #399908 2%, #f1daad 100%);
  z-index: 100;
  width: 40px;
  height: 40px;

  line-height: 40px;
  border-radius: 100px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 50px;
  text-align: center;
  font-size: 20px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;

}

#scroll-to-top {
  transition: all .5s;
  border-radius: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.caption-desc {
  font-size: 18px;
  font-weight: 400;
}


.scroll-to-top {
  z-index: 999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(to top, #399908 2%, #f1daad 100%);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  display: none;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, visibility 0.3s;
}

.scroll-to-top i {
  font-size: 18px;
}

.scroll-to-top:hover {
  background-color: #000000;
}

.scroll-to-top.show {
  display: block;
}