@charset "UTF-8";
/*
    Theme Name: CUSTOM
    Author: Web Adaptive
    Author URI: http://www.webadaptive.com/
	Version:  1.0.0  
*/
/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* ===================================
DESIGN MODE 
=================================== */
/* primary */
/* secondary */
/* base */
/* logo colors */
/* ===================================
WIREFRAME MODE 
=================================== */
/*============================================================= 
BOOTSTRAP 
============================================================= */
.btn.btn-primary, .btn.btn-outline-primary, .btn-link {
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 1.5rem;
}

.btn-link {
  border: solid 1px #ffffff;
  text-decoration: none;
}

.btn-link:hover {
  background: #e07726;
  color: #ffffff;
}

.btn.btn-primary:hover {
  background: #080F0F !important;
  border: solid 1px #080F0F !important;
}

@media (max-width: 576px) {
  .py-20 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}
@media (max-width: 576px) {
  .pt-0 {
    padding-top: 2.25rem !important;
  }
}

.pb-0 {
  padding-bottom: 0px !important;
}

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

/*============================================================= 
THEME 
============================================================= */
html, body {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.5rem;
}

html {
  position: relative;
}

body h1, body h2 {
  font-family: kazimir, sans-serif;
  line-height: 1.1;
}

header {
  /* ============ mobile menu ============ */
  /* ============ mobile menu .end// ============ */
  /* ============ desktop menu ============ */
  /* ============ desktop menu .end// ============ */
}
header body.offcanvas-active {
  overflow: hidden;
}
header .screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
header .screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
@media all and (max-width: 992px) {
  header .offcanvas-header {
    display: block;
  }
  header .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    z-index: 1200;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  header .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }
  header .mobile-offcanvas .container, header .mobile-offcanvas .container-fluid {
    display: block;
  }
}
header .navbar.mobile {
  background: #ffffff;
  width: 100%;
  display: none;
}
@media (max-width: 576px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .navbar.mobile {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar.mobile {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar.mobile {
    display: none;
  }
}
header .navbar.mobile .offcanvas-header {
  padding: 0px;
}
header .navbar.mobile .btn-close {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0px;
  right: 0px;
}
header .navbar.mobile ul {
  list-style: none !important;
  margin-top: 1em;
  padding: 0px;
  text-align: center;
}
header .navbar.mobile ul li a {
  display: block;
  color: #080F0F;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  cursor: pointer;
}
header .navbar.mobile ul li a:hover {
  color: #e07726;
}
header .navbar.mobile ul li a:after {
  border: none !important;
}
header .navbar.mobile ul li ul {
  border: none;
  border-radius: 0px;
  margin: 0px;
  margin-top: 20px;
  box-shadow: none;
  background-color: #ECEFF1;
  border-top: solid 1px #ACB4C4;
  border-bottom: solid 1px #ACB4C4;
}
header .navbar.mobile ul li ul li {
  background: #ECEFF1;
}
header .navbar.mobile ul li ul li a {
  color: #080F0F;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
header .navbar.mobile ul li ul li a:hover {
  color: #080F0F;
  text-decoration: underline;
}
header .navbar.mobile ul .dropdown-toggle:after {
  content: "▼";
  font-size: 0.6rem;
}
header .navbar.mobile ul .dropdown-toggle.open:after {
  content: "▲";
  font-size: 0.6rem;
}
header .navbar.mobile ul .dropdown-menu {
  background: none;
  border: none;
  position: relative;
}
header .navbar.mobile ul .dropdown-menu .dropdown-item:hover {
  background: #e07726;
}
header .navbar.mobile ul li.contact {
  padding-top: 20px;
}
header .navbar.mobile ul li.contact a {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #e07726;
  color: #ffffff;
  padding: 1em 1em;
  border-radius: 10px;
}
header .navbar.mobile ul li.contact a:hover {
  background: #62A87C;
}
header .navbar {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
header .navbar.desktop {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
}
header .navbar.desktop .navbar-brand {
  transition: 0.2s;
  width: 100%;
  height: 120px;
  text-indent: -3000px;
  margin: 0px;
  display: block;
  background-image: url("/wp-content/uploads/logo.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  header .navbar.desktop .navbar-brand {
    height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .navbar.desktop .navbar-brand {
    height: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .navbar.desktop .navbar-brand {
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar.desktop .navbar-brand {
    height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar.desktop .navbar-brand {
    height: 120px;
  }
}
header .navbar.desktop .top {
  transition: 0.2s;
  background: #6290C3;
  text-align: right;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
}
header .navbar.desktop .top p {
  color: #080F0F;
  font-size: 0.7rem;
  margin: 0px;
  padding: 0px;
}
header .navbar.desktop .top a {
  color: #080F0F;
  font-size: 0.7rem;
  text-decoration: none;
}
header .navbar.desktop .top a:hover {
  text-decoration: underline;
}
header .navbar.desktop .bottom {
  min-height: 120px;
  /* MOBILE */
  /* DESKTOP */
}
@media (max-width: 576px) {
  header .navbar.desktop .bottom {
    min-height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  header .navbar.desktop .bottom {
    min-height: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  header .navbar.desktop .bottom {
    min-height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar.desktop .bottom {
    min-height: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  header .navbar.desktop .bottom {
    min-height: 120px;
  }
}
header .navbar.desktop .bottom .navbar-toggler {
  margin-right: 10px;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap {
  width: 100% !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu {
  width: 100% !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li a {
  color: #080F0F !important;
  height: 120px !important;
  line-height: 120px !important;
  text-align: center !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li a:hover {
  color: #e07726 !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li.mega-toggle-on {
  background-color: #eee !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li.mega-toggle-on a {
  color: #080F0F !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li.contact a {
  color: #ffffff !important;
  height: auto !important;
  line-height: initial !important;
  padding-right: 1rem !important;
  margin-left: 15px !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li.contact a:hover {
  background: #62A87C;
  border: solid 1px #62A87C !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu {
  /* reset */
  margin: 0px;
  padding: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: #eee !important;
  border-radius: 0px 0px 10px 10px !important;
  max-width: 90% !important;
  /* design */
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu ul li {
  background: none !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu ul li a {
  color: #ffffff !important;
  height: auto !important;
  line-height: normal !important;
  text-decoration: none;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu ul li a:hover {
  color: #ffffff !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu ul li p {
  font-size: 0.75rem;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .mega-menu-item {
  padding: 0px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .mega-menu-item .list-group {
  margin-bottom: 0px;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul {
  margin-bottom: 5%;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li {
  border-bottom: none;
  padding: 0rem 1rem;
  padding-bottom: 1rem;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li a {
  font-size: 1.2rem !important;
  color: #080F0F !important;
  padding-left: 0px !important;
  font-weight: 800 !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li a .icon {
  height: 20px;
  width: 25px;
  margin: 0px;
  margin-top: -4px;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li a:hover {
  color: #e07726 !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li .icon {
  height: 10px !important;
  width: 10px !important;
  margin-right: 10px !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .left ul li p {
  color: #080F0F !important;
  padding-left: 30px;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .right {
  border-left: solid 1px #ACB4C4;
  min-height: 200px !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .right ul {
  margin-left: auto;
  margin-right: auto;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .right ul li {
  border: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .right ul li a {
  color: #080F0F !important;
}
header .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu .mega-sub-menu .right ul li a:hover {
  color: #e07726 !important;
}

header.shrink .navbar.desktop .navbar-brand {
  height: 80px;
}
header.shrink .navbar.desktop .bottom {
  min-height: 80px;
  /* DESKTOP */
}
header.shrink .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li a {
  height: 80px !important;
  line-height: 80px !important;
}
header.shrink .navbar.desktop .bottom .navbar-collapse .mega-menu-wrap ul.mega-menu li.contact a {
  height: 40px !important;
  line-height: 40px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer {
  /* structure */
  padding-top: 2.25rem;
  /* design */
  background: #ffffff;
  color: #080F0F;
}
footer a {
  color: #080F0F;
  text-decoration: none;
}
footer a:hover {
  color: #080F0F;
  text-decoration: underline !important;
}
footer .services {
  /* structure */
  margin-top: 2.25rem;
}
footer .services h5 {
  margin: 0px;
}
footer .services .navbar ul.navbar-nav {
  /* structure */
}
@media (max-width: 576px) {
  footer .services .navbar ul.navbar-nav {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .services .navbar ul.navbar-nav {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .services .navbar ul.navbar-nav {
    text-align: center;
  }
}
footer .services .navbar ul.navbar-nav li {
  /* structure */
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .services .navbar ul.navbar-nav li a {
  /* structure */
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  /* design */
  font-size: 1rem;
  color: #080F0F;
  border-right: solid 1px #ACB4C4;
}
@media (max-width: 576px) {
  footer .services .navbar ul.navbar-nav li a {
    border: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  footer .services .navbar ul.navbar-nav li a {
    border: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  footer .services .navbar ul.navbar-nav li a {
    border: none;
  }
}
footer .services .navbar ul.navbar-nav li a:hover {
  color: #080F0F;
  text-decoration: underline;
}
footer .services .navbar ul.navbar-nav li:last-child a {
  border: none;
}
footer .locations {
  /* structure */
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.25rem;
  font-size: 1rem;
}
footer .locations .card {
  border: none;
}
footer .locations .card .card-body {
  padding: 1rem;
  background: none !important;
  color: #080F0F;
  border-radius: 10px;
}
footer .locations .card .card-body h5 {
  font-size: 1rem;
}
footer .locations .card p:last-child {
  margin-bottom: 0px;
}
footer .legal {
  /* structure */
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  /* design */
  font-size: 0.75rem;
  background: #ECEFF1;
  color: #080F0F;
}
footer .legal a {
  color: #080F0F;
  text-decoration: none;
}
footer .legal a:hover {
  text-decoration: underline;
}

/*============================================================= 
 PAGES
============================================================= */
/* career page */
.page-id-51 .anchor-img {
  box-shadow: none !important;
  margin-bottom: 0px !important;
}
.page-id-51 .anchor-img img {
  box-shadow: none !important;
}

/*============================================================= 
 BLOCKS
============================================================= */
.block ul.checks {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.block ul.checks li {
  font-size: 18px;
  font-weight: 800;
  display: block;
  width: 50%;
  float: left;
  padding-left: 44px;
  margin-bottom: 20px;
  color: #080F0F;
  background: url("assets/icons/check.svg") no-repeat left center;
}
@media (max-width: 576px) {
  .block ul.checks li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block ul.checks li {
    width: 100%;
  }
}

.block.bg-dark {
  background: #6290C3 !important;
}
.block.bg-dark h2:after {
  background: url(/wp-content/themes/custom/assets/images/underline-white.svg?v=1) no-repeat left center !important;
}

.block.bg-dark h1, .block.bg-dark h2, .block.bg-dark h3, .block.bg-dark h4, .block.bg-dark p, .block.bg-dark a, .bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary p, .bg-primary a {
  color: #ffffff !important;
}

/* tabs themes */
.block.theme-tabs .copy-wrapper {
  padding: 2rem;
  border-radius: 10px;
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block.theme-tabs .copy-wrapper {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
  background: #ffffff;
}
.block.theme-tabs .copy-wrapper .nav .nav-link {
  color: #080F0F !important;
  border: solid 1px #ffffff !important;
}
.block.theme-tabs .copy-wrapper .nav .nav-link img {
  background: #868686;
  border-radius: 100px;
  padding: 10px;
}
.block.theme-tabs .copy-wrapper .nav .nav-link.active, .block.theme-tabs .copy-wrapper .nav .nav-link.active:hover {
  border: solid 1px #62A87C !important;
  background-color: #62A87C !important;
  color: #ffffff !important;
  text-decoration: none;
}
.block.theme-tabs .copy-wrapper .nav .nav-link.active img, .block.theme-tabs .copy-wrapper .nav .nav-link.active:hover img {
  background: #62A87C;
}
.block.theme-tabs .copy-wrapper .nav .nav-link:hover {
  background: none !important;
  border: solid 1px #62A87C !important;
  text-decoration: none;
}
.block.theme-tabs .copy-wrapper .nav .nav-link:hover img {
  background: #62A87C;
}
.block.theme-tabs .copy-wrapper .tab-pane p {
  color: #080F0F !important;
}
.block.theme-tabs .nav a {
  font-size: 18px !important;
}
.block.theme-tabs .nav a:hover {
  background: #e07726;
}
.block.theme-tabs .tab-pane p {
  margin-left: 2.5rem;
}
@media (max-width: 576px) {
  .block.theme-tabs .tab-pane p {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-tabs .tab-pane p {
    margin-left: 0px;
  }
}
.block.theme-tabs .tab-pane .icon {
  background: #62A87C;
  padding: 3rem;
  border-radius: 100%;
}
/* two column themes */
.block.theme-two-column.career .col-image img {
  box-shadow: none !important;
}

.block.theme-two-column h2 {
  position: relative;
  margin-bottom: 2rem;
}
.block.theme-two-column h2:after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
}
@media (max-width: 576px) {
  .block.theme-two-column h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-two-column h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
.block.theme-two-column .kicker {
  font-size: 0.75rem;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #ACB4C4;
}
.block.theme-two-column p {
  font-size: 18px;
  line-height: 1.5rem;
}
.block.theme-two-column .col-copy.right {
  padding-left: 5rem;
}
@media (max-width: 576px) {
  .block.theme-two-column .col-copy.right {
    padding-bottom: 0px;
  }
}
.block.theme-two-column .col-copy.left {
  padding-right: 5rem;
}
.block.theme-two-column .col-image img {
  border-radius: 2rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* call-to-action themes */
.block.theme-calltoaction {
  position: relative;
}
.block.theme-calltoaction h3 {
  color: #ffffff;
  margin-top: 0px !important;
}
.block.theme-calltoaction .body-left {
  position: relative;
  padding-left: 2.25rem;
}
@media (max-width: 576px) {
  .block.theme-calltoaction .body-left {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-calltoaction .body-left {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-calltoaction .body-left {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-calltoaction .body-left {
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 1200px) {
  .block.theme-calltoaction .body-left {
    padding-left: 7rem;
  }
}
.block.theme-calltoaction .body-left::before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/custom/assets/images/icon-select-white.svg") no-repeat top right;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0rem;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .block.theme-calltoaction .body-left::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-calltoaction .body-left::before {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-calltoaction .body-left::before {
    display: none;
  }
}
.block.theme-calltoaction .lead {
  color: #ffffff;
  font-size: 18px;
}
.block.theme-calltoaction .lead img {
  margin: 0px !important;
  margin-right: 1rem !important;
}
.block.theme-calltoaction .gform_wrapper {
  color: #ffffff;
  padding: 0px !important;
}
.block.theme-calltoaction .gform_wrapper input, .block.theme-calltoaction .gform_wrapper textarea {
  border: none;
  text-indent: 1rem;
}
.block.theme-calltoaction .gform_wrapper input[type=submit] {
  width: 100% !important;
  background: none;
  color: #ffffff;
  border: solid 2px #ffffff !important;
  text-transform: uppercase;
}
.block.theme-calltoaction .gform_wrapper input[type=submit]:hover {
  background: #62A87C;
}

.block.theme-calltoaction.apply .body-left::before {
  background: none !important;
}

/* icon themes */
.block.theme-icons h2 {
  position: relative;
  margin-bottom: 1rem !important;
}
.block.theme-icons h2:after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
}
@media (max-width: 576px) {
  .block.theme-icons h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-icons h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media (max-width: 576px) {
  .block.theme-icons h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-icons h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-icons h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-icons h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.theme-icons h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
.block.theme-icons .icons .icon-item {
  margin: 0px !important;
}

.block.theme-icons.green h4 {
  color: #080F0F;
  font-size: 18px;
}

/* testimonial themes */
.block.theme-testimonials {
  color: #ffffff;
}
.block.theme-testimonials .kicker {
  font-size: 0.75rem;
}
/* cards theme */
.block.theme-cards-options::before {
  content: "";
  display: block;
  background: url("/wp-content/themes/custom/assets/images/waves.svg") no-repeat top right;
  background-size: 100%;
  background-position: 0 80px;
  width: auto;
  height: 300px;
}
@media (max-width: 576px) {
  .block.theme-cards-options::before {
    height: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-cards-options::before {
    height: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-cards-options::before {
    height: 0px;
    background-position: 0 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-cards-options::before {
    background-position: 0 100px;
  }
}

.block.theme-cards-options {
  background: linear-gradient(transparent 250px, #6290C3 250px) no-repeat;
}
.block.theme-cards-options .cards {
  margin-top: -300px;
}
@media (max-width: 576px) {
  .block.theme-cards-options .cards {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-cards-options .cards {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-cards-options .cards {
    margin-top: 0px;
  }
}
.block.theme-cards-options .cards .card {
  /* design */
  border: solid 1px #6290C3;
  padding-bottom: 2.5rem;
  /* animation */
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block.theme-cards-options .cards .card .card-body {
  padding: 30px;
}
.block.theme-cards-options .cards .card .card-body a, .block.theme-cards-options .cards .card .card-body a:active, .block.theme-cards-options .cards .card .card-body a:link, .block.theme-cards-options .cards .card .card-body a:visited {
  color: #62A87C;
  text-decoration: none;
}
.block.theme-cards-options .cards .card .card-body a:hover {
  color: #e07726;
}
.block.theme-cards-options .cards .card .card-footer {
  border: none;
}
.block.theme-cards-options .cards .card:hover {
  /* design */
  background: #ffffff;
  /* animation */
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.block.theme-cards-options .cards .card:hover .card-body a, .block.theme-cards-options .cards .card:hover .card-body a:link, .block.theme-cards-options .cards .card:hover .card-body a:visited, .block.theme-cards-options .cards .card:hover .card-body a:active {
  color: #e07726;
}

/* faqs themes */
.block.theme-faqs {
  padding-top: 2.5rem !important;
}
.block.theme-faqs h2 {
  position: relative;
  margin-bottom: 30px;
}
.block.theme-faqs h2:after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
}
@media (max-width: 576px) {
  .block.theme-faqs h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-faqs h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media (max-width: 576px) {
  .block.theme-faqs h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-faqs h2:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-faqs h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-faqs h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .block.theme-faqs h2:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
  }
}
.block.theme-faqs .lead {
  font-size: 1.2rem;
}
.block.theme-faqs .accordion .accordion-item {
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 10px;
  /* animation */
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block.theme-faqs .accordion .accordion-item:hover {
  /* animation */
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.block.theme-faqs .accordion .accordion-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.41em;
  border-radius: 10px;
  margin-bottom: 20px;
}
.block.theme-faqs .accordion .accordion-body {
  padding: 5%;
}

/* contact themes */
.block.theme-contact {
  /* form */
}
.block.theme-contact .accordion-item {
  border-radius: 10px;
  /* animation */
  transition-property: transform !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block.theme-contact .accordion-item:hover {
  /* animation */
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25) !important;
}
.block.theme-contact .accordion-button {
  color: #62A87C !important;
  font-weight: 500;
  font-size: 1.5rem;
  background: #ffffff !important;
  border-radius: 0px;
}
.block.theme-contact .accordion-body {
  font-size: 1rem;
}
.block.theme-contact .accordion-body .card {
  border: none;
}
.block.theme-contact .accordion-body .card h5 {
  font-size: 1rem;
}
.block.theme-contact .gform_wrapper {
  background: #e07726;
  color: #ffffff;
  border: none !important;
}
.block.theme-contact .gform_wrapper input[type=submit] {
  height: 50px;
  background: #e07726;
  color: #ffffff;
  width: 100%;
  border: solid 1px #ffffff !important;
}
.block.theme-contact .gform_wrapper input[type=submit]:hover {
  background: #62A87C;
}

/* hero themes */
.block.hero {
  background: #ffffff;
  /*
  background-image: url(/wp-content/themes/custom/assets/images/circle-scatter-haikei.svg);
  background-size: cover;
  */
}
.block.hero h1 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #353535;
}
.block.hero h1:after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
}
@media (max-width: 576px) {
  .block.hero h1:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero h1:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
.block.hero .kicker {
  font-size: 0.75rem;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #ACB4C4;
}
.block.hero p {
  color: #353535;
  font-size: 18px;
}
.block.hero .txt-hero {
  padding-top: 3rem;
}
@media (max-width: 576px) {
  .block.hero .img-hero h1:after {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.hero .img-hero h1:after {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.hero .img-hero h1:after {
    display: none;
  }
}
.block.hero .img-hero .anchor-img img.img-fluid {
  border-radius: 30px 30px 0px 30px;
}
.block.hero .anchor-img-wrapper .anchor-img {
  border-radius: 2rem;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  margin: 2.8rem;
  overflow: hidden;
  /*min-height: 426px;*/
}
@media (max-width: 576px) {
  .block.hero .anchor-img-wrapper .anchor-img {
    margin: 1rem;
    margin-bottom: 2rem;
  }
}
.block.hero .anchor-img-wrapper .anchor-img img {
  margin: 0px;
}
.block.hero .anchor-img-wrapper .img-cloud {
  position: absolute;
  background: #62A87C;
  border-radius: 10px;
}
.block.hero .anchor-img-wrapper .img-cloud.img1 {
  height: 60px;
  width: 60px;
  top: -2rem;
  right: 7rem;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 576px) {
  .block.hero .anchor-img-wrapper .img-cloud.img1 {
    top: -1rem;
  }
}
.block.hero .anchor-img-wrapper .img-cloud.img2 {
  height: 80px;
  width: 80px;
  bottom: -2rem;
  right: 1rem;
  z-index: 1;
}
.block.hero .anchor-img-wrapper .img-cloud.img3 {
  height: 40px;
  width: 40px;
  bottom: 1rem;
  left: -2rem;
  z-index: 1;
  opacity: 0.3;
}
@media (max-width: 576px) {
  .block.hero .anchor-img-wrapper .img-cloud.img3 {
    left: -1rem;
  }
}

.block.hero.career {
  box-shadow: none !important;
  padding-bottom: 0px !important;
}
.block.hero.career img {
  box-shadow: none !important;
}
.block.hero.career .txt-hero {
  padding-bottom: 0rem;
}

.block.theme-hero-title {
  text-align: center;
  padding-top: 0rem !important;
  padding-bottom: 2.5rem !important;
}
@media (max-width: 576px) {
  .block.theme-hero-title .container-hero {
    text-align: center;
    background: none !important;
    padding: 120px 20px 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-hero-title .container-hero {
    text-align: center;
    background: none !important;
    padding: 120px 0px 20px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-hero-title .container-hero {
    text-align: center;
    background: none !important;
    padding: 120px 0px 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-hero-title .container-hero {
    padding: 120px 0px 0px 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.theme-hero-title .container-hero {
    padding: 120px 0px 0px 0px !important;
  }
}
.block.theme-hero-title .title-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 576px) {
  .block.theme-hero-title .title-wrapper h1 {
    margin-top: 2.25rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-hero-title .title-wrapper h1 {
    margin-top: 2.25rem !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-hero-title .title-wrapper h1 {
    margin-top: 2.25rem !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block.theme-hero-title .title-wrapper h1 {
    margin-top: 5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .block.theme-hero-title .title-wrapper h1 {
    margin-top: 5rem !important;
  }
}
.block.theme-hero-title .title-wrapper h1:after {
  display: inline-block;
  content: "";
  text-shadow: none;
  background: #EFB240;
  background: url(/wp-content/themes/custom/assets/images/underline.svg?v=1) no-repeat left center;
  width: 50%;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  height: 30px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -1rem !important;
}
@media (max-width: 576px) {
  .block.theme-hero-title .title-wrapper h1:after {
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-hero-title .title-wrapper h1:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -20px;
  }
}
.block.theme-hero-title .txt-hero {
  padding-top: 0rem;
}
.block.theme-hero-title .img-hero {
  display: none !important;
}
@media (max-width: 576px) {
  .block.theme-hero-title .img-hero {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-hero-title .img-hero {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-hero-title .img-hero {
    display: block !important;
  }
}

.block.theme-hero-home {
  padding-top: 113px !important;
  /*padding-top:158px !important;*/
  min-height: 600px;
}
.block.theme-hero-home .container-hero {
  max-width: 50%;
  padding: 80px 0px 0px 0px !important;
}
@media (max-width: 576px) {
  .block.theme-hero-home .container-hero {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .block.theme-hero-home .container-hero {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .block.theme-hero-home .container-hero {
    max-width: 100%;
  }
}
.block.theme-hero-home .container-hero .txt-hero {
  text-align: center;
}
.block.theme-hero-home .container-hero .txt-hero h1, .block.theme-hero-home .container-hero .txt-hero p {
  color: #ffffff !important;
}
.block.theme-hero-home .container-hero .txt-hero h1:after {
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -20px !important;
}
.block.theme-hero-home .container-hero .txt-hero .lead {
  margin-bottom: 0px !important;
}
.block.theme-hero-home .container-hero .txt-hero .btn {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto !important;
}

/*============================================================= 
 THIRD-PARTY PLUGINS/LIBRARIES
============================================================= */
/*============================================================= 
 ADMINISTRATOR STYLES
============================================================= */
/* GUTENBURG EDITOR */
/* Main column width */
.wp-block {
  max-width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  max-width: none;
}

/*============================================================= 
 WIREFRAMES
============================================================= */
/* GRID */
/*
.site-wrapper { 
	background-color: $white !important;
   background-image:linear-gradient(#5480D3, #3256A7);
background-color: transparent;
background-image: 
linear-gradient(0deg, transparent 9%, 
		rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .2) 12%, transparent 13%, transparent 29%, 
		rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 31%, transparent 32%, transparent 49%, 
		rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 51%, transparent 52%, transparent 69%, 
		rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .1) 71%, transparent 72%, transparent 89%,
		rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .1) 91%, transparent 92%, transparent),
linear-gradient(90deg, transparent 9%, 
		rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .2) 12%, transparent 13%, transparent 29%, 
		rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .1) 31%, transparent 32%, transparent 49%, 
		rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 51%, transparent 52%, transparent 69%, 
		rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .1) 71%, transparent 72%, transparent 89%,
		rgba(0, 0, 0, .1) 90%, rgba(0, 0, 0, .1) 91%, transparent 92%, transparent);


background-size:100px 100px;
background-position: center 110px;;
}*/
/*
html::before {
	  position: absolute;
	  top: 0; right: 0; bottom: 0; left: 0;
	  margin-right: auto;
	  margin-left: auto;
	  width: calc(100% - (2 * var(--offset)));
	  max-width: var(--max_width);
	  min-height: 100vh;
	  content: ''; 
	  background-image: var(--background-columns);  
	  background-size: var(--background-width) 100%;
	  z-index: -1; 
	  pointer-events: none; 
}


:root {  
  --offset: 0rem;
  --max_width: 1140px; 
  --columns: 4;
  --gutter: .1px;
  --line-thickness: 1px;
  --color: hsla(240 , 80%, 72%, 0.5); 

  @include breakpoint(xs) {   --max_width: 100% !important;  }
  @include breakpoint(sm) {   --max_width: 540px !important;  }
  @include breakpoint(md) {   --max_width: 720px !important;  }
  @include breakpoint(lg) {   --max_width: 960px !important;  }
  @include breakpoint(xl) {   --max_width: 1320px !important;  }
}
*/
/* GRID Helper variables */
:root {
  --repeating-width: calc(100% / var(--columns));
  --column-width: calc((100% / var(--columns)) - var(--gutter));
  --background-width: calc(100% + var(--gutter));
  --background-columns: repeating-linear-gradient(
  to right,
  var(--color),
  var(--color) var(--line-thickness),
  transparent var(--line-thickness),
  transparent calc(var(--column-width) - var(--line-thickness)),
  var(--color) calc(var(--column-width) - var(--line-thickness)),
  var(--color) var(--column-width),
  transparent var(--column-width),
  transparent var(--repeating-width)

   );
}

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