/*
  Theme Name: Hollow
  Theme URI: http://bigtuna.com
  Description: BigTuna WordPress Theme
  Version: 1.0.0
  Author: BigTuna
  Author URI: http://bigtuna.com
  Tags: HTML5, CSS3
*/
@charset "utf-8";

/*============================ */
/* VARIABLES
============================== */

:root {
  /* Color Variables: */
  --blue: #002e71;
  --blueDark: #00183b;
  --purple: #662482;
  --grey: #646464;
  
  /* Font Variables */
  --headingFont: 'Oswald', sans-serif;
  --mainFont: 'Montserrat', sans-serif;
}

html {
  font-family: var(--mainFont);
}
body {
  background: url(img/body-bg.jpg) center /cover no-repeat fixed;
}
h1, h2, h3 {
  font-family: var(--headingFont);
}

/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  /* background: #fff; */
  background: transparent;
  color: #f6f6f6;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
  background: #fff;
}
.hollow-header-09 .logo img {
  max-width: 100%;
  transition: all .32s ease;
}
.hollow-header-09.sticky .logo img {
  display: none;
}
.hollow-header-09 .va-middle {
  float: left;
}
.hollow-header-09 .phone-wrap,
.hollow-header-09 .email-wrap {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.hollow-header-09 .phone-wrap a,
.hollow-header-09 .email-wrap a {
  color: var(--blue);
  font-size: 1.2rem;
  font-weight: 400;
  margin: .4rem 0;
  display: inline-block;
  transition: all 0.2s ease;
}
.hollow-header-09 .phone-wrap i,
.hollow-header-09 .email-wrap i {
  padding-right: 0.35rem;
}
.hollow-header-09 .phone-wrap a:hover,
.hollow-header-09 .email-wrap a:hover {
  color: var(--purple);
}
.hollow-header-09 .social {
  display: inline-block;
}
.hollow-header-09 .social a {
  color: var(--blue);
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
  transition: all 0.2s ease;
}
.hollow-header-09 .social a:hover {
  color: var(--purple);
}
/*.hollow-header-09 .logo img {
  padding: 1rem;
  background: #fff;
  margin-bottom: -6rem;
  border-radius: 0 0 3px 3px;
}*/
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: #fff;
  margin: 0;
  padding: 0rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
  font-family: var(--headingFont);
  margin-bottom: 2rem;
}
.hollow-header-09.sticky .meta-wrap-inner {
  display: none;
}
.hollow-header-09 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
  color: var(--purple);
}
.hollow-header-09 .mobile-toolbar nav a.mobile-icon {
  font-size: 26px;
}
.hollow-header-09.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-09 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-09 nav {
  /* display: flex; */
  background: none;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
  /* font-family: var(--headingFont); */
  /* text-align: center; */
  /* justify-content: center; */
}
.hollow-header-09 nav a {
  padding: 0.3rem 0.6rem;
  display: block;
  color: var(--blue);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  /* border-bottom: 3px solid transparent; */
  transition: all .2s ease;
}
.hollow-header-09 nav a:focus {
  color: #000;
}
.hollow-header-09 nav a i {
  padding-right: .4rem;
}
.hollow-header-09 nav .menu-item {
  margin-bottom: 0;
}
/* NAV LEVEL ONE */
.hollow-header-09 .menu-item.open>a, .hollow-header-09 .menu-item:hover>a, .hollow-header-09 .menu-item.active a, .hollow-header-09 .menu-item.active:hover>a {
  color: #fff;
  background: var(--purple);
}
/* NAV LEVEL TWO */
.hollow-header-09 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  display: none;
}
.hollow-header-09 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-09 nav .dropdown-menu a {
  background: var(--blue);
  color: #fff;
  text-align: left;
}
.hollow-header-09 .dropdown-menu>li:hover>a,
.hollow-header-09 .dropdown-menu>li.active>a,
.hollow-header-09 .dropdown-menu>.active>a:hover,
.hollow-header-09 .dropdown-menu>.active>a:focus {
  background: var(--purple);
  color: #fff;
  border-color: transparent;
}
.hollow-header-09 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-09 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  margin-left: auto;
}
.hollow-header-09 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.hollow-header-09 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-09 .hamburger:before,
.hollow-header-09 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  /*transition-property: transform, top;
  transition-duration: .2s;
  transition-timing-function: ease;*/
  transition: all .2s ease;
  transform: translateZ(0);
}
.hollow-header-09 .hamburger:after {
  top: 60%;
}
header.hollow-header-09.header-menu-open #mobile,
header.hollow-header-09.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before,
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before {
  transform: rotate(45deg);
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  transform: rotate(-45deg);
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-09 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hollow-header-09 .mobile-toolbar a {
  color: #fff;
  padding: .5rem .6rem;
}
.hollow-header-09 .mobile-toolbar a:hover,
.hollow-header-09 .mobile-toolbar a:focus {
  color: #f6f6f6;
}
.hollow-header-09 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-09 > .container,
  .hollow-header-09 .meta-wrap-outer > .container {
    width: 100%;
    padding: 0 2rem;
  }
  .hollow-header-09 nav a {
    text-transform: capitalize;
  }
}
@media screen and (min-width: 992px) {
  .hollow-header-09 .mobile-toolbar {
    display: none;
  }
  .hollow-header-09 .menu {
    float: right;
  }
  .hollow-header-09 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-09 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 12rem;
    min-width: max-content;
  }
  .hollow-header-09 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-09 .mobile-toolbar {
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  .hollow-header-09 {
    background: #fff;
  }
  .hollow-header-09 .logo {
    text-align: center;
  }
  .hollow-header-09 .logo img {
    margin: 55px auto 10px;
    box-shadow: none;
    /*max-width: 60%;*/
  }
  body:not(.home) .hollow-header-09 .logo {
    display: none;
  }
  .hollow-header-09 .meta-wrap-inner {
    display: none;
  }
  header.hollow-header-09.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-09 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: var(--blue);
    display: flex;
  }
  .hollow-header-09 nav a {
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 0.6rem;
  }
  .hollow-header-09 .menu-item.open>a, 
  .hollow-header-09 .menu-item:hover>a, 
  .hollow-header-09 .menu-item.active a, 
  .hollow-header-09 .menu-item.active:hover>a {
    color: #fff;
    background: var(--blueDark);
  }
  .hollow-header-09 .dropdown-menu>li:hover>a, 
  .hollow-header-09 .dropdown-menu>li.active>a, 
  .hollow-header-09 .dropdown-menu>.active>a:hover, 
  .hollow-header-09 .dropdown-menu>.active>a:focus {
    color: #fff;
    background: var(--blueDark);
  }
  .hollow-header-09 .hamburger::before,
  .hollow-header-09 .hamburger::after {
    background: var(--blue);
  }
  .hollow-header-09 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--blue);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-09 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-09 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-09 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-09 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-09 .mobile-toolbar a {
    font-size: 26px;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-09 nav a {
    font-size: 1.75rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .hollow-header-09 .logo img {
    max-width: 90%;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-09 nav a {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  .default-popup .form-wrap,
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/

/*============================ */
/* Hero 15
============================== */
.hollow-hero-15 {
  position: relative;
}
.hollow-hero-15 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 6rem 5vw;
  background: var(--blueDark);
}
.hollow-hero-15 .text-wrap h1 {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 2.5rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0.25rem;
}
.hollow-hero-15 .text-wrap h3 {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2rem;
}
.hollow-hero-15 .text-wrap p {
  color: #FFF;
  margin-bottom: 3rem;
  font-weight: 400;
}
.hollow-hero-15 .text-wrap a {
  border-color: #fff;
  color: #fff;
}
.hollow-hero-15 .text-wrap a::before {
  background: var(--blue);
}
.hollow-hero-15 .slider-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0;
  visibility: hidden;
}
.hollow-hero-15 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-15 .slick-track {
  height: 100%;
}
.hollow-hero-15 .slick-list {
  height: 100%;
}
.hollow-hero-15 .slide {
  position: relative;
  overflow: hidden;
}
.hollow-hero-15 .slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Highlights */
.hollow-hero-15 .text-wrap ul {
  margin-bottom: 2rem;
}
.hollow-hero-15 .text-wrap ul li {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFF;
}
.hollow-hero-15 .text-wrap ul li i {
  font-size: 1.25rem;
  margin-right: .75rem;
}
.hollow-hero-15 hr {
  margin: 0 0 2rem;
  width: 10rem;
}
.hollow-hero-15 ul li#itemOne {
  animation: heroHighlight 1.5s linear;
  animation-delay: 2.5s;
}
.hollow-hero-15 ul li#itemTwo {
  animation: heroHighlight 1.5s linear;
  animation-delay: 4s;
}
.hollow-hero-15 ul li#itemThree {
  animation: heroHighlight 1.5s linear;
  animation-delay: 5.5s;
}
@keyframes heroHighlight {
  0% {
    color: #FFF;
  }
  50% {
    color: var(--blue);
  }
  100% {
    color: #FFF;
  }
}

