@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;display=swap');

@font-face {
  font-family: 'Oduda';
  src: url("../fonts/Oduda-Bold.eot");
  src: url("../fonts/Oduda-Boldd41dd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Oduda-Bold.woff2") format("woff2"), url("../fonts/Oduda-Bold.woff") format("woff"), url("../fonts/Oduda-Bold.ttf") format("truetype"), url("../fonts/Oduda-Bold.svg#Oduda-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #D7DADD;
}
::-webkit-scrollbar-thumb {
  background: #999999;
}
/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #222222;
}

/* HTML TAGS */
img {
  max-width: 100%;
}

/* LINKS */
a {
  color: #8bc53f;
  text-decoration: none;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

a:hover {
  color: #145134;
  text-decoration: none;
}

/* SPACINGS */
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}

.no-top-spacing {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.no-bottom-spacing {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.spacing-100 {
  height: 100px;
}

/* ODOMETER */
.odometer.odometer-auto-theme {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: -4px;
}
/* HAMBURGER MENU */
.hamburger-menu {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 0px;
  width: 13px;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
  width: 100%;
}

.hamburger-menu:hover span {
  width: 30px !important;
}

.hamburger-menu.open span {
  width: 20px !important;
}

.hamburger-menu.open span:nth-child(1) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 28px !important;
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  right: 20px;
}

.hamburger-menu.open span:nth-child(3) {
  top: 9px;
  right: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 28px !important;
}
.br-8{
  border-radius: 8px;
}
/* SWIPER PAGINATION */
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  opacity: 0.3;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background: #8bc53f;
  opacity: 1;
}

/* PRELOADER */
.preloader {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  background: #009a4e;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.preloader img {
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  mix-blend-mode: lighten;
}

.page-loaded .preloader {
  top: -100%;
}

/* NAVBAR */
.navbar {
  background-color:#f6fcff;
}

.navbar:before {
  content: "";
  width: calc(100% - 40px);
  height: 8px;
  background: #000;
  position: absolute;
  left: 20px;
  bottom: -8px;
  opacity: 0.2;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.navbar .logo {
  margin-left: 0;
  max-width: 260px;
}
.logo .smp{
  font-size: 12px;
  margin-bottom: 0;
}

.navbar .logo a {
  display: inline-block;
}

.navbar .logo a img {
  height: 60px;
}

.navbar .survey-link {
  text-align: center;
  right: 50%;
  left: 50%;
  vertical-align: bottom;
  font-weight: 600;
}

.navbar .survey-link a{
  color: #000;
}

.navbar .survey-link a:hover {
  text-decoration: underline;
}

.navbar .site-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}

.navbar .site-menu ul li {
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  position: relative;
  margin-right: 0;
}

.navbar .site-menu ul li ul {
  position: absolute;
  left: -20px;
  top: calc(100% + 20px);
  background: #8bc53f;
  padding: 15px 0;
  margin: 0;
  border-radius: 4px;
  display: none;
}

.navbar .site-menu ul li ul:before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
}

.navbar .site-menu ul li ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #8bc53f transparent;
  position: absolute;
  left: 20px;
  top: -6px;
}

.navbar .site-menu ul li ul li {
  width: 100%;
  display: block;
  white-space: nowrap;
  margin: 0;
  padding: 5px 20px;
  list-style: none;
}

.navbar .site-menu ul li ul li a {
  display: inline-block;
}

.navbar .site-menu ul li ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar .site-menu ul li:hover ul {
  display: block;
}

.navbar .site-menu ul li a {
  display: inline-block;
  color: #333;
  position: relative;
}

.navbar .site-menu ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #8bc53f;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.navbar .site-menu ul li a:hover {
  text-decoration: none;
  color: #8bc53f;
}

.navbar .site-menu ul li a:hover:after {
  width: 100%;
  left: 0;
}

.navbar .search-button {
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
}

.navbar .hamburger-menu {
  display: inline-block;
}
.call-now{
  line-height: 30px;
  font-weight: 600;
  color: #333;
}
.call-now i{
  background-color: #8bc53f;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  display: inline-block;
}

