/*
Theme Name: ACC Space Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
@font-face {
  font-family: 'Optima Nova';
  src: url("./fonts/optimanovalt-bold-webfont.woff2") format("woff2"), url("./fonts/optimanovalt-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Optima Nova';
  src: url("./fonts/optimanovalt-regular-webfont.woff2") format("woff2"), url("./fonts/optimanovalt-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary-font: 'Raleway', sans-serif;
  --secondary-font: 'Optima Nova', sans-serif;
  --tertiary-font: 'Lato', sans-serif;
  --primary-color: #006db0;
  --accent-color: #0e3c60;
  --button-hover-color: #fff;
  --text-color: #726f6f;
  --header-text-color: #515151;
  --secondary-text-color: #747474;
}

/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Menu */
.header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
}

.header-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  padding: 20px 0;
  pointer-events: none;
}
.header-nav > li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -13px;
  right: calc(100% + 13px);
  bottom: 0;
  background: var(--primary-color);
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.toggle-fixed-header .header-nav > li {
  padding: 40px 0;
}
.toggle-fixed-header .header-nav > li > a {
  color: #fff;
}

.header-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #515151;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: auto;
}

.header-nav > li:hover {
  pointer-events: auto;
}
.header-nav > li:hover::before {
  right: 13px;
}

/* 2nd Layer Menu */
.header-nav > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 5;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.4s;
  -webkit-animation: menu-transition 1.5s ease-in-out;
  animation: menu-transition 1.5s ease-in-out;
}

.header-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  opacity: 0;
  padding-top: 20px;
  position: absolute;
  min-width: 200px;
  left: -13px;
  width: 100%;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
}

.toggle-fixed-header .header-nav .sub-menu {
  padding-top: 40px;
}

.header-nav .sub-menu > li {
  position: relative;
}

.header-nav .sub-menu > li > a {
  display: block;
  padding: 18px 10px;
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
}

.header-nav .sub-menu > li > a:hover {
  background: var(--accent-color);
}

/* 3rd Layer Menu */
.header-nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
  padding-top: 0;
}

@-webkit-keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: 'Raleway', Arial, Helvetica, Georgia, Sans-serif;
  font-size: 16px;
  background: #FFF;
  color: var(--text-color);
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#main-wrapper {
  overflow: hidden;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

@-moz-document url-prefix() {
  select {
    text-indent: -2px;
  }
}
@supports (-ms-ime-align: auto) {
  select {
    text-indent: -2px;
  }
}
.sxn {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 0;
}

.section-heading {
  text-align: center;
}
.section-heading small {
  display: block;
  font-family: var(--primary-font);
  font-size: 0.474em;
  color: var(--text-color);
  letter-spacing: .1em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-heading h2,
#content .section-heading h2 {
  font-family: var(--secondary-font);
  font-size: 38px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.2;
}

.default-btn {
  position: relative;
  display: inline-block;
  background: var(--primary-color);
  min-width: 224px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15.5px 12px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 1;
  box-shadow: none;
  text-align: center;
}
.default-btn:hover, .default-btn:focus {
  color: var(--primary-color);
  background: var(--button-hover-color);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.section-title {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .1em;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Header */
#main-header {
  position: absolute;
  z-index: 1010;
  background: #fff;
}
#main-header.toggle-fixed-header {
  position: fixed;
  background: #000000;
}
#main-header.toggle-fixed-header::before {
  visibility: visible;
}
#main-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-pattern.png) no-repeat center center;
  background-size: cover;
  opacity: .07;
  visibility: hidden;
  pointer-events: none;
}

.main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  max-width: 1380px;
}

.toggle-fixed-header .header-logo img:not(.show-fixed) {
  display: none;
}
.toggle-fixed-header .header-logo .show-fixed {
  display: block;
}
.toggle-fixed-header .header-contact {
  display: none;
}

.header-logo {
  -webkit-flex-basis: 26.2%;
      -ms-flex-preferred-size: 26.2%;
          flex-basis: 26.2%;
}
.header-logo img {
  max-width: 294px;
}
.header-logo .show-fixed {
  display: none;
}

.header-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.header-contact {
  display: block;
  width: 100%;
  padding-top: 25px;
}
.header-contact .contact-list {
  display: block;
  text-align: right;
}
.header-contact .contact-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}
.header-contact .contact-list li:first-child {
  margin-left: 0;
}
.header-contact .contact-list li a {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--tertiary-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--header-text-color);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.header-contact .contact-list li a:hover {
  color: var(--primary-color);
}
.header-contact .contact-list em[class^="ai-font-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: var(--primary-color);
  margin-right: 6px;
}
.header-contact .contact-list em[class^="ai-font-phone"] {
  font-size: 13px;
}

