@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap";
html {
  scroll-behavior: smooth;
}
body {
  background: rgba(239, 242, 249);
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6a7c92;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.logo img {
  max-width: 100%;
}

.navbar {
  flex-wrap: nowrap;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #008148;
}
a:focus,
a:hover {
  text-decoration: none;
}
button {
  cursor: pointer;
}
i,
span,
a {
  display: inline-block;
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #02271b;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a7c92;
  margin: 0;
}
.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
.gray-bg {
  background: #eff2f9;
}
.alert-link {
  font-weight: 600;
}
.alert h4 {
  margin-bottom: 10px;
}
.page-404-content h2 {
  font-size: 120px;
  font-weight: 900;
  color: #008148;
}
.page-404-content h4 {
  font-size: 40px;
  color: #6a7c92;
}
.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(
    to left,
    #008148 0%,
    #034e37 50.39%,
    #008148 100%
  );
  background-size: 200% auto;
  overflow: hidden;
}
.theme-btn:hover,
.theme-btn:focus {
  background-position: right center;
  color: #fff;
  -webkit-box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
  -moz-box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
  box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
}
.theme-btn.border-btn {
  padding: 14px 40px;
  background: 0 0;
  border: 1.5px solid #008148;
  color: #6a7c92;
  font-size: 18px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scroll-top {
  width: 45px;
  height: 45px;
  background: #008148;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.scroll-top:hover {
  background: rgba(0, 129, 72, 0.7);
  color: #fff;
}
@keyframes animation1 {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.29;
  }
  50% {
    -webkit-transform: translateY(-700px);
    -moz-transform: translateY(-700px);
    -ms-transform: translateY(-700px);
    -o-transform: translateY(-700px);
    transform: translateY(-700px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
}
.section-title span {
  font-size: 25px;
  font-weight: 700;
  color: #008148;
  margin-bottom: 5px;
}

.section-title h2 {
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-title p {
  font-size: 18px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #008148 #008148 #f4eefb;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f4eefb;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f4eefb;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
.mt-205 {
  margin-top: 205px;
}
.mt-210 {
  margin-top: 210px;
}
.mt-215 {
  margin-top: 215px;
}
.mt-220 {
  margin-top: 220px;
}
.mt-225 {
  margin-top: 225px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mb-205 {
  margin-bottom: 205px;
}
.mb-210 {
  margin-bottom: 210px;
}
.mb-215 {
  margin-bottom: 215px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mb-225 {
  margin-bottom: 225px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-205 {
  padding-top: 205px;
}
.pt-210 {
  padding-top: 210px;
}
.pt-215 {
  padding-top: 215px;
}
.pt-220 {
  padding-top: 220px;
}
.pt-225 {
  padding-top: 225px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-205 {
  padding-bottom: 205px;
}
.pb-210 {
  padding-bottom: 210px;
}
.pb-215 {
  padding-bottom: 215px;
}
.pb-220 {
  padding-bottom: 220px;
}
.pb-225 {
  padding-bottom: 225px;
}
.blog-section {
  position: relative;
  overflow: hidden;
}
.blog-section .shape {
  top: 235px;
  right: -30px;
}
.blog-section .single-blog .blog-img {
  margin-bottom: 25px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.blog-section .single-blog .blog-img a {
  display: block;
}
.blog-section .single-blog .blog-img a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-section .single-blog .blog-content h4 {
  margin-bottom: 20px;
}
.blog-section .single-blog .blog-content h4:hover {
  color: #00adb5;
}
.blog-section .single-blog .blog-content p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}
.blog-section .single-blog:hover .blog-img img {
  -webkit-transform: scale(1.3) rotate(-7deg);
  transform: scale(1.3) rotate(-7deg);
}
.carousel-section-wrapper {
  position: relative;
  z-index: 3;
}
.carousel-section-wrapper .carousel-section {
  position: relative;
  z-index: 3;
}
.carousel-section-wrapper .carousel-section.clip-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(3, 78, 55, 0.6) 0%, #008148 100%);
}
.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .section-title
  h2 {
  margin-bottom: 25px;
}
.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .section-title
  p {
  margin-bottom: 40px;
}
.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .border-btn {
  border-color: #fff;
  color: #fff;
}
.carousel-section-wrapper
  .carousel-section.carousel-item
  .carousel-content
  .border-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.carousel-section-wrapper .carousel-control {
  background: 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.carousel-section-wrapper .carousel-control:hover {
  background: #fff;
  color: #008148;
}
.carousel-section-wrapper .carousel-control.carousel-control-next {
  left: auto;
  right: 30px;
}

.carousel-section-wrapper .carousel-control span {
  background: 0 0;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}
.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img {
  max-width: 220px;
  width: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img:hover {
  opacity: 1;
}
.box-style {
  padding: 40px 30px;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-style:hover {
  -webkit-box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
  -moz-box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
  box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
}
.box-style:hover .box-icon-style {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(#008148 0%, #034e37 100%);
}
.box-style:hover .box-icon-style::after {
  opacity: 1;
  visibility: visible;
}
.box-style .box-icon-style {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  /* margin-bottom: 25px; */
  margin: 0 auto 25px auto;
  background: #fff;
  border: 2px solid #008148;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008148;
  font-size: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.box-style .box-icon-style::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(#008148 0%, #034e37 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid transparent;
}
.box-style .box-content-style h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.about-section {
  background: rgb(226, 232, 243);
  padding: 45px 0;
  position: relative;
}
.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-section .about-img-wrapper img {
  width: 100%;
  border-radius: 50px;
}
.about-experience {
  width: 100%;
  margin: 8px 0px;
  border-radius: 27px;
  background: linear-gradient(to top left, #008148 0%, #034e37 100%);
  border: 2px solid #02271b;
  padding: 2.5px 1.5px;
}

.about-experience h3 {
  text-align: center;
  color: white;
}

.about-experience p {
  text-align: center;
  color: white;
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: block;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}
.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}
.about-section
  .about-content-wrapper
  .about-content
  .counter-up
  .counter:last-child {
  margin-right: 0;
}
.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #008148;
  display: block;
  margin-bottom: 8px;
}
.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.time-line {
  position: relative;
}
.time-line .row {
  position: relative;
}
.time-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f4eefb;
  z-index: -1;
}

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.time-line .box-icon-style i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #008148;
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#008148 0%, #034e37 100%);
  color: #fff;
  border-color: transparent;
}
.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}
.service-section .service-box-style-2 {
  padding: 0;
  text-align: center;
}
.service-section .service-box-style-2 .service-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.service-section .service-box-style-2 .box-icon-style {
  margin-left: auto;
  margin-right: auto;
  width: 54px;
  height: 54px;
  border: 2px solid #fff;
  font-size: 25px;
  margin-top: -27px;
  background: #fff;
  position: relative;
  z-index: 9;
}
.service-section .service-box-style-2 .box-icon-style i {
  color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(#008148 0%, #034e37 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-section .service-box-style-2:hover .box-icon-style {
  background: linear-gradient(#008148 0%, #034e37 100%);
}
.service-section .service-box-style-2:hover .box-icon-style i {
  color: #fff;
}
.service-section .service-box-style-2 .box-content-style {
  padding: 0 30px 35px;
}
.process-section .process-img-wrapper {
  position: relative;
  z-index: 1;
}
.process-section .process-img-wrapper::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -50px;
  width: 463px;
  height: 552px;
  border-radius: 10px 10px 231px 231px;
  background: linear-gradient(#f37da7 0%, #fed9b4 100%);
  opacity: 0.1;
}
.process-section .process-img-wrapper .process-img-top {
  margin-bottom: 20px;
  text-align: right;
}

.process-section .process-img-wrapper .process-img-top .img-1 {
  border-radius: 275px 275px 0 0;
}

.process-section .process-img-wrapper .process-img-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.process-section .process-img-wrapper .process-img-bottom .img-2 {
  border-radius: 10px;
  margin-right: 20px;
  vertical-align: top;
}
.process-section .process-img-wrapper .process-img-bottom .img-3 {
  border-radius: 0 0 250px 250px;
}
.portfolio-section .portfolio-btn-wrapper {
  margin-bottom: 50px;
}
.portfolio-section .portfolio-btn-wrapper button {
  padding: 10px 24px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  background: rgb(0, 129, 72, 0.1);
  color: #02271b;
  border-radius: 50px;
  margin-right: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.portfolio-section .portfolio-btn-wrapper button.active {
  background-image: linear-gradient(to right, #008148 0%, #034e37 100%);
  color: #fff;
}

.portfolio-section .portfolio-btn-wrapper button:last-child {
  margin-right: 0;
}
.portfolio-item-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-item-wrapper:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item-wrapper .portfolio-img img {
  width: 100%;
}
.portfolio-item-wrapper .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(
    rgba(3, 78, 55, 0.94) 0%,
    rgba(0, 129, 72, 0.94) 100%
  );
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
  color: #fff;
  margin-bottom: 10px;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content h5 {
  color: #fff;
  margin-bottom: 10px;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 15px;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
  padding: 8px 27px;
  color: #fff;
  border: 2px solid #fff;
}
.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
  color: #008148;
  background: #fff;
}
.single-portfolio .single-portfolio-img {
  border-radius: 10px;
  overflow: hidden;
}
.single-portfolio .single-portfolio-img img {
  width: 100%;
}
.project-info-box ul li {
  margin-bottom: 15px;
  display: flex;
  font-size: 14px;
}
.project-info-box ul li:last-child {
  margin-bottom: 0;
}
.project-info-box ul li .destination {
  width: 40%;
  color: #02271b;
  text-transform: uppercase;
}
.team-section {
  position: relative;
  z-index: 1;
}
.team-section.img-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(226, 232, 243);
  z-index: -1;
  clip-path: polygon(0 0, 100% 8%, 100% 88%, 0 95%);
  /* clip-path: polygon(0 0, 100% 12%, 100% 75%, 0 95%) */
}

.team-section .single-team {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f4eefb;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-section .single-team:hover {
  -webkit-box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
  -moz-box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
  box-shadow: 0 0 30px rgba(215, 224, 252, 0.45);
}
.team-section .single-team:hover .team-img .team-social {
  opacity: 1;
  visibility: visible;
}
.team-section .single-team .team-img {
  overflow: hidden;
  position: relative;
}
.team-section .single-team .team-img img {
  width: 100%;
}
.team-section .single-team .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 129, 72, 0.9) 78.23%,
    #008148 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-section .single-team .team-img .team-social ul {
  display: flex;
  justify-content: center;
}
.team-section .single-team .team-img .team-social ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 0 5px;
  font-size: 14px;
}
.team-section .single-team .team-img .team-social ul li a:hover {
  background: #fff;
  color: #008148;
}
.team-section .single-team .team-info {
  padding: 25px;
}
.team-section .single-team .team-info h4 {
  margin-bottom: 5px;
}

.team-section .single-team .team-info span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.subscribe-section {
  position: relative;
}
.subscribe-section .subscribe-form {
  position: relative;
}
.subscribe-section .subscribe-form input {
  border: 2px solid transparent;
  border-radius: 50px;
  width: 100%;
  font-size: 16px;
  padding: 18px 30px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.subscribe-section .subscribe-form input:focus {
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.15);
}
.subscribe-section .subscribe-form button {
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: linear-gradient(
    to left,
    #008148 0%,
    #034e37 50.39%,
    #008148 100%
  );
  background-size: 200%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  height: 54px;
  width: 54px;
  top: 5px;
  right: 5px;
}
.subscribe-section .subscribe-form button:hover {
  background-position: right center;
}

.contact-section {
  position: relative;
  z-index: 3;
}
.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

.contact-section.cta-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to left,
    rgba(111, 88, 232, 0.18) 0%,
    #008148 100%
  );
}
.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: rgba(239, 242, 249);
  box-shadow: 0 0 10px rgba(2, 39, 27, 0.15);
  margin-bottom: 30px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
  -moz-box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
  box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
}
.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  -webkit-box-shadow: 0 0 30px rgba(46, 87, 217, 0.45);
  -moz-box-shadow: 0 0 30px rgba(46, 87, 217, 0.45);
  box-shadow: 0 0 30px rgba(46, 87, 217, 0.45);
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#008148 0%, #034e37 100%);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: #008148;
  margin-bottom: 10px;
}
.comment-form-wrapper,
.contact-form-wrapper {
  padding: 50px 40px;
  background: rgba(239, 242, 249);
  border: 1px solid #f4eefb;
  margin-left: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(2, 39, 27, 0.15);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.comment-form-wrapper:hover,
.contact-form-wrapper:hover {
  -webkit-box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
  -moz-box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
  box-shadow: 0 0 30px rgba(2, 39, 27, 0.45);
}

.comment-form-wrapper .comment-form input,
.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form input,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form input,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  padding: 18px 25px;
  border-radius: 30px;
  border: 1px solid #f4eefb;
  margin-bottom: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.comment-form-wrapper .comment-form input:focus,
.comment-form-wrapper .comment-form textarea:focus,
.comment-form-wrapper .contact-form input:focus,
.comment-form-wrapper .contact-form textarea:focus,
.contact-form-wrapper .comment-form input:focus,
.contact-form-wrapper .comment-form textarea:focus,
.contact-form-wrapper .contact-form input:focus,
.contact-form-wrapper .contact-form textarea:focus {
  border: solid 2px #008148;
}
.comment-form-wrapper .comment-form textarea,
.comment-form-wrapper .contact-form textarea,
.contact-form-wrapper .comment-form textarea,
.contact-form-wrapper .contact-form textarea {
  border-radius: 18px;
}
.comment-form-wrapper .comment-form .theme-btn,
.comment-form-wrapper .contact-form .theme-btn,
.contact-form-wrapper .comment-form .theme-btn,
.contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 90px;
}
.footer {
  position: relative;
  z-index: 2;
  background: #eff2f9;
}
.footer .footer-widget .footer-desc {
  line-height: 30px;
}
.footer .footer-widget h4 {
  margin-bottom: 35px;
  font-weight: 500;
}

.footer .footer-widget ul.footer-links li a {
  color: #6a7c92;
  display: block;
  line-height: 35px;
  transition: all 0.3s;
}
.footer .footer-widget ul.footer-links li a:hover {
  color: #008148;
}
.footer .footer-widget ul {
  padding-left: 20px;
}
.footer .footer-widget ul li {
  list-style: disc;
}
.footer .footer-widget .footer-contact li p {
  line-height: 35px;
}
.footer .copyright-area {
  border-top: 2px solid rgba(106, 124, 146, 0.44);
  padding: 25px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.footer .copyright-area p {
  text-align: right;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer .copyright-area p {
    font-size: 15px;
  }
}
.footer .copyright-area p a {
  color: #6a7c92;
}
.footer .copyright-area p a:hover {
  color: #008148;
}

.footer-social-links ul {
  justify-content: flex-start;
}

.footer-social-links ul li {
  display: inline-block;
}
.footer-social-links ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  background: rgba(106, 124, 146, 0.1);
  display: block;
  font-size: 18px;
  color: #6a7c92;
  margin-right: 15px;
}

.footer-social-links ul li a:hover {
  background: linear-gradient(#008148 0%, #034e37 100%);
  color: #fff;
}

@keyframes animation2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.video-section .video-wrapper {
  position: relative;
  z-index: 1;
}
.video-section .video-wrapper .shape {
  position: absolute;
  right: -70px;
  bottom: -50px;
  z-index: -1;
}
.video-section .video-wrapper .video-thumb {
  position: relative;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
}

.video-section .video-wrapper .video-thumb img {
  width: 100%;
}
.video-section .video-wrapper .video-thumb .video-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: 1;
}
.video-section .video-wrapper .video-thumb .video-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(#034e37 0%, #008148 100%);
  opacity: 0.54;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.video-section .video-wrapper .video-thumb .video-btn a {
  width: 60px;
  height: 60px;
  background: #fff;
  line-height: 62px;
  color: #02271b;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.video-section .video-wrapper .video-thumb .video-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: inherit;
  opacity: 0.25;
  left: 0;
  top: 0;
  animation: 1.5s animation2 infinite;
  transform: scale(1.5);
}

/* header new  */

.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn i {
  margin-right: 5px;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common {
  background-color: #034e37;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.btn-common:hover {
  color: #fff;
  background: #008148;
  border: 1px solid #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

/* aquí estaba  */

.sticky ul {
  background-color: none;
  border-bottom: none;
  box-shadow: none;
}

.navbar-brand {
  padding: 0;
}
/* .lg-img {
	background: url(/coonexo1/assets/img/logo/logo.png);
	max-width: 20%;
	position: absolute;
    top: 1%;
    left: -8%;
} */

.navbar-brand #s-lg {
  display: none;
}

.navbar-brand #b-lg {
  max-width: 20%;
  position: absolute;
  top: 1%;
  left: 0%;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navigation.sticky {
  position: fixed;
  background-color: rgba(239, 242, 249);
  -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.sticky #b-lg {
  display: none;
}

.sticky #s-lg {
  display: block;
  max-width: 55%;
  position: relative;
  top: 0;
}

.navbar-toggler {
  padding: 0;
}
.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -8px;
}

.navbar-nav .nav-item {
  margin: 0 15px 0 0;
  font-weight: bolder;
}

.navbar-nav .nav-item a {
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  background: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.navbar-nav .nav-item a,
.navbar-nav .nav-item a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  /* background: linear-gradient(to left, #008148 0%, #034E37 50.39%, #fff 100%); */
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(
    to left,
    #008148 0%,
    #034e37 50.39%,
    #008148 100%
  );
  background-size: 200% auto;
  overflow: hidden;
}

.navbar-nav .nav-item:hover a,
.navbar-nav .nav-item.active a {
  color: #fff;
  background-position: right center;
  -webkit-box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
  -moz-box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
  box-shadow: 0 0 35px rgba(3, 78, 55, 0.45);
}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  width: 15px;
  height: 3px;
  background: #e9e220;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item:hover a::before,
.navbar-nav .nav-item.active a::before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.sticky .navbar-toggler .toggler-icon {
  background-color: #034e37;
}
.sticky .navbar-nav .nav-item a {
  color: #fff;
}

.carousel-caption p {
  color: #fff;
}

.carousel .row {
  /* background: rgba(0, 129, 72, 0.1); */
  text-shadow: 2px 2px black;
}

#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out;
}
#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 90px;
}
#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#main-slide .carousel-item {
  height: 700px;
  background-position: center center;
  background-size: cover;
}

#main-slide .carousel-inner .carousel-item::after {
  background: rgba(12, 11, 9, 0.6);
  /* background: rgba(0, 129, 72, 0.4); */
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}
#main-slide .carousel-item .carousel-caption .heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #main-slide .carousel-item .carousel-caption .heading {
    font-size: 28px;
  }
}
#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}
#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 90px;
  width: 100%;
  left: 0;
}