/* Image Slider */
.hollow-hero-15 ul.slick-dots {
  bottom: 4rem;
}
.hollow-hero-15 ul.slick-dots li button:before {
  color: #FFF;
  font-size: 1rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 400;
  opacity: 1;
  text-shadow: 0 0 20px #696969;
}
.hollow-hero-15 ul.slick-dots li.slick-active button:before {
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .hollow-hero-15 .text-wrap {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-hero-15 .slide img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-15 .flex-container-fluid {
    flex-direction: column;
  }
  .hollow-hero-15 .text-wrap {
    width: 100%;
  }
  .hollow-hero-15 .text-wrap h1 {
    font-size: 2rem;
  }
  .hollow-hero-15 .text-wrap h3 {
    font-size: 1.5rem;
    font-family: var(--mainFont);
    font-weight: 400;
  }
  .hollow-hero-15 .slider-wrap {
    width: 100%;
    height: 24rem;
  }
  .hollow-hero-15 ul.slick-dots {
    bottom: 2rem;
  }
}
/*============================ */
/* Action 11
============================== */
.hollow-action-11 {
  padding: 2rem 0;
  background: var(--blue);
}
.hollow-action-11 .flex-container,
.hollow-action-11 .flex-container-fluid {
  justify-content: center;
  align-items: center;
}
.hollow-action-11 h3 {
  color: #FFF;
  font-weight: 300;
  font-size: 1.75rem;
  text-align: center;
}
.hollow-action-11 h3 span {
  border-bottom: 2px solid var(--purple);
  font-weight: 400;
  margin-right: .25rem;
  padding-bottom: .25rem;
}
.hollow-action-11 h3#phone a {
  font-weight: 400;
  color: var(--purple);
  padding: 0 1.5rem;
  transition: all .3s ease;
}
.hollow-action-11 h3#phone a:hover {
  color: #fff;
  border: none;
}
.hollow-action-11 a {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hollow-action-11 a::before {
  background: var(--purple);
}
.hollow-action-11 a:hover {
  border-color: var(--purple);
}
@media only screen and (max-width: 991px) {
  .hollow-action-11 {
    padding: 2rem 0;
  }
  .hollow-action-11 .flex-container,
  .hollow-action-11 .flex-container-fluid {
    flex-flow: column;
  }
  .hollow-action-11 h3 {
    margin-bottom: 1rem;
    padding: 0;
  }
  .hollow-action-11 h3 span {
    border: none;
    padding: none;
    font-weight: 300;
  }
}

/*============================ */
/* Content 10
============================== */
.hollow-content-10 .reverse {
  flex-direction: row-reverse;
}
.hollow-content-10 .text-wrap {
  padding: 4rem;
  width: 50%;
  background: #fff;
  background: transparent;
}
.hollow-content-10 .text-wrap h2 {
  color: var(--blue);
  font-weight: 600;
  margin-bottom: .5rem;
  font-size: 2.25rem;
}
.hollow-content-10 .text-wrap h3 {
  color: var(--purple);
  margin-bottom: 1rem;
  font-weight: 600;
}
.hollow-content-10 .text-wrap p {
  margin-bottom: 1rem;
  /* color: var(--blue); */
}
.hollow-content-10 .text-wrap p a:hover {
  color: var(--blueDark);
}
.hollow-content-10 .button-wrap a {
  display: inline-flex;
  background: var(--blue);
  padding: .5rem .75rem;
  transition: all .3s ease;
  margin-bottom: 1rem;
}
.hollow-content-10 .button-wrap a:hover {
  background: var(--blueDark);
}
.hollow-content-10 .button-wrap a i {
  color: #FFF;
}
.hollow-content-10 .img-wrap {
  width: 50%;
  position: relative;
}
.hollow-content-10 .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hollow-content-10 a .play-btn {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  transition: all .3s ease;
}
.hollow-content-10 a:hover .play-btn {
  background: #FF0000;
}
.hollow-content-10 a .play-btn:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.hollow-content-10 a img,
.hollow-content-10 a .play-btn {
  cursor: pointer;
}
.hollow-content-10 a .play-btn,
.hollow-content-10 a .play-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}