.header-btn .default-btn {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  min-width: 230px;
  padding: 5px 12px;
}
.header-btn .default-btn:hover, .header-btn .default-btn:focus {
  color: #fff;
  background: var(--accent-color);
  box-shadow: none;
}

/* Floating SMI */
.floating-smi-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1010;
  font-size: 0;
  padding-bottom: 50px;
  pointer-events: none;
}

.home .floating-smi {
  display: block;
}

.floating-smi {
  position: relative;
  display: none;
}

.floating-smi {
  position: relative;
  pointer-events: auto;
  padding: 25px 15px;
  background: #fff;
  border-radius: 5px;
}
.floating-smi li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.floating-smi li:last-child {
  margin-bottom: 0;
}
.floating-smi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 19px;
  color: #fff;
  width: 38px;
  height: 38px;
  background: var(--accent-color);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.floating-smi li a:hover {
  opacity: .6;
}
.floating-smi li a.ai-font-facebook {
  background: #3a559f;
}
.floating-smi li a.ai-font-linkedin {
  background: #0077b7;
}
.floating-smi li a.ai-font-instagram {
  background: #f09433;
  background: url(images/bg-instagram.png) no-repeat center center;
  background-size: cover;
}
.floating-smi li a.ai-font-youtube {
  background: #ff0000;
}
.floating-smi li.email {
  margin-top: 35px;
}
.floating-smi li.email::before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 35px;
  width: 1px;
  background: rgba(207, 207, 207, 0.9);
  left: 50%;
}
.floating-smi li.email a {
  font-size: 10px;
}

/* Slideshow */
#hero-sxn,
.slideshow-view {
  position: relative;
}

.slideshow-view {
  border-bottom: 5px solid var(--primary-color);
}
.slideshow-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29.9%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 12%, rgba(0, 0, 0, 0.76) 23%, rgba(0, 0, 0, 0.19) 74%, rgba(0, 0, 0, 0.06) 89%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.87) 12%, rgba(0, 0, 0, 0.76) 23%, rgba(0, 0, 0, 0.19) 74%, rgba(0, 0, 0, 0.06) 89%, transparent 100%);
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}
.slideshow-view::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  pointer-events: none;
}

.slideshow-content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding-top: 95px;
}
.slideshow-content .tagline h2 {
  font-size: 75px;
  font-weight: 700;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.15);
  line-height: .95;
}
.slideshow-content .tagline small {
  display: block;
  font-weight: 500;
  font-size: 0.480em;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.slideshow-content .tagline p {
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .02em;
  color: #fff;
  margin-top: 35px;
}
.slideshow-content .default-btn {
  font-size: 16px;
  margin: 40px 5px 0;
  padding: 17px 12px;
  min-width: 258px;
  opacity: .95;
}
.slideshow-content .default-btn:hover {
  opacity: 1;
}

/* Services */
#services-section {
  padding: 85px 0;
}

.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  50% {
    -webkit-transform: scale(0.95) translateZ(0);
            transform: scale(0.95) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
  50% {
    -webkit-transform: scale(0.95) translateZ(0);
            transform: scale(0.95) translateZ(0);
  }
  100% {
    -webkit-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
  }
}
.services-item {
  display: block;
  pointer-events: none;
}
.services-item:hover {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.services-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 111px;
  width: 111px;
  border: 2px solid rgba(201, 201, 201, 0.52);
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  pointer-events: auto;
}
.services-icon.icon-seller {
  background: url(images/icon-seller.png) no-repeat center center;
}
.services-icon.icon-buyer {
  background: url(images/icon-buyer.png) no-repeat center center;
}
.services-icon.icon-invest {
  background: url(images/icon-invest.png) no-repeat center center;
}
.services-icon.icon-management {
  background: url(images/icon-management.png) no-repeat center center;
}
.services-icon.icon-architecture {
  background: url(images/icon-architecture.png) no-repeat center center;
}
.services-icon.icon-construction {
  background: url(images/icon-construction.png) no-repeat center center;
}
.services-icon.icon-tenants {
  background: url(images/icon-tenants.png) no-repeat center center;
}

.services-title {
  text-align: center;
  margin-top: 30px;
  pointer-events: auto;
}
.services-title h2 {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .05em;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.2;
}
.services-title span {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}

