@charset "UTF-8";
/*  ==========================================================================
	Setup: Variables, Mixins
    ========================================================================== */
/*  ==========================================================================
	Fonts
    ========================================================================== */
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/librefranklin-medium.eot");
  src: url("../fonts/librefranklin-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/librefranklin-medium.woff") format("woff"), url("../fonts/librefranklin-medium.ttf") format("truetype"), url("../fonts/librefranklin-medium.svg#Libre Franklin") format("svg");
  font-weight: 500;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Libre Franklin";
    src: url("../fonts/librefranklin-medium.svg#Libre Franklin") format("svg"); } }

@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/librefranklin-bold.eot");
  src: url("../fonts/librefranklin-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/librefranklin-bold.woff") format("woff"), url("../fonts/librefranklin-bold.ttf") format("truetype"), url("../fonts/librefranklin-bold.svg#Libre Franklin") format("svg");
  font-weight: 700;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Libre Franklin";
    src: url("../fonts/librefranklin-bold.svg#Libre Franklin") format("svg"); } }

@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/librefranklin-bolditalic.eot");
  src: url("../fonts/librefranklin-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/librefranklin-bolditalic.woff") format("woff"), url("../fonts/librefranklin-bolditalic.ttf") format("truetype"), url("../fonts/librefranklin-bolditalic.svg#Libre Franklin") format("svg");
  font-weight: 700;
  font-style: italic; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Libre Franklin";
    src: url("../fonts/librefranklin-bolditalic.svg#Libre Franklin") format("svg"); } }

/*  ==========================================================================
	Global Settings & Utilities
    ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.group::after {
  display: block;
  clear: both;
  content: ""; }

img {
  max-width: 100%; }

figure {
  margin: 0px; }

button {
  background: transparent;
  border: 0px;
  padding: 0px; }
  button:focus {
    outline: 0px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: uppercase;
  color: #276811; }

h1, .h1, h2, .h2 {
  line-height: calc(43 / 33);
  margin-bottom: 25px; }

h4 {
  color: #a4c13b; }

p {
  margin-bottom: 17px;
  line-height: calc(17 / 14); }

@media (max-width: 1199px) {
  h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br, h5 br, .h5 br, h6 br, .h6 br {
    display: none; } }

blockquote {
  margin-bottom: 0px;
  text-align: center; }
  blockquote .main {
    margin-bottom: 28px; }

address {
  margin-bottom: 15px; }
  address p {
    margin: 0px; }

/*
* meta
*/
.meta {
  font-weight: 700;
  font-style: italic; }

/*
* move-up
*/
.move-up {
  margin-top: -55px;
  position: relative; }

@media (max-width: 767px) {
  .move-up {
    margin-top: -40px; } }

/*
* torn-pattern
*/
.torn-pattern {
  margin: 18px 0px;
  position: relative; }
  .torn-pattern::before {
    content: '';
    background: url("../images/torn-paper-top.png") center;
    position: absolute;
    left: 0px;
    top: -18px;
    width: 100%;
    height: 18px;
    z-index: -1; }
  .torn-pattern::after {
    content: '';
    background: url("../images/torn-paper-bottom.png") center;
    position: absolute;
    left: 0px;
    bottom: -18px;
    width: 100%;
    height: 18px;
    z-index: -1; }

.torn-pattern-top {
  margin-top: 18px;
  position: relative; }
  .torn-pattern-top::before {
    content: '';
    background: url("../images/torn-paper-top.png") center;
    position: absolute;
    left: 0px;
    top: -18px;
    width: 100%;
    height: 18px;
    z-index: -1; }

.torn-pattern-bottom {
  margin-bottom: 18px;
  position: relative; }
  .torn-pattern-bottom::after {
    content: '';
    background: url("../images/torn-paper-bottom.png") center;
    position: absolute;
    left: 0px;
    bottom: -18px;
    width: 100%;
    height: 18px;
    z-index: -1; }

/*
* shadow1
*/
.shadow1 {
  position: relative; }
  .shadow1::after {
    content: '';
    background: url("../images/shadow1.png") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 7px; }