#main-slide .carousel-caption .btn {
  margin: 25px 25px 0 0;
}

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
  opacity: 1;
  box-shadow: none;
}
#main-slide .carousel-control-prev span {
  padding: 15px;
}
#main-slide .carousel-control-next span {
  padding: 15px;
}
#main-slide .carousel-control {
  top: 45%;
}
#main-slide .carousel-control .lni-chevron-left,
#main-slide .carousel-control .lni-chevron-right {
  position: absolute;
  z-index: 5;
}
#main-slide .carousel-control .lni-chevron-left {
  left: 15px;
}
#main-slide .carousel-control .lni-chevron-right {
  right: 15px;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#main-slide .carousel-control i {
  line-height: 40px;
  font-size: 18px;
  width: 45px;
  border: 2px solid #fff;
  height: 45px;
  display: block;
  border-radius: 2px;
  background: 0 0;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

/* ***** WS BUTTON ***** */

.ws .btn-ws {
  position: fixed;
  top: 50px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  width: 94px;
  height: 94px;
  background: url(../img/wa.svg) no-repeat;
  background-size: 65px 65px;
  background-position: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
}

.ws .btn-ws:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.ws .btn-ws::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;

  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid #008514;
  top: -12%;
  left: -12%;
}
.ws .btn-ws::after {
  animation-delay: -1.5s;
}