/* Welcome */
#wc-section {
  padding: 60px 0;
}
#wc-section::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -18.75%;
  width: 88.7%;
  height: 936px;
  background: url(images/acc-space-insigna-lg.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
  opacity: .05;
}
#wc-section .d-flex-wrap.row::before {
  display: none;
}

.wc-verbiage h2 {
  font-size: 18px;
  color: var(--text-color);
  letter-spacing: .1em;
  font-weight: 600;
  text-transform: uppercase;
}
.wc-verbiage img {
  margin-top: 20px;
}
.wc-verbiage p {
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--text-color);
  line-height: 2;
  margin-top: 50px;
  /*max-width: 420px;*/
}
.wc-verbiage .default-btn {
  min-width: 222px;
  margin-top: 50px;
}

.wc-video-wrap {
  position: relative;
}
.wc-video-wrap::before {
  content: '';
  position: absolute;
  bottom: -16.5px;
  left: 0;
  width: 100%;
  height: 33px;
  background: url(images/drop-shadow-a.png) no-repeat center bottom;
  background-size: contain;
}

.wc-video h2 {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: .1em;
  color: var(--secondary-text-color);
  text-transform: uppercase;
}
.wc-video h2 span {
  color: var(--primary-color);
}
.wc-video .view-more {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 160px;
}
.wc-video .view-more:hover, .wc-video .view-more:focus {
  box-shadow: none;
}
.wc-video .view-more em {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: calc(100% - 1px);
  height: 100%;
  width: 52px;
  background: #fff;
  color: var(--primary-color);
  font-size: 9px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.wc-video .video-container {
  margin-top: 20px;
}
.wc-video .video-container iframe {
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.wc-video .video-container canvas {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;
}
.wc-video .video-container.video-played iframe {
  opacity: 1;
  visibility: visible;
}
.wc-video .video-container.video-played .play-btn,
.wc-video .video-container.video-played canvas {
  opacity: 0;
  visibility: hidden;
}

.video-container {
  position: relative;
  background: #000;
  overflow: hidden;
  padding-top: 73.25%;
}
.video-container .video-link {
  pointer-events: none;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.video-container.video-played iframe{
  pointer-events: auto;
}
.video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  background: rgba(255, 255, 255, 0.34);
  z-index: 1;
  border-radius: 50%;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.video-container .play-btn::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background: rgba(255, 255, 255, 0.51);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.video-container .play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30px;
  width: 20px;
  background: url(images/icon-play-btn.png) no-repeat center center;
}

.video-container .play-btn:hover::before{
  background: #fff;
}

/* Featured Listings */
#fl-section {
  position: relative;
  padding: 60px 0 80px;
  text-align: center;
}
#fl-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/bg-listing.jpg) no-repeat center bottom;
  background-size: 100% auto;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#fl-section .container-fluid {
  padding: 0 30px;
}
#fl-section .section-heading h2 {
  font-size: 55px;
  letter-spacing: .05em;
}
#fl-section .section-heading small {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 0.545em;
  margin-bottom: 5px;
}
#fl-section .default-btn {
  min-width: 262px;
  margin-top: 52px;
}

.fl-slick {
  position: relative;
  margin-top: 40px;
}
.fl-slick .slick-list {
  margin: 0 -.5px;
}
.fl-slick .slick-slide {
  margin: 0 .5px;
}
.fl-slick .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  box-sizing: border-box;
  display: block;
  font-size: 9px;
  background: rgba(169, 169, 169, 0.95);
  color: #fff;
  border: none;
  z-index: 1;
  padding: 0;
  width: 41px;
  height: 87px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}
.fl-slick .slick-arrow.fl-prev::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fl-slick .slick-arrow.fl-next {
  left: initial;
  right: 0;
}
.fl-slick .slick-arrow:hover {
  background: var(--primary-color);
}

