/* css for Owl Gaurdian Service */

/* Live Chat Plugin */
.tm-toolbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Cookie Pop Up */

.cc-revoke,
.cc-window {
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 24px;
}

.cc-btn {
  font-weight: normal;
  text-transform: uppercase;
  font-family: inherit !important;
  font-size: 14px;
  letter-spacing: 1px;
  transition: opacity 0.4s ease;
  text-decoration: none !important;
}

.cc-btn:hover,
.cc-btn:focus {
  opacity: 0.6;
}

.cc-color-override-1020424930 .cc-btn:hover,
.cc-color-override-1020424930 .cc-btn:focus {
  border-color: #f9a240;
}

div.cc-window.cc-floating {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}

div.cc-compliance > a.cc-btn {
  margin-right: 0px;
  margin-top: 0.2em;
}

.cc-allow {
  width: 100%;
  font-size: 16px;
  margin-top: 0px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border-radius: 60px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.cc-deny {
  font-size: 14px !important;
  text-transform: none !important;
  opacity: 0.6;
  border: none !important;
  padding: 0px 0px !important;
  text-align: left !important;
  margin-top: 0px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  margin-left: 20px;
}

.cc-deny:hover {
  opacity: 0.3;
}

/* --------- NAVBAR --------- */

.downchev {
  background-image: url("downchev.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 13px 13px;
  padding-right: 22px !important;
}

.leftchev {
  background-image: url("left-arrow.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: 0% 50%;
  padding-left: 22px !important;
  transition: color 0.2s ease-in-out !important;
}

.uk-logo {
  z-index: 100;
  position: absolute;
  top: 5px;
}

.navbar-btn .uk-button {
  height: 90px;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  color: #ffffff;
  background: linear-gradient(
    97deg,
    rgba(78, 158, 136, 1) 0%,
    rgba(140, 188, 169, 1) 100%
  ) !important;
  border: 0px;
  border-radius: 0px;
  transition: opacity 0.2s ease-in-out !important;
}
.navbar-btn .uk-button:hover {
  opacity: 80%;
}

.navbar-btn .uk-button:active {
  opacity: 100%;
}

#module-135 {
  padding-left: 20px;
}

/* HERO */

.uk-text-large {
  font-weight: 500;
}

/* DIVIDER */

.uk-short-divider {
  background-image: url("six-dot-divider.svg") !important;
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-size: 85px 85px;
  width: 85px;
  height: 8px;
}

.uk-long-divider {
  background-image: url("long-divider.svg") !important;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  width: 100%;
  height: 6px;
  border-top: 0px solid #fff;
}

.center-divider {
  background-position: 50% 50%;
  width: 100%;
}

/* GRADIENT BUTTONS */

.uk-button-default {
  background: linear-gradient(
    97deg,
    rgba(78, 158, 136, 1) 0%,
    rgba(140, 188, 169, 1) 100%
  ) !important;
  background-size: 400px;
  transition: opacity 0.2s ease-in-out !important;
  border: 0px !important;
  line-height: 49px !important;
}
.uk-button-default:hover {
  opacity: 70%;
}

.uk-button-default:active {
  opacity: 100% !important;
}

/* HOME */

.bg-image .uk-background-norepeat {
  border-radius: 6px !important;
}

.bg-text-col {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* logo grid */

.logo-grid section {
  text-align: left !important;
}

/* subpages */

/* footer */

.uk-section-primary {
  background: linear-gradient(
    97deg,
    rgba(78, 158, 136, 1) 0%,
    rgba(140, 188, 169, 1) 100%
  ) !important;
}

.footer {
  font-weight: 400;
}

.footer a {
  color: #434e4c !important;
  transition: opacity 0.2s ease-in-out !important;
}

.footer .uk-link {
  color: #434e4c !important;
  transition: opacity 0.2s ease-in-out !important;
}

.footer .uk-link:hover {
  opacity: 60%;
}

.footer .uk-icon-link:hover {
  opacity: 60%;
}

.footer .contact a:hover {
  opacity: 60%;
}

.cc-custom-revoke {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Form */

.ba-form-submit-btn {
  margin-top: 15px;
}

.ba-form-acceptance-field .ba-field-container,
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
  padding-left: 40px !important;
}

.ba-form-acceptance-field .ba-form-acceptance-html p a:hover {
  opacity: 70%;
}

.owl .ba-form-acceptance-field .ba-form-acceptance-html p a {
  color: #509f89;
}

.owl .ba-form-submit-btn {
  font-weight: 700;
  background: linear-gradient(
    97deg,
    rgba(78, 158, 136, 1) 0%,
    rgba(140, 188, 169, 1) 100%
  ) !important;
  background-size: 400px;
  transition: opacity 0.2s ease-in-out !important;
  border: 0px !important;
  line-height: 49px !important;
}

.owl .ba-form-submit-btn:hover {
  opacity: 70%;
}

.owl .ba-form-submit-btn:active {
  opacity: 100% !important;
}

@media only screen and (max-width: 768px) {
  .owl .ba-form-page {
    padding: 0px !important;
  }
}

.owl
  .ba-form-acceptance-field
  label.ba-form-checkbox
  input[type="checkbox"]:checked
  + span {
  border: 2px solid #509f89;
  background: #509f89;
}

.owl .ba-form-acceptance-field label.ba-form-checkbox > span:hover {
  border: 2px solid #509f89 !important;
}

/* Subpages */

.owl-bg {
  background-image: url("owl-bg.svg");
  background-repeat: no-repeat;
  background-position: 112% 50%;
}

.bg-text-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Sitemap */

.sitemap h1 {
  font-size: 35px;
}

.treeview span {
  color: #706e71 !important;
}

a.hover {
  text-decoration: none !important;
}

.treeview a {
  color: #706e71 !important;
}

.treeview .hover {
  color: rgba(112, 110, 113, 0.5) !important;
  text-decoration: none !important;
}

.treeview a.selected {
  background-color: transparent !important;
  text-decoration: none !important;
}

.treeview a.selected {
  font-size: 16px !important;
}

/*--------Responsive--------*/

@media (min-width: 1600px) {
  .footer-col-2 {
    padding-left: 175px !important;
  }
  .footer-col-3 {
    padding-left: 50px !important;
  }
  .footer-col-2::before {
    display: none;
  }
  .footer-col-3::before {
    display: none;
  }

  .footer-col-4::before {
    display: none;
  }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
  .footer-col-2 {
    padding-left: 85px !important;
  }
  .footer-col-3 {
    padding-left: 0px !important;
  }

  .footer-col-4 {
    padding-left: 0px !important;
  }
  .footer-col-2::before {
    display: none;
  }
  .footer-col-3::before {
    display: none;
  }

  .footer-col-4::before {
    display: none;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 15px;
  }

  .uk-navbar-nav {
    gap: 35px;
  }

  #module-135 {
    padding-left: 10px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .footer-col-2 {
    padding-left: 50px !important;
    width: 235px;
  }
  .footer-col-3 {
    padding-left: 20px !important;
  }

  .footer-col-4 {
    padding-left: 0px !important;
  }

  .footer-col-2::before {
    display: none;
  }
  .footer-col-3::before {
    display: none;
  }

  .footer-col-4::before {
    display: none;
  }

  .footer {
    font-size: 16px;
  }

  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    font-size: 14px !important;
  }

  .uk-navbar-nav {
    gap: 25px !important;
  }

  #module-135 {
    padding-left: 0px !important;
  }

  .navbar-btn .uk-button {
    font-size: 14px;

    padding-left: 20px;
    padding-right: 20px;
  }

  .uk-logo {
    width: 90px;
  }

  .hero .uk-background-norepeat {
    background-position: calc(0px + max(40%, -966px)) calc(0px + max(50%, 0px));
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .footer-col-2 {
    width: 200px !important;
  }
  .bg-text-col {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .uk-logo {
    position: relative;
    top: 30px;
    width: 125px;
  }

  .bg-image {
    height: 450px;
  }

  .center-divider {
    background-position: 00% 50%;
    width: 100%;
  }

  /* Live Chat Plugin */
  .tm-toolbar {
    display: block !important;
  }
}

@media all and (min-width: 640px) and (max-width: 959px) {
  .footer-col-2::before {
    display: none;
  }
  .footer-col-3::before {
    display: none;
  }

  .bg-text-col {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-col-4::before {
    display: none;
  }

  .uk-text-large {
    font-size: 24px;
  }

  .uk-h1 {
    font-size: 47px;
  }

  .uk-h2 {
    font-size: 38px;
  }

  .uk-h3 {
    font-size: 31px;
  }

  .bg-image {
    height: 400px;
  }
  .center-divider {
    background-position: 00% 50%;
    width: 100%;
  }

  .uk-logo {
    position: relative;
    top: 20px;
    width: 110px;
  }

  .hide-medium {
    display: none;
  }

  .bg-text-padding {
    padding-top: 00px;
    padding-bottom: 00px;
  }

  /* Live Chat Plugin */
  .tm-toolbar {
    display: block !important;
  }
}

@media (max-width: 639px) {
  .uk-text-large {
    font-size: 21px;
    line-height: 1.4;
  }

  .uk-text-lead {
    font-size: 18px;
    line-height: 1.4;
  }

  .uk-h1 {
    font-size: 40px;
  }

  .bg-text-col {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .uk-h2 {
    font-size: 30px;
  }

  .uk-h3 {
    font-size: 27px;
  }

  .bg-image {
    height: 250px;
  }

  .center-divider {
    background-position: 00% 50%;
    width: 100%;
  }

  .footer {
    font-size: 16px;
  }

  .hero-responsive .uk-background-norepeat {
    background-image: linear-gradient(
      97deg,
      rgba(78, 158, 136, 1) 0%,
      rgba(140, 188, 169, 1) 100%
    ) !important;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-responsive > div:nth-child(1) > div:nth-child(1) {
    background-image: linear-gradient(
      90deg,
      rgba(0, 23, 18, 1) -13%,
      rgba(140, 188, 169, 0) 78%
    ) !important;
  }

  .cta-responsive .uk-background-norepeat {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services .el-image {
    height: 200px;
    object-fit: cover;
  }

  .services .uk-card-small .uk-card-body {
    padding: 25px;
  }
  .uk-logo {
    position: relative;
    top: 15px;
    width: 100px;
  }

  .contact-col-2 {
    font-size: 13px;
  }

  .hide-medium {
    display: none;
  }

  .bg-text-padding {
    padding-top: 00px;
    padding-bottom: 00px;
  }

  /* Live Chat Plugin */
  .tm-toolbar {
    display: block !important;
  }
}