@media only screen and (max-width: 991px) {
  .hollow-content-10 .flex-container-fluid {
    flex-direction: column;
  }
  .hollow-content-10 .text-wrap {
    order: 1;
    width: 100%;
  }
  .hollow-content-10 .img-wrap {
    order: 2;
    width: 100%;
  }
  .hollow-content-10 .img-wrap img {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-10 .text-wrap {
    padding: 2rem 1rem 1rem;
  }
}
.hollow-social-01 {
  position: relative;
  background: var(--blue);
  padding: 4rem 0;
}
.hollow-social-01 .social-content-outer {
  display: block;
  position: relative;
  text-align: center;
  /* padding: 0 2rem; */
}
.hollow-social-01 .social-content-inner {
  display: inline-block;
  position: relative;
  margin: auto;
  max-width: 500px;
  text-align: left;
  font-size: 2rem;
}
.hollow-social-01 h3 {
  position: relative;
  font-size: 2.25rem;
  color: #FFF;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 1rem;
}
.hollow-social-01 p {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1.3;
  font-size: .6em;
  font-weight: 300;
  margin-bottom: 1rem;
}
.hollow-social-01 .social {
  display: block;
  position: relative;
}
.hollow-social-01 .social a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-social-01 .social .fa-stack {
  height: 4rem;
  width: 4rem;
}
.hollow-social-01 .social .fa-stack-1x {
  line-height: inherit;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-social-01 .social .fa-stack-2x {
  line-height: inherit;
  color: var(--purple);
  font-size: 3.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-social-01 .social a:hover .fa-stack-1x {
  color: var(--purple);
}
.hollow-social-01 .social a:hover .fa-stack-2x {
  color: #fff;
}
.hollow-social-01 .social-feed-wrap {
  display: block;
  position: relative;
  text-align: center;
}
.hollow-social-01 .social-feed-wrap iframe {
  width: 500px;
}
@media only screen and (max-width: 991px) {
  .hollow-social-01 h3 {
    /* font-size: 1.8rem; */
  }
}
@media only screen and (max-width: 767px) {
  .hollow-social-01 {
    padding: 3rem 0;
  }
  .hollow-social-01 .social-content-outer {
    padding: 0 1rem 2rem;
  }
}
/*============================ */
/* Action 13
============================== */
.hollow-action-13 {
  position: relative;
  padding: 6rem 0;
  background: url(img/action-bg.jpg) center /cover no-repeat fixed;
}
.hollow-action-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(61 61 61 / 70%);
}
.hollow-action-13 .flex-container {
  position: relative;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hollow-action-13 h2 {
  color: #FFF;
  /* color: var(--blue); */
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.5rem;
}
.hollow-action-13 p {
  color: #FFF;
  /* color: var(--purple); */
  margin-bottom: 3rem;
  max-width: 50rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.hollow-action-13 .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-13 a {
  padding: .7rem 2rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  /* border-radius: 2rem; */
  margin: .75rem;
}
.hollow-action-13 a.optionA {
  border: 2px solid #FFF;
  color: #FFF;
  transition: all .3s ease;
}
.hollow-action-13 a.optionA:hover {
  background: #FFF;
  color: var(--blue);
}
.hollow-action-13 a.optionB {
  background: var(--blue);
  color: #FFF;
  transition: all .3s ease;
  border: 2px solid white;
}
.hollow-action-13 a.optionB:hover {
  background: var(--blueDark);
}
.hollow-action-13 a.optionB span {
  border-bottom: 2px solid #FFF;
  padding-bottom: .1rem;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .hollow-action-13 {
    padding: 3rem 0;
  }
  .hollow-action-13 h2,
  .hollow-action-13 p {
    margin-bottom: 1rem;
  }
  .hollow-action-13 .button-wrap {
    flex-flow: column;
  }
  .hollow-action-13 a.optionA {
    margin-bottom: 1rem;
  }
}
/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: var(--blue);
  padding: 6rem;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.hollow-contact-15 .get-in-touch h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: var(--purple);
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  color: var(--purple);
  font-size: 1.5rem;
  padding-right: 1rem;
  padding-top: .2rem;
}
.hollow-contact-15 .get-in-touch li i.fa-flip-horizontal {
  padding: 0;
  padding-left: 1rem;
}
.hollow-contact-15 .get-in-touch li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--purple);
}
.hollow-contact-15 .social a {
  color: #fff;
  margin-right: .7rem;
  font-size: 1.5rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--purple);
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: #eee;
  padding: 6rem;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--blue);
  margin-bottom: 0.5rem;
}
.hollow-contact-15 .contact-us h2 {
  color: var(--blue);
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: var(--purple);
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: var(--rale);
  z-index: 0;
  height: 7rem;
}
.hollow-contact-15 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-15 .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-15 .flex-info {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
}
.hollow-contact-15 .flex-info ul {
/*   width: 48%; */
  width: 100%;
}
.hollow-contact-15 .logos-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hollow-contact-15 input:not([type="submit"]),
.hollow-contact-15 textarea {
  font-size: 1.1rem;
  width: 100%;
  /* border-radius: 10px; */
  color: dimgrey;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: var(--rale);
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: var(--blue);
  border: none;
  /* border-radius: 2rem; */
  padding: .7rem 1.5rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--rale);
  font-size: 1.1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--blueDark);
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 550px;
}
.hollow-contact-15 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hollow-contact-15 .map-wrap iframe.clicked {
  pointer-events: auto;
}
@media only screen and (max-width: 1199px) {
  .hollow-contact-15 .get-in-touch {    
    padding: 4rem 2rem;
  }
  .hollow-contact-15 .contact-us {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-15 .get-in-touch {    
    padding: 6rem 3rem;
  }
  .hollow-contact-15 .contact-us {
    padding: 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 3rem;
  }
  .hollow-contact-15 .get-in-touch li {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .flex-info ul {
    width: 100%;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
  }
}
.hollow-web-design-01 {
  display:block;
}
.hollow-web-design-01 .top-half {
  background:#fff;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .top-half h1 {
  color:var(--defaultMainDark);
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#000;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#000;
  font-weight:500;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  background:#F6F6F6;
  padding:4rem 0 2rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  padding: 10px 0px 10px 15px;
  border-radius:10px;
  border-color: #DCDCDC;
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#000; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background:var(--blue);
  border-radius:35px;
  text-transform:uppercase;
  border:none;
  font-weight:500;
}
@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}
/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: var(--blueDark);
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}
.hollow-footer-04 img {
  margin-bottom: 1rem;
  max-width: 10rem;
  /* filter: brightness(0) invert(1); */
}
.hollow-footer-04 h3 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted #FFF;
  padding-top: .5rem;
  justify-content: center;
}
.hollow-footer-04 .main a {
  padding: .5rem;
  width: 3rem;
  margin: 0 .25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.hollow-footer-04 .main a i {
  color: #FFF;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main a:hover i {
  color: var(--purple);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  padding: 1rem 0;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--blue);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--purple);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-contact .hollow-footer-04 .main .flex-container {
    padding: 8rem 0 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-04 img {
    max-width: 14rem;
  }
  .hollow-footer-04 .meta {
    flex-direction: column;
  }
  .hollow-footer-04 .meta .flex-container {
    flex-flow: column;
  }
  .hollow-footer-04 .meta span:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}


