/*!
Theme Name: Borsello
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Asette
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Asette is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! Custom Bootstrap variables */
.mobile-only {
  display: inline-block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: inline-block;
  }
}

.page-template-page .content-container > .entry-content,
.page-template-page-v2 .content-container > .entry-content,
.single-portfolio .content-container > .entry-content {
  max-width: 100%;
}
.page-template-page .content-container > .entry-content > .wpb-content-wrapper > .vc_row,
.page-template-page-v2 .content-container > .entry-content > .wpb-content-wrapper > .vc_row,
.single-portfolio .content-container > .entry-content > .wpb-content-wrapper > .vc_row {
  padding-left: 15px;
  padding-right: 15px;
}

.home .wpb_raw_html {
  height: auto !important;
}

.site-content {
  background: transparent !important;
}
.site-content p {
  font-size: 16px;
}

body > img {
  position: absolute;
}
body.loaded {
  height: 100vh;
}
body.loaded #page {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
body .inner-box {
  margin-top: -7px;
}
body .site {
  overflow: auto !important;
}
.top-nav.alt {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.top-nav.alt .container {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-nav.alt .nav-menu > li.menu-item-has-children > a span:after {
  content: "\f107";
  font-family: "FontAwesome";
  vertical-align: middle;
	margin-left: 10px;
}
.top-nav.alt ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	row-gap: 10px;
	padding-top: 10px;
}
.top-nav.alt ul.nav-menu li {
  padding: 10px 15px;
	position: relative;
}
.top-nav.alt ul.nav-menu li a {
  font-weight: 700;
  text-transform: none;
  text-shadow: 0 0 0 transparent;
}
.top-nav.alt ul.nav-menu li a:hover {
  color: var(--green);
}
.top-nav.alt ul.nav-menu li.contact-link {
  background-color: var(--green);
  border-radius: 100px;
}
.top-nav.alt ul.nav-menu li.contact-link a {
  color: var(--darkGray);
}
.top-nav.alt ul.nav-menu li.phone-link {
  background-color: var(--purple);
  color: #fff;
  border-radius: 100px;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .top-nav.alt {
    background-color: rgb(177, 0, 93);
/*     padding-bottom: 10px; */
	  min-height: 0;
	  position: fixed;
	  z-index: 9;
  }
  .top-nav.alt .container {
    display: flex;
	  padding: 10px 0;
  }
  .top-nav.alt .top-nav-toggle {
    margin-left: auto;
	  display: block;
	  padding: 0;
  }
  .top-nav.alt .logoblock {
    margin: 0;
    text-align: center;
    display: flex;
	  padding: 0 0 5px 15px;
	  height: auto;
  }
	
	.top-nav.alt .logoblock img{
		height: 50px;
		width: auto; 
	}
  .top-nav.alt .top-nav-toggle {
/*     background-color: var(--darkPurple) !important; */
	  color: #fff;
  }
	
  .top-nav.alt ul.nav-menu {
    display: none;
    position: fixed;
    list-style: none;
    z-index: 10;
  }
	#menu-header-menu-v2 {
		top: 75px;
		width: 100%;
		background-color: #fff;
		left: 0;
		text-align: left;
	}
	
	#menu-header-menu-v2 .menu-item-has-children .sub-menu {
		position: relative;
		visibility: visible;
		opacity: 1;
	}
	
  .top-nav.alt ul.nav-menu > li > a {
    font-size: 16px !important;
	  color: #960048;
  }
  .top-nav.alt ul.nav-menu > li {
    display: block;
    float: none;
  }
  .top-nav.alt ul.nav-menu > li.contact-link {
    display: block;
    max-width: 300px;
    margin: 10px auto;
    color: #fff;
  }
  .top-nav.alt ul.nav-menu > li.phone-link {
    display: block;
    max-width: 300px;
    margin: 10px auto;
    color: #fff !important;
  }
  .top-nav.alt ul.nav-menu > li.phone-link span {
    color: #fff;
  }
}

@media only screen and (max-width: 991px) {
	#menu-header-menu-v2 {
		top: 68px;
	}
}

@media only screen and (max-width: 820px) {
	#menu-header-menu-v2 {
		top: 33px;
	}
}

@media only screen and (max-width: 820px) {
	.top-nav.alt .top-nav-toggle {
		background-color: var(--darkPurple);
		padding: 8px 0;
	}
	
	.top-nav.alt .container {
		justify-content: center;
		padding: 0 0 10px 0;
	}
	
	.top-nav.alt .logoblock {
		padding: 0;
		justify-content: center;
	}
}

@media only screen and (max-width: 620px) {
	.top-nav.alt .container {
		flex-direction: column;
		align-items: center;
	}
}

.scrolled .top-nav.alt {
  background-color: rgba(100, 100, 100, 0.85);
}
.scrolled .top-nav.alt > ul > li > a {
  color: #fff;
}
@media (max-width: 768px) {
  .scrolled .top-nav.alt > ul > li > a {
    color: var(--darkGray);
  }
}