/*  ==========================================================================
	Layouts
    ========================================================================== */
/*
* container
*/
#container {
  min-width: 320px;
  overflow-x: hidden; }

/*
* header
*/
#header {
  padding-top: 15px;
  border-top: 6px solid #276811;
  position: relative;
  z-index: 9;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.8); }
  #header .logo a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  #header .logo img {
    max-width: 100px;
    margin-right: 18px; }
  #header .logo .text {
    padding-bottom: 12px;
    line-height: 1; }
    #header .logo .text .title {
      color: #276811;
      font-size: 1.3125rem;
      display: block;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 1; }
    #header .logo .text .subtitle {
      font-size: 0.875rem;
      color: #3a3a39;
      font-weight: 700;
      white-space: nowrap; }
  #header .contact-list {
    text-align: right; }
    #header .contact-list li {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 25px;
      margin-bottom: 0px; }
      #header .contact-list li:last-child {
        margin-right: 0px; }
  #header .open-menu-btn {
    font-size: 1.75rem;
    color: #276811;
    display: block;
    margin-left: auto;
    display: none; }

@media (max-width: 1399px) {
  #header .logo img {
    max-width: 80px; }
  #header .logo .text .title {
    font-size: 1.125rem; } }

@media (max-width: 1199px) {
  #header .logo img {
    margin-right: 12px; }
  #header .logo .text .title {
    font-size: 1rem; }
  #header .logo .text .subtitle {
    font-size: 0.75rem; }
  #header .contact-list li {
    margin-right: 15px; }
    #header .contact-list li > a {
      font-size: 0.8125rem; }
    #header .contact-list li .sociable a {
      width: 35px;
      height: 35px;
      line-height: 37px; }
      #header .contact-list li .sociable a .fab {
        font-size: 0.9375rem; } }

@media (max-width: 991px) {
  #header {
    padding: 19px 0px; }
    #header .logo img {
      margin-right: 12px; }
    #header .logo .text .title {
      font-size: 1rem; }
    #header .logo .text .subtitle {
      font-size: 0.75rem; }
    #header .contact-list {
      display: none; }
      #header .contact-list li > a {
        font-size: 0.875rem; }
    #header .open-menu-btn {
      display: block; } }

@media (max-width: 575px) {
  #header {
    padding: 12px 0px; }
    #header .logo img {
      max-width: 60px;
      margin-right: 5px; }
    #header .logo .text {
      padding-bottom: 6px; }
      #header .logo .text .title {
        font-size: 0.75rem; }
      #header .logo .text .subtitle {
        font-size: 0.5625rem; } }

.menu-open {
  overflow: hidden; }
  .menu-open #main-navigation {
    left: 0px; }

/* 
* main-navigation
*/
#main-navigation {
  background: #f4f0ea;
  position: relative;
  margin-top: 33px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  #main-navigation::before {
    content: '';
    background: url("../images/torn-paper-top.png") center;
    position: absolute;
    left: 0px;
    top: -18px;
    width: 100%;
    height: 18px; }
  #main-navigation ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px; }
  #main-navigation .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #main-navigation .menu > li {
      margin-right: 57px;
      position: relative; }
      #main-navigation .menu > li::after {
        content: "\22C5";
        font-size: 1.875rem;
        color: #3a3a39;
        position: absolute;
        right: -58px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
      #main-navigation .menu > li:last-child {
        margin-right: 0px; }
        #main-navigation .menu > li:last-child::after {
          display: none; }
      #main-navigation .menu > li > a {
        color: #3a3a39;
        text-transform: uppercase;
        padding: 20px 0px;
        display: inline-block; }
        #main-navigation .menu > li > a:hover {
          color: #276811; }
      #main-navigation .menu > li .dropdown-btn {
        position: absolute;
        right: 0px;
        top: 5px;
        display: none;
        line-height: .4; }
        #main-navigation .menu > li .dropdown-btn .fal {
          font-size: 1.75rem;
          line-height: .4;
          color: #276811;
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
          -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
        #main-navigation .menu > li .dropdown-btn.active .fal {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      #main-navigation .menu > li .submenu {
        background: rgba(164, 193, 59, 0.95);
        padding: 15px 20px;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        min-width: 180px;
        display: none; }
        #main-navigation .menu > li .submenu li {
          margin-bottom: 7px; }
          #main-navigation .menu > li .submenu li:last-child {
            margin-bottom: 0px; }
          #main-navigation .menu > li .submenu li a {
            color: #fff;
            text-transform: uppercase; }
            #main-navigation .menu > li .submenu li a:hover {
              color: #276811; }
  #main-navigation .close-menu-btn {
    position: absolute;
    right: 16px;
    top: 24px;
    color: #276811;
    font-size: 1.5625rem;
    display: none;
    line-height: .5; }
  #main-navigation .contact-list {
    display: none; }