.fl-item {
  position: relative;
  display: block;
  width: 100%;
}
.fl-item:hover .fl-photo::after {
  opacity: .35;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fl-item:hover .fl-details {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background: rgba(0, 109, 176, 0.85);
}
.fl-item:hover .fl-details .view-more {
  opacity: 1;
}

.fl-photo {
  position: relative;
}
.fl-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fl-photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 48.9%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(5, 17, 31, 0.01) 0%, rgba(5, 16, 29, 0.1) 19%, rgba(4, 14, 25, 0.56) 78%, rgba(4, 13, 24, 0.65) 94%, rgba(4, 13, 23, 0.66) 99%, rgba(4, 13, 23, 0.67) 100%);
  background: linear-gradient(to bottom, rgba(5, 17, 31, 0.01) 0%, rgba(5, 16, 29, 0.1) 19%, rgba(4, 14, 25, 0.56) 78%, rgba(4, 13, 24, 0.65) 94%, rgba(4, 13, 23, 0.66) 99%, rgba(4, 13, 23, 0.67) 100%);
}
.fl-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/acc-space-insigna-a.png) no-repeat right -40px center;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.fl-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 25px 10px;
  -webkit-transform: translateY(54px);
      -ms-transform: translateY(54px);
          transform: translateY(54px);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fl-details .fl-address {
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 22px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.3;
}
.fl-details .fl-address + .fl-address {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
}
.fl-details .view-more {
  position: relative;
  display: inline-block;
  background: #fff;
  min-width: 224px;
  font-weight: 600;
  font-size: 13px;
  color: var(--primary-color);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15.5px 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: none;
  text-align: center;
  margin-top: 13px;
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.fl-status {
    letter-spacing: .050em;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary-color);
    background: #fff;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 110px;
    padding: 6px 5px;
    text-align: center;
    z-index: 10;
    top: 0;
}

/* Our Experience */
#oexperience-section {
  position: relative;
  background: var(--primary-color);
  padding: 70px 0 60px;
}
#oexperience-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-pattern.png) no-repeat center center;
  background-size: cover;
  opacity: .07;
}
#oexperience-section .section-heading {
  text-align: left;
}
#oexperience-section .section-heading h2 {
  color: #fff;
  font-size: 55px;
}
#oexperience-section .section-heading h2 small {
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 0.545em;
  margin-bottom: 5px;
  color: inherit;
}

.oexperience-top p {
  font-size: 16px;
  font-style: italic;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.5;
}

.oexperience-slick-wrap {
  width: calc(calc(100vw - 1140px) / 2 + 100%);
}

.oexperience-slick {
  margin-top: 68px;
}
.oexperience-slick .slick-list {
  margin: 0 -20px;
  padding-right: 15.83%;
}
.oexperience-slick .slick-slide {
  margin: 0 20px;
}
.oexperience-slick .slick-current + .slick-slide .oe-photo canvas,
.oexperience-slick .slick-current + .slick-slide + .slick-slide + .slick-slide .oe-photo canvas {
  opacity: .8;
}

.oexperience-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.oexperience-item:hover .oe-photo {
  box-shadow: none;
}
.oexperience-item:hover .oe-photo canvas {
  opacity: 1 !important;
  -webkit-transform: scale(1.8) translateZ(0);
          transform: scale(1.8) translateZ(0);
}
.oexperience-item:hover > .oe-details {
  opacity: 0;
}
.oexperience-item:hover .oe-hover {
  opacity: 1;
  visibility: visible;
}
.oexperience-item:hover .oe-hover .oe-details {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.oe-photo {
  background: #4c99db;
  box-shadow: 0px 0px 10px 0px rgba(0, 21, 34, 0.2);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.oe-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.oe-details {
  position: relative;
  padding: 30px 10px 37px 24%;
  opacity: 1;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.oe-details::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: calc(100% + 39px);
  left: 12.7%;
  width: 2px;
  background: #c0c0c0;
}
.oe-details .oe-price {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}
.oe-details .oe-address {
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
    line-height: 1.5;
}

.oe-hover {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 30px 15px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.oe-hover .oe-details {
  opacity: 0;
  padding: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.oe-hover .oe-details::before {
  display: none;
}
.oe-hover .explore {
  position: relative;
  display: inline-block;
  background: transparent;
  min-width: 180px;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 15.5px 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 30px;
}
.oe-hover .explore::before {
  content: '';
  position: absolute;
  top: 100%;
  height: 100vh;
  left: 50%;
  background: #fff;
  width: 1px;
}

/* Section 5 */
.section-5 {
  margin: 185px 0;
}
.section-5::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/bg-testi.jpg) no-repeat center bottom;
  background-size: 100% auto;
  width: 66.25%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .15;
  z-index: -1;
}
.section-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(images/overlay-section.png) no-repeat center center;
  background-size: 100% auto;
  width: 69.6%;
  height: 100%;
  z-index: -1;
}

/* Join Us */
.join-us-wrap {
  position: relative;
  max-width: 745px;
  width: 100%;
  margin-left: -15px;
}

.join-us-photo {
  background: var(--primary-color);
  padding: 20px;
  padding-left: 0;
}
.join-us-photo img {
  width: 100%;
}

.join-us-description {
  position: relative;
  width: 100%;
  max-width: 575px;
  background: #fff;
  margin: -222px auto 0;
  z-index: 1;
  padding: 65px 65px 0;
}
.join-us-description .section-heading {
  text-align: left;
}
.join-us-description p {
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 2;
  color: var(--text-color);
  margin-top: 38px;
}
.join-us-description .default-btn {
  margin-top: 47px;
}

/* Testimonails */
#testimonials-section .section-heading h2, #testimonials-section .section-heading small {
  color: #fff;
}