/* HEADER */
.header {
  width: 100%;
  height: 76em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.header .main-slider {
  width: 100%;
  /* height: calc(100vh - 60px); */
  height:76em;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.header .main-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  padding: 0 15%;
  background: #000;
}

.header .main-slider .swiper-slide .slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.7;
}

.header .main-slider .swiper-slide .slide-inner {
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header .main-slider .swiper-slide .slide-inner h1 {
  width: 100%;
  display: block;
  font-size: 80px;
  margin-bottom: 10px;
  font-family: "Oduda";
}

.header .main-slider .swiper-slide .slide-inner p {
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
}

.header .main-slider .swiper-slide .slide-inner a {
  height: 64px;
  line-height: 64px;
  display: inline-block;
  padding: 0 50px;
  border-radius: 6px;
  background: #8bc53f;
  color: #000;
  font-size: 15px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header .main-slider .swiper-slide .slide-inner a:hover {
  color: #fff;
  background: #009a4e;
  text-decoration: none;
  transform: translateY(-5px);
}

.slide-inner h2{
  font-size: 48px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  margin-top: 50px;
}
.slide-inner h2 b{
  font-weight: bold;
  color: #80C342;
}
.d-flex{
  display: flex;
  align-items: flex-end;
}
.vh100{
  min-height: calc(100vh-200px);
}

.header .button-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 50px;
  top: calc(50% - 20px);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: 3;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header .button-prev:hover {
  background: #8bc53f;
  border-color: transparent;
}

.header .button-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: calc(50% - 20px);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  z-index: 3;
  font-size: 23px;
  cursor: pointer;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.header .button-next:hover {
  background: #8bc53f;
  border-color: transparent;
}

.header .parallax-element {
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/parallax-element.png") no-repeat bottom center;
  z-index: 1;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: auto 150% !important;
  position: relative;
  padding-top: 100px;
  z-index: 0;
}

.page-header:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}

.page-header .container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.page-header .container h2 {
  width: 100%;
  display: block;
  font-size: 100px;
}

.page-header .container p {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 19px;
  color: #fff;
}

.page-header .parallax-element {
  width: 100%;
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/parallax-element.png") no-repeat bottom center;
  z-index: 1;
}

/* CONTENT SECTION */
section {
  padding: 80px 0;
}
.section-header p{
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-header h2, .heading{
  font-size: 48px;
  font-weight: 700;
  margin-top: 0;
  font-family: "Oduda";
  color: #145134;
}
#about .section-header h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  color: #80C342;
  margin-bottom: 15px;
}
.section-header h6, .sub-heading {
  font-size: 30px;
  font-family: "Oduda";
  margin-bottom: 15px;  
}
.light-green{
  color: #8bc53f;
}
.dark-green{
  color: #145134;
}

/* About */
section#about{
  padding-top: 0px;
}
#about .section-header h2{
  font-size: 80px;
  color: #8bc53f;
}
#about .section-header h6{
  color: #145134;

}
.side-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.side-slider .slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 6px;
}

.side-slider .slider .swiper-slide img {
  width: 100%;
  float: left;
}

.side-slider .swiper-pagination {
  width: 100%;
}

.side-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  border-bottom: 20px;
}

.side-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8bc53f;
  opacity: 1;
}

.side-slider .note-box {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  position: absolute;
  left: -50px;
  bottom: 100px;
  z-index: 1;
  color: #8bc53f;
  font-family: "Oduda";
  font-size: 30px;
  padding: 20px 30px;
  line-height: 1.2;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.side-slider .note-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: -20px;
  right: 30px;
}

/* Aquaponics */

#aquaponics{
  background: url(../images/aquaponics-bg.jpg) no-repeat center top rgba(20, 81, 52, 0.085);
}

#aquaponics .counter-box{
  text-align: center;
  margin-bottom: 15px;
  padding: 15px;
}
#aquaponics .counter-box span{
  font-size: 42px;
  font-family: "Oduda";
  line-height: 1;
  vertical-align: top;
  margin-bottom: 5px;
  color: #8bc53f;
}

.why-aquaponics img{
  max-height: 75px;  
}


/* Produce */

