
body {
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.transition, .bx-next, .bx-prev, .button {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.hr {
display: inline-block;
width: 100%;
height: 4px;
max-width: 120px;
background-color: #60b025;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.wrapper {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 1230px;
}

.wrapper.relative {
position: relative;
z-index: 10;
}

.row {
display: flex;
width: 100%;
flex-wrap: wrap;
}

.row.slider-container {
position: relative;
}

.row.oversized {
width: calc(100% + 30px);
margin-left: -15px;
}

.col {
width: 100%;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}

.col-1-2 {
max-width: 50%;
}

.col-1-3 {
max-width: 33.333%;
}

.col-2-3 {
max-width: 66.666%;
}

.col-1-4 {
max-width: 25%;
}

.col-2-4 {
max-width: 50%;
}

.col-3-4 {
max-width: 75%;
}

.col-1-5 {
width: 20%;
}

.col-2-5 {
width: 40%;
}

.col-3-5 {
width: 60%;
}

.col-4-5 {
width: 80%;
}

.section, .full {
float: left;
width: 100%;
clear: both;
}

.section {
position: relative;
}

.section.bg {
background-color: lightgray;
}

.absolute, .shade, .paralax {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}

.paralax {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.shade {
background-color: rgba(0,0,0, 1);
opacity: 0.7;
}

.shade.green {
background-color: #60b025;
opacity: 0.95;
}

.shade.blue {
background-color: #26b2c7;
opacity: 0.95;
}

.shade.black {
opacity: 0.9;
}

.absolute {
z-index: 2;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-left {
text-align: left;
}

.text-right {
text-align: right;
}

.text-center {
text-align: center;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
line-height: 120%;
margin-bottom: 20px;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}

.h1 {
font-size: 52px;
}

.h2 {
font-size: 42px;
}

.h3 {
font-size: 32px;
}

.h4 {
font-size: 26px;
}

.h5 {
font-size: 22px;
}

.h6 {
font-size: 18px;
}


.text-p, .text-p1, .text-p2, .text-p3, .text-p4, .text-p5, .text-p6 {
font-size: 22px;
line-height: 160%;
margin-bottom: 20px;
font-weight: 400;
color: gray;
}

footer .bottom .text-p3 a {
  color: gray;
  margin-left: 12px;
  margin-right: 12px;
}

footer .bottom .text-p3 span {
  margin-left: 12px;
  margin-right: 12px;
}

footer .bottom .text-p3  a:hover {
  color: black;
}

.text-p1 {
font-size: 20px;
}

.text-p2 {
font-size: 18px;
}

.text-p3 {
font-size: 16px;
}

.text-p4 {
font-size: 14px;
}

.text-p5 {
font-size: 12px;
}

.text-p6 {
font-size: 10px;
}

ul.text-p, ul.text-p1, ul.text-p2, ul.text-p3, ul.text-p4, ul.text-p5, ul.text-p6 {
padding-left: 36px;
}

ul.text-p li, ul.text-p1 li, ul.text-p2 li, ul.text-p3 li, ul.text-p4 li, ul.text-p5 li, ul.text-p6 li {
margin-bottom: 6px;
position: relative;
}

ul.text-p li i, ul.text-p1 li i, ul.text-p2 li i, ul.text-p3 li i, ul.text-p4 li i, ul.text-p5 li i, ul.text-p6 li i {
margin-left: -28px;
margin-right: 12px;
top: 6px;
}

.mb-0 {
margin-bottom: 0 !important;
}

.mb-10 {
margin-bottom: 10px !important;
}

.mb-20 {
margin-bottom: 20px !important;
}

.mb-30 {
margin-bottom: 30px !important;
}

.mb-40 {
margin-bottom: 40px !important;
}

.mb-50 {
margin-bottom: 50px !important;
}

.mb-60 {
margin-bottom: 60px !important;
}

.mb-70 {
margin-bottom: 70px !important;
}

.mb-80 {
margin-bottom: 80px !important;
}

.mb-90 {
margin-bottom: 90px !important;
}

.pr-0 {
padding-right: 0;
}

.pr-10 {
padding-right: 10px !important;
}

.pr-20 {
padding-right: 20px !important;
}

.pr-30 {
padding-right: 30px !important;
}

.pr-40 {
padding-right: 40px !important;
}

.pr-50 {
padding-right: 50px !important;
}

.pl-0 {
padding-right: 0;
}

.pl-10 {
padding-left: 10px !important;
}

.pl-20 {
padding-left: 20px !important;
}

.pl-30 {
padding-left: 30px !important;
}

.pl-40 {
padding-left: 40px !important;
}

.pl-50 {
padding-left: 50px !important;
}

.button {
display: inline-block;
padding: 16px;
font-size: 16px;
background-color: #60b025;
color: white;
text-decoration: none;
line-height: 120%;
padding-left: 32px;
padding-right: 32px;
font-family: 'Roboto', sans-serif;
outline: none;
border: none;
}

.button:hover {
background-color: #26b2c7;
}

.white {
color: white !important;
}

.green {
color: #60b025 !important;
}

.blue {
color: #26b2c7 !important;
}

.fw-200 {
font-weight: 200 !important;
}

.fw-300 {
font-weight: 300 !important;
}

.fw-400 {
font-weight: 400 !important;
}

.fw-500 {
font-weight: 500 !important;
}

.fw-600 {
font-weight: 600 !important;
}

.fw-700 {
font-weight: 700 !important;
}

.fw-800 {
font-weight: 800 !important;
}

.fw-900 {
font-weight: 900 !important;
}

.img-container {
position: relative;
width: 100%;
float: left;
}

img.fit {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
}

.img-container.round img.fit {
border-radius: 100%;
}



.upercase {
text-transform: uppercase;
}

.section.home {
background-color: black;
position: relative;
overflow: hidden;
}

.section.home .bx-viewport {
height: 100% !important;
}


.mobilenav {
display: none;
}

.header {
width: 100%;
display: block;
height: 120px;
position: absolute;
z-index: 90;
}

.header .col2 {
text-align: center;
}

.header .col1, .header .col3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .col1 {
text-align: left;
padding-top: 6px;
}

.header .col1, .header .col2, .header .col3 {
width: 40%;
}

.header .col2 {
width: 20%;
}



.header .col3 {
text-align: right;
padding-top: 6px;
}

.header .logo, .logo {
height: 70px;
width: auto;
margin-top: 6px;
}

.header .logo-text, .logo-text {
text-align: center;
float: left;
width: 100%;
height: 20px;
font-size: 25px;
text-transform: uppercase;
color: white;
font-weight: 900;
line-height: 20px;
margin-top:  3px;
font-family: 'Roboto', sans-serif;
}


.icon-text {
width: 100%;
display: flex;
}

.icon-text .icon {
width: 50px;
height: 40px;
line-height: 40px;
color: #60b025;
font-size: 30px;
}

.header .col1 .icon-text .icon {
transform: rotate(90deg) translateX(10px) translateY(6px);
}

.icon-text .text {
width: calc(100% - 50px);
}

.icon-text .text-small, .icon-text .text-big {
width: 100%;
display: block;
float: left;
clear: both;
height: 20px;
line-height: 20px;
}

.icon-text .text-small {
color: white;
font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.icon-text .text-big {
color: white;
font-size: 20px;
}

.main-nav {
width: 100%;
height: 80px;
position: absolute;
top: 0;
left: 0;
z-index: 90;
margin-top: 120px;
background-color: white;
}

.main-nav ul {
width: 100%;
display: flex;
}

.main-nav ul li {
display: inline-block;
width: 15%;
}

.main-nav ul li.nav1 {
width: 16%;
}

.main-nav ul li.nav2 {
width: 22%;
}

.main-nav ul li.nav3 {
width: 22%;
}

.main-nav ul li.nav4 {
width: 22%;
}

.main-nav ul li.nav5 {
width: 20%;
}

.main-nav ul li.nav6 {
width: 11%;
}

.main-nav ul li.nav7 {
width: 11%;
}

.main-nav ul li a {
display: block;
float: left;
width: 100%;
text-align: center;
height: 80px;
line-height: 80px;
text-decoration: none;
color: #000000;
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
}

.main-nav ul li.active a {
color: #60b025;
}

.social-nav {
display: inline-block;
}

.social-nav li {
display: block;
float: left;
}

.social-nav li a {
display: block;
width: 40px;
height: 40px;
float: left;
background-color: white;
border-radius: 100px;
color: black;
text-align: center;
font-size: 18px;
margin-left: 6px;
margin-right: 6px;
line-height: 40px;
}

.footer {
position: relative;
}

.footer .social-nav {
margin-top: 20px;
}

.footer .social-nav li {
margin-left: 8px;
margin-right: 0;
}

.footer .social-nav li a {
background-color: #60b025;
}

.footer-nav {
float: left;
width: 50%;
padding-left: 0 !important;
}

.footer-nav.second {
padding-left: 48px !important;
}

.footer-nav li {
margin-bottom: 20px;
}

.footer-nav a {
color: gray;
text-decoration: none;
text-transform: capitalize;
} 

.footer-nav a i {
font-size: 10px;
margin-right: 12px !important;
margin-left: 0 !important;
display: block;
float: left;
margin-top: 6px;
position: relative !important;
top: 0 !important;
}

.footer-nav a:hover {
color: white;
}

.footer .h3 {
float: left;
width: 100%;
height: 20px;
font-size: 25px;
text-transform: uppercase;
color: white;
font-weight: 900;
line-height: 20px;
margin-top: 80px;
font-family: 'Roboto', sans-serif;
margin-bottom: 40px;
}

.footer .shade {
opacity: 0.9;
}

.footer .col1, .footer .col2, .footer .col3 {
width: 33.333%;
}




.footer .col1 {
text-align: left;
}

 .footer .col2  {
text-align: center;
}

.footer .col3 {
text-align: right;
}

.footer .logo-text {
margin-bottom: 40px;
}

.footer .row {
padding-top: 120px;
padding-bottom: 120px;
position: relative;
z-index: 3;
}

.footer img.absolute {
z-index: 0;
}

.footer .bottom {
height: 100px;
text-align: center;
line-height: 100px;
background-color: white;
position: relative;
z-index: 10;
}

.section.home::after, .section.home::before {
content: '';
display: block;
width: 65%;
height: 80px;
background-color: white;
position: absolute;
z-index: 90;
top: calc(100% - 50px);
}

.section.home::before {

right: 45%;
transform: rotate(3deg);
}

.section.home::after {
left: 45%;
transform: rotate(-3deg);

}

.section.home .background {
display: block;
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
}

.slider, .slider .slide,  .bx-wrapper {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
top: 0;
left: 0;
}

.home .bx-wrapper  {
position: absolute !important;
}

.slider .slide img.fit {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
object-fit: cover;
}

.slider .slide.active {
visibility: visible;
opacity: 1;
}

.section.home.small {
max-height: 460px;
}

.section.home.small .flex {
align-items: flex-start;
justify-content: flex-start;
padding-top: 260px;
}

.section.home.small .shade {
opacity: 0.9;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.breadcrumb li {
display: inline-block;
margin-left: 12px;
margin-right: 12px;
}

.breadcrumb li a {
text-decoration: none;
}

.section.padding {
padding-top: 160px;
padding-bottom: 140px;
}

.section.padding-small {
padding-top: 80px;
padding-bottom: 60px;
}

.slider-container .slider {
float: left;
position: relative;
margin-bottom: 40px;
margin-top: 40px;
}

.slider-container .bx-wrapper {
position: relative;
height: auto;
padding-bottom: 60px;
}

.slider-container .bx-viewport {
overflow: visible !important;
}

.slider-container .bx-pager {
margin-bottom: 0;
}

.slider-container .slider .slide {
position: relative;
float: left;
height: auto;
}

.map {
float: left;
width: 100%;
height: 560px;
position: relative;
}

.map iframe {
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}

.gal {
display: none;
float: left;
}

.gal.active {
width: 33.333%;
display: block;
}

.gal.full {
width: 100%;
}

.gal a:hover img.fit, .gal a:hover img.zoom {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.gal a {
overflow: hidden;
}

.gal a .icon {
display: block;
position: absolute;
z-index: 5;
top: 50%;
left: 50%;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
color: white;
margin-top: -10px;
margin-left: -10px;
font-size: 30px;
opacity: 0;
}

.gal a:hover .icon {
opacity: 1;
} 

.gal a .shade {
opacity: 0;
}


.gal a:hover .shade {
opacity: 0.3;
}

.field input, .field textarea, .field select {
float: left;
width: 100%;
height: 50px;
outline: none;
border: 1px solid #bfbfbf;
border-radius: 3px;
padding: 18px;
font-family: 'Montserrat', sans-serif;
color: grey;
font-size: 16px;  
margin-bottom: 15px; 
background-color: white;
}

.field select {
padding-top: 0;
padding-bottom: 0;
}

.text-center .field  input, .text-center .field  textarea, .text-center .field  select {
text-align: center;
}

textarea {
min-height: 160px;
}

.field {
position: relative;
}

label.error {
display: block;
position: absolute;
z-index: 2;
top: 0;
right: 0;
padding: 12px;
padding-top: 1px;
padding-bottom: 1px;
background-color: red;
color: white;
font-size: 12px;
height: 32px;
line-height: 30px;
}

.col.field label.error {
margin-right: 15px;
}

#preloader, .preloader {
position: fixed;
width: 100%;
height: 100%;
background-color: white;
top: 0;
left: 0;
z-index: 100000;
display: none;
}

#preloader i, .preloader i {
display: block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px;
font-size: 36px;

  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

.bx-next, .bx-prev {
position: absolute;
z-index: 90;
width: 50px;
height: 50px;
left: 0;
top: 50%;
line-height: 50px;
text-align: center;
border: 1px solid white;
color: white;
text-decoration: none;
border-radius: 1000px;
font-size: 16px;
}

.bx-next:hover, .bx-prev:hover {
background-color: #60b025;
border-color: #60b025;
color: white;
}

.bx-prev {
margin-left: 12px;
}

.bx-next {
left: auto;
right: 0;
}

.bx-next {
margin-right: 12px;
}

.bx-pager {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
z-index: 90;
text-align: center;
margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx-pager a {
display: inline-block;
width: 20px;
height: 20px;
background-color: white;
margin-left: 3px;
margin-right: 3px;
text-indent: -9999px;
border-radius: 1000px;
color: transparent;
font-size: 0;
}

.bx-pager a.active {
background-color: #60b025;
}

.checkbox {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-bottom: 18px;
  text-align: left;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: gray;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.1);
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #60b025 !important;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

::placeholder {
  color: gray;
  opacity: 1; /* Firefox */
}