.testi-wrap {
  position: relative;
  max-width: 665px;
  width: 100%;
  background: var(--primary-color);
  text-align: center;
  padding: 105px 0 65px;
}
.testi-wrap .testi-quote {
  position: absolute;
  top: -35px;
  left: 50%;
  width: 79px;
  height: 79px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: var(--primary-color);
  border: 2px solid #fff;
}
.testi-wrap .testi-quote::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27px;
  height: 20px;
  background: url(images/icon-quote.png) no-repeat center center;
}
.testi-wrap .default-btn {
  margin-top: 50px;
  background: #fff;
  color: var(--primary-color);
  min-width: 262px;
}
.testi-wrap .default-btn:hover,
.testi-wrap .default-btn:focus{
  opacity: .6;
}

.testi-slick {
  position: relative;
  margin-top: 40px;
  padding: 0 60px;
}
.testi-slick .slick-arrow {
  position: absolute;
  top: 12px;
  left: 0;
  box-sizing: border-box;
  display: block;
  font-size: 9px;
  background: #fff;
  color: var(--primary-color);
  border: none;
  z-index: 1;
  padding: 0;
  width: 41px;
  height: 87px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: none;
}
.testi-slick .slick-arrow.testi-prev::before {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testi-slick .slick-arrow.testi-next {
  left: initial;
  right: 0;
}
.testi-slick .slick-arrow.testi-next:hover {
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.testi-slick .slick-arrow:hover {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  opacity: .6;
}

.testi-item {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.testi-item p {
  font-size: 14px;
  letter-spacing: .05em;
  color: #efefef;
  line-height: 2;
}
.testi-item .testi-author {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 16px;
  letter-spacing: .1em;
  color: #fefefe;
  text-transform: uppercase;
  margin-top: 45px;
}
.testi-item .testi-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.testi-item .testi-rating em {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background: url(images/icon-star.png) no-repeat center center;
  background-size: 100% 100%;
  margin: 0 2px;
}

/* Subscribe */
#subscribe-section {
  text-align: center;
  padding: 20px 0;
  background: url(images/bg-subscribe.jpg) no-repeat center center;
  background-size: cover;
}
#subscribe-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
#subscribe-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 11%;
  height: 100%;
  width: 69.56%;
  background: url(images/overlay-subscribe.png) no-repeat center center;
  background-size: auto 100%;
  opacity: .85;
  pointer-events: none;
}
#subscribe-section > .container {
  position: relative;
  z-index: 1;
}
#subscribe-section p {
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--text-color);
  line-height: 2;
  margin-top: 15px;
}
#subscribe-section .default-btn {
  margin-top: 45px;
}

/* Footer */
#main-footer {
  position: relative;
}
#main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-footer.jpg) no-repeat center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
#main-footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(images/acc-space-insigna-a.png) no-repeat right -200px top -10px;
  opacity: .07;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#main-footer .container {
  position: relative;
  z-index: 1;
}

/* Footer top */
.footer-top {
  padding: 100px 0 110px;
  background: rgba(24, 24, 24, 0.93);
}