.footer {
  max-height: initial !important;
}
.footer .widget-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  width: 100%;
}
.footer .widget-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding-right: 20px;
}
.footer .widget-info img {
  max-width: 250px;
  height: auto;
}
.footer .widget-info p {
  color: #fff;
  font-size: 16px;
}
.footer .widget-info .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .widget-info .logos img {
  max-height: 80px;
  width: auto;
  margin: 0 15px 0 0;
}
.footer .widget-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.footer .widget-menu h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.footer .widget-menu ul {
  padding: 0;
  margin: 0;
}
.footer .widget-menu ul li {
  list-style: none;
}
.footer .widget-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
}
.footer .widget-menu ul li a:hover {
  color: var(--green);
}
.footer .widget-menu ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--green);
}
.footer .widget-area {
  float: none;
  width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.footer .widget-area p, .footer .widget-area a {
  color: #fff;
  font-size: 16px;
}
.footer .widget-area strong {
  font-size: 20px;
}
.footer .widget-area h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
}
.footer .widget-area a:hover {
  font-weight: 700;
}
.footer .widget-area .phone {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 5px;
}
.footer .widget-area .phone::before {
  content: "\f879";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.footer .widget-area .address {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}
.footer .widget-area .address::before {
  content: "\f1a0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.footer .widget-area .hours {
  position: relative;
  display: block;
  padding-left: 30px;
}
.footer .widget-area .hours::before {
  content: "\f017";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.footer .widget-area iframe {
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .footer .widget-area .widget-area {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media ((max-width: 767px)) {
  .footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-bottom .footer-botom-menu {
    padding: 15px;
  }
  .footer .footer-bottom .footersocials {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media ((max-width: 767px)) {
  .footer .widget-areas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .widget-info {
    width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .footer .widget-info p {
    text-align: left;
  }
  .footer .widget-menu {
    width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .footer .widget-area {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
@media ((max-width: 500px)) {
  .footer .widget-areas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .widget-info {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer .widget-menu {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer .widget-area {
    padding-top: 30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-left: 0 !important;
  }
}

.secondary.inner-box.footer {
  background-color: var(--purple);
  background-image: none;
  padding: 0 !important;
}
.secondary.inner-box.footer .content-container {
  background: transparent;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1320px !important;
  margin: 0 auto;
}
.secondary.inner-box.footer .footer-bottom {
  background-color: var(--darkPurple);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.secondary.inner-box.footer .footer-bottom .container {
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secondary.inner-box.footer .footer-bottom .footer-botom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
}
.secondary.inner-box.footer .footer-bottom .footer-botom-menu span {
  margin: 0 5px 0 0;
  display: inline-block;
}
.secondary.inner-box.footer .footer-bottom .footer-botom-menu a {
  color: inherit;
  font-size: 14px;
  margin: 0 5px;
}
.secondary.inner-box.footer .footer-bottom .footer-botom-menu a:hover {
  font-weight: 700;
}
.secondary.inner-box.footer .footer-bottom .footersocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.secondary.inner-box.footer .footer-bottom .footersocials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 15px;
  background: var(--green);
  color: var(--darkGray);
  margin: 0 10px;
  font-size: 20px;
}
.secondary.inner-box.footer .footer-bottom .footersocials a:hover {
  background-color: #fff;
}
.secondary.inner-box.footer .footer-bottom .footersocials a i {
  font-size: 16px;
}
.secondary.inner-box.footer .footer-bottom .footersocials a img {
  width: 16px;
}

.vc_column-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.hero-section, .cta-section {
  padding-top: 170px !important;
  margin-bottom: 100px;
  overflow: visible !important;
}
.hero-section .col-left, .cta-section .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-section .col-left h1, .hero-section .col-left h2, .cta-section .col-left h1, .cta-section .col-left h2 {
  font-size: 54px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px !important;
}
@media ((max-width: 767px)) {
  .hero-section .col-left h1, .hero-section .col-left h2, .cta-section .col-left h1, .cta-section .col-left h2 {
    font-size: 34px;
    margin-bottom: 30px !important;
    text-align: center;
  }
}
.hero-section .col-left p, .cta-section .col-left p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media ((max-width: 767px)) {
  .hero-section .col-left p, .cta-section .col-left p {
    text-align: center;
  }
}
.hero-section .col-left .hero-button, .cta-section .col-left .hero-button {
  font-family: Inter !important;
  display: inline-block;
  background: var(--purple);
  color: #fff;
  padding: 20px 40px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  margin: 0 9px 9px 0;
}
.hero-section .col-left .hero-button i, .cta-section .col-left .hero-button i {
  font-size: 16px;
  margin: 0 5px 0 0;
}
.hero-section .col-left .hero-button:hover, .cta-section .col-left .hero-button:hover {
  background: var(--green);
  color: var(--darkGray);
}
@media (max-width: 768px) {
  .hero-section .col-left .hero-button, .cta-section .col-left .hero-button {
    margin: 0 auto 10px auto;
    display: block;
    width: 100%;
    text-align: center !important;
  }
}
.hero-section.with-overlay, .cta-section.with-overlay {
  position: relative;
}
.hero-section.with-overlay:before, .cta-section.with-overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.hero-section.with-overlay .vc_column-inner, .cta-section.with-overlay .vc_column-inner {
  position: relative;
  z-index: 2;
}
.hero-section .col-right, .cta-section .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.hero-section .col-right .vc_column-inner, .cta-section .col-right .vc_column-inner {
  background: var(--purple);
  padding: 20px 20px 0 20px;
  border-radius: 8px;
  max-width: 648px;
  margin: 0 auto;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.hero-section .col-right h2, .cta-section .col-right h2 {
  font-size: 32px;
  color: #fff;
  margin-top: 0;
}
.hero-section .col-right p, .cta-section .col-right p {
  font-size: 20px;
  color: #fff;
}
.hero-section .col-right .wpcf7, .cta-section .col-right .wpcf7 {
  margin-left: -10px;
}
@media ((max-width: 767px)) {
  .hero-section .col-right p, .hero-section .col-right h2, .cta-section .col-right p, .cta-section .col-right h2 {
    text-align: center;
  }
}
.hero-section .col-right .wpcf7 textarea, .cta-section .col-right .wpcf7 textarea {
  height: 160px;
}
.hero-section .col-right .wpcf7 .row, .cta-section .col-right .wpcf7 .row {
  margin-bottom: 15px;
}
.hero-section .col-right .wpcf7 select, .cta-section .col-right .wpcf7 select {
  margin-bottom: 15px;
  -webkit-appearance: none;
}
.hero-section .col-right .wpcf7 .field-100, .cta-section .col-right .wpcf7 .field-100 {
  width: 100%;
}
.hero-section .col-right .wpcf7 input, .hero-section .col-right .wpcf7 select, .hero-section .col-right .wpcf7 textarea, .cta-section .col-right .wpcf7 input, .cta-section .col-right .wpcf7 select, .cta-section .col-right .wpcf7 textarea {
  border-radius: 8px;
}
.hero-section .col-right .wpcf7 input[type=submit].btn, .cta-section .col-right .wpcf7 input[type=submit].btn {
  border-radius: 100px;
  background-color: var(--green);
  color: var(--darkGray);
  text-transform: none;
}
.hero-section .col-right .wpcf7 input[type=submit].btn:hover, .cta-section .col-right .wpcf7 input[type=submit].btn:hover {
  background-color: var(--darkPurple);
  color: white;
}
.hero-section .phone, .cta-section .phone {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 5px;
}
.hero-section .phone::before, .cta-section .phone::before {
  content: "\f879";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.hero-section .address, .cta-section .address {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
}
.hero-section .address::before, .cta-section .address::before {
  content: "\f3c5";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.hero-section .email, .hero-section .location-email, .cta-section .email, .cta-section .location-email {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #fff;
  border: 0;
}
.hero-section .email:hover, .hero-section .location-email:hover, .cta-section .email:hover, .cta-section .location-email:hover {
  color: var(--green);
}
.hero-section .email::before, .hero-section .location-email::before, .cta-section .email::before, .cta-section .location-email::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  left: 0px;
  top: 0%;
  -webkit-transform: translateY(-50%, 0);
      -ms-transform: translateY(-50%, 0);
          transform: translateY(-50%, 0);
  color: var(--green);
}
.hero-section.contact, .hero-section.financing, .cta-section.contact, .cta-section.financing {
  padding-bottom: 30px;
}
.hero-section.contact > .wpb_column, .hero-section.financing > .wpb_column, .cta-section.contact > .wpb_column, .cta-section.financing > .wpb_column {
  padding-top: 50px;
}
.hero-section.contact .col-left, .hero-section.financing .col-left, .cta-section.contact .col-left, .cta-section.financing .col-left {
  font-size: 16px;
}
.hero-section.contact .col-left p, .hero-section.financing .col-left p, .cta-section.contact .col-left p, .cta-section.financing .col-left p {
  font-size: 16px;
  max-width: 90%;
}
.hero-section.contact .col-left h1, .hero-section.financing .col-left h1, .cta-section.contact .col-left h1, .cta-section.financing .col-left h1 {
  max-width: 95%;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .hero-section.contact .col-left, .hero-section.financing .col-left, .cta-section.contact .col-left, .cta-section.financing .col-left {
    padding: 15px;
  }
  .hero-section.contact .col-left p, .hero-section.financing .col-left p, .cta-section.contact .col-left p, .cta-section.financing .col-left p {
    max-width: 100%;
  }
  .hero-section.contact .col-left h1, .hero-section.financing .col-left h1, .cta-section.contact .col-left h1, .cta-section.financing .col-left h1 {
    max-width: 100%;
  }
  .hero-section.contact .col-left p, .hero-section.contact .col-left a, .hero-section.financing .col-left p, .hero-section.financing .col-left a, .cta-section.contact .col-left p, .cta-section.contact .col-left a, .cta-section.financing .col-left p, .cta-section.financing .col-left a {
    text-align: left;
  }
  .hero-section.contact .col-left a, .hero-section.financing .col-left a, .cta-section.contact .col-left a, .cta-section.financing .col-left a {
    width: 100% !important;
  }
}
.hero-section.contact .col-right, .hero-section.financing .col-right, .cta-section.contact .col-right, .cta-section.financing .col-right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.hero-section.contact .locations, .hero-section.financing .locations, .cta-section.contact .locations, .cta-section.financing .locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hero-section.contact .locations, .hero-section.financing .locations, .cta-section.contact .locations, .cta-section.financing .locations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero-section.contact .locations .location, .hero-section.financing .locations .location, .cta-section.contact .locations .location, .cta-section.financing .locations .location {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.hero-section.contact .locations h3, .hero-section.financing .locations h3, .cta-section.contact .locations h3, .cta-section.financing .locations h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hero-section.contact .locations a, .hero-section.financing .locations a, .cta-section.contact .locations a, .cta-section.financing .locations a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border: 0;
  margin-bottom: 0;
}
.hero-section.contact .locations a:hover, .hero-section.financing .locations a:hover, .cta-section.contact .locations a:hover, .cta-section.financing .locations a:hover {
  color: var(--green);
}
.hero-section.contact .locations .address, .hero-section.financing .locations .address, .cta-section.contact .locations .address, .cta-section.financing .locations .address {
  min-height: 100px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero-section.contact .locations .address, .hero-section.financing .locations .address, .cta-section.contact .locations .address, .cta-section.financing .locations .address {
    min-height: 30px;
  }
}
.hero-section.contact .location, .hero-section.financing .location, .cta-section.contact .location, .cta-section.financing .location {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 15px;
}
.hero-section.financing h5, .cta-section.financing h5 {
  font-size: 20px;
  color: #fff;
  margin: 5px 0;
  text-transform: none;
}
.hero-section.financing ul, .cta-section.financing ul {
  margin: 15px 0;
}
.hero-section.financing ul li, .cta-section.financing ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.hero-section.financing p, .cta-section.financing p {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
}
.hero-section.financing img, .cta-section.financing img {
  margin: 15px 0;
}
.hero-section.financing a, .cta-section.financing a {
  display: block;
  width: 100%;
  padding: 20px;
  color: var(--darkGray);
  background: var(--green);
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 15px;
}
.hero-section.financing a:hover, .cta-section.financing a:hover {
  background: var(--darkPurple);
  color: #fff;
}
@media ((max-width: 767px)) {
	.cta-section {
		padding-top: 50px !important;
	}

	.hero-section, .section-hero-inner {
		padding-top: 150px !important;;
	}
}

  @media only screen and (max-width: 620px) {
    .hero-section, .section-hero-inner {
      padding-top: 300px !important;;
    }
  }

.cta-section {
  margin: 0;
  margin: 0;
  position: relative !important;
  top: auto;
  bottom: auto;
}
.cta-section h2 {
  margin-top: 0;
}
.cta-section .col-right {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  padding-bottom: 100px;
}
.cta-section .hero-button {
  font-family: Inter !important;
  background: var(--green) !important;
  color: var(--darkGray) !important;
}
.cta-section .hero-button i {
  color: var(--purple) !important;
}
.cta-section .hero-button:hover {
  background: var(--darkPurple) !important;
  color: var(--green) !important;
}
.cta-section .hero-button:hover i {
  color: var(--darkGray) !important;
}
@media (max-width: 768px) {
  .cta-section .hero-button {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center !important;
  }
}
.cta-section.compact p {
  font-weight: 400 !important;
  max-width: 650px;
  margin: 30px auto;
}

.title-leaf h2 {
  margin-top: 0;
  font-size: 32px;
  color: var(--darkGray);
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
@media (max-width: 767px) {
  .title-leaf h2 {
    text-align: center;
  }
}
.title-leaf img {
  width: 100%;
  display: block;
}
.logo-images p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logo-images p img {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%;
}
@media (max-width: 767px) {
  .logo-images p img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.hover-box {
  overflow: hidden;
  height: 384px;
  position: relative;
}
.hover-box > .vc_column-inner {
  min-height: 376px !important;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.hover-box .wpb_text_column, .hover-box .wpb_raw_code {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  padding: 20px 30px 30px 30px;
  margin: 0;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.hover-box .wpb_text_column:before, .hover-box .wpb_raw_code:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(177, 0, 93, 0.9);
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.hover-box .wpb_text_column:after, .hover-box .wpb_raw_code:after {
  content: "";
  border: 1px solid var(--green);
  border-radius: 8px;
  position: absolute;
  top: 7.5px;
  bottom: 7.5px;
  left: 7.5px;
  right: 7.5px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.hover-box .wpb_text_column .wpb_wrapper, .hover-box .wpb_raw_code .wpb_wrapper {
  position: relative;
  /* z-index: 3; */
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hover-box .wpb_text_column .wpb_wrapper a, .hover-box .wpb_raw_code .wpb_wrapper a {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px 20px 20px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hover-box .wpb_text_column .wpb_wrapper h2, .hover-box .wpb_raw_code .wpb_wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-top: 0px;
}
.hover-box .wpb_text_column .wpb_wrapper h2:after, .hover-box .wpb_raw_code .wpb_wrapper h2:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
  width: 20px;
  height: 20px;
  z-index: 3;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: 50%;
  font-weight: 400;
}
.hover-box .wpb_text_column .wpb_wrapper h2, .hover-box .wpb_text_column .wpb_wrapper p, .hover-box .wpb_raw_code .wpb_wrapper h2, .hover-box .wpb_raw_code .wpb_wrapper p {
  color: #fff;
  text-align: center;
}
.hover-box .wpb_text_column .wpb_wrapper p, .hover-box .wpb_raw_code .wpb_wrapper p {
  visibility: hidden;
  font-weight: 400;
  font-size: 20px !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.hover-box .wpb_text_column .wpb_wrapper p:after, .hover-box .wpb_raw_code .wpb_wrapper p:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 0 0 5px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--green);
  color: var(--green);
  border-radius: 50%;
}
.hover-box:hover .wpb_text_column, .hover-box:hover .wpb_raw_code {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.hover-box:hover .wpb_text_column:after, .hover-box:hover .wpb_raw_code:after {
  opacity: 1;
}
.hover-box:hover .wpb_text_column .wpb_wrapper, .hover-box:hover .wpb_text_column a, .hover-box:hover .wpb_raw_code .wpb_wrapper, .hover-box:hover .wpb_raw_code a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hover-box:hover .wpb_text_column p, .hover-box:hover .wpb_raw_code p {
  visibility: visible;
  opacity: 1;
}
.hover-box:hover .wpb_text_column h2:after, .hover-box:hover .wpb_raw_code h2:after {
  display: none;
}
.hover-box.portfolio .wpb_text_column, .hover-box.portfolio .wpb_raw_code {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.hover-box.portfolio .wpb_text_column p, .hover-box.portfolio .wpb_raw_code p {
  color: var(--darkGray);
  font-weight: 700;
  font-size: 20px;
}
.hover-box.portfolio .wpb_text_column p:after, .hover-box.portfolio .wpb_raw_code p:after {
  color: var(--purple);
  border-color: var(--purple);
}
.hover-box.portfolio .wpb_text_column:before, .hover-box.portfolio .wpb_raw_code:before {
  background: rgba(193, 216, 47, 0.9);
}
.hover-box.portfolio .wpb_text_column:after, .hover-box.portfolio .wpb_raw_code:after {
  border-color: #fff;
}
.hover-box.portfolio:hover .wpb_text_column, .hover-box.portfolio:hover .wpb_raw_code {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media ((max-width: 767px)) {
  .hover-box {
    height: 400px;
  }
  .hover-box .wpb_raw_code .wpb_wrapper p {
    font-size: 18px !important;
  }
}

.lighting .hover-box .wpb_text_column .wpb_wrapper a, .lighting .hover-box .wpb_raw_code .wpb_wrapper a {
  padding: 0 0px 20px 0px;
}
.lighting .hover-box .wpb_text_column .wpb_wrapper h2, .lighting .hover-box .wpb_raw_code .wpb_wrapper h2 {
  font-size: 18px;
}

.box-bg .vc_column-inner {
  z-index: 1;
  position: relative;
  max-width: 1600px;
}
.box-bg > .wpb_column {
  z-index: 2;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.box-bg > .wpb_column:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.box-bg.green > .wpb_column:after {
  background: var(--green);
}
.box-bg.purple > .wpb_column:after {
  background: var(--purple);
}
.box-bg.purple p, .box-bg.purple h2, .box-bg.purple ul, .box-bg.purple li, .box-bg.purple a {
  color: #fff;
  border-color: inherit;
}
.box-bg.purple a:hover {
  color: var(--green);
}
.box-bg.left > .wpb_column:after {
  left: 0;
  right: 40%;
}
.box-bg.left .col-left {
  padding-left: 130px;
}
.box-bg.right > .wpb_column:after {
  left: 40%;
  right: 0%;
}
.box-bg.right .col-right {
  padding-right: 130px;
}
.box-bg.service .col-left {
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .box-bg.service .col-left {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .box-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-bg.left > .wpb_column:after {
    left: -15px;
    right: -15px;
  }
  .box-bg.left .col-left {
    padding-left: 0px;
  }
  .box-bg.right > .wpb_column:after {
    left: -15px;
    right: -15px;
  }
  .box-bg.right .col-right {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .box-bg .section-title {
    text-align: center;
    margin: 0 auto;
    max-width: 100% !important;
  }
}

.vc_toggle_content {
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 20px !important;
}
.vc_toggle_content p, .vc_toggle_content ul, .vc_toggle_content li, .vc_toggle_content ul li {
  font-size: 16px;
}

.vc_do_toggle {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc_do_toggle {
  background: #fff;
  color: var(--darkGray);
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_do_toggle.vc_toggle_active, .vc_do_toggle:hover {
  background: var(--green);
}
.vc_do_toggle.vc_toggle_active .vc_toggle_title h4:before {
  content: "\f068";
}

.vc_toggle_title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.vc_toggle_title h4 {
  position: relative;
  padding-left: 30px !important;
  color: var(--darkGray) !important;
  margin: 0px 0 0 0;
  padding: 15px;
  font-size: 24px;
  font-style: normal;
  font-family: Sen !important;
}
.vc_toggle_title h4:before {
  content: "\f067";
  font-family: "FontAwesome";
  margin-right: 10px;
  font-size: 16px;
  color: var(--purple);
  border: 1px solid var(--purple);
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 22px;
  font-style: normal;
  padding: 0;
  text-align: center;
}

.vc_toggle_icon {
  display: none !important;
}

.content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  font-family: Sen !important;
}

.button-group {
  padding-top: 50px;
  padding-bottom: 50px;
}
.button-group .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-group .wpb_wrapper a {
  margin: 0 5px;
  font-family: Inter !important;
}
@media (max-width: 1024px) {
  .button-group .wpb_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button-group .wpb_wrapper a {
    width: 100%;
  }
  .button-group .wpb_wrapper .vc_btn3-container.vc_btn3-inline {
    width: 100%;
    text-align: center;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .button-group {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.button-primary a,
.button-secondary a,
.button-grey a {
  font-family: Inter !important;
  padding: 20px !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 100px !important;
}
.button-primary a.vc_btn3-icon-left,
.button-secondary a.vc_btn3-icon-left,
.button-grey a.vc_btn3-icon-left {
  padding: 20px 20px 20px 50px !important;
}
@media (max-width: 767px) {
  .button-primary a,
  .button-secondary a,
  .button-grey a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
  }
  .button-primary a.vc_btn3-icon-left,
  .button-secondary a.vc_btn3-icon-left,
  .button-grey a.vc_btn3-icon-left {
    padding: 20px 20px 20px 20px !important;
  }
  .button-primary a.vc_btn3-icon-left .vc_btn3-icon,
  .button-secondary a.vc_btn3-icon-left .vc_btn3-icon,
  .button-grey a.vc_btn3-icon-left .vc_btn3-icon {
    left: 40px !important;
  }
}

.button-primary a {
  background: var(--green) !important;
  color: var(--darkGray) !important;
}

.button-secondary a {
  background: var(--purple) !important;
}

.button-grey a {
  background: #fff !important;
  color: var(--darkGray) !important;
}

h2.section-title {
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
@media ((max-width: 767px)) {
  h2.section-title {
    font-size: 30px !important;
    max-width: 75% !important;
    margin: 0 auto !important;
  }
}
h2.section-title.leaves strong {
  position: relative;
  font-weight: 700;
  display: inline-block;
}
h2.section-title.leaves strong:before {
  content: "";
  width: 120px;
  height: 24px;
  background-image: url("assets/images/leaf-small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: -140px;
}
h2.section-title.leaves strong:after {
  content: "";
  width: 120px;
  height: 24px;
  background-image: url("assets/images/leaf-small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: -140px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media ((max-width: 767px)) {
  h2.section-title.leaves strong:before {
    width: 50px;
    height: 10px;
    left: -60px;
  }
  h2.section-title.leaves strong:after {
    width: 50px;
    height: 10px;
    right: -60px;
  }
}

.section-services {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home .section-services {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .home .section-services {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.section-benefits {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.section-benefits .section-title {
  margin-top: 30px !important;
  margin-bottom: 60px !important;
  color: #fff;
}
.section-benefits .benefits-item .vc_column-inner {
  background: #fff;
  text-align: center;
  min-height: 244px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.section-benefits .benefits-item .vc_column-inner > .wpb_wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.section-benefits .benefits-item .vc_column-inner .wpb_single_image {
  margin-bottom: 15px;
}
.section-benefits .benefits-item .vc_column-inner h3 {
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .section-benefits .benefits-item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.section-benefits.white .section-title {
  color: var(--darkGray);
}

.section-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-gallery .section-title {
  padding: 30px 0;
}
.section-gallery .button-secondary {
  max-width: 240px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .section-gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.section-about-home {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-about-home .section-title {
  text-align: left;
  color: var(--purple);
  margin-bottom: 30px;
}
@media ((max-width: 767px)) {
  .section-about-home .section-title {
    margin: 0 0 30px 0 !important;
    max-width: 100% !important;
  }
}
.section-about-home p {
  color: var(--darkGray);
}
.section-about-home .col-left {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .section-about-home {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-about-home h2, .section-about-home p, .section-about-home .section-title {
    text-align: center;
  }
  .section-about-home .col-left {
    padding-right: 0px;
  }
}

.section-about-financing h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-about-financing p {
  font-weight: 400;
  max-width: 700px;
}
.section-about-financing a {
  margin-top: 30px;
}

.home-posts .vc_gitem-zone-a .vc_gitem-row-position-top, .home-posts .vc_gitem-zone-b .vc_gitem-row-position-top,
.home-posts .vc_gitem-zone-a .vc_gitem-row-position-bottom, .home-posts .vc_gitem-zone-b .vc_gitem-row-position-bottom,
.home-posts .vc_gitem-zone-a .vc_gitem-row-position-middle, .home-posts .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.home-posts .vc_pageable-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.home-posts .vc_grid-item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  width: 33%;
  min-width: 33%;
}
.home-posts .vc_gitem-zone {
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.home-posts .vc_gitem-zone .vc_figure {
  width: 100%;
}
.home-posts .vc_gitem-zone .vc_figure .vc_single_image-wrapper {
  width: 100%;
}
.home-posts .vc_gitem-zone .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
@media ((max-width: 767px)) {
  .home-posts .vc_grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    min-width: 100%;
  }
  .home-posts .vc_pageable-slide-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-posts .vc_gitem-post-data-source-post_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.home-posts .vc_btn3 {
  background: #fff !important;
  color: var(--purple) !important;
  font-weight: 700 !important;
  padding-right: 30px !important;
}
.home-posts .vc_btn3 i {
  margin: 0 0 0 20px;
  position: relative;
  right: 0px !important;
  top: 50% !important;
  color: var(--green) !important;
  display: block !important;
  padding: 2px 0 0 0;
  width: 20px;
  height: 20px !important;
  max-width: 30px;
  max-height: 30px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid var(--green);
}
.home-posts .vc_btn3:hover {
  background: #fff !important;
  color: var(--green) !important;
}

.section-vision .wpb_wrapper > h4 {
  font-style: normal;
  font-size: 18px;
  color: var(--green);
  margin: 0;
}
.section-vision .wpb_wrapper > h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px !important;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section-vision .wpb_wrapper > h3 {
    text-align: center;
  }
  .section-vision .wpb_wrapper > h4 {
    text-align: center;
  }
}

.section-home-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-home-blog .section-title {
  margin-bottom: 50px !important;
}
.section-home-blog .vc-gitem-zone-height-mode-auto:before {
  display: none;
}
.section-home-blog .button-secondary {
  max-width: 240px;
  margin: 30px auto;
}

.feature-item .thumbnail {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
.feature-item .thumbnail .logo {
  position: absolute;
  background: var(--purple);
  bottom: 0;
  left: 0;
  padding: 14px;
}
.feature-item .thumbnail .logo img {
  width: 150px;
  height: auto;
}
.feature-item h2 {
  margin: 15px 0;
  font-size: 20px;
}
.feature-item .date {
  color: var(--purple);
  font-weight: 700;
}

.section-featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-featured-in .custom-controls-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-featured-in .custom-controls-container .flex-control-nav {
  position: relative;
  width: auto;
  bottom: auto;
}
.section-featured-in .flex-prev, .section-featured-in .flex-next {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #F8F5F6;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.section-featured-in .flex-prev:hover, .section-featured-in .flex-next:hover {
  background: var(--green);
  color: var(--darkGray);
}
.section-featured-in .flex-prev {
  right: 40px;
}
.section-featured-in .flex-active {
  background-color: var(--purple) !important;
}
.section-featured-in .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #F8F5F6;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.section-reviews {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-reviews h2 {
  color: #fff;
  text-align: left;
}
.section-reviews .vc_btn3-color-default {
  background: #fff !important;
  color: var(--purple) !important;
  padding: 20px 20px 20px 50px !important;
  border-radius: 100px !important;
  margin-right: 20px;
}
.section-reviews .vc_col-sm-6:last-of-type .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
}
@media ((max-width: 767px)) {
  .section-reviews .vc_col-sm-6:last-of-type .wpb_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-reviews .ti-widget {
  margin: 30px auto !important;
}
.section-reviews .ti-footer.source-Google {
  display: none;
}
.section-reviews .ti-reviews-container {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

.section-faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F8F5F6;
}
.section-faq .section-title {
  margin-bottom: 30px;
}
.section-faq .wpb_text_column {
  text-align: center;
  margin-bottom: 45px;
}
.section-faq > .wpb_column > .vc_column-inner {
  max-width: 650px;
}
.section-faq .vc_do_toggle {
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.section-faq .vc_toggle_title h4 {
  padding-left: 0px !important;
  padding-right: 36px !important;
}
.section-faq .vc_toggle_title h4:before {
  left: auto !important;
  right: 10px !important;
  top: 20px !important;
}

.section-about-financing p {
  font-size: 16;
}
.section-about-financing ul {
  font-size: 16px;
}
.section-about-financing ul li {
  font-size: 16px;
  color: var(--darkGray);
}
.section-about-financing a {
  display: inline-block;
  padding: 20px 40px;
  background: var(--purple);
  color: #fff !important;
  border-radius: 50px;
}
.section-about-financing a:hover {
  background: var(--green);
  color: var(--darkGray);
}

.section-benefits.financing .section-title {
  margin-bottom: 15px !important;
}

ul.vc_grid-filter li.vc_grid-filter-item {
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  padding: 10px 20px !important;
}
ul.vc_grid-filter li.vc_grid-filter-item span {
  font-size: 16px;
  text-transform: capitalize;
}
ul.vc_grid-filter li.vc_grid-filter-item.vc_active {
  background-color: var(--green) !important;
}

.portfolio-grid-item {
  position: relative;
  max-height: 440px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.portfolio-grid-item .vc_custom_heading {
  background: var(--purple);
  position: absolute;
  color: #fff;
  bottom: -15px;
  left: 0;
  right: 0;
  padding: 10px 40px 10px 20px;
  max-height: 90px;
}
.portfolio-grid-item .vc_custom_heading:after {
  content: "\f105";
  font-family: FontAwesome;
  color: var(--green);
  font-size: 14px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid var(--green);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-grid-item .vc_custom_heading div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.portfolio-grid-item:hover {
  opacity: 0.9;
}
.portfolio-grid-item:hover .vc_custom_heading {
  color: var(--green);
}
.portfolio-grid-item:hover .vc_custom_heading:after {
  right: 10px;
}

@media (min-width: 769px) {
  .vc_grid-item.vc_col-sm-6 {
    width: 50%;
  }
}
.vc_grid-btn-load_more a {
  padding: 20px 20px !important;
  border-radius: 100px !important;
  background: var(--darkPurple);
  color: #fff;
}
.vc_grid-btn-load_more a:hover {
  background: var(--darkPurple) !important;
  color: var(--green) !important;
}

.entry-content .section-hero-inner {
  min-height: 480px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-top: 70px;
}
.entry-content .section-hero-inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
}
.entry-content .section-hero-inner .vc_column-inner {
  position: relative;
  z-index: 2;
}
.entry-content .section-hero-inner h1, .entry-content .section-hero-inner h2 {
  font-size: 54px;
  color: #fff !important;
  line-height: 1;
  margin-bottom: 15px !important;
}
@media ((max-width: 767px)) {
  .entry-content .section-hero-inner h1, .entry-content .section-hero-inner h2 {
    font-size: 34px;
    margin-bottom: 30px !important;
  }
}
.entry-content .section-hero-inner.no-overlay:after {
  display: none;
}

.gallery-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-intro > .wpb_column {
  max-width: 850px;
  margin: 0 auto;
}
.gallery-intro ul {
  list-style: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.gallery-intro ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.gallery-intro ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "\f058";
  font-family: FontAwesome;
  color: var(--green);
}
@media (max-width: 767px) {
  .gallery-intro ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 0;
  }
}

.gallery-row {
  padding-top: 50px;
  margin-bottom: 30px;
}
.gallery-row > .wpb_column {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .gallery-row > .wpb_column {
    padding-bottom: 75px;
  }
}
.gallery-row > .wpb_column .wpb_gallery_slides {
  height: auto !important;
  z-index: 1;
}
.gallery-row > .wpb_column .wpb_gallery_slides img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .gallery-row > .wpb_column .wpb_gallery_slides img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery-row > .wpb_column .wpb_gallery_slides .slides {
  max-height: 950px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-row > .wpb_column .wpb_gallery_slides .slides {
    max-height: 400px;
  }
}
.gallery-row > .wpb_column .wpb_gallery_slides .flex-viewport {
  height: auto !important;
}
.gallery-row > .wpb_column .wpb_gallery_slides .swipebox:hover {
  opacity: 1 !important;
}
.gallery-row > .wpb_column .wpb_gallery_slides .swipebox:hover img {
  opacity: 1 !important;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.5);
}
.gallery-row > .wpb_column:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 30%;
  right: 0;
  bottom: 0;
  background: var(--green);
}
.gallery-row > .wpb_column .flexslider {
  background: transparent !important;
  border: 0 !important;
}
.gallery-row > .wpb_column .flex-direction-nav a {
  opacity: 1 !important;
  left: auto !important;
  bottom: -60px;
  top: auto;
  right: 0px !important;
  background: #fff;
  color: var(--purple);
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .gallery-row > .wpb_column .flex-direction-nav a {
    bottom: -80px;
  }
}
.gallery-row > .wpb_column .flex-direction-nav a:before {
  color: var(--purple);
  position: absolute;
  top: 12px;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 20px;
}
.gallery-row > .wpb_column .flex-direction-nav a.flex-prev {
  -webkit-transform: translate(-60px, 0);
      -ms-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}
.gallery-row > .wpb_column .flex-direction-nav a:hover {
  background: var(--purple) !important;
}
.gallery-row > .wpb_column .flex-direction-nav a:hover:before {
  color: #fff !important;
}
.gallery-row > .wpb_column .flex-control-nav {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gallery-row > .wpb_column .flex-control-nav .flex-active {
  background: var(--purple);
}
@media screen and (max-width: 767px) {
  .gallery-row > .wpb_column .flex-control-nav {
    text-align: center;
  }
  .gallery-row > .wpb_column .flex-control-nav li {
    margin: 0 3px;
  }
  .gallery-row > .wpb_column .flex-control-nav li a {
    width: 6px;
    height: 6px;
  }
}
.gallery-row > .wpb_column .wpb_gallery_slides {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.related-projects .vc_grid-item {
  width: 100%;
}
@media (min-width: 768px) {
  .related-projects .vc_grid-item {
    width: 33%;
  }
}

.section-related-projects {
  padding-top: 30px;
  padding-bottom: 30px;
}

.team-green .vc_column-inner, .team-purple .vc_column-inner {
  border-radius: 8px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.team-green .vc_single_image-wrapper, .team-purple .vc_single_image-wrapper {
  width: 196px;
  height: 196px;
  border-radius: 50% !important;
  overflow: hidden;
}
.team-green .vc_single_image-wrapper img, .team-purple .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.team-green .wpb_text_column, .team-purple .wpb_text_column {
  text-align: center;
}
.team-green .wpb_text_column h3, .team-purple .wpb_text_column h3 {
  font-size: 24px;
  margin: 0;
  color: var(--darkGray);
  font-weight: 700;
}
.team-green .wpb_text_column h4, .team-purple .wpb_text_column h4 {
  font-size: 16px;
  color: var(--darkGray);
  margin: 0;
  font-style: normal;
  font-weight: 400;
}
.team-green .wpb_text_column p, .team-purple .wpb_text_column p {
  font-size: 16px;
  color: var(--darkGray);
}
.team-green .wpb_text_column p.more, .team-purple .wpb_text_column p.more {
  display: none;
}
.team-green .wpb_text_column .toggle-more, .team-purple .wpb_text_column .toggle-more {
  color: var(--green);
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-green .wpb_text_column .toggle-more:after, .team-purple .wpb_text_column .toggle-more:after {
  font-family: FontAwesome;
  content: "\f067";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--green);
  position: absolute;
  right: -23px;
  top: 2px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
}
.team-green .wpb_text_column .toggle-more.toggle-less:after, .team-purple .wpb_text_column .toggle-more.toggle-less:after {
  content: "\f068";
}
.team-green .wpb_text_column .toggle-more:hover, .team-purple .wpb_text_column .toggle-more:hover {
  color: #fff;
}

.team-green .vc_single_image-wrapper {
  border: 2px solid #fff;
}
.team-green .vc_column-inner {
  background: var(--green);
}
.team-green .wpb_text_column .toggle-more {
  color: var(--purple);
}
.team-green .wpb_text_column .toggle-more:after {
  border: 1px solid var(--purple);
}
.team-green .wpb_text_column .toggle-more.toggle-less:after {
  border: 1px solid var(--purple);
}

.team-purple .vc_single_image-wrapper {
  border: 2px solid var(--green);
}
.team-purple .vc_column-inner {
  background: var(--purple);
}
.team-purple .wpb_text_column h3, .team-purple .wpb_text_column h4, .team-purple .wpb_text_column p {
  color: #fff;
}

.section-team {
  padding-bottom: 50px;
}

.section-service-areas h2 {
  font-size: 40px;
}
.section-service-areas h3 {
  display: inline-block;
  font-size: 24px;
  padding: 15px;
  background: var(--green);
  color: var(--darkGray);
  border-radius: 16px;
  margin: 1%;
}
.section-service-areas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-service-areas ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
  margin: 1%;
  font-size: 20px;
  padding: 20px 20px 20px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}
.section-service-areas ul li a.inactive {
  pointer-events: none;
}
.section-service-areas ul li:last-child {
  margin-bottom: 1% !important;
}
@media (max-width: 1024px) {
  .section-service-areas ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .section-service-areas ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.section-service-areas ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  color: var(--purple);
  left: 15px;
  top: 20px;
}
.section-service-areas ul li.menu-item-has-children:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  top: 20px;
  right: 15px;
}
.section-service-areas ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--purple);
  margin: 0;
  padding: 0;
  list-style: none !important;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
}
.section-service-areas ul li .sub-menu li {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  max-width: 100%;
  font-size: 20px;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0);
}
.section-service-areas ul li .sub-menu li:before {
  display: none;
}
.section-service-areas ul li .sub-menu li a {
  color: #fff;
}
.section-service-areas ul li .sub-menu li a:before {
  display: none;
}
.section-service-areas ul li .sub-menu li a:hover {
  color: var(--green);
}
.section-service-areas ul li.active .sub-menu {
  display: block !important;
}
.section-service-areas ul li.active.menu-item-has-children:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

div.my-5 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  div.my-5 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
div.mt-0 {
  margin-top: 0 !important;
}
div.mb-0 {
  margin-bottom: 0 !important;
}
div.pt-5 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  div.pt-5 {
    padding-top: 30px !important;
  }
}

.intro-row {
  max-width: 1096px;
  margin: 50px auto !important;
  padding: 80px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .intro-row {
    padding: 15px;
  }
}

.section-service-items .service-item .vc_column-inner {
  background: var(--purple);
  text-align: center;
  min-height: 244px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
}
.section-service-items .service-item .vc_column-inner > .wpb_wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
}
.section-service-items .service-item .vc_column-inner .wpb_single_image {
  margin-bottom: 15px;
}
.section-service-items .service-item .vc_column-inner h3 {
  margin-top: 0;
  font-size: 20px;
  color: #fff;
}
.section-service-items .service-item .vc_column-inner p {
  color: #fff;
}
@media (max-width: 1024px) {
  .section-service-items .service-item {
    max-width: 400px;
    margin: 0 auto;
  }
}

.section-content-items .content-item .vc_column-inner {
  text-align: center;
  min-height: 244px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.section-content-items .content-item .vc_column-inner > .wpb_wrapper {
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.section-content-items .content-item .vc_column-inner .wpb_single_image {
  margin-bottom: 15px;
}
.section-content-items .content-item .vc_column-inner h3 {
  margin-top: 0;
  font-size: 20px;
}
.section-content-items .content-item .vc_column-inner p {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .section-content-items .content-item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.section-content-items .content-item.green .vc_column-inner {
  background: var(--green);
}
.section-content-items .content-item.green h3 {
  color: var(--darkGray);
}
.section-content-items .content-item.green p {
  color: var(--darkGray);
}
.section-content-items .content-item.purple .vc_column-inner {
  background: var(--purple);
}
.section-content-items .content-item.purple h3 {
  color: #fff;
}
.section-content-items .content-item.purple p {
  color: #fff;
}
.section-content-items .content-item.purple a {
  color: #fff;
  border-color: inherit;
}
.section-content-items .content-item.purple a:hover {
  color: var(--green);
}
.section-content-items .content-item.white .vc_column-inner {
  background: #fff;
}
.section-content-items .content-item.white h3 {
  color: var(--darkGray);
}
.section-content-items .content-item.white p {
  color: var(--darkGray);
}

.menu-hidden-menu-container {
  display: none;
}
.menu-hidden-menu-container .widgettitle {
  font-size: 1.2rem;
}
.menu-hidden-menu-container ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-hidden-menu-container ul li a {
  text-decoration: underline;
}
.menu-hidden-menu-container ul li a[href$="#"] {
  text-decoration: none;
  pointer-events: none;
}
.menu-hidden-menu-container ul li:last-child a:after {
  content: "";
}

.menu-toggle .vc_btn3 {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  text-align: center !important;
  padding: 0px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}
.menu-toggle .vc_btn3 span {
  display: none;
}
.menu-toggle .vc_btn3 i {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  margin: auto;
  position: relative !important;
  top: auto !important;
}
.menu-toggle .vc_btn3.active i:before {
  content: "\f068";
}

.styled-list {
  list-style: none;
}
.styled-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.styled-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "\f058";
  font-family: FontAwesome;
  color: var(--purple);
}
.styled-list.alt {
  color: #fff;
}
.styled-list.alt li::before {
  color: var(--green);
}

.content-area .locations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.content-area .locations-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  max-width: 48%;
  padding: 20px;
  font-size: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: var(--darkGray);
  margin: 1%;
  padding-left: 35px;
  position: relative;
}
.content-area .locations-list li a {
  font-size: 20px;
  color: var(--darkGray);
}
.content-area .locations-list li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  color: var(--purple);
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.content-area .locations-list li:last-child {
  margin-bottom: 1% !important;
}
@media (max-width: 1024px) {
  .content-area .locations-list li {
    width: 100%;
    max-width: 100%;
  }
}

.blog-grid .vc_gitem-zone, .pr-grid .vc_gitem-zone {
  overflow: visible !important;
}
.blog-grid .vc_gitem-zone-mini, .pr-grid .vc_gitem-zone-mini {
  -webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.blog-grid .vc_gitem-zone-mini, .blog-grid .vc_gitem-zone-mini .vc_gitem_row, .blog-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col, .blog-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading, .blog-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading div, .blog-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading .vc_gitem-link, .pr-grid .vc_gitem-zone-mini, .pr-grid .vc_gitem-zone-mini .vc_gitem_row, .pr-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col, .pr-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading, .pr-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading div, .pr-grid .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_custom_heading .vc_gitem-link {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.blog-grid .vc-gitem-zone-height-mode-auto:before, .pr-grid .vc-gitem-zone-height-mode-auto:before {
  height: 0;
  padding-top: 0;
}
.blog-grid .vc_gitem-zone-a .vc_gitem-row-position-middle, .blog-grid .vc_gitem-zone-b .vc_gitem-row-position-middle, .pr-grid .vc_gitem-zone-a .vc_gitem-row-position-middle, .pr-grid .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.blog-grid h3, .pr-grid h3 {
  font-size: 24px;
  margin-top: 0;
  line-height: 1.3;
}
.blog-grid .vc_gitem-post-data-source-post_date, .pr-grid .vc_gitem-post-data-source-post_date {
  color: var(--purple);
  font-size: 16px;
}
.blog-grid .vc_gitem-post-data-source-post_excerpt, .pr-grid .vc_gitem-post-data-source-post_excerpt {
  font-size: 16px;
}
.blog-grid .blog-thumbnail, .pr-grid .blog-thumbnail {
  height: 398px;
  min-height: 398px;
}
.blog-grid .vc_btn3, .pr-grid .vc_btn3 {
  background: transparent !important;
  color: var(--purple) !important;
  overflow: visible !important;
  min-width: 0;
  width: auto;
  text-transform: uppercase;
}
.blog-grid .vc_btn3 i, .pr-grid .vc_btn3 i {
  right: -10px !important;
  color: var(--green);
}

@media (min-width: 1024px) {
  .blog-post-item:not(.pr-item) .vc_grid-item:first-of-type {
    width: 100%;
  }
  .blog-post-item:not(.pr-item) .vc_grid-item:first-of-type .vc_gitem-zone-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-post-item:not(.pr-item) .vc_grid-item:first-of-type .vc_gitem-zone-mini > .vc_gitem_row {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
  .blog-post-item:not(.pr-item) .vc_grid-item:first-of-type .vc_col-sm-12 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .blog-post-item.pr-item .vc_grid-item {
    width: 100%;
  }
  .blog-post-item.pr-item .vc_grid-item .vc_gitem-zone-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-post-item.pr-item .vc_grid-item .vc_gitem-zone-mini > .vc_gitem_row {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    min-width: 50%;
  }
  .blog-post-item.pr-item .vc_grid-item .vc_col-sm-12 {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-wrap {
  background: var(--purple);
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.form-wrap h3, .form-wrap h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.form-wrap p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.form-wrap .wpcf7 textarea {
  height: 160px;
}
.form-wrap .wpcf7 .row {
  margin-bottom: 15px;
}
.form-wrap .wpcf7 select {
  margin-bottom: 15px;
}
.form-wrap .wpcf7 .field-100 {
  width: 100%;
}
.form-wrap .wpcf7 input, .form-wrap .wpcf7 select, .form-wrap .wpcf7 textarea {
  border-radius: 8px;
}
.form-wrap .wpcf7 input[type=submit].btn {
  border-radius: 100px;
  background-color: var(--green);
  color: var(--darkGray);
  text-transform: none;
}
.form-wrap .wpcf7 input[type=submit].btn:hover {
  background-color: var(--darkPurple);
  color: white;
}
.form-wrap .wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-wrap .wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin-right: 10px;
}
.form-wrap.survey {
  margin-top: -150px;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px !important;
}
.form-wrap.survey h2 {
  color: #fff;
}
.form-wrap.survey .wpcf7 {
  margin-top: 50px;
}
.form-wrap.survey .wpcf7 .row > p {
  margin: 30px 0;
  font-weight: 700;
  font-size: 20px;
}

/* === Schedule Now top bar settings === */

.schedule_now_top_bar{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
/* 	background-color: #b1005d; */
	background-color:#e30077;
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 35px;
    z-index: 99;
}

.schedule_now_link:link,
.schedule_now_link:visited,
.schedule_now_link:focus,
.schedule_now_link:active {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 700;
	transition: all 0.2s ease-in-out;
}

.schedule_now_link:hover {
	text-decoration: none;
	 color: #C1D82F;
}

/* === END >> Schedule Now top bar settings === */

/* === Schedule Page settings === */

.select-day-time-checkboxes .wpcf7-form-control,
.checkbox-contact-method .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	text-align: left;
} 

.inline-block-btn a {
	font-size: 16px !important;
	display: inline-block;
	min-width: 0;
}

.select-day-time-checkboxes {
	margin-top: 25px;
}

.select-day-time-checkboxes p {
	text-align: left !important;
}  

.checkbox-contact-method p {
	text-align: left !important;
}

.select-day-time-checkboxes .field-50 {
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
	.select-day-time-checkboxes .field-50 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 450px) {
	.inline-block-btn a {
		min-width: 300px;
	}
}

/* === END >> Schedule Page settings === */

/* === Mobile menu settings === */

  @media only screen and (max-width: 1024px) {
    #menu-header-menu-v2 .menu-item-has-children .submenu-toggler {
		z-index: 8;
		width: 100px;
		height: 25px;
		background-color: transparent;
		right: 5px;
		top: 5px;
		cursor: pointer;
		display: inline-block;
		position: relative;
		margin-right: -15px;
		transform: translate(-15px, -1px);
    }
	  
	  #menu-header-menu-v2 {
		  height: 90vh;
		  padding-bottom: 200px;
		  overflow-y: auto;
	  }
	  
	  .top-nav.alt ul.nav-menu li.contact-link {
		  background-color: #fff;
		  margin: 0;
	  }
	  
	  .top-nav.alt ul.nav-menu li.contact-link a{
		 color: #960048;
	  }
	  
	  .top-nav.alt ul.nav-menu li.contact-link .sub-menu li a{
		  color: #59595b;
	  }
	  
	  .top-nav.alt ul.nav-menu > li.phone-link a {
		  width: 100%;
		  text-align: center;
	  }
  }

@media only screen and (max-width: 991px) {

	.top-nav #menu-header-menu-v2.nav-menu a{
		display: inline-block;
	}
	
	.top-nav #menu-header-menu-v2.nav-menu a > span {
		padding-left: 0;
	}
	.top-nav #menu-header-menu-v2.nav-menu a > span:before {
		display: none;
	}
}
/* === END >> Mobile menu settings === */

.blog-thumbnail-2025{padding: 0 !important}