/* ***** CONTACT BUTTON ***** */

.contact .btn-contact {
  position: fixed;
  top: 145px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  width: 94px;
  height: 94px;
  background: url(../img/chat.svg) no-repeat;
  background-size: 65px 65px;
  background-position: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
}

.contact .btn-contact:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.contact .btn-contact::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;

  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid #008514;
  top: -12%;
  left: -12%;
}
.contact .btn-contact::after {
  animation-delay: -1.5s;
}

/* ***** PSE BUTTON ***** */

.pse-btn {
  display: inline;
  width: auto;
}

.pse-btn img {
  width: 12%;
}

.pse-img1 {
  width: 12%;
}

.pse-img2 {
  width: 95%;
}

.pse-img3 {
  width: 40%;
}

.pse-p {
  color: #02271b;
  font-weight: bold;
}

.pse .btn-pse {
  position: fixed;
  top: 50px;
  /* left: 10px; */
  cursor: pointer;
  z-index: 99;
  width: 94px;
  height: 94px;
  background: url(../img/pse.png) no-repeat;
  background-size: 65px 65px;
  background-position: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
}

.pse .btn-pse:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.pse .btn-pse::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;

  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid #1a487f;
  top: -12%;
  left: -12%;
}
.pse .btn-pse::after {
  animation-delay: -1.5s;
}