.produce-item {
  position: relative;
  display: block;
  margin-bottom: 60px;
  z-index: 1;
}
.produce-item a, .produce-item a:hover{
  text-decoration: none;
}
.produce-item-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.produce-item-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.produce-item:hover .produce-item-img::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
.produce-item:hover .produce-item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.produce-item:hover .produce-item-more {
  top: 100%;
  opacity: 1;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.produce-item-img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.produce-item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 0px 10px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 5;  
  font-weight: 500;
}
.produce-item-title h3 a{
  color: #145134;
}
.produce-item-title:hover h3 a{
  color: #8bc53f;
}
.produce-item-title h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;  
}
.produce-item-more {
  position: absolute;
  top: calc(100% - 38px);
  background-color: #145134;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 16px;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 11px 0;
  opacity: 0;
  -webkit-transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
  transition: background 500ms ease, color 500ms ease, opacity 500ms ease, top 500ms ease;
}

.produce-item-more:hover{
  color: #ffffff;
  background-color: #8bc53f;
}


/* Gallery */

.gallery-slider {
  height: 400px;
  width: 100%;
  padding-bottom: 85px;
  overflow: hidden;
}

.gallery-slider .swiper-wrapper {
  width: 73.8%;
  will-change: transform;
}
@media (min-width: 630px) {
  .gallery-slider .swiper-wrapper {
    width: 100%;
  }
  .col-md-9.special{
    max-width:70%;
  }
  .col-md-3.special{
    max-width:30%;
    flex: 0 0 30% !important;
  }
}

.gallery-slider .swiper-slide {
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.gallery-slider .swiper-slide.swiper-slide-active .slide-image, .gallery-slider .swiper-slide.swiper-slide-duplicate-active .slide-image {
  transform: scale3d(1, 1, 1);
}
@media (min-width: 630px) {
  .gallery-slider .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gallery-slider .swiper-slide {
    width: 33.333333%;
  }
  .gallery-slider .swiper-slide.swiper-slide-next .slide-image, .gallery-slider .swiper-slide.swiper-slide-prev .slide-image, .swiper-slide.swiper-slide-duplicate-next .slide-image, .swiper-slide.swiper-slide-duplicate-prev .slide-image {
    transform: scale3d(1, 1, 1);
  }
}
@media (min-width: 1024px) {
  .gallery-slider .swiper-slide {
    width: 25%;
  }
}

.gallery-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}
.gallery-slider .swiper-pagination.swiper-pagination {
  bottom: 0;
}

.gallery-slider .swiper-pagination-bullet {
  background: tomato;
  width: 22px;
  height: 4px;
  border-radius: 0;
  transition: opacity 1s ease;
}
.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  margin: 0;
}
@media (min-width: 768px) {
  .gallery-slider .swiper-pagination-bullet {
    width: 40px;
  }
}

.gallery-slider .slide-image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale3d(1.3, 1.3, 1);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 1400ms ease;
}

.gallery-slider .slide-content {
  padding: 0 2.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.gallery-slider .slide-content h4 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 1rem;
  padding-top: 2.8rem;
  flex-grow: 0;
}
.gallery-slider .slide-content p {
  display: flex;
  line-height: 1.8;
  margin-top: 0;
  font-size: 14px;
  flex-grow: 1;
}
.gallery-slider .slide-content footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2.8rem;
  font-size: 14px;
  color: #c2c0e0;
}
.gallery-slider .slide-content a {
  color: tomato;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 3px solid currentColor;
  padding-bottom: 3px;
}

/* Contact */
.contact-address ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-address ul li{
  padding:15px 15px 15px 60px;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  box-shadow: 0 0.15rem 0.5rem 0 rgb(58 59 69 / 15%) !important;
  border-radius: 4px;
}
.contact-address ul li i{
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 30px;
  color: #8bc53f;
}
.contact-form{
  margin-top: 65px;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px 50px 0px;
  background:rgba(20, 81, 52, 1);
  background-size: cover;
  color: #fff;
  border-top: 5px solid rgba(139, 197, 63, 1)
}
.footer p{
  color: #FFF;
}
.footer form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.footer form input[type="text"] {
  width: calc(70% - 10px);
  display: inline-block;
  margin-right: 10px;
  border: none;
}

