@font-face {
  font-family: "circulair-air";
  src: url("../assets/fonts/Circular_Air-Bold.woff2") format("woff2"), url("../assets/fonts/Circular_Air-Bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "circulair-air";
  src: url("../assets/fonts/Circular_Air-Book.woff2") format("woff2"), url("../assets/fonts/Circular_Air-Book.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "circulair-air";
  src: url("../assets/fonts/Circular_Air-Light.woff2") format("woff2"), url("../assets/fonts/Circular_Air-Light.woff") format("woff");
  font-weight: 200;
}
h1, .h1 {
  font-family: "circulair-air", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-family: "circulair-air", sans-serif;
  font-weight: bold;
  margin-bottom: 1.4rem;
  font-size: 22px;
}
@media (min-width: 576px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-family: "circulair-air", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1.4rem;
}
@media (min-width: 576px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-family: "circulair-air", sans-serif;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* MAIN MENU */
  /*LEVEL TWO*/
}
.header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .logo .logo-img, .header .logo svg {
  max-width: 250px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .menu-toggle {
  font-size: 20px;
  cursor: pointer;
}
.header .top-bar {
  background-color: #f6f6f6;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header .top-bar ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header .top-bar ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
}
.header .top-bar ul li:last-child {
  margin-right: 0;
}
.header .main-bar {
  background-color: white;
}
.header .menu > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}
.header .menu > ul .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
  background-color: #333333;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.header .menu > ul li a {
  display: block;
}
.header .menu > ul li:hover > a, .header .menu > ul li.current-menu-item > a, .header .menu > ul li.current-page-ancestor > a, .header .menu > ul li.current-menu-parent > a {
  color: #acd651 !important;
  text-decoration: none;
}
.header .menu > ul li.menu-btn a {
  border-radius: 0.25rem;
  color: white !important;
}
.header .menu > ul li.menu-item-has-children > a {
  font-weight: 400;
}
.header .menu > ul li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
	font-weight: 900;
  display: inline-block;
}
.header .menu > ul li.menu-item-has-children ul li.menu-item-has-children > a::after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
.header .menu > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 5px;
  margin-right: 20px;
}
.header .menu > ul > li > a {
  font-size: 14px;
  color: #333333;
}
.header .menu > ul > li:last-child {
  margin-right: 0;
}
.header .menu > ul > li.menu-item-has-children {
  overflow: hidden;
}
.header .menu > ul > li.menu-item-has-children:hover {
  overflow: visible;
}
.header .menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
  max-height: 500px;
  padding: 20px 0;
  opacity: 1;
  overflow: visible;
}
.header .menu > ul > li.menu-item-has-children > ul.sub-menu {
  width: 230px;
  position: absolute;
  left: -15px;
  opacity: 0;
  top: 28px;
  z-index: 10;
  overflow: hidden;
  padding: 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .menu > ul > li.menu-item-has-children > ul.sub-menu li {
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 14px;
}
.header .menu > ul > li.menu-item-has-children > ul.sub-menu li a {
  color: white;
}
.header .menu > ul > li.menu-item-has-children > ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.header .menu ul li .sub-menu li.menu-item-has-children .sub-menu {
  width: 210px;
  position: absolute;
  left: 100%;
  opacity: 0;
  top: 37px;
  overflow: hidden;
  padding: 0 20px;
  background-color: #333333;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .menu ul li .sub-menu li.menu-item-has-children:hover .sub-menu {
  padding: 15px 0;
  opacity: 1;
  top: 0;
  border-left: 1px solid #e2f5ff;
}
.header.scrolled {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.header.scrolled .main-bar .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header.scrolled .main-bar .logo .logo-img, .header.scrolled .main-bar .logo svg {
  max-width: 200px;
}

.mobile-menu {
  height: 100vh;
  position: fixed;
  right: -350px;
  width: 350px;
  background-color: white;
  border-left: 5px solid #354354;
  top: 0;
  overflow: scroll;
  color: white;
  z-index: 15;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-menu .logo img {
  max-width: 90%;
}
.mobile-menu .inner {
  position: relative;
  padding: 30px;
}
.mobile-menu .inner .menu-toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #354354;
}
.mobile-menu .inner .current_page_item a, .mobile-menu .inner .current-menu-ancestor a {
  color: #acd651;
}
.mobile-menu .inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.mobile-menu .inner ul li {
  margin-bottom: 10px;
  position: relative;
}
.mobile-menu .inner ul > li a {
  color: #292929;
  font-weight: 400;
}
.mobile-menu .inner ul > li.menu-item-has-children > a {
  cursor: pointer;
  display: block;
}
.mobile-menu .inner ul > li.menu-item-has-children ul.sub-menu {
  height: 0;
  padding-left: 15px;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
}
.mobile-menu .inner ul > li.menu-item-has-children.active > .subarrow {
  background: #acd651 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMuMzUyLDQ4LjI5NmwyOC41Ni0yOC4zMjhsMjguNTgsMjguMzQ3YzAuMzk3LDAuMzk0LDAuOTE3LDAuNTksMS40MzYsMC41OWMwLjUyLDAsMS4wNC0wLjE5NiwxLjQzNi0wLjU5ICAgYzAuNzkzLTAuNzg3LDAuNzkzLTIuMDYyLDAtMi44NDlsLTI5Ljk4LTI5LjczNWMtMC4yLTAuMi0wLjQ5NC0wLjM3NS0wLjc1Ny0wLjQ3NWMtMC43NS0wLjI4Mi0xLjU5Ny0wLjEwNy0yLjE2NiwwLjQ1NiAgIEwwLjQ3OSw0NS40NDdjLTAuNzkzLDAuNzg3LTAuNzkzLDIuMDYyLDAsMi44NDlDMS4yNzMsNDkuMDgyLDIuNTU4LDQ5LjA4MiwzLjM1Miw0OC4yOTZ6Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
}
.mobile-menu .inner ul > li.menu-item-has-children.active > ul.sub-menu {
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
  border-left: 1px solid #354354;
}
.mobile-menu .inner ul > li.menu-item-has-children.active > ul.sub-menu li a {
  text-transform: initial;
}
.mobile-menu .inner .subarrow {
  border-radius: 2px;
  width: 24px;
  height: 25px;
  top: 0;
  background: #354354 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0ibTYwLjUzMywxNS43MzNsLTI4LjU2LDI4LjMyOC0yOC41NzktMjguMzQ4Yy0wLjM5Ny0wLjM5NC0wLjkxNy0wLjU5LTEuNDM3LTAuNTlzLTEuMDM5LDAuMTk2LTEuNDM2LDAuNTljLTAuNzkzLDAuNzg3LTAuNzkzLDIuMDYyIDAsMi44NDlsMjkuOTgsMjkuNzM1YzAuMiwwLjIgMC40OTQsMC4zNzUgMC43NTcsMC40NzYgMC43NSwwLjI4MiAxLjU5NywwLjEwNyAyLjE2Ni0wLjQ1NmwyOS45ODEtMjkuNzM1YzAuNzkzLTAuNzg3IDAuNzkzLTIuMDYyIDAtMi44NDktMC43OTQtMC43ODYtMi4wNzgtMC43ODYtMi44NzIsNy4xMDU0M2UtMTV6Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat;
  background-position: center !important;
  background-size: 50% !important;
  position: absolute;
  text-align: center;
  overflow: hidden;
  right: 0;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.mobile-menu .inner .second-menu a {
  font-size: 14px;
}
.mobile-menu.active {
  right: 0;
}

.footer {
  margin-top: -30px;
  overflow: hidden;
}
.footer img.shape {
  pointer-events: none;
  width: 100%;
}
.footer .main-bar {
  background-color: #213344;
  color: white;
  padding-bottom: 40px;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}
@media screen and (min-width: 576px) {
  .footer .main-bar {
    margin-top: -100px;
  }
}
@media screen and (min-width: 768px) {
  .footer .main-bar {
    margin-top: -140px;
    border-radius: 100px 100px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .footer .main-bar {
    border-radius: 150px 150px 0 0;
    margin-top: -250px;
  }
}
@media screen and (min-width: 1800px) {
  .footer .main-bar {
    margin-top: -350px;
    border-radius: 200px 200px 0 0;
  }
}
.footer .main-bar .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer .main-bar .social-list li {
  display: inline-block;
  margin-right: 10px;
}
.footer .main-bar .social-list li:last-child {
  margin-right: 0;
}
.footer .main-bar .social-list li a {
  color: #acd651;
}
.footer .main-bar .logo svg {
  max-width: 300px;
}
.footer .main-bar .logo svg path, .footer .main-bar .logo svg rect, .footer .main-bar .logo svg polygon {
  fill: white;
}
.footer .main-bar .logo img {
  max-width: 300px;
}
.footer .main-bar .foot-title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .footer .main-bar .foot-title {
    font-size: 22px;
  }
}
.footer .main-bar .foot-content {
  color: white;
}
.footer .main-bar .foot-content ul {
  padding-left: 0;
  list-style: none;
}
.footer .main-bar .foot-content ul li {
  display: block;
  margin-top: 10px;
}
.footer .main-bar .foot-content ul li:first-child {
  margin-top: 0;
}
.footer .main-bar .foot-content a {
  color: white;
  display: inline-block;
}
.footer .main-bar .foot-content.half-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer .bottom-bar {
  background-color: #213344;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #8a8a8a;
  font-size: 14px;
}
.footer .bottom-bar a {
  color: #8a8a8a;
}

.btn, .gform_wrapper .gform_button, .header .menu > ul li.menu-btn a {
  background-color: #acd651;
  padding: 8px 20px !important;
  color: #fff;
  box-shadow: none !important;
  font-weight: bold;
  white-space: normal !important;
  font-size: 14px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover, .gform_wrapper .gform_button:hover, .header .menu > ul li.menu-btn a:hover {
  background-color: #9bc149;
  color: #fff;
}
.btn.btn-alt, .gform_wrapper .btn-alt.gform_button, .header .menu > ul li.menu-btn a.btn-alt {
  background-color: #354354;
  color: white !important;
}
.btn.btn-alt:hover, .gform_wrapper .btn-alt.gform_button:hover, .header .menu > ul li.menu-btn a.btn-alt:hover {
  background-color: #303c4c;
  color: white !important;
}
.btn.btn-small, .gform_wrapper .btn-small.gform_button, .header .menu > ul li.menu-btn a.btn-small {
  padding: 3px 10px !important;
  font-size: 12px;
}
.btn.btn-outline, .gform_wrapper .btn-outline.gform_button, .header .menu > ul li.menu-btn a.btn-outline {
  border: 2px solid #acd651;
  background-color: transparent;
}
.btn.btn-outline:hover, .gform_wrapper .btn-outline.gform_button:hover, .header .menu > ul li.menu-btn a.btn-outline:hover {
  background-color: white;
  color: #acd651;
}

#page {
  -webkit-transition: -webkit-transform 0.28s, opacity 0.28s;
  -ms-transition: -o-transform 0.28s, opacity 0.28s;
  -o-transition: -o-transform 0.28s, opacity 0.28s;
  transition: transform 0.28s, opacity 0.28s;
}

.slide-out #page {
  -webkit-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  font-family: "Helvetica", sans-serif;
  color: #333333;
  font-weight: 400;
}

img {
  height: auto;
  max-width: 100%;
}

.lozad {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.lozad.done-loading {
  opacity: 1;
}

a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.anchor-link {
  position: absolute;
  top: -80px;
}

p {
  line-height: 24px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}

.noscroll {
  overflow: hidden;
}

.purple-overlay {
  background-color: #6060ab;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 60%;
}

.vpc-init {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.vpc-init.vpc-visible {
  opacity: 1;
  animation-duration: 500ms;
  animation-name: fadeInUp;
}

.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .hidden_label .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_fields {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gform_wrapper .gform_fields .gfield {
  margin-top: 10px !important;
}
.gform_wrapper .gform_fields .gfield:first-child {
  margin-top: 0 !important;
}
.gform_wrapper .gform_fields .gfield.hidden_label input {
  margin-top: 0 !important;
}
.gform_wrapper .gform_fields .gfield .ginput_container input[type=text], .gform_wrapper .gform_fields .gfield .ginput_container textarea, .gform_wrapper .gform_fields .gfield .ginput_container select, .gform_wrapper .gform_fields .gfield .ginput_container input[type=email] {
  width: 100%;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  outline: none;
  padding: 10px 15px !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gform_wrapper .gform_fields .gfield .ginput_container input[type=text]:focus, .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus, .gform_wrapper .gform_fields .gfield .ginput_container select:focus, .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]:focus {
  border-color: #acd651;
}
.gform_wrapper .gform_fields .gfield .ginput_container textarea {
  max-height: 120px;
}
.gform_wrapper .gform_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.count-block {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .count-block {
    padding-top: 120px;
  }
}
.count-block .shape {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.count-block > .inner {
  background-color: #92c149;
}
@media screen and (min-width: 768px) {
  .count-block > .inner {
    border-radius: 90px 90px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .count-block > .inner {
    border-radius: 150px 150px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .count-block > .inner {
    border-radius: 190px 190px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .count-block > .inner {
    border-radius: 100% 100% 0 0;
  }
}
@media screen and (min-width: 1800px) {
  .count-block > .inner {
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .count-block {
    margin-top: 80px;
  }
}
.count-block .item img {
  max-height: 65px;
  width: auto;
  margin-bottom: 10px;
}
.count-block .title {
  color: white;
}
.count-block .count, .count-block .text {
  display: block;
  color: white;
  font-weight: bold;
}

.content ul {
  padding-left: 0;
  list-style: none;
}
.content ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.content ul li:before {
  content: "";
  width: 18px;
  height: 25px;
  background-image: url("../img/svg-01-05.svg");
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content ul li:hover a {
  text-decoration: none;
  color: #acd651;
}

.page-head .inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .page-head .inner {
    padding-bottom: 50px;
  }
}
.page-head .inner .shape {
  position: absolute;
  bottom: -5px;
  left: -30px;
  width: calc(100% + 60px);
  max-width: unset;
  pointer-events: none;
}
.page-head .inner .row {
  min-height: 330px;
}
@media screen and (min-width: 1600px) {
  .page-head .inner .row {
    min-height: 290px;
  }
}
.page-head .inner .title {
  color: white;
}
@media screen and (min-width: 576px) {
  .page-head .inner .title {
    font-size: 34px;
  }
}
.page-head .inner .subtitle {
  color: #f1f1f1;
}
@media screen and (min-width: 576px) {
  .page-head .inner .subtitle {
    font-size: 24px;
  }
}

.contact-main a {
  text-decoration: underline;
}
.contact-main a:hover {
  text-decoration: none;
  color: #acd651;
}

.contact-side a {
  color: #acd651;
}

.home-head .inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .home-head .inner {
    padding-bottom: 100px;
  }
}
.home-head .inner .shape {
  position: absolute;
  bottom: -5px;
  left: -30px;
  width: calc(100% + 60px);
  max-width: unset;
  pointer-events: none;
}
.home-head .inner .row {
  min-height: 500px;
}
.home-head .inner .title {
  color: white;
}
@media screen and (min-width: 576px) {
  .home-head .inner .title {
    font-size: 34px;
  }
}
.home-head .inner .subtitle {
  color: #f1f1f1;
}
@media screen and (min-width: 576px) {
  .home-head .inner .subtitle {
    font-size: 24px;
  }
}

body.home .logo-block {
  padding-top: 0 !important;
}

.logo-block {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .logo-block {
    padding-top: 60px;
  }
}
.logo-block img {
  max-height: 100px;
  margin: 0 auto;
}

.logo-block-big {
  position: relative;
  overflow: hidden;
}
.logo-block-big .left-side {
  position: relative;
  background-color: #e7e8eb;
}
.logo-block-big .left-side .back-shape {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  right: -55px;
  top: 0;
  width: 100%;
  background-size: contain;
  background-position: right;
  z-index: -1;
}
.logo-block-big .right-side img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .logo-block-big .left-side .inner {
    max-width: 250px;
  }
  .logo-block-big .right-side img {
    max-width: 370px;
  }
}
@media screen and (min-width: 992px) {
  .logo-block-big .left-side .inner {
    max-width: 330px;
  }
  .logo-block-big .left-side .back-shape {
    right: -60px;
  }
  .logo-block-big .right-side img {
    max-width: 515px;
  }
}
@media screen and (min-width: 1200px) {
  .logo-block-big .left-side .inner {
    max-width: 430px;
  }
  .logo-block-big .left-side .back-shape {
    right: -80px;
  }
  .logo-block-big .right-side img {
    max-width: 625px;
  }
}

.functions-block {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .functions-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.functions-block .back-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: inherit; */
  width: 100%;
  max-width: 400px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .functions-block .back-shape {
    max-width: 570px;
  }
}
.functions-block .left-side img {
  width: 100%;
}
.functions-block .function-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.functions-block .function-list li {
  position: relative;
  padding-left: 30px;
}
.functions-block .function-list li span, .functions-block .function-list li a {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 20px;
}
.functions-block .function-list li .shape {
  width: 20px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.functions-block .function-list li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #acd651;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.functions-block .function-list li a:hover {
  text-decoration: none;
  color: #acd651;
}
@media screen and (min-width: 576px) {
  .functions-block .function-list .list {
    min-width: 330px;
  }
}

@media screen and (min-width: 576px) {
  body.home .functions-block .function-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-gap: 50px;
  }
}

.service-grid {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .service-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service-grid .back-shape {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  text-align: center;
}
.service-grid .back-shape img {
  max-height: 700px;
}
@media screen and (min-width: 768px) {
  .service-grid .back-shape img {
    max-width: 80%;
  }
}
.service-grid .item img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service-grid .item img:hover {
  transform: scale(1.02);
}
.service-grid .service-title a {
  font-weight: bold;
}
.service-grid .service-title a:hover {
  text-decoration: none;
  color: #acd651;
}

.testimonial-slider {
  overflow: hidden;
  position: relative;
}
.testimonial-slider .purple-overlay {
  opacity: 1;
}
.testimonial-slider .slick-track {
  display: flex !important;
}
.testimonial-slider .slick-slide {
  height: inherit !important;
}
.testimonial-slider .slick-slide > div {
  height: 100%;
}
.testimonial-slider .item {
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex !important;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: 600;
}
.testimonial-slider .item .quote {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .testimonial-slider .item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.content-blocks {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-blocks .evenrow {
    flex-direction: column-reverse;
  }
}

.cta-block {
  overflow: hidden;
  position: relative;
}
.cta-block .img-side {
  position: relative;
}
.cta-block .img-side .back-shape img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* width: inherit; */
  max-height: 100%;
  z-index: -1;
}
.cta-block .img-side .image-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cta-block .img-side .image-wrap img {
  padding: 20px;
  height: 100%;
  width: auto;
  background-color: white;
  max-height: 325px;
}

.hero-block {
  overflow: hidden;
  position: relative;
  background-color: #f6f6f6;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .hero-block {
    padding: 80px 0;
  }
}
.hero-block .img-side {
  position: relative;
}
.functions-grid {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .functions-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.functions-grid .item .inner {
  padding: 30px;
  background-color: #f1f1f1;
  border-radius: 50px;
  position: relative;
  height: 100%;
}
.functions-grid .item .inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-color: #354354;
  z-index: -1;
  border-radius: 50px;
}
.functions-grid .item .inner .function-title {
  position: relative;
  padding-bottom: 1rem;
}
.functions-grid .item .inner .function-title a {
  font-weight: bold;
}
.functions-grid .item .inner .function-title a:hover {
  text-decoration: none;
  color: #acd651;
}
.functions-grid .item .inner .function-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #acd651;
}

.price-box .pricebox-inner {
  background-color: #f6f6f6;
  padding: 30px;
  border-radius: 10px;
}
.price-box .pricebox-inner .subtitle {
  font-size: 14px;
}
.price-box .pricebox-inner .price .subtext {
  font-size: 14px;
}
.price-box .pricebox-inner .functionbox {
  border-top: 1px solid #e7e7e7;
}
.price-box .pricebox-inner .functionbox ul {
  list-style: none;
}
.price-box .pricebox-inner .functionbox ul li {
  border-bottom: 1px solid #e7e7e7;
}

.blog-page article {
  background-color: white;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .blog-page article {
    padding: 60px 30px;
  }
}
.blog-page article .meta {
  color: #8a8a8a;
}
.blog-page article .meta svg, .blog-page article .meta i {
  color: #354354;
}
.blog-page article:nth-child(even) {
  background-color: #f6f6f6;
}

.detail-page .page-head .inner {
  padding-bottom: 0 !important;
}
.detail-page .page-head .inner .row {
  min-height: 300px;
}
.detail-page .meta {
  color: #8a8a8a;
}
.detail-page .meta svg, .detail-page .meta i {
  color: #354354;
}
.detail-page .content h2, .detail-page .content h3, .detail-page .content h4, .detail-page .content h5 {
  margin-top: 30px;
}
.detail-page .content a {
  color: #acd651;
}
.detail-page .event-form {
  padding: 30px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.detail-page .event-form .gform_footer {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.pagination {
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 300;
}
.pagination .current {
  color: #acd651;
  font-weight: 500;
}
.pagination .prev {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 300;
}
.pagination .next {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300;
}

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