.footer-nav {
  margin-top: 22px;
}
.footer-nav li {
  display: block;
  margin-top: 23px;
}
.footer-nav li:first-child {
  margin-top: 0;
}
.footer-nav li a {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.footer-nav li a:hover {
  color: var(--primary-color);
}

.footer-contact-info .contact-list {
  display: block;
  margin-top: 20px;
}
.footer-contact-info .contact-list li {
  position: relative;
  display: block;
  margin-top: 30px;
}
.footer-contact-info .contact-list li:first-child {
  margin-top: 0;
}
.footer-contact-info .contact-list li a, .footer-contact-info .contact-list li span {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--tertiary-font);
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-contact-info .contact-list li a:hover{
  color: var(--primary-color);
}
.footer-contact-info .contact-list li.location span {
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 1.7;
}
.footer-contact-info .contact-list em[class^="ai-font-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  margin-right: 13px;
}
.footer-contact-info .contact-list em[class^="ai-font-phone"] {
  font-size: 15px;
}
.footer-contact-info .contact-list em[class^="ai-font-location"] {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: baseline;
}

.footer-right {
  text-align: right;
}
.footer-right .smi-list {
  margin-top: 40px;
}
.footer-right .smi-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.footer-right .smi-list li:first-child {
  margin-left: 0;
}
.footer-right .smi-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 19px;
  color: #fff;
  width: 42px;
  height: 42px;
  background: var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.footer-right .smi-list li a:hover {
  opacity: .6;
}
.footer-right .smi-list li a.ai-font-facebook {
  background: #3a559f;
}
.footer-right .smi-list li a.ai-font-linkedin {
  background: #0077b7;
}
.footer-right .smi-list li a.ai-font-instagram {
  background: #f09433;
  background: url(images/bg-instagram.png) no-repeat center center;
  background-size: cover;
}
.footer-right .smi-list li a.ai-font-youtube {
  background: #ff0000;
}

/* Footer bot */
.footer-bot {
  padding: 45px 0;
  background: rgba(0, 0, 0, 0.95);
}

.footer-copyright .copyright {
  font-size: 13px;
  color: #dbdbdb;
  line-height: 1.2;
}
.footer-copyright .copyright a {
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.footer-copyright .copyright a:hover {
  color: var(--primary-color);
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
}

.ip-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 350px;
  background-color: #f9f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 45px;
  letter-spacing: .05em;
  line-height: 1.2;
  color: var(--primary-color);
  word-break: break-word;
  text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .entry {
  font-size: 16px;
}

.ai-default-cf7wrap input[type="submit"],
.ai-default-cf7wrap input.wpcf7-submit {
  background: var(--primary-color) !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
  background: var(--accent-color) !important;
}

/* Sidebar Goes Here */
.sidebar-item {
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

/* Sidebar Ends Here */
/******************************
**** Additional CSS Here ******
*******************************/
#content a:hover {
  color: var(--primary-color);
}

div.wpcf7-response-output {
  text-align: center;
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


.oe-photo span.oexperience-status {
    letter-spacing: .050em;
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: var(--primary-color);
    background: #fff;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 110px;
    padding: 6px 5px;
    text-align: center;
    z-index: 10;
}

.oexperience-slick .slick-list {
    margin-right: -60px;
    padding: 0;
}

.oexperience-slick .listing-lease span.size {
    font-family: var(--secondary-font);
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
}


a.skiptobtn {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  background: rgba(255,255,255,0.5);
  color: #000;
}
a.skiptobtn:focus {
  opacity: 1;
  z-index: 9;
  display: block;
}

.grecaptcha-badge{
  z-index: 1010;
  bottom: 115px !important;
}


.git-text span {
    display: block;
    font-family: var(--primary-font);
    font-size: 18px;
    color: var(--text-color);
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.git-text {
    margin: 15px 0;
    text-align: center;
}

.git-form {
    font-size: 13px;
    color: var(--text-color);
    letter-spacing: 0.04em;
    font-weight: 400;
}

.git-form-field input[type="text"], 
.git-form-field input[type="tel"], 
.git-form-field input[type="email"], 
.git-form-field input[type="submit"], 
.git-form-field textarea {
    border: 1px solid rgba(32, 98, 139, 0.5);
    height: 60px;
    width: 100%;
    background: transparent;
    padding: 0 20px;
}

.git-form-field input[type="checkbox"]{
    height: 11px;
}

.git-inner {
    padding: 40px;
}

.git-form-field {
    width: 100%;
    padding: 10px;
    text-align: left;
}

.git-form-field.form-field-small {
    width: 50%;
}

.git-form-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.git-form-field textarea {
    height: 120px;
    resize: none;
    padding-top: 20px;
}

.form-field-submit{
    display: flex;
    align-items: center;
    justify-content: center;
}

.git-form-field input[type="submit"] {
    background: var(--primary-color);
    max-width: 224px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15.5px 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    box-shadow: none;
    text-align: center;
}

.git-form-field span.git-label {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .04em;
    color: var(--text-color);
    line-height: 2;
}

.git-form-field span.wpcf7-list-item.first {
    margin-left: 0;
}

.git-form-field input[type="submit"]:hover {
    color: var(--primary-color);
    background: var(--button-hover-color);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    border-color: transparent;
}