@media (min-width: 992px) {
  #main-navigation .menu > li:hover .submenu {
    display: block; } }

@media (max-width: 1399px) {
  #main-navigation .menu > li {
    margin-right: 55px; }
    #main-navigation .menu > li::after {
      right: -56px; } }

@media (max-width: 1199px) {
  #main-navigation .menu > li {
    margin-right: 40px; }
    #main-navigation .menu > li::after {
      right: -41px; } }

@media (max-width: 991px) {
  #main-navigation {
    position: fixed;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding: 80px 0px 30px;
    z-index: 99; }
    #main-navigation .scrollable-content {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
    #main-navigation .close-menu-btn {
      display: block; }
    #main-navigation .menu {
      display: block;
      margin-bottom: 50px; }
      #main-navigation .menu > li {
        margin: 0px;
        margin-bottom: 20px;
        position: relative;
        padding: 0px 30px;
        text-align: center; }
        #main-navigation .menu > li::after {
          display: none; }
        #main-navigation .menu > li a {
          padding: 0px; }
        #main-navigation .menu > li .dropdown-btn {
          display: block; }
        #main-navigation .menu > li .submenu {
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          margin-top: 12px;
          margin-left: calc(-100vw / 2 + 100% / 2);
          margin-right: calc(-100vw / 2 + 100% / 2);
          max-width: 100vw; }
    #main-navigation .contact-list {
      display: block; }
      #main-navigation .contact-list li {
        width: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 20px; }
        #main-navigation .contact-list li .sociable a {
          width: 35px;
          height: 35px;
          line-height: 37px;
          background: #276811; }
          #main-navigation .contact-list li .sociable a .fab {
            font-size: 0.9375rem;
            color: #f4f0ea; } }

/*
* footer
*/
#footer {
  padding: 22px 0px;
  background: #a4c13b; }
  #footer .copyright p {
    font-size: 0.75rem;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1; }
    #footer .copyright p a {
      color: #fff; }
      #footer .copyright p a:hover {
        color: #276811; }
  #footer .footer-nav {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px; }
    #footer .footer-nav li {
      display: inline-block;
      line-height: 1; }
      #footer .footer-nav li::after {
        content: "\00B7";
        margin: 0px 10px;
        font-size: 1.125rem;
        vertical-align: middle;
        display: inline-block;
        color: #fff; }
      #footer .footer-nav li:last-child::after {
        display: none; }
      #footer .footer-nav li a {
        font-size: 0.75rem;
        color: #fff; }
        #footer .footer-nav li a:hover {
          color: #276811; }

@media (max-width: 991px) {
  #footer {
    text-align: center; }
    #footer .copyright {
      margin-bottom: 12px; }
      #footer .copyright p {
        line-height: 1.5; }
    #footer .footer-nav li::after {
      margin: 0px 6px; }
    #footer .footer-nav li a {
      line-height: 1.5; } }

/*  ==========================================================================
	Components
    ========================================================================== */
/*
* button
*/
.btn {
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase; }