.footer form input[type="submit"] {
  width: 30%;
  display: inline-block;
}
.footer .logo{
  max-width: 420px;
  margin:0 auto 50px auto;
}
.footer .footer-menu {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0 0 50px 0;
  list-style: none;
}
.footer .footer-menu li {
  padding: 5px 0;
}
.footer .social-media .footer-menu li{
  display: inline-block;
  font-size: 24px;
  margin:0px 15px 0 0;
}
.footer .social-media .footer-menu li a{
  color: #FFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .social-media .footer-menu li a:hover{
  color: #FFF;
  background-color: #8bc53f;
}


/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
  
}

/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {

}

.header-content-box{
  position: absolute;
  top: 120px;
  width: 100%;
}
.pdt100{
  padding-top: 100px;
}
.ql-box{  
  width: 100%; 
  margin-bottom: 20px;
}
.ql-box-content{
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);  
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow-y: scroll;
  height: 320px;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.navbar .site-menu ul li a.survey-view-link{
  background-color: #80C342;
  padding: 4px 10px;
  border-radius: 15px;
  color: #FFF;
}
.navbar .site-menu ul li a.survey-view-link::after{
  display: none;
}
.navbar .site-menu ul li a.survey-view-link:hover{
  border-bottom: none;
  background-color: #004C74;
}
.ql-h-240{
  height: 180px;
}
.ql-box-content a, .header .main-slider .swiper-slide .slide-inner a{
  display: block;
  text-align: left;
  padding: 0px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  margin-bottom: 2px;
  line-height: 40px;
  height: 40px;
  position: relative;
  color: #000;
  font-size: 14px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.ql-box-content a:hover{
  background-color: rgba(255, 255, 255, 0.75);
  color: #80C342;
}
.tutorials .ql-box-header{
  background-color: #077187;
}
.ql-box-header{
  display: flex;
}
.tutorials .ql-box-content a{
  height: auto !important;
  padding: 5px 15px 5px 5px;
  display: inline-block;
  margin: 0px 12px 24px 12px;
}
.tutorials .ql-box-content a img.video-thumb{
  max-width: 120px;
  max-height: 72px;
  position: unset;
  margin-right: 10px;
}
section#about{
  padding-bottom: 20px;
}
.ql-box-header{
  background-color: #004C74;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 16px;
  text-align: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ql-box-header img{
  max-height: 20px;
  margin-right: 5px;
}
/* .header .main-slider .swiper-slide{
  align-items: flex-start;
} */
.ql-box.notifications .ql-box-content a, .ql-box.notifications .header .main-slider .swiper-slide .slide-inner a{
  line-height: normal !important;
  height: auto !important;
  padding: 8px 16px !important;
  position: relative;
}
.ql-box-content a img{
  max-height: 16px;
  position: absolute;
  right: 18px;
  top: 12px;
}
.ql-links.ql-box-content a{
  padding-left: 38px;
}
.ql-links.ql-box-content a .app-icon{
  left: 8px;
  top: 10px;
  max-height: 21px;
}
.ql-links.ql-box-content a i{
  margin-right: 3px;
}
.header .main-slider .swiper-slide .slide-inner a:hover{
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
  animation: none;
}
.ql-box.notifications .ql-box-header{
  background-color: #80C342;
}

.tutorials-box{
  top: -172px !important;
}

.copyrights{
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #cecece;
}

.hamburger{
  display: none;
}
.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #999;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

@media (max-width: 767px) {
  .header,
  .header .main-slider{
    height: auto !important;
  }
  .slide-inner h2.pdt100{
    padding-top: 0px;
  }
  .slide-inner h2{
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .navbar .logo a img {
    height: 60px;
    margin: auto;
  }
  .site-menu{
    margin: auto;
  }

  section#about{
    padding: 20px 0;
  }
  .header-content-box{
    position: unset;
    padding: 30px 0px 10px 0px;
  }
  .slide-inner h2{
    padding-bottom: 60px;
  }
  .header .main-slider .swiper-slide{
    padding-top: 60px;
  }
  .site-menu{
    display: none;
    transition: all 0.5s ease-in-out;
  }
  .site-menu.is-active{
    display: block;
    width: 100%;
    /* position: absolute;
    top: 76px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    left: 0; */
  }
  .navbar .site-menu.is-active ul li{
    display: block;
    margin:15px 0 15px 0;
  }

  .hamburger{
    display: block;
  }
  .ql-box-content{
    padding: 15px 8px;
  }
  .ql-box-content a img{
    right: 6px;
  }
  section#about {
    padding: 0px 0 20px 0;
  }
  .row.mt-5{
    margin-top: 20px !important;
  }

}