/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--blue);
}
.search-form-wrap button:hover {
  background: var(--blueDark);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--blue);
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: var(--blueDark);
}
.blog-wrap .post-item .post-content a {
  background: var(--blue);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--blueDark);
}
.blog-wrap .post-item p {
  border-color: var(--blue);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--blue);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--blue);
}
.blog-sidebar .post-item-header h2 {
  background: var(--blue);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--blue);
}
.blog-post-content h2 {
  color: var(--blueDark);
}
.blog-post-content h3 {
  color: var(--blue);
}
.blog-post-content p a {
  color: var(--blue);
}
.blog-post-content p a:hover {
  color: var(--blueDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--blue);
}
.blog-return a.blog-return-btn:hover {
  background: var(--blueDark);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--blueDark);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--blue);
}
.pagination span.page-numbers.current {
  background: var(--blue);
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .form-wrap h3 {
  color: var(--blue);
}
.default-popup .wpcf7-form-control-wrap input:focus,
.default-popup .wpcf7-form-control-wrap select:focus,
.default-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--blueDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--blue);
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--blueDark);
}
.default-popup .loader-wrap {
  background: var(--blue);
}
.default-popup .button-wrap i {
  background: var(--blue);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
  padding: 1.5rem;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.3rem;
}
.default-popup .content-wrap h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1.1rem;
}
.default-popup .location {
  margin-bottom: 2rem;
}
.default-popup .location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-popup .location ul li {
  display: flex;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--blue);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--blue);
}
.default-popup .form-wrap .close:hover {
  background: var(--blue);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: var(--blueDark);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--purple);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--blueDark);
  background: var(--blue);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--blue);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--blueDark);
}
/*============================ */