/*
* sociable
*/
.sociable a {
  background: #f4f0ea;
  width: 44px;
  height: 44px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px; }
  .sociable a .fab, .sociable a .fa {
    color: #276811;
    font-size: 1.125rem;
    margin: 0px; }
  .sociable a:last-child {
    margin-right: 0px; }

/*
* form1
*/
.form1 .row {
  margin-left: -4px;
  margin-right: -4px; }
  .form1 .row [class*="col-"] {
    padding: 0px 4px; }

.form1 .form-group {
  margin-bottom: 6px; }

.form1 .form-control {
  border: 0px;
  border-radius: 0px;
  color: #3a3a39;
  height: 43px; }
  .form1 .form-control::-webkit-input-placeholder {
    color: #3a3a39; }
  .form1 .form-control::-moz-placeholder {
    color: #3a3a39; }
  .form1 .form-control:-ms-input-placeholder {
    color: #3a3a39; }
  .form1 .form-control::placeholder {
    color: #3a3a39; }

.form1 textarea.form-control {
  resize: unset;
  height: 145px; }

/*
* checkbox
*/
.checkbox1 {
  position: relative; }
  .checkbox1 input {
    position: absolute;
    opacity: 0;
    top: 6px;
    left: 2px; }
    .checkbox1 input:checked ~ label::after {
      display: block; }
  .checkbox1 label {
    position: relative;
    padding-left: 28px;
    line-height: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 0.75rem; }
    .checkbox1 label::before {
      content: '';
      width: 16px;
      height: 16px;
      background: #fff;
      position: absolute;
      left: 0px;
      top: 0px; }
    .checkbox1 label::after {
      content: '';
      width: 6px;
      height: 11px;
      border-color: #276811;
      border-style: solid;
      border-width: 0px 2px 2px 0px;
      position: absolute;
      left: 5px;
      top: 2px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
       This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  position: relative;
  text-shadow: 0px 0px 10px #000; }
  .lb-nav a::before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 4.875rem;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /*background: url(../images/prev.png) left 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }
  .lb-nav a.lb-prev::before {
    content: "\f104";
    left: 20px; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /*background: url(../images/next.png) right 48% no-repeat;*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s; }
  .lb-nav a.lb-next::before {
    content: "\f105";
    right: 20px; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  /*background: url(../images/close.png) top right no-repeat;*/
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
  text-shadow: 0px 0px 3px #000; }
  .lb-data .lb-close::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 1.875rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-data .lb-number {
  display: none !important; }

.lightbox {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed !important;
  top: 0 !important; }

#lightboxOverlay {
  height: 100% !important;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100% !important; }

.lb-outerContainer {
  margin: auto; }

.lb-image {
  margin: auto; }

.lb-close {
  bottom: 100%;
  position: fixed;
  right: 3%;
  top: 30px; }

/*
* slick-slider
*/
.slick-slider .slick-dots li {
  width: auto;
  height: auto; }

.slick-slider .slick-arrow {
  height: auto;
  width: auto; }

/*
* carousel1
*/
.carousel1 {
  margin-bottom: 0px !important; }
  .carousel1 .slick-dots {
    bottom: 68px; }
    .carousel1 .slick-dots li button {
      width: 21px;
      height: 21px;
      padding: 0px;
      background: url("../images/icons.png") no-repeat;
      background-position: -21px 1px;
      background-size: 59px; }
      .carousel1 .slick-dots li button::before {
        display: none; }
    .carousel1 .slick-dots li:hover button, .carousel1 .slick-dots li.slick-active button {
      background-position: 0px; }

/*
* carousel2
*/
.carousel2 .item {
  padding: 0px 12px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .carousel2 .item .box1::before {
    display: none; }
  .carousel2 .item.slick-active .box1::before {
    display: block; }

.carousel2 .slick-list {
  margin-right: -12px;
  margin-left: -12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .carousel2 .slick-list .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.carousel2 .slick-arrow::before {
  font-family: 'Font Awesome 5 Pro';
  color: #3a3a39;
  font-size: 3.125rem;
  font-weight: 200;
  opacity: 1; }

.carousel2 .slick-arrow.slick-prev {
  left: -146px; }
  .carousel2 .slick-arrow.slick-prev::before {
    content: "\f053"; }

.carousel2 .slick-arrow.slick-next {
  right: -146px; }
  .carousel2 .slick-arrow.slick-next::before {
    content: "\f054"; }

@media (max-width: 1500px) {
  .carousel2 .slick-arrow.slick-prev {
    left: -75px; }
  .carousel2 .slick-arrow.slick-next {
    right: -75px; } }

@media (max-width: 1300px) {
  .carousel2 .slick-arrow.slick-prev {
    left: -40px; }
  .carousel2 .slick-arrow.slick-next {
    right: -40px; } }

@media (max-width: 1024px) {
  .carousel2 {
    padding: 0px 50px; }
    .carousel2 .slick-arrow::before {
      font-size: 2.1875rem; }
    .carousel2 .slick-arrow.slick-prev {
      left: 0px; }
    .carousel2 .slick-arrow.slick-next {
      right: 0px; } }

@media (max-width: 575px) {
  .carousel2 {
    padding: 0px;
    padding-bottom: 50px; }
    .carousel2 .slick-arrow {
      top: auto;
      bottom: 0px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

/*
* carousel3
*/
.carousel3 .slick-arrow::before {
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-size: 3.125rem;
  font-weight: 200;
  opacity: 1; }

.carousel3 .slick-arrow.slick-prev {
  left: -146px; }
  .carousel3 .slick-arrow.slick-prev::before {
    content: "\f053"; }

.carousel3 .slick-arrow.slick-next {
  right: -146px; }
  .carousel3 .slick-arrow.slick-next::before {
    content: "\f054"; }

@media (max-width: 1500px) {
  .carousel3 .slick-arrow.slick-prev {
    left: -75px; }
  .carousel3 .slick-arrow.slick-next {
    right: -75px; } }

@media (max-width: 1300px) {
  .carousel3 .slick-arrow.slick-prev {
    left: -30px; }
  .carousel3 .slick-arrow.slick-next {
    right: -30px; } }

@media (max-width: 1024px) {
  .carousel3 {
    padding: 0px 55px; }
    .carousel3 .slick-arrow::before {
      font-size: 2.1875rem; }
    .carousel3 .slick-arrow.slick-prev {
      left: 0px; }
    .carousel3 .slick-arrow.slick-next {
      right: 0px; } }

@media (max-width: 575px) {
  .carousel3 {
    padding: 0px;
    padding-bottom: 50px; }
    .carousel3 .slick-arrow {
      top: auto;
      bottom: 0px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

/*
* modal
*/
.overlay .modal-dialog {
  max-width: 1088px;
  padding: 10px 7px; }

.overlay .modal-content {
  border: 0px; }

.overlay .close-btn {
  position: absolute;
  right: 22px;
  top: 23px;
  z-index: 9;
  line-height: .5; }
  .overlay .close-btn .fa-times {
    color: #fff;
    font-size: 1.75rem;
    line-height: .7; }

.overlay .modal-body {
  padding: 8px 6px; }

.overlay .image-text {
  padding: 0px; }
  .overlay .image-text .text-content {
    padding: 15px 52px; }

@media (max-width: 991px) {
  .overlay .image-text .text-content {
    padding: 15px 25px; } }

@media (max-width: 767px) {
  .overlay .modal-body {
    padding-top: 50px; }
  .overlay .close-btn {
    top: 15px;
    right: 15px; }
    .overlay .close-btn .fa-times {
      color: #276811; }
  .overlay .image-text .text-content {
    padding: 15px; } }

.modal-backdrop.show {
  opacity: .8; }

.slideshow .description .title-wrapper,
.slideshow .description .text,
.slideshow .description .btn {
  -webkit-animation: fade-slide-up .8s ease-in-out forwards;
          animation: fade-slide-up .8s ease-in-out forwards;
  opacity: 0; }

@-webkit-keyframes fade-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fade-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

/*
* slideshow
*/
.slideshow .item {
  position: relative; }

.slideshow figure img {
  height: 600px;
  width: 100%;
  font-family: "object-fit:cover;object-position:center center";
  object-fit: cover;
  object-position: center center; }

.slideshow .description {
  position: absolute;
  left: 0px;
  bottom: 133px;
  width: 100%; }
  .slideshow .description .inner-wrapper {
    max-width: 380px; }
  .slideshow .description .title-wrapper {
    background: rgba(164, 193, 59, 0.95);
    padding: 16px 23px 10px;
    border-top-right-radius: 50px;
    margin-bottom: 10px;
    -webkit-animation-delay: .5s;
            animation-delay: .5s; }
    .slideshow .description .title-wrapper * {
      color: #fff; }
    .slideshow .description .title-wrapper h1 {
      margin-bottom: 0px; }
  .slideshow .description .text {
    padding: 15px 22px;
    background: rgba(164, 193, 59, 0.95);
    margin-bottom: 10px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
    .slideshow .description .text p {
      color: #fff;
      margin-bottom: 0px; }
  .slideshow .description .btn {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }

@media (max-width: 767px) {
  .slideshow figure img {
    height: 520px; }
  .slideshow .description {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .slideshow .description .title-wrapper {
      border-top-right-radius: 20px; }
    .slideshow .description .title-wrapper,
    .slideshow .description .text {
      padding: 10px; } }

/*
* box1
*/
.box1 {
  background: #fff;
  border-radius: 5px;
  position: relative;
  height: 100%; }
  .box1::before {
    content: '';
    width: 100%;
    height: 170px;
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: -1;
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.6); }
  .box1 > a {
    padding: 7px;
    color: inherit;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
  .box1 figure img {
    width: 100%;
    height: 175px;
    font-family: "object-fit:cover;object-position:center";
    object-fit: cover;
    object-position: center; }
  .box1 .description {
    padding: 20px 17px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .box1 .description h3 {
      color: #276811;
      margin-bottom: 10px; }
    .box1 .description .btn {
      margin-top: auto;
      margin-right: auto; }

/*
* portfolio-carousel
*/
.portfolio-carousel {
  position: relative;
  padding-bottom: 54px; }
  .portfolio-carousel::before {
    content: '';
    background: #f4f0ea;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1; }

@media (max-width: 575px) {
  .portfolio-carousel {
    padding-bottom: 20px; } }

/*
* image-text
*/
.image-text {
  padding: 39px 0px 50px; }
  .image-text ol li, .image-text ul li {
    margin-bottom: 0px;
    line-height: calc(17 / 14); }
    .image-text ol li::marker, .image-text ul li::marker {
      font-weight: 700; }
    .image-text ol li ol, .image-text ol li ul, .image-text ul li ol, .image-text ul li ul {
      margin-top: 4px; }
  .image-text ul {
    padding-left: 18px; }
    .image-text ul li {
      color: #a4c13b; }
      .image-text ul li::marker {
        color: #3a3a39; }
  .image-text ol {
    padding-left: 14px; }
    .image-text ol li {
      padding-left: 4px; }
  .image-text .image-holder img {
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    object-position: center center; }
  .image-text .text-content {
    padding-left: 13px;
    padding-right: 20px; }
  .image-text.text-first .row {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .image-text.text-first .text-content {
    padding-left: 27px; }

@media (max-width: 1199px) {
  .image-text .text-content {
    padding: 0px; }
  .image-text.text-first .text-content {
    padding-left: 0px; } }

@media (max-width: 767px) {
  .image-text .image-holder {
    margin-bottom: 30px; } }

/*
* wide-image
*/
.wide-image img {
  width: 100%;
  max-height: 478px;
  font-family: "object-fit:cover;object-position:center center";
  object-fit: cover;
  object-position: center center; }

.wide-image.small img {
  max-height: 403px; }

@media (max-width: 767px) {
  .wide-image img {
    height: 320px; }
  .wide-image.small img {
    height: 250px; } }

/*
* contact
*/
.contact {
  padding: 34px 0px 65px;
  background: #f4f0ea; }
  .contact header {
    margin-bottom: 16px; }
    .contact header h2 {
      margin-bottom: 0px; }
  .contact .contact-details {
    padding-left: 27px; }
    .contact .contact-details .logo {
      margin-bottom: 19px; }
      .contact .contact-details .logo img {
        max-width: 253px; }

@media (max-width: 991px) {
  .contact .contact-details {
    padding-left: 0px; } }

/*
* testimonials
*/
.testimonials {
  position: relative;
  padding: 45px 0px 55px; }
  .testimonials .bg-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .testimonials .bg-image img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover;object-position:center center";
      object-fit: cover;
      object-position: center center; }
    .testimonials .bg-image::before {
      content: '';
      background: rgba(164, 193, 59, 0.9);
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
  .testimonials .item * {
    color: #fff; }

/*
* content
*/
.content {
  padding: 58px 0px 65px; }
  .content .align-left {
    margin: 12px 30px 25px;
    margin-left: 0px;
    float: left; }
  .content .align-right {
    margin: 12px 30px 25px;
    margin-right: 0px;
    float: right; }
  .content ol li, .content ul li {
    margin-bottom: 10px;
    line-height: calc(17 / 14); }
    .content ol li::marker, .content ul li::marker {
      font-weight: 700; }
    .content ol li ol, .content ol li ul, .content ul li ol, .content ul li ul {
      margin-top: 10px; }
  .content ul {
    padding-left: 18px; }
  .content ol {
    padding-left: 14px; }
    .content ol li {
      padding-left: 4px; }
  .content .contact-list {
    padding-left: 0px; }
    .content .contact-list li {
      margin-bottom: 14px; }
  .content .widget {
    margin-bottom: 61px; }
    .content .widget:last-child {
      margin-bottom: 0px; }
    .content .widget figure {
      margin-bottom: 20px; }
    .content .widget .logo img {
      max-width: 253px;
      margin-bottom: 0px; }

@media (max-width: 991px) {
  .content .widget {
    margin-bottom: 40px; }
    .content .widget figure {
      text-align: center; } }

@media (max-width: 575px) {
  .content {
    padding: 50px 0px; }
    .content .align-left {
      margin: 25px 0px 30px;
      float: none; }
      .content .align-left img {
        width: 100%; }
    .content .align-right {
      margin: 25px 0px 30px;
      float: none; }
      .content .align-right img {
        width: 100%; } }

/*
* contact-list
*/
.contact-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px; }
  .contact-list li {
    margin-bottom: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contact-list li .icon {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      display: inline-block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-image: url("../images/icons.png"); }
      .contact-list li .icon.rotary-phone {
        background-position: -120px 0px;
        background-size: 70px; }
      .contact-list li .icon img {
        width: 16px; }
    .contact-list li .fa {
      font-size: 1rem;
      color: #276811;
      margin-right: 10px;
      min-width: 20px;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .contact-list li .fa.fa-mobile-alt {
        font-size: 1.25rem; }
    .contact-list li a {
      color: #3a3a39; }
      .contact-list li a[href^="mailto:"] {
        color: #a4c13b; }

/*
*gallery
*/
.gallery img {
  width: 100%;
  height: 100%; }

.gallery .small img, .gallery .wide img {
  height: 310px;
  font-family: "object-fit:cover;object-position:center center";
  object-fit: cover;
  object-position: center center; }

.gallery .big img {
  height: 620px;
  font-family: "object-fit:cover;object-position:center center";
  object-fit: cover;
  object-position: center center; }

@media (max-width: 992px) {
  .gallery .small img, .gallery .wide img {
    height: 240px; }
  .gallery .big img {
    height: 480px; } }

@media (max-width: 767px) {
  .gallery .small img, .gallery .wide img {
    height: 320px; }
  .gallery .big img {
    height: 320px; } }

/*  ==========================================================================
	Vendor
    ========================================================================== */

/*# sourceMappingURL=main.css.map */