.modal-title {
  color: #1d1d1d;
  font-weight: 500;
  font-size: 21px;
}
.form-control {
  border-radius: 2px;
  padding: 8px 15px;
}
.form-control:focus {
  box-shadow: none !important;
}
.contact-info-box {
  margin-bottom: 15px;
  position: relative;
  padding: 10px;
  padding-left: 50px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 20px 0 rgb(32 32 32 / 11%);
  box-shadow: 0 1px 20px 0 rgb(32 32 32 / 11%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-info-box svg {
  color: #fedd2c;
  position: absolute;
  left: 20px;
  top: 10px;
  max-width: 20px;
  max-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-info-box h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-info-box ul{
  margin: 0px;
  padding: 0px;
}
.contact-info-box .form-control {
  border-radius: 2px;
  padding: 8px 15px !important;
}
.contact-info-box ul li {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary {
  color: #fff;
  background-color: #80C342;
  border-color: #80C342;
}
.btn-primary:hover, .btn-primary:focus{
  background-color: #56921d;
  border-color: #56921d;
}
.customVideoHeader{
  font-weight:bold;
}
@media (min-width: 601px) {
  .hideInDesktop {
    display:none;
  }
  .tutorials .ql-box-content a{
    height:120px !important;
    width:96%;
  }
  .customVideoHeader{
    font-size:18px;
  }
}
@media (max-width: 600px) {
  .hideInMobile {
    display:none;
  }
  .customVideoHeader{
    font-size:16px;
  }
}

.hover-color a span{
  color:#000;
}

.hover-color a span:hover{
  color:#8bc53f;
}

.table{
  text-align: center;
}

.white{
  color:white !important;
}

#surveyProgressDivMobile,#epdclSurveyProgressDivMobile,#cpdclSurveyProgressDivMobile{
  margin:12px;
}

#surveyProgressDiv table,#epdclSurveyProgressDiv table,#cpdclSurveyProgressDiv table{
  font-size:12px;
}

#surveyProgressDiv table thead th,#epdclSurveyProgressDiv table thead th,#cpdclSurveyProgressDiv table thead th{
  padding:4px;
}

#surveyProgressDiv .table td,#epdclSurveyProgressDiv .table td,#cpdclSurveyProgressDiv .table td{
  padding-bottom:0px;
}

#surveyProgressDiv #viewButton,#epdclSurveyProgressDiv #viewButton,#cpdclSurveyProgressDiv #viewButton{
  font-size: 12px;
  position: relative;
  top: -6px;
}

.lh24{
  line-height: 18px;
  font-size:12px;
}

.bgwhite{
  background-color: rgba(255, 255, 255, 0.5);
}

.transparent{
  background-color: transparent !important;
}

.h60{
  height:48px;
  margin-top:8px;
  font-size:12px;
}

.video-image{
  width: 100% !important;
  height: auto !important;
  max-height: initial !important;
  max-width: initial !important;
}

.detailsAnchor{
  cursor:pointer;
  text-decoration: underline !important;
  color:#8bc53f !important;
}

.pb8{
  position: relative;
  bottom: 6px;
}

.hot_line_new {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.left_map {
  padding: 4px 0 0 23px;
}

.phone_title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  text-align: left;
  line-height: 36px;
  position:relative;
  top:12px;
}

.phone_info {
  font-size: 16px;
  color: #fff;
  margin-bottom: 22px;
  text-align: left;
}

.right_txt {
  padding: 0px 25px 0;
}

.phone_number {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: right;
  position:relative;
  top:20px;
}