/*INTERIOR PAGES*/


/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 3rem 0 2rem;
  text-align: center;
  background: whitesmoke;
  border-bottom: 3px solid gainsboro;
}
.interior-header-05 h1 {
  position: relative;
  color: var(--blue);
  margin-bottom: .75rem;
  font-weight: 700;
}
.interior-header-05 h2 {
  position: relative;
  color: var(--purple);
  font-size: 1.2rem;
  font-family: var(--mainFont);
  margin-bottom: 1.5rem;
  max-width: 30rem;
}
.interior-header-05 p {
  font-size: 1.2rem;
  color: dimgrey;
  max-width: 50rem;
  /* margin-bottom: 0; */
}
@media only screen and (max-width: 991px) {
  .interior-header-05 {
    padding: 4rem 1rem 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-header-05 h2 {
    max-width: 100%;
  }
  .interior-header-05 p {
    max-width: 100%;
  }
}

/*============================ */
/* Content 04
============================== */
.hollow-content-04 {
  padding: 0 0 3rem;
}
.hollow-content-04.top {
  padding: 2rem 0 0;
}
.hollow-content-04 .flex-container {
  align-items: stretch;
  justify-content: space-between;
}
.hollow-content-04 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--blue);
  padding: 2rem;
}
.hollow-content-04.bottom .text-wrap {
  /* background: var(--blueDark); */
  background: #fff;
  border: 3px solid whitesmoke;
}
.hollow-content-04 .title-wrap {
  margin-bottom: 1rem;
}
.hollow-content-04 .title-wrap h1 {
  color: var(--blue);
  font-weight: 700;
  margin-bottom: .25rem;
}
.hollow-content-04 .title-wrap h3 {
  color: #fff;
  font-weight: 700;
  border-left: 4px solid var(--purple);
  padding: .25rem 0 .25rem 1rem;
}
.hollow-content-04 .text-wrap p {
  color: #fff;
  /* margin-bottom: 0; */
}
.hollow-content-04.bottom .title-wrap h3 {
  color: var(--blue);
}
.hollow-content-04.bottom .text-wrap p {
  color: var(--blue);
}
.hollow-content-04 .full-width {
  width: 100%;
  margin: 2rem 0 0;
}
.hollow-content-04 .img-wrap {
  position: relative;
  width: 53%;
  margin: 2rem 0;
}
.hollow-content-04 img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-04 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .hollow-content-04 .flex-container.reverse {
    flex-direction: row-reverse;
  }
  .hollow-content-04.left .text-wrap {
    padding: 2rem 2rem 2rem 4rem;
  }
  .hollow-content-04.right .text-wrap {
    padding: 2rem 4rem 2rem 2rem;
  }
  .hollow-content-04.left .img-wrap {
    margin-right: -2rem;
    z-index: 10;
  }
  .hollow-content-04.right .img-wrap {
    margin-left: -2rem;
    z-index: 10;
  }
  .hollow-content-04 .img-wrap img {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-04 {
    padding: 0;
  }
  .hollow-content-04.bottom {
    padding: 0 0 2rem;
  }
  .hollow-content-04.bottom .text-wrap {
    margin: 0;
  }
  .hollow-content-04 .flex-container > * {
    flex-basis: 48%;
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .img-wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-04 {
    padding: 2rem 0;
  }
  .hollow-content-04.bottom {
    /* padding-bottom: 0; */
  }
  .hollow-content-04 .flex-container {
    flex-direction: column;
  }
  .hollow-content-04 .flex-container > * {
    width: 100%;
  }
  .hollow-content-04 .text-wrap {
    /* margin-bottom: 2rem; */
  }
  .hollow-content-04 .img-wrap {
    margin: 0;
  }
}
/*============================ */
/* Interior Portfolio
============================== */
.interior-portfolio {
  padding: 0 0 2rem;
}
.interior-portfolio .gallery-wrap {
  width: 100%;
}
.interior-portfolio .gallery-wrap a img {
  transition: all .3s ease;
}
.interior-portfolio .gallery-wrap a img:hover {
  opacity: .8;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-portfolio .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-portfolio {
    padding: 2rem 0 0;
  }
}
/*============================ */
/* Interior Careers 01
============================== */
.interior-careers-01 {
  padding: 2rem 0;
}
.interior-careers-01 .title-wrap {
  padding: 2rem;
  background: var(--blue);
  margin-bottom: 2rem;
}
.interior-careers-01 .title-wrap h3 {
  color: #fff;
  font-weight: 700;
  border-left: 4px solid var(--purple);
  padding: .25rem 0 .25rem 1rem;
  margin-bottom: 1rem;
}
.interior-careers-01 .title-wrap p {
  color: #fff;
}
.interior-careers-01 .form-wrap {
  width: 100%;
  position: relative;
}
.interior-careers-01 .form-wrap form {
  background: gainsboro;
  padding: 2rem;
  border: 3px solid #fff;
}
.interior-careers-01 .group-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.interior-careers-01 .group-wrap p {
  margin: 0.5rem 0;
  color: var(--blue);
}
.interior-careers-01 .group-wrap h3 {
  margin-bottom: 1rem;
  color: var(--purple);
  font-weight: 600;
}
.interior-careers-01 ::-webkit-input-placeholder {
  color: #777!important;
}
.interior-careers-01 ::-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 :-ms-input-placeholder {
  color: #777!important;
}
.interior-careers-01 :-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
}
.interior-careers-01 .wpcf7-form-control-wrap input,
.interior-careers-01 .wpcf7-form-control-wrap select,
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  font-family: var(--mainFont);
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #ccc;
}
.interior-careers-01 .wpcf7-form-control-wrap input:focus,
.interior-careers-01 .wpcf7-form-control-wrap select:focus,
.interior-careers-01 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--purple);
}
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"] {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"]:hover {
  color: var(--purple);
  background: rgba(255,255,255,0.8);
}
.interior-careers-01 .submit-wrapper {
  text-align: center;
}
.interior-careers-01 .submit-wrapper input[type="submit"] {
  font-family: var(--mainFont);
  font-size: 1.2rem;
  color: #fff;
  background: var(--blue);
  padding: .5rem 2.5rem;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
}
.interior-careers-01 .submit-wrapper input[type="submit"]:hover {
  background: var(--purple);
  border-color: var(--purple);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-careers-01 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-careers-01 {
    padding: 2rem 0;
  }
  .interior-careers-01 .content-wrap {
    margin-bottom: 2rem;
  }
  .interior-careers-01 .form-wrap form {
    padding: 1.5rem 1rem;
  }
}



