/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider {
    height: auto;
  }
}
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
.g-hero-slider .g-hero-title {
  margin: 0;
}
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #95bfac;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-hero-slider .g-hero-buttons .button:hover {
  background: #aecec0;
  border-color: #aecec0;
}
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.99rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #95bfac;
  border-color: #95bfac;
  color: #ffffff;
}
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
#g-top .g-touch-toggle a {
  padding: 9.125px 15px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  color: #666666;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#g-top .g-touch-toggle a span {
  margin-right: 8px;
}
#g-top .g-touch-toggle a:hover {
  background: white;
}
#g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #618c84;
}
#g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
#g-touch .uk-modal-dialog .uk-close {
  position: absolute;
  right: -15px;
  top: -15px;
  opacity: 1;
  font-size: 1.2rem;
  color: #ffffff;
}
#g-touch .uk-modal-dialog .uk-close:hover {
  color: #95bfac;
}
#g-touch .g-block:last-child .g-touch-item {
  border: none;
}
#g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #dddddd;
  font-weight: bold;
  color: #618c84;
  font-size: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 47.99rem) {
  #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 10px;
  }
}
#g-touch .g-touch-item a {
  color: #618c84;
}
#g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
.g-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
.g-main-feature .image-bottom {
  margin-bottom: -3.063rem;
}
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
.g-main-feature .g-main-feature-link.g-button2 {
  margin-left: 25px;
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link.g-button2 {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-main-feature .g-main-feature-link {
    display: block;
  }
}
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
.g-contacts.vertical .g-contacts-item {
  display: block;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #dddddd;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #95bfac;
}
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid white;
  margin-left: -4px;
  margin-bottom: 0;
}
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid white;
  margin-left: 0;
}
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
#g-top .g-contacts .g-contacts-item > a {
  color: #666666;
}
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
#g-offcanvas .g-contacts .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid white;
}
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid white;
}
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
.g-paypaldonate {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-paypaldonate .g-paypaldonate-form form {
  margin: 0;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button .g-paypaldonate-icon {
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button input[type="submit"] {
  background: transparent;
  padding: 1.25rem;
  margin-top: -3px;
}
.g-paypaldonate .g-paypaldonate-form .g-paypaldonate-button.button {
  padding: 0;
  border: 0;
}
.g-keypoints {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-keypoints .g-left-points .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .g-left-points .g-keypoints-item:last-child {
    margin-bottom: 25px;
  }
}
.g-keypoints .g-main-image {
  text-align: center;
}
.g-keypoints .g-main-image .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .g-main-image .g-content {
    margin-bottom: 1rem;
  }
}
.g-keypoints .image-bottom {
  margin-bottom: -3.063rem;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints .image-bottom {
    margin-bottom: 1rem;
  }
}
.g-keypoints .g-right-points .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style1 .g-content {
    text-align: center;
  }
}
.g-keypoints.style1 .g-keypoints-item .g-keypoints-item-desc {
  margin: 1.5rem 0;
}
.g-keypoints.style1 .g-keypoints-item:last-child .g-keypoints-item-desc {
  margin-bottom: 0;
}
.g-keypoints.style1 .g-keypoints-item-icon {
  color: #ffffff;
  background: #95bfac;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.g-keypoints.style1 .g-left-points .g-keypoints-item-icon {
  margin-left: 1.25rem;
}
.g-keypoints.style1 .g-right-points .g-keypoints-item-icon {
  margin-right: 1.25rem;
}
.g-keypoints.style2 .g-keypoints-item {
  margin-bottom: 40px;
}
.g-keypoints.style2 .g-keypoints-item:last-child {
  margin-bottom: 0;
}
.g-keypoints.style2 .g-keypoints-item:hover .g-keypoints-item-icon {
  background: #95bfac;
  color: #ffffff;
}
.g-keypoints.style2 .g-keypoints-item-icon {
  font-size: 24px;
  margin-right: 0;
  color: #95bfac;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #95bfac;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-keypoints.style2 .g-left-points {
  padding-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .g-keypoints.style2 .g-left-points .g-content {
    text-align: left;
  }
}
.g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points .g-keypoints-item-icon {
    float: left;
  }
}
.g-keypoints.style2 .g-left-points .g-title-desc-container {
  margin-right: 85px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-left-points .g-title-desc-container {
    margin-right: 0;
    margin-left: 85px;
  }
}
.g-keypoints.style2 .g-right-points {
  padding-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-keypoints.style2 .g-right-points {
    padding-top: 0;
    margin-top: 15px;
  }
}
.g-keypoints.style2 .g-right-points .g-keypoints-item-icon {
  float: left;
}
.g-keypoints.style2 .g-right-points .g-title-desc-container {
  margin-left: 85px;
}
.g-keypoints.style2 .g-keypoints-item-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.g-animated-counter {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
.g-animated-counter .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-animated-counter .g-animated-counter-item {
    margin-bottom: 3.126rem;
  }
  .g-animated-counter .g-animated-counter-item:last-child {
    margin-bottom: 0;
  }
}
.g-animated-counter p {
  margin: 0;
}
.g-animated-counter .g-animated-counter-number {
  font-size: 280%;
  margin-bottom: 0;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-title {
  margin-bottom: 0;
  font-size: 140%;
  margin-top: -5px;
}
.g-animated-counter .g-animated-counter-icon {
  border-radius: 50%;
  font-size: 2.2rem;
  height: 110px;
  width: 110px;
  line-height: 110px;
  border: 2px solid;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.g-animated-counter .g-animated-counter-image {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
}
.g-animated-counter.style2 {
  text-align: initial;
}
.g-animated-counter.style2 .g-animated-counter-icon {
  color: #ffffff;
  font-size: 1.5rem;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #95bfac;
  background-color: #95bfac;
  background-image: -webkit-linear-gradient(top, #95bfac, #618c84);
  background-image: linear-gradient(to bottom,#95bfac, #618c84);
  border: 0px solid;
  border-color: transparent;
  margin-top: 0.7rem;
  margin-bottom: 0px;
  margin-right: 1rem;
  display: inline-block;
  float: left;
}
.g-animated-counter.style2 .g-animated-counter-image {
  margin-bottom: 0.75rem;
  display: inline-block;
  float: left;
  width: 75px;
  margin-top: 0.7rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
.g-features-particle, .g-features2-particle {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-features-particle .g-grid, .g-features2-particle .g-grid {
  margin-bottom: 2.3445rem;
}
.g-features-particle .g-grid:last-child, .g-features2-particle .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle .g-grid:last-child .g-features-particle-item:last-child, .g-features2-particle .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle .g-grid, .g-features2-particle .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features-particle-item, .g-features2-particle .g-features2-particle-item {
    margin-bottom: 2.3445rem;
  }
}
.g-features-particle .size-33, .g-features2-particle .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle .size-33, .g-features2-particle .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-features-particle .size-16, .g-features2-particle .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle .size-16, .g-features2-particle .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-features-particle .g-content, .g-features2-particle .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-features-particle p, .g-features2-particle p {
  margin: 0;
}
.g-features-particle .g-features-particle-button, .g-features-particle .g-features-particle-subs, .g-features2-particle .g-features-particle-button, .g-features2-particle .g-features-particle-subs {
  margin-top: 20px;
}
.g-features-particle {
  text-align: center;
}
.g-features-particle .g-features-particle-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
.g-features-particle .g-features-particle-title a {
  color: #4d4d4d;
}
.g-features-particle .g-features-particle-title a:hover {
  color: #95bfac;
}
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  border-radius: 50%;
  font-size: 2rem;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  color: #95bfac;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.g-features-particle .g-circle-border {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  height: 98px;
  width: 98px;
  left: 1px;
  top: 1px;
  z-index: 1;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
}
.g-features-particle .g-features-particle-image {
  margin-bottom: 0.75rem;
  display: inline-block;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-features-particle-icon {
  color: #ffffff;
  background: #95bfac;
}
.g-features-particle .g-features-particle-item .g-content:hover .g-circle-border {
  border-color: #95bfac;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
.g-features-particle.style6 .g-grid {
  margin-bottom: 1.876rem;
}
.g-features-particle.style6 .g-grid .g-block {
  padding: 0 0.938rem;
}
.g-features-particle.style6 .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style6 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style6 .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style6 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
.g-features-particle.style6 .g-content {
  padding: 3rem 2.5rem;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.g-features-particle.style6 .g-features-particle-icon, .g-features-particle.style6 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
.g-features-particle.style6 .g-features-particle-title {
  margin-bottom: 1.5rem;
}
.g-features-particle.style6 .g-features-particle-button, .g-features-particle.style6 .g-features-particle-subs {
  margin-top: 30px;
}
.g-features-particle.style6 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.g-features-particle.style6 .g-subs-item:last-child {
  border-bottom: none;
}
.g-features-particle.style7 .g-grid {
  margin-bottom: 1.876rem;
}
.g-features-particle.style7 .g-grid .g-block {
  padding: 0 0.938rem;
}
.g-features-particle.style7 .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style7 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style7 .g-grid {
    margin-bottom: 0;
  }
}
.g-features-particle.style7 .g-features-particle-item {
  margin-top: 40px;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style7 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
.g-features-particle.style7 .g-content {
  padding: 25px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-features-particle.style7 .g-content:hover {
  border-color: #618c84;
}
.g-features-particle.style7 .g-content:hover .g-features-particle-icon {
  background: #618c84;
}
.g-features-particle.style7 .g-features-particle-item-inner {
  margin-top: -64px;
}
.g-features-particle.style7 .g-features-particle-icon, .g-features-particle.style7 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
.g-features-particle.style7 .g-features-particle-icon .g-circle-border, .g-features-particle.style7 .g-features-particle-image .g-circle-border {
  display: none;
}
.g-features-particle.style7 .g-features-particle-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 0;
  background: #95bfac;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-features-particle.style7 .g-features-particle-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.g-features-particle.style7 .g-features-particle-button, .g-features-particle.style7 .g-features-particle-subs {
  margin-top: 30px;
}
.g-features-particle.style7 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.g-features-particle.style7 .g-subs-item:last-child {
  border-bottom: none;
}
.g-features-particle.style8 {
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
  text-align: left;
}
.g-features-particle.style8 .g-grid {
  margin-bottom: 0;
}
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
  box-shadow: -20px 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style8 .g-grid:last-child .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
  }
}
.g-features-particle.style8 .g-grid:last-child .g-features-particle-item:last-child {
  box-shadow: 0 0 20px -20px rgba(0, 0, 0, 0.07) inset;
}
.g-features-particle.style8 .g-features-particle-item {
  padding: 35px 30px 40px;
  box-shadow: -20px -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(1) {
  background: #7cb098;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(2) {
  background: #88b7a2;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(3) {
  background: #95bfac;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(4) {
  background: #a2c7b6;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(5) {
  background: #aecec0;
}
.g-features-particle.style8 .g-features-particle-item:nth-child(6) {
  background: #bbd6ca;
}
.g-features-particle.style8 .g-features-particle-item:last-child {
  box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
}
@media only all and (max-width: 47.99rem) {
  .g-features-particle.style8 .g-features-particle-item {
    box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, 0.07) inset;
    margin-bottom: 0;
  }
}
.g-features-particle.style8 .g-features-particle-icon, .g-features-particle.style8 .g-features-particle-image {
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  font-size: 40px;
}
.g-features-particle.style8 .g-features-particle-icon .g-circle-border, .g-features-particle.style8 .g-features-particle-image .g-circle-border {
  display: none;
}
.g-features-particle.style8 .g-features-particle-title {
  color: #ffffff !important;
  font-size: 1.35rem;
}
.g-features-particle.style8 .g-features-particle-title a {
  color: #ffffff;
}
.g-features-particle.style8 .g-features-particle-title a:hover {
  text-decoration: underline;
}
.g-features-particle.style8 .g-features-particle-desc, .g-features-particle.style8 .g-features-particle-subs {
  opacity: 0.85;
}
.g-features-particle.style8 .g-features-particle-button {
  margin-top: 25px;
}
.g-features-particle.style8 .g-features-particle-button .button {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-features-particle.style8 .g-features-particle-button .button:hover {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
.g-features-particle.style8.pull-up {
  margin-top: -7.5rem;
  position: relative;
  z-index: 4;
}
.g-features2-particle .g-features2-particle-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-features2-particle .g-features2-particle-title a {
  color: #4d4d4d;
}
.g-features2-particle .g-features2-particle-title a:hover {
  color: #95bfac;
}
.g-features2-particle .g-features2-particle-icon {
  margin-right: 20px;
  color: #95bfac;
  font-size: 130%;
}
.g-features2-particle .g-features2-particle-image {
  margin-right: 20px;
  display: inline-block;
}
.g-features2-particle.style3 .g-grid .g-block {
  padding: 0 1rem;
}
.g-features2-particle.style3 .g-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
.g-features2-particle.style3 .g-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid transparent;
  position: absolute;
  margin-top: 16px;
  margin-left: -15px;
  z-index: 99;
}
.g-features2-particle.style4 .g-features2-particle-icon {
  float: left;
  font-size: 55px;
  margin-right: 0;
  color: #8bafa8;
}
.g-features2-particle.style4 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  max-width: 60px;
}
.g-features2-particle.style4 .g-title-desc-container {
  margin-left: 75px;
}
.g-features2-particle.style4 .g-features2-particle-title {
  margin-bottom: 10px;
}
.g-features2-particle.style4 .accent1 .g-features2-particle-icon {
  color: #95bfac;
}
.g-features2-particle.style4 .accent2 .g-features2-particle-icon {
  color: #618c84;
}
.g-features2-particle.style5 .g-features2-particle-icon {
  float: left;
  font-size: 24px;
  margin-right: 0;
  color: #7ca49d;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 50%;
}
.g-features2-particle.style5 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  width: 60px;
  height: 60px;
}
.g-features2-particle.style5 .g-features2-particle-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.g-features2-particle.style5 .g-title-desc-container {
  margin-left: 75px;
}
.g-features2-particle.style5 .g-features2-particle-title {
  margin-bottom: 10px;
}
.g-features2-particle.style5 .accent1 .g-features2-particle-icon {
  color: #95bfac;
}
.g-features2-particle.style5 .accent2 .g-features2-particle-icon {
  color: #618c84;
}
.g-before-after .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-left {
    margin-bottom: 35px;
  }
}
.g-before-after .g-ba-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-left .g-content {
    margin: 0;
  }
}
.g-before-after .g-ba-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-before-after .g-ba-feature-right .g-content {
    margin: 0;
  }
}
.g-before-after .g-ba-feature-right.align-right {
  text-align: right;
}
.g-before-after .g-ba-feature-title {
  margin-top: -5px;
}
.g-before-after .g-ba-feature-link {
  margin-top: 5px;
}
.g-before-after .g-ba-feature-link i {
  margin-right: 10px;
}
.g-before-after .g-ba-feature-desc i {
  margin-right: 8px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before, .g-before-after .twentytwenty-horizontal .twentytwenty-handle:after, .g-before-after .twentytwenty-vertical .twentytwenty-handle:before, .g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before, .g-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-horizontal .twentytwenty-before-label:before, .g-before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.g-before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:before, .g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.g-before-after .twentytwenty-vertical .twentytwenty-before-label:before, .g-before-after .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.g-before-after .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.g-before-after .twentytwenty-before-label, .g-before-after .twentytwenty-after-label, .g-before-after .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-before-after .twentytwenty-before-label, .g-before-after .twentytwenty-after-label {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.g-before-after .twentytwenty-before-label:before, .g-before-after .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  box-sizing: border-box;
}
.g-before-after .twentytwenty-left-arrow, .g-before-after .twentytwenty-right-arrow, .g-before-after .twentytwenty-up-arrow, .g-before-after .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.g-before-after .twentytwenty-left-arrow, .g-before-after .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.g-before-after .twentytwenty-up-arrow, .g-before-after .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.g-before-after .twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.g-before-after .twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.g-before-after .twentytwenty-container.active .twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.g-before-after .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .g-before-after .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.g-before-after .twentytwenty-container * {
  box-sizing: content-box;
}
.g-before-after .twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}
.g-before-after .twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.g-before-after .twentytwenty-overlay:hover .twentytwenty-before-label, .g-before-after .twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.g-before-after .twentytwenty-before {
  z-index: 20;
}
.g-before-after .twentytwenty-after {
  z-index: 10;
}
.g-before-after .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.g-before-after .twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.g-before-after .twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.g-before-after .twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.g-before-after .twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}
.g-feedback {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-feedback > .g-grid > .g-block {
    margin-bottom: 30px;
  }
  .g-feedback > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-feedback.style1 .g-content, .g-feedback-slider.style1 .g-content, .g-feedback-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-feedback.style1 .g-feedback-text, .g-feedback-slider.style1 .g-feedback-text, .g-feedback-slideset.style1 .g-feedback-text {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 3px;
}
.g-feedback.style1 .g-feedback-text:before, .g-feedback-slider.style1 .g-feedback-text:before, .g-feedback-slideset.style1 .g-feedback-text:before {
  border-right: 17px solid transparent;
  border-top: 16px solid #e9e9e9;
  z-index: 1;
}
.g-feedback.style1 .g-feedback-text:after, .g-feedback-slider.style1 .g-feedback-text:after, .g-feedback-slideset.style1 .g-feedback-text:after {
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  margin-left: 1px;
  margin-top: -1px;
  z-index: 2;
}
.g-feedback.style1 .g-feedback-text:before, .g-feedback.style1 .g-feedback-text:after, .g-feedback-slider.style1 .g-feedback-text:before, .g-feedback-slider.style1 .g-feedback-text:after, .g-feedback-slideset.style1 .g-feedback-text:before, .g-feedback-slideset.style1 .g-feedback-text:after {
  border-left: 0 solid transparent;
  content: "";
  height: 0;
  left: 60px;
  position: absolute;
  top: 100%;
  width: 0;
}
.g-feedback.style1 .g-user-image, .g-feedback-slider.style1 .g-user-image, .g-feedback-slideset.style1 .g-user-image {
  float: left;
  margin-right: 20px;
}
.g-feedback.style1 .g-user-image img, .g-feedback-slider.style1 .g-user-image img, .g-feedback-slideset.style1 .g-user-image img {
  border-radius: 50%;
  width: 70px;
}
.g-feedback.style1 .g-user-company a:hover, .g-feedback-slider.style1 .g-user-company a:hover, .g-feedback-slideset.style1 .g-user-company a:hover {
  color: #95bfac;
  text-decoration: underline;
}
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
.g-feedback.style2, .g-feedback-slider.style2, .g-feedback-slideset.style2 {
  text-align: center;
}
.g-feedback.style2 .g-content, .g-feedback-slider.style2 .g-content, .g-feedback-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-feedback.style2 .g-feedback-text, .g-feedback-slider.style2 .g-feedback-text, .g-feedback-slideset.style2 .g-feedback-text {
  position: relative;
  font-size: 120%;
}
.g-feedback.style2 .g-feedback-separator, .g-feedback-slider.style2 .g-feedback-separator, .g-feedback-slideset.style2 .g-feedback-separator {
  margin: 20px auto;
  color: #95bfac;
}
.g-feedback.style2 .g-feedback-separator i, .g-feedback-slider.style2 .g-feedback-separator i, .g-feedback-slideset.style2 .g-feedback-separator i {
  margin-right: 3px;
}
.g-feedback.style2 .g-feedback-separator i:last-child, .g-feedback-slider.style2 .g-feedback-separator i:last-child, .g-feedback-slideset.style2 .g-feedback-separator i:last-child {
  margin-right: 0;
}
.g-feedback.style2 .g-user-image, .g-feedback-slider.style2 .g-user-image, .g-feedback-slideset.style2 .g-user-image {
  display: inline-block;
  margin-bottom: 15px;
}
.g-feedback.style2 .g-user-image img, .g-feedback-slider.style2 .g-user-image img, .g-feedback-slideset.style2 .g-user-image img {
  border-radius: 50%;
  width: 70px;
}
.g-feedback.style2 .g-user-company a:hover, .g-feedback-slider.style2 .g-user-company a:hover, .g-feedback-slideset.style2 .g-user-company a:hover {
  color: #95bfac;
  text-decoration: underline;
}
.g-feedback.style2 .uk-dotnav > li:first-child, .g-feedback-slider.style2 .uk-dotnav > li:first-child, .g-feedback-slideset.style2 .uk-dotnav > li:first-child {
  padding-left: 0;
}
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
.g-feedback.style3, .g-feedback-slider.style3, .g-feedback-slideset.style3 {
  text-align: center;
}
.g-feedback.style3 .g-content, .g-feedback-slider.style3 .g-content, .g-feedback-slideset.style3 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-feedback.style3 .g-feedback-text, .g-feedback-slider.style3 .g-feedback-text, .g-feedback-slideset.style3 .g-feedback-text {
  position: relative;
  font-style: italic;
}
.g-feedback.style3 .g-feedback-separator, .g-feedback-slider.style3 .g-feedback-separator, .g-feedback-slideset.style3 .g-feedback-separator {
  margin: 20px auto;
  color: #95bfac;
}
.g-feedback.style3 .g-feedback-separator i, .g-feedback-slider.style3 .g-feedback-separator i, .g-feedback-slideset.style3 .g-feedback-separator i {
  margin-right: 3px;
}
.g-feedback.style3 .g-feedback-separator i:last-child, .g-feedback-slider.style3 .g-feedback-separator i:last-child, .g-feedback-slideset.style3 .g-feedback-separator i:last-child {
  margin-right: 0;
}
.g-feedback.style3 .g-user-image, .g-feedback-slider.style3 .g-user-image, .g-feedback-slideset.style3 .g-user-image {
  display: inline-block;
  margin-bottom: 30px;
}
.g-feedback.style3 .g-user-image img, .g-feedback-slider.style3 .g-user-image img, .g-feedback-slideset.style3 .g-user-image img {
  border-radius: 50%;
  width: 130px;
}
.g-feedback.style3 .g-user-details, .g-feedback-slider.style3 .g-user-details, .g-feedback-slideset.style3 .g-user-details {
  margin-bottom: 15px;
}
.g-feedback.style3 .g-user-name, .g-feedback-slider.style3 .g-user-name, .g-feedback-slideset.style3 .g-user-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.g-feedback.style3 .g-user-company a:hover, .g-feedback-slider.style3 .g-user-company a:hover, .g-feedback-slideset.style3 .g-user-company a:hover {
  color: #95bfac;
  text-decoration: underline;
}
.g-feedback.style3 .uk-dotnav > li:first-child, .g-feedback-slider.style3 .uk-dotnav > li:first-child, .g-feedback-slideset.style3 .uk-dotnav > li:first-child {
  padding-left: 0;
}
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
.g-our-team:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
.g-our-team:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-our-team-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-our-team:not(.gutter-disabled) .g-our-team-item {
    margin-bottom: 1.876rem !important;
  }
}
.g-our-team .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
.g-our-team, .g-our-team-slider, .g-our-team-slideset {
  text-align: center;
}
.g-our-team.gutter-disabled .g-our-team-item, .g-our-team-slider.gutter-disabled .g-our-team-item, .g-our-team-slideset.gutter-disabled .g-our-team-item {
  border: none;
}
.g-our-team.gutter-disabled .uk-slideset, .g-our-team-slider.gutter-disabled .uk-slideset, .g-our-team-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
.g-our-team.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
.g-our-team .g-content, .g-our-team-slider .g-content, .g-our-team-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
  border: 1px solid #dddddd;
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    margin-bottom: 3.126rem;
    width: 100%;
  }
  .g-our-team .g-our-team-item:last-child, .g-our-team-slider .g-our-team-item:last-child, .g-our-team-slideset .g-our-team-item:last-child {
    margin-bottom: 0;
  }
}
.g-our-team .g-our-team-image, .g-our-team-slider .g-our-team-image, .g-our-team-slideset .g-our-team-image {
  position: relative;
  overflow: hidden;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel {
  padding: 0;
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
    padding: 10px 5px;
  }
}
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover {
  background: #95bfac;
}
@media only all and (max-width: 47.99rem) {
  .g-our-team .g-our-team-image .g-our-team-social .g-block, .g-our-team-slider .g-our-team-image .g-our-team-social .g-block, .g-our-team-slideset .g-our-team-image .g-our-team-social .g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  width: 100%;
}
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  padding: 20px;
  background: #ffffff;
}
.g-our-team p, .g-our-team-slider p, .g-our-team-slideset p {
  margin: 0;
}
.g-our-team .g-our-team-name, .g-our-team-slider .g-our-team-name, .g-our-team-slideset .g-our-team-name {
  margin: 0;
}
.g-our-team .g-our-team-name a, .g-our-team-slider .g-our-team-name a, .g-our-team-slideset .g-our-team-name a {
  color: #4d4d4d;
}
.g-our-team .g-our-team-name a:hover, .g-our-team-slider .g-our-team-name a:hover, .g-our-team-slideset .g-our-team-name a:hover {
  color: #95bfac;
}
.g-our-team .g-our-team-position, .g-our-team-slider .g-our-team-position, .g-our-team-slideset .g-our-team-position {
  margin-top: 0;
  font-size: 90%;
}
.g-our-team .g-our-team-position.g-desc-enabled, .g-our-team-slider .g-our-team-position.g-desc-enabled, .g-our-team-slideset .g-our-team-position.g-desc-enabled {
  margin-bottom: 20px;
}
.g-our-team .g-our-team-desc, .g-our-team-slider .g-our-team-desc, .g-our-team-slideset .g-our-team-desc {
  margin-top: 0.4rem;
}
.g-our-team.style2 .g-our-team-social, .g-our-team-slider.style2 .g-our-team-social, .g-our-team-slideset.style2 .g-our-team-social {
  margin-top: 20px;
}
.g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
  color: #737373;
  margin-right: 15px;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
    margin-right: 8px;
  }
}
.g-our-team.style2 .g-our-team-social a:last-child, .g-our-team-slider.style2 .g-our-team-social a:last-child, .g-our-team-slideset.style2 .g-our-team-social a:last-child {
  margin-right: 0;
}
.g-our-team.style2 .g-our-team-social a:hover, .g-our-team-slider.style2 .g-our-team-social a:hover, .g-our-team-slideset.style2 .g-our-team-social a:hover {
  color: #95bfac;
}
.g-our-team.uk-text-left.style1 .g-our-team-social, .g-our-team-slider.uk-text-left.style1 .g-our-team-social, .g-our-team-slideset.uk-text-left.style1 .g-our-team-social {
  text-align: center !important;
}
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #618c84;
  display: block;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #37504b;
}
.g-onepage-menu ul li a i {
  margin-right: 5px;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu.uk-active {
  display: block;
}
.g-onepage-menu ul li .submenu.uk-active a {
  padding-left: 35px;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #dddddd;
}
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #95bfac;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
.g-pricing-tables {
  text-align: center;
}
.g-pricing-tables:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables .g-pricing-table {
    margin-bottom: 30px;
  }
  .g-pricing-tables .g-pricing-table:last-child {
    margin-bottom: 0;
  }
}
.g-pricing-tables .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-pricing-tables .g-pricing-table-inner {
  margin: 0;
  border: 1px solid #dddddd;
  list-style: none;
  border-radius: 3px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.g-pricing-tables h4, .g-pricing-tables h3 {
  margin: 0;
}
.g-pricing-tables .g-table-title {
  padding: 25px 20px;
}
.g-pricing-tables .g-table-price {
  padding: 30px 20px;
  font-size: 2.3rem;
  background: #95bfac;
  color: #ffffff;
}
.g-pricing-tables .g-table-item {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
}
.g-pricing-tables .g-table-button {
  padding: 25px 20px;
}
.g-pricing-tables .g-table-button i {
  margin-right: 10px;
}
.g-pricing-tables.style1 .featured-table h4 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.g-pricing-tables.style1 .featured-table .g-pricing-table-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}
.g-pricing-tables.style1 .featured-table .g-table-featured-text {
  background: red;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: 30px;
  text-align: center;
  width: 135px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.g-pricing-tables.gutter-disabled > .g-grid {
  border: 1px solid #dddddd;
  border-radius: 3px;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.gutter-disabled > .g-grid {
    border: none;
  }
}
.g-pricing-tables.gutter-disabled .g-pricing-table-inner {
  border: none;
  border-right: 1px solid #dddddd;
  border-radius: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table-inner {
    border: 1px solid #dddddd;
  }
}
.g-pricing-tables.gutter-disabled.style1 .featured-table .g-pricing-table-inner {
  box-shadow: none;
}
.g-pricing-tables.gutter-disabled.style1 .featured-table h4 {
  line-height: 1.55rem;
}
.g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
  border-right: none;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
    border-right: 1px solid #dddddd;
  }
}
.g-pricing-tables.style2 .g-table-head {
  padding: 30px 20px;
  border-bottom: 1px solid #dddddd;
}
.g-pricing-tables.style2 .g-table-title {
  padding: 0 20px;
  margin-bottom: 10px;
}
.g-pricing-tables.style2 .g-table-title h4 {
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: uppercase;
}
.g-pricing-tables.style2 .g-table-item:nth-child(even) {
  background: #f8f9fa;
}
.g-pricing-tables.style2 .g-table-price {
  background: none;
  color: #95bfac;
  padding: 0 20px;
  font-size: 3rem;
  font-weight: bold;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text {
  margin-bottom: 15px;
}
.g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
  padding: 7px 30px;
  background: #ffffff;
  color: #618c84;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 50px;
  font-size: 13px;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 2px;
    padding: 7px 20px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 0;
    padding: 7px 10px;
    font-size: 11px;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.style2 .featured-table .g-table-featured-text > span {
    letter-spacing: 3px;
    padding: 7px 25px;
  }
}
.g-pricing-tables.style2 .featured-table .g-table-head {
  background: #95bfac;
  color: #ffffff;
}
.g-pricing-tables.style2 .featured-table .g-table-title h4 {
  color: #ffffff !important;
}
.g-pricing-tables.style2 .featured-table .g-table-price {
  color: #ffffff;
}
.g-pricing-tables.style2 .featured-table .g-table-button .button {
  border: 1px solid transparent;
}
.g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
  margin-bottom: 77px;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .g-particle-intro {
    margin-bottom: 2.5rem;
  }
}
.g-pricing-tables.style2.g-has-featured-text > .g-grid {
  margin-top: 39px;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.style2.g-has-featured-text > .g-grid {
    margin-top: 0;
  }
}
.g-pricing-tables.style2.g-has-featured-text .featured-table {
  margin-top: -39px;
}
@media only all and (max-width: 47.99rem) {
  .g-pricing-tables.style2.g-has-featured-text .featured-table {
    margin-top: 0;
  }
}
.customContent img {
  padding: 10px;
}
#g-topper {
  background: #ffffff;
}
#g-topper .nav-logo img {
  width: 100%;
  max-width: 175px;
}
#g-header .nav-logo img {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#g-header a {
  color: #618c84;
}
#g-header h1, #g-header h2, #g-header h3, #g-header h4, #g-header h5, #g-header h6, #g-header p, #g-header span, #g-header a {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#g-navigation {
  height: 44px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.45);
}
#g-navigation .nav-logo img {
  width: 100%;
  max-width: 175px;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: transparent;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #ffffff;
  background: #618c84;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
  background: #425f59;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container.active {
  background: transparent !important;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container.customer-login {
  color: #425f59 !important;
  border: none;
  border-color: #577d76;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container.customer-login:hover {
  background: transparent;
  color: #ffffff !important;
}
.g-menu-item-container.customer-login::before {
  content: '| ';
  margin-left: 15px;
  padding-right: 10px;
}
#g-showcase .g-content > div {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
#g-main {
  margin-top: 0px;
  padding-top: 0px;
}
.g-slideshow-contentBlock {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.g-slideshow-desc {
  display: inline-block;
  max-width: 600px;
}
.g-slideshow-button {
  display: block;
  margin: auto;
  width: auto;
  max-width: 1100px;
}
.entireParticleLink .circle-image-box {
  margin-bottom: 5px;
}
.entireParticleLink:hover .circle-image-box {
  margin-bottom: 0px;
}
.entireParticleLink:hover .circle-image-box .imgSquareContainer {
  margin-top: 5px;
}
.fixedBackgrounds div {
  background-attachment: fixed;
}
.twentytwenty-container {
  display: block;
  margin: auto;
}
.g-feedback-text {
  color: #a9c3bf;
}
.g-our-team p, .g-our-team-slider p, .g-our-team-slideset p {
  margin: 1rem;
}
.g-user-info {
  color: #95bfac;
}
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  padding-left: 0px;
  padding-right: 0px;
}
.g-our-team .g-our-team-desc, .g-our-team-slider .g-our-team-desc, .g-our-team-slideset .g-our-team-desc {
  font-size: 14px;
  text-align: left;
}
/* #### BORDER WIDTHS */
.bw0 {
  border-width: 0px;
}
.bw1 {
  border-width: 1px;
}
.bw2 {
  border-width: 2px;
}
.bw3 {
  border-width: 3px;
}
.bw4 {
  border-width: 4px;
}
.bw5 {
  border-width: 5px;
}
.bw6 {
  border-width: 6px;
}
.bw8 {
  border-width: 8px;
}
.bw10 {
  border-width: 10px;
}
/* #### BORDER RADIUS' */
.br5 {
  border-radius: 5px;
}
.br10 {
  border-radius: 10px;
}
.br20 {
  border-radius: 20px;
}
/* #### FONT SIZE */
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.f80 {
  font-size: 80px;
}
.f90 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 38px;
  }
  .f60 {
    font-size: 48px;
  }
  .f72 {
    font-size: 52px;
  }
  .f80 {
    font-size: 58px;
  }
  .f90 {
    font-size: 62px;
  }
}
/*max width 768*/
@media (max-width: 480px) {
  .f24 {
    font-size: 18px;
  }
  .f28 {
    font-size: 22px;
  }
  .f36 {
    font-size: 30px;
  }
  .f48 {
    font-size: 34px;
  }
  .f60 {
    font-size: 36px;
  }
  .f72 {
    font-size: 38px;
  }
  .f80 {
    font-size: 40px;
  }
  .f90 {
    font-size: 44px;
  }
}
/*max width 480*/
.padSmall {
  padding: 5px 10px 5px 10px !important;
}
.padMedium {
  padding: 10px 20px 10px 20px !important;
}
.padLarge {
  padding: 15px 40px 15px 40px !important;
}
.five9-chat-button {
  background: #90b947 !important;
  background-color: #90b947 !important;
}
/*# sourceMappingURL=custom_78.css.map */