@font-face {
  font-family: "Kind Avenue";
  src: url("fonts/Kind-Avenueotf.eot");
  src: url("fonts/Kind-Avenueotf.eot?#iefix") format("embedded-opentype"), url("fonts/Kind-Avenueotf.woff2") format("woff2"), url("fonts/Kind-Avenueotf.woff") format("woff"), url("fonts/Kind-Avenueotf.ttf") format("truetype"), url("fonts/Kind-Avenueotf.svg#Kind Avenue") format("svg");
}
h1,
h2,
h3 {
  font-family: "Kind Avenue";
  font-weight: Regular;
}

#header-outer .nectar-header-text-content a.getintouch {
  height: 40px;
  padding: 10px 20px;
  border: 1px solid var(--nectar-accent-color);
  background: var(--nectar-accent-color);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 141%; /* 19.74px */
  text-transform: uppercase;
}
#header-outer .nectar-header-text-content a.getintouch i {
  font-size: 15px;
  margin-left: 10px;
}

.home #header-outer.at-top #top #logo {
  opacity: 0;
  transition: all 0.5s;
}

#header-outer.transparent:not(.at-top) #top #logo {
  opacity: 1;
}

#header-outer {
  backdrop-filter: unset;
}

#header-outer:not(.at-top) {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

#header-outer.transparent > #top nav ul .slide-out-widget-area-toggle .lines-button:after,
#header-outer #top ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:after {
  background-color: --nectar-extra-color-3 !important;
  width: 40px;
}

#header-outer.transparent > #top nav ul .slide-out-widget-area-toggle a .lines:before {
  display: none;
}

#homebanner p {
  color: var(--nectar-extra-color-3);
}
#homebanner .mouse-wheel {
  margin: 0;
}

.home-cta-btn {
  display: inline-block;
  margin-right: 60px;
}
.home-cta-btn span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 141%;
  text-transform: uppercase;
}

.home-cta-btn .text:after {
  font-family: icomoon !important;
  content: "\e909";
  position: absolute;
  right: -20px;
  font-size: 16px;
  transition: all 1s;
  font-weight: 100;
}

.home-cta-btn .text:hover:after {
  right: -25px;
}

#home-intro > .row-bg-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(14, 14, 14, 0.5) 55%, var(--nectar-extra-color-2) 100%);
  z-index: 9;
}
#home-intro .vc_col-xs-6 {
  width: 100%;
}
#home-intro h2 em {
  color: var(--nectar-accent-color);
  font-style: normal;
}
#home-intro .nectar-fancy-box {
  border-radius: 0 !important;
}
#home-intro .nectar-flickity[data-controls=touch_total] .visualized-total {
  background: rgba(255, 255, 255, 0.3);
  height: 5px;
}
#home-intro .nectar-flickity[data-controls=touch_total] .visualized-total span {
  height: 5px;
  top: 0px;
  background-color: #c0d4ca;
  transition: transform 0.55s cubic-bezier(0.07, 0.5, 0.34, 0.96);
}
#home-intro .nectar-fancy-box h4 {
  color: #c0d4ca;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
#home-intro .cell .inner {
  display: flex;
  align-items: end;
}

.big-text h2 {
  line-height: 90%; /* 162px */
  letter-spacing: 7.2px;
  font-size: 50px;
}
@media (min-width: 992px) {
  .big-text h2 {
    font-size: 180px;
  }
}

.home-about p {
  font-size: 18px;
  line-height: 120%; /* 21.6px */
}
.home-about .nectar-cta .link_wrap .link_text {
  height: 40px;
  padding: 10px 20px;
  border: solid 1px #fff;
  color: #fff;
}
.home-about .nectar-cta .link_wrap .link_text:after,
.home-about span.arrow {
  display: none;
}

#home-testi button.owl-prev,
#home-testi button.owl-next {
  border: 0;
  position: relative;
  background-color: transparent;
}
#home-testi button.owl-prev span,
#home-testi button.owl-next span {
  display: none;
}
#home-testi button.owl-prev:after,
#home-testi button.owl-next:after {
  font-family: icomoon !important;
  content: "\e909";
  position: absolute;
  font-size: 16px;
  transition: all 1s;
  left: 0;
  color: var(--nectar-extra-color-1);
}
#home-testi button.owl-prev:after {
  transform: rotate(180deg);
}
#home-testi .owl-nav.disabled {
  display: block;
}
#home-testi p {
    margin-top: 10px;
}
#home-testi .owl-dots {
  display: none;
}

#home-testi .nectar-fancy-box {
  padding: 0 13%;
}
#home-testi .nectar-fancy-box .box-bg {
  display: none;
}
#home-testi .nectar-fancy-box .inner {
  color: var(--nectar-extra-color-1);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
	min-height: unset !important;
}
#footer .gform_legacy_markup_wrapper ul li.gfield {
    min-width: 170px;
}
#footer input[type="text"] {
    padding: 15px;
}
#footer input[type="text"], 
#footer input[type="email"],
#footer select {
    background: #fff;
    color: #000;
}
#footer input[type="text"]::placeholder,
#footer input[type="email"]::placeholder,
#footer select::placeholder {
    color: #000;
    opacity: 1; /* Ensure full opacity for consistent appearance across browsers */
}

#footer .select2-container--default .select2-selection--single{
	background-color: #fff;
}
#footer .fancy-select-wrap .select2-selection__rendered {
    color: #000 !important;
}
#footer #field_5_8 {
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    align-items: center;
    justify-content: center;
}
#footer #field_5_8 .gchoice  .gform-field-label{
	display: none
}
#footer #field_5_8 .gchoice   .gfield-choice-input {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
#footer form {

    text-align: center;
}
#footer form .button {
  border-radius: 0 !important;
  margin: 40px 0 0 !important;
  height: 40px;
  padding: 10px 20px !important;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 141%;
  text-transform: uppercase !important;
  background-color: var(--nectar-accent-color);
}
#footer form input[type=email] {
	width: 100%;
    padding: 15px;
}
#footer form .gform-footer.gform_footer.top_label {
  padding: 0;
  margin: 0;
}