/* ***** BALOTO BUTTON ***** */

.blt .btn-blt {
  position: fixed;
  top: 145px;
  /* left: 10px; */
  cursor: pointer;
  z-index: 99;
  width: 94px;
  height: 94px;
  background: url(../img/blt.png) no-repeat;
  background-size: 65px 65px;
  background-position: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease;
  overflow: hidden;
}

.blt .btn-blt:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.blt .btn-blt::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;

  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid #1a487f;
  top: -12%;
  left: -12%;
}
.blt .btn-blt::after {
  animation-delay: -1.5s;
}

@media only screen and (min-width: 576px) {
  .ws .btn-ws {
    top: 155px;
  }

  .contact .btn-contact {
    top: 250px;
  }

  .pse .btn-pse {
    right: 10px;
    top: 400px;
  }

  .blt .btn-blt {
    top: 495px;
    right: 10px;
  }
}

/* Modal contact */

.modal-content {
  background: rgba(239, 242, 249);
}

.modal-body .contact-form-wrapper {
  padding: 10px 10px;
  margin: 0;
  box-shadow: none;
}

.modal-header {
  display: block;
  padding: 0.1rem;
}

.modal-header .close {
  /* padding-left: 65%; */
}

.modal-title {
  font-size: 25px;
  font-weight: 700;
  color: #008148;
  padding: 0 40% 0 10%;
}

@media only screen and (min-width: 576px) {
  .modal-title {
    padding: 0 60% 0 10%;
  }
}

.contact-form-wrapper .contact-form input {
  border: solid 1px #a4afac;
}

.modal-body .contact-form-wrapper .contact-form input {
  padding: 5px 10px;
  margin-bottom: 15px;
}

.g-recaptcha div {
  margin: 0 auto;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(0.85, 0.85);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(0.85, 0.85);
    opacity: 0;
  }
}