/*============================ */
/* Interior Maps 01
============================== */
.interior-maps-01 {
  padding: 4rem 0;
}
.interior-maps-01 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.interior-maps-01 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 4rem 2rem 2rem;
  background: var(--blue);
}
.interior-maps-01 h3 {
  color: #fff;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 700;
}
.interior-maps-01 p {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.interior-maps-01 .list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.interior-maps-01 .list-wrap .list-1,
.interior-maps-01 .list-wrap .list-2 {
  width: 100%;
}
.interior-maps-01 .list-wrap ul {
  width: 48%;
}
.interior-maps-01 .list-wrap ul li {
  display: flex;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #fff;
}
.interior-maps-01 .list-wrap ul li i {
  color: var(--purple);
  font-size: 1.2rem;
  padding-right: .5rem;
  margin-top: .3rem;
}
.interior-maps-01 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
}
.interior-maps-01 .map-wrap {
  position: relative;
  /* overflow: hidden; */
  width: 53%;
  align-self: stretch;
}
.interior-maps-01 .map-wrap:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 40vh;
  transform: translate(-50%,-50%);
  height: 40vh;
  border-radius: 50%;
  background: var(--blue);
  border: 2px solid var(--blueDark);
  z-index: 1000;
  position: absolute;
  opacity: 0.4;
}
.interior-maps-01 .map-wrap iframe {
  flex-basis: 48%;
  display: flex;
  overflow: hidden;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .interior-maps-01 .map-wrap {
    margin-left: -2rem;
  }
  .interior-maps-01 .text-wrap {
    margin-bottom: -2rem;
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-maps-01 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-maps-01 {
    padding: 2rem 0;
  }
  .interior-maps-01 .flex-container {
    justify-content: center;
  }
  .interior-maps-01 .flex-container > * {
    flex-basis: 50%;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 2rem;
  }
  .interior-maps-01 .map-wrap {
    margin: 0;
  }
  .interior-maps-01 .map-wrap:before {
    display: none;
  }
  /*.interior-maps-01 .map-wrap iframe {
  }*/
  .interior-maps-01 .text-wrap {
    margin: 0;
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-maps-01 {
    padding: 2rem 0;
  }
  .interior-maps-01 .flex-container {
    flex-direction: column;
  }
  .interior-maps-01 .flex-container > * {
    width: 100%;
  }
  .interior-maps-01 .text-wrap {
    margin-bottom: 1rem;
  }
  .interior-maps-01 .list-wrap {
    width: 100%;
  }
  .interior-maps-01 .list-wrap ul li {
    font-size: 1.2rem;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 0rem;
  }
  .interior-maps-01 .list-wrap .list-1,
  .interior-maps-01 .list-wrap .list-2 {
    width: 50%;
  }
  .interior-maps-01 img {
    order: 2;
  }
  .interior-maps-01 .map-wrap iframe {
    height: 65vh;
  }
}

/*============================ */
/* Interior Testimonials 04
============================== */
.interior-testimonials-04 {
  padding: 0 0 1rem;
}
.interior-testimonials-04 .flex-container {
  justify-content: center;
}
.interior-testimonials-04 .box-wrap {
  padding: 2rem;
  margin-bottom: 2rem;
}
.interior-testimonials-04 .box-a {
  background: #fff;
}
.interior-testimonials-04 .box-b {
  background: #efefef;
}
.interior-testimonials-04 .quote {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.interior-testimonials-04 .box-wrap i {
  color: var(--blue);
  font-size: 2rem;
  text-align: center;
  margin-bottom: .5rem;
}
.interior-testimonials-04 .box-wrap p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.interior-testimonials-04 .box-wrap p.client-name {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-testimonials-04 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-testimonials-04 {
    padding: 2rem 0 0;
  }
  .interior-testimonials-04 .box-a {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .interior-testimonials-04 .box-b {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
}


/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
} 