/*
  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: */
  --defaultMainColor: #2c448a;
  --defaultMainDark: #1a2850;
  --defaultMainAccent: #5986d4;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Montserrat', sans-serif;
  --mainFont: 'Montserrat', sans-serif;
  --accentFont: 'Dancing Script', cursive;
}

html {
  font-family: var(--mainFont);
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
.accentFont {
  font-family: var(--accentFont);
}


/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  /* background: linear-gradient(45deg, #848484 10%, #fff 60%); */
  background: #C4C4C4;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-09 .container {
  width: calc(100% - 4rem);
}
.hollow-header-09 .logo img {
  max-width: 100%;
  padding: 0.5rem 0;
  /* -webkit-filter: saturate(1.5) hue-rotate(-15deg) brightness(1.1); */
  /* filter: saturate(1.5) hue-rotate(-15deg) brightness(1.1); */
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
  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: #fff;
  font-size: .9rem;
  font-weight: 600;
  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(--defaultMainAccent);
}
.hollow-header-09 .social {
  display: inline-block;
}
.hollow-header-09 .social a {
  color: #fff;
  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(--defaultMainAccent);
}
/*.hollow-header-09 .logo img {
  padding: 1rem;
  background: #fff;
  margin-bottom: -3rem;
  margin-top: -3rem;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 5px -2px #000;
}*/
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: var(--defaultMainDark);
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
  font-family: var(--headingFont);
}
.hollow-header-09 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
  color: #fff;
}
.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 {
  float: right;
  display: inline-block;
  background: none;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
  font-family: var(--headingFont);
  padding: 2rem 0;
}
.hollow-header-09.sticky nav {
  padding: 0;
}
.hollow-header-09 nav a {
  padding: 0.3rem 0.6rem;
  display: block;
  color: var(--defaultMainColor);
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}
.hollow-header-09 nav a:focus {
  color: var(--defaultMainColor);
}
.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: var(--defaultMainAccent);
}
/* NAV LEVEL TWO */
.hollow-header-09 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-09 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-09 nav .dropdown-menu a {
  background: var(--defaultMainColor);
  color: #fff;
}
.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(--defaultMainDark);
  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;
  float: right;
}
.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 screen and (min-width: 992px) {
  .hollow-header-09:not(.sticky) {
    min-height: 8rem;
  }
  .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;
  }
  .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: 1199px) and (min-width: 992px) {
  .hollow-header-09 > .container,
  .hollow-header-09 .meta-wrap-outer > .container {
    width: calc(100% - 4rem)
  }
  .hollow-header-09 nav a {
    text-transform: capitalize;
  }
}
@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: 60px auto 15px;
    box-shadow: none;
    max-width: 90%;
  }
  body:not(.home) .hollow-header-09 .logo {
    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(--defaultMainDark);
  }
  .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(--defaultMainAccent);
  }
  .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(--defaultMainDark);
  }
  .hollow-header-09 .hamburger::before,
  .hollow-header-09 .hamburger::after {
    background: var(--defaultMainColor);
  }
  .hollow-header-09 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--defaultMainDark);
    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: 100%;
    padding: 0;
  }
}
@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 13
============================== */
.hollow-hero-13 {
  position: relative;
  overflow: hidden;
}

/*Image Slider*/
.hollow-hero-13 .img-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.hollow-hero-13 .img-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-13 .img-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #121c38, transparent);
}
.hollow-hero-13 .img-slider .slick-list,
.hollow-hero-13 .img-slider .slick-track {
  height: 100%;
  overflow: visible;
}
.hollow-hero-13 .img-slider img {
  object-fit: cover;
}
.hollow-hero-13 .img-slider .slick-arrow {
  font-size: 1rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 1;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
  padding: .6rem;
  background: rgba(0,0,0,0.2);
}
.hollow-hero-13 .img-slider .slick-arrow:hover {
  background: rgba(0,0,0,0.7);
}
.hollow-hero-13 .img-slider .next {
  right: 1rem;
}
.hollow-hero-13 .img-slider .prev {
  left: 1rem;
}

/*Caption Slider*/
.hollow-hero-13 .cap-slider {
  width: 100%;
  padding: 38vh 4rem 4rem;
  visibility: hidden;
}
.hollow-hero-13 .cap-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-13 .cap-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-hero-13 .caption {
  display: flex;
  flex-flow: column;
  align-items: center;
  /* padding: 0 4rem; */
}
.hollow-hero-13 .caption h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
  font-size: 3rem;
  text-transform: uppercase;
  width: 50rem;
  max-width: 100%;
}
.hollow-hero-13 .caption.slick-active h2 {
  animation: hollowHeroSlide .5s ease-out forwards;
}
.hollow-hero-13 .caption h3 {
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
  font-size: 1.7rem;
  text-shadow: 2px 2px 3px #000;
}
.hollow-hero-13 .caption.slick-active h3 {
  animation: hollowHeroSlide .5s ease-out .2s forwards;
}
.hollow-hero-13 .caption p {
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
  max-width: 40rem;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000;
}
.hollow-hero-13 .caption.slick-active p {
  animation: hollowHeroSlide .5s ease-out .4s forwards;
}
.hollow-hero-13 .caption a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--defaultMainColor);
  padding: .7rem 1rem;
  border: 1px solid var(--defaultMainColor);
  transition: all .3s ease;
  opacity: 0;
  /* border-radius: 2rem; */
}
.hollow-hero-13 .caption.slick-active a {
  animation: hollowHeroSlide .5s ease-out .6s forwards;
}
.hollow-hero-13 .caption a:hover {
  background: var(--defaultMainDark);
  border-color: var(--defaultMainDark);
}
.hollow-hero-13 .caption a i {
  font-size: 1rem;
  padding-right: .5rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  /* Image Slider */
  .hollow-hero-13 .img-slider .slick-arrow {
    bottom: 1rem;
    transform: none;
  }
  .hollow-hero-13 .img-slider .next {
    right: 40%;
  }
  .hollow-hero-13 .img-slider .prev {
    left: 40%;
  }
  /* Caption Slider */
  .hollow-hero-13 .caption {
    padding: 0 1rem;
  }
  .hollow-hero-13 .cap-slider {
    padding: 8rem 0 7rem;
  }
  .hollow-hero-13 .caption h2 {
    font-size: 2rem;
  }
  .hollow-hero-13 .caption h3 {
    font-size: 1.5rem;
  }
  .hollow-hero-13 .caption p {
    max-width: 100%;
  }
}

@keyframes hollowHeroSlide {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.service-images-123 {
  padding: 4rem 0 0;
}
.service-images-123 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
}
.service-images-123 .title-wrap h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  text-align: center;
}
.service-images-123 .title-wrap p {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.8;
  color: var(--defaultMainColor);
  max-width: 50rem;
  text-align: center;
}
.service-images-123 .flex-container-fluid {
  flex-wrap: wrap;
}
.service-images-123 .box {
  display: flex;
  /* align-items: center; */
  width: 50%;
  background: var(--defaultMainDark);
}
.service-images-123 .box .img-wrap {
  width: 50%;
  min-height: 22rem;
  position: relative;
}
.service-images-123 .box .img-wrap img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.service-images-123 .box .content-wrap {
  width: 50%;
  padding: 2rem 1.5rem;
  align-self: center;
  text-align: center;
}
.service-images-123 .box .content-wrap h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
}
.service-images-123 .box .content-wrap p {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2.5rem;
}
.service-images-123 .box .content-wrap a {
  background: var(--defaultMainAccent);
  padding: .5rem 1rem;
  display: inline-block;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease;
}
.service-images-123 .box .content-wrap a:hover {
  background: #fff;
  color: var(--defaultMainAccent);
}
@media only screen and (min-width: 768px) {
  .service-images-123 .box.reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .service-images-123 {
    padding: 3rem 0 0;
  }
  .service-images-123 .title-wrap {
    padding: 0 1rem 2rem;
  }
  .service-images-123 .box {
    width: 100%;
    flex-wrap: wrap;
  }
  .service-images-123 .box .content-wrap {
    width: 100%;
  }
  .service-images-123 .box .img-wrap {
    width: 100%;
    height: 22rem;
  }
}




/*============================ */
/* Content 10
============================== */
.hollow-content-10 {
  padding: 4rem 0;
  position: relative;
  z-index: 10;
}
.hollow-content-10 .flex-container-fluid {
  padding: 0 4rem;
  justify-content: center;
  align-items: center;
}
.hollow-content-10 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hollow-content-10 .text-wrap h2 {
  color: var(--defaultMainColor);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
}
.hollow-content-10 .text-wrap .accent {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--defaultMainAccent);
}
.hollow-content-10 .text-wrap h3 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  max-width: 60rem;
  text-align: center;
}
.hollow-content-10 .text-wrap p {
  margin-bottom: 1rem;
  color: var(--defaultMainColor);
  max-width: 60rem;
  font-size: .9rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
.hollow-content-10 .text-wrap p a:hover {
  color: var(--defaultMainDark);
}
.hollow-content-10 .button-wrap {
  margin: 1rem 0;
  display: inline-block;
}
.hollow-content-10 .button-wrap a {
  display: inline-flex;
  background: #243b7d;
  border: 1px solid #243b7d;
  padding: .65rem 1rem;
  transition: all .3s ease;
  font-size: .8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.hollow-content-10 .button-wrap a:hover {
  background: #fff;
  color: #243b7d;
}
.hollow-content-10 .button-wrap a i {
  color: #FFF;
}
.hollow-content-10 .img-wrap {
  position: relative;
  width: 50%;
}
.hollow-content-10 .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .hollow-content-10 .reverse {
    flex-direction: row-reverse;
  }
  .hollow-content-10 .img-wrap img {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-10 .flex-container-fluid {
    flex-direction: column;
    padding: 0 1rem;
  }
  .hollow-content-10 .text-wrap {
    order: 1;
    width: 100%;
  }
  .hollow-content-10 .img-wrap {
    order: 2;
    width: 100%;
  }
  .hollow-content-10 .img-wrap img {
    height: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-10 {
    padding: 2rem 0;
  }
  .hollow-content-10 .text-wrap {
    /* padding: 2rem 1rem; */
  }
}
/*============================ */
/* Action 13
============================== */
.hollow-action-13 {
  position: relative;
  padding: 10rem 0;
  background: url(img/bg-2.jpg) center 73% no-repeat;
  background-size: cover;
}
body:not(.home) .hollow-action-13 {
  background: url(img/bg-3.jpg) center 20% no-repeat;
  background-size: cover;
}
.hollow-action-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(26,40,80,.80);
}
body:not(.home) .hollow-action-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14,21,41,.61);
}
.hollow-action-13 .flex-container {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hollow-action-13 h2 {
  position: relative;
  color: #FFF;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.hollow-action-13 h3 {
  position: relative;
  color: #FFF;
  margin-bottom: 3rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.hollow-action-13 .button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-13 a {
  padding: .7rem 2rem;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: .75rem;
  letter-spacing: 1px;
}
.hollow-action-13 a.optionA {
  border: 2px solid var(--defaultMainAccent);
  color: #FFF;
  transition: all .3s ease;
}
.hollow-action-13 a.optionA:hover {
  background: var(--defaultMainAccent);
}
.hollow-action-13 a.optionB {
  background: var(--defaultMainColor);
  color: #FFF;
  transition: all .3s ease;
  border: 2px solid white;
}
.hollow-action-13 a.optionB:hover {
  background: var(--defaultMainDark);
}
.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 h3 {
    margin-bottom: 1rem;
  }
  .hollow-action-13 .button-wrap {
    flex-flow: column;
  }
  .hollow-action-13 a.optionA {
    margin-bottom: 1rem;
  }
}


/*============================ */
/* Footer 05
============================== */
.hollow-footer-05 {
  background: #fff;
}

/*Main Content*/
.hollow-footer-05 .main-content {
  padding: 5rem 0;
}
.hollow-footer-05 .main-content .flex-container {
  justify-content: space-between;
}
.hollow-footer-05 .box {
  width: 30%;
  display: flex;
  flex-flow: column;
}
.hollow-footer-05 .box img {
  max-width: 100%;
  margin-bottom: 1rem;
  /* -webkit-filter: saturate(1.5) hue-rotate(-15deg) brightness(1.1); */
  /* filter: saturate(1.5) hue-rotate(-15deg) brightness(1.1); */
  -webkit-filter: saturate(1.5);
  filter: saturate(1.5);
}
.hollow-footer-05 .box h3 {
  display: inline-flex;
  color: var(--defaultMainColor);
  font-weight: 700;
  padding-bottom: .25rem;
  padding-left: 1rem;
  font-size: 1.3rem;
}
.hollow-footer-05 .box p {
  font-size: .8rem;
  line-height: 1.8;
  font-weight: 600;
  color: var(--defaultMainColor);
}
.hollow-footer-05 .box hr {
  height: 3px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 1.5rem;
  border: none;
}
.hollow-footer-05 .box-item {
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hollow-footer-05 .box-item.social {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  background: #1F1F1F;
  margin-top: 1rem;
}
.hollow-footer-05 .box-item .text {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.hollow-footer-05 .box-item:last-of-type {
  margin-bottom: 0;
}
.hollow-footer-05 .box-item i {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 1;
  color: var(--defaultMainColor);
  font-size: 1rem;
  margin-top: .25rem;
  margin-right: .5rem;
}
.hollow-footer-05 .box-item i:before {
  color: var(--defaultMainAccent);
  font-size: 1rem;
  transition: .3s ease
}
.hollow-footer-05 .box-item.social i:before {
  color: var(--defaultMainColor);
}
.hollow-footer-05 .box-item i.fa-mobile:before {
  font-size: 2.5rem;
  line-height: 0.8;
}
.hollow-footer-05 .box-item h4 {
  position: relative;
  color: var(--defaultMainColor);
  font-size: 1.3rem;
  margin-bottom: .4rem;
}
.hollow-footer-05 .box-item.links h4 {
  margin-bottom: 1rem;
}
.hollow-footer-05 .box-item p {
  position: relative;
  color: var(--defaultMainColor);
  font-size: .9rem;
  margin-bottom: 0;
}
.hollow-footer-05 .box-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-footer-05 .box-item.social a {
  position: relative;
  font-size: 1.1rem;
  color: var(--defaultMainColor);
  transition: .3s ease;
  width: auto;
}
.hollow-footer-05 .box-item.social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-footer-05 .box-item span {
  position: relative;
  color: var(--defaultMainColor);
  font-weight: 600;
  font-size: .9rem;
}
.hollow-footer-05 .box-item.links a {
  position: relative;
  color: var(--defaultMainColor);
  font-size: .9rem;
  font-weight: 600;
  border-bottom: 1px solid var(--defaultMainColor);
  transition: .3s ease;
  width: max-content;
  margin: .5rem 0rem;
  padding-bottom: .2rem;
  font-style: italic;
}
.hollow-footer-05 .box-item.links a:hover {
  color: var(--defaultMainAccent);
}

/*Meta Footer*/
.hollow-footer-05 .meta-footer {
  position: relative;
  background: var(--defaultMainDark);
  padding: .75rem 0;
}
.hollow-footer-05 .meta-footer .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-05 .meta-footer p {
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  margin: 0;
}
.hollow-footer-05 .meta-footer p a {
  font-weight: 700;
  transition: .3s ease;
  color: #fff;
  padding-left: .25rem;
}
.hollow-footer-05 .meta-footer p a:hover {
  color: var(--defaultMainAccent);
}
.hollow-footer-05 .top {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  transition: all .3s ease;
  transform: translate(-50%,-70%);
  cursor: pointer;
}
.hollow-footer-05 .top i {
  font-size: 1.25rem;
  color: #fff;
  transition: inherit;
  opacity: 0.5;
}
.hollow-footer-05 .top:hover i {
  transform: translateY(-10px);
  opacity: 1;
}
.hollow-footer-05 .top p {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  transform: translateY(100%);
  opacity: 0;
  transition: .5s ease;
}
.hollow-footer-05 .top:hover p {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1199px) {
  .hollow-footer-05 .main-content .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-05 .main-content {
    padding: 2rem 0;
  }
  .hollow-footer-05 .main-content .flex-container {
    flex-flow: column;
    width: 100%;
  }
  .hollow-footer-05 .meta-footer .flex-container {
    flex-flow: column;
  }
  .hollow-footer-05 .meta-footer p {
    padding: .25rem 0;
  }
  .hollow-footer-05 .meta-footer .top {
    left: auto;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
  }
  .hollow-footer-05 .meta-footer .top p {
    transform: none;
    opacity: 1;
  }
  .hollow-footer-05 .box {
    padding: 1rem;
    width: 100%;
  }
  .hollow-footer-05 .box-item i:before {
    font-size: 1.2rem;
  }
  .hollow-footer-05 .box-item span,
  .hollow-footer-05 .box-item.links a {
    font-size: 1.3rem;
  }
}


/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--defaultMainColor);
}
.search-form-wrap button:hover {
  background: var(--defaultMainDark);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item .post-content a {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item p {
  border-color: var(--defaultMainColor);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--defaultMainColor);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--defaultMainColor);
}
.blog-sidebar .post-item-header h2 {
  background: var(--defaultMainColor);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--defaultMainColor);
}
.blog-post-content h2 {
  color: var(--defaultMainDark);
}
.blog-post-content h3 {
  color: var(--defaultMainColor);
}
.blog-post-content p a {
  color: var(--defaultMainColor);
}
.blog-post-content p a:hover {
  color: var(--defaultMainDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--defaultMainColor);
}
.blog-return a.blog-return-btn:hover {
  background: var(--defaultMainDark);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--defaultMainDark);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--defaultMainColor);
}
.pagination span.page-numbers.current {
  background: var(--defaultMainColor);
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .form-wrap h3 {
  color: var(--defaultMainColor);
}
.default-popup .wpcf7-form-control-wrap input,
.default-popup .wpcf7-form-control-wrap select,
.default-popup .wpcf7-form-control-wrap textarea {
  background: whitesmoke;
  font-size: .9rem;
}
.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(--defaultMainDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--defaultMainColor);
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
.default-popup .loader-wrap {
  background: var(--defaultMainColor);
}
.default-popup .button-wrap i {
  background: var(--defaultMainColor);
}
/*============================ */
/* 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;
  font-weight: 700;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: .9rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 600;
  color: var(--defaultMainColor);
}
.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(--defaultMainColor);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--defaultMainColor);
}
.default-popup .form-wrap .close:hover {
  background: var(--defaultMainColor);
  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 {
  font-family: var(--mainFont);
  background: var(--defaultMainDark);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--defaultMainAccent);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--defaultMainDark);
  background: var(--defaultMainColor);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--defaultMainColor);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
/*============================ */



/*INTERIOR PAGES*/




/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 4rem 1rem;
  text-align: center;
  background: url(img/bg-2.jpg) center 32% no-repeat;
  background-size: cover;
}
.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(51,67,89,.80);
}
.interior-header-05 h1 {
  position: relative;
  color: #fff;
  margin-bottom: .75rem;
  font-weight: 700;
}
.interior-header-05 h2 {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  max-width: 50%;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .interior-header-05 {
    padding: 7rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 4rem 1rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
  }
}



.interior-content-002 {
  position: relative;
  padding: 4rem 0 2.6rem;
}
.interior-content-002 .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
  padding: 0 2rem;
}
.interior-content-002 .title-wrap h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: var(--defaultMainColor);
  text-align: center;
}
.interior-content-002 .title-wrap p {
  color: var(--defaultMainColor);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.8;
  max-width: 60rem;
  text-align: center;
}
.interior-content-002 .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.interior-content-002 .box {
  padding: 2rem;
  background: whitesmoke;
  width: 32%;
  margin-bottom: 1.4rem;
  text-align: center;
}
.interior-content-002 h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-family: var(--headingFont);
  color: var(--defaultMainColor);
}
.interior-content-002 .box p {
  font-size: .9rem;
  color: var(--defaultMainColor);
  font-weight: 600;
}

.interior-content-002 p.accent {
  font-family: var(--headingFont);
  font-weight: 700;
  font-size: 1.2rem;
  background: var(--defaultMainColor);
  padding: .2rem .5rem;
  border-radius: 3rem;
  text-align: center;
}
.interior-content-002 strong {
  font-family: var(--headingFont);
  font-size: 1.4rem;
  color: var(--defaultMainAccent);
}
.interior-content-002 ul {
  display: block;
}
.interior-content-002 ul li i {
  color: var(--defaultMainAccent);
  vertical-align: top;
  font-size: 1.2rem;
  padding-right: .75rem;
}
.interior-content-002 ul.options li i {
  font-size: 3rem;
  color: #fff;
}
.interior-content-002 ul li p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.interior-content-002 ul.options li p {
  margin-bottom: 2rem;
}
.interior-content-002 .btn-wrap {
  margin-top: 2rem;
  display: flex;
  text-align: center;
}
.interior-content-002 .btn-wrap a {
  font-weight: 600;
  color: #fff;
  font-size: .8rem;
  text-transform: uppercase;
  background: var(--defaultMainColor);
  border: 1px solid var(--defaultMainColor);
  padding: .5rem 1rem;
  line-height: 1.4;
  margin: .5rem;
  transition: all .3s ease;
}
.interior-content-002 .btn-wrap a:hover {
  background: #fff;
  color: var(--defaultMainColor);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-content-002 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-002 .box {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-002 {
    padding: 2rem 0 0rem;
  }
  .interior-content-002 .box {
    width: 100%;
  }
  .interior-content-002 .btn-wrap {
    flex-direction: column;
  }
  .interior-content-002 .btn-wrap a {
    font-size: 1.1rem;
  }
}

.interior-content-003 .flex-container {
  width: 100%;
  /* align-items: center; */
  background: var(--defaultMainDark);
} 
.interior-content-003 .content-wrap {
  width: 50%;
  padding: 4rem;
  align-self: center;
}
.interior-content-003 .content-wrap h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.interior-content-003 .content-wrap p {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.8;
  color: #fff;
}
.interior-content-003 .img-wrap {
  width: 50%;
  min-height: 28rem;
  position: relative;
}
.interior-content-003 .img-wrap img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .interior-content-003 .flex-container.reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-003 .flex-container {
    flex-direction: column;
  }
  .interior-content-003 .content-wrap {
    width: 100%;
  }
  .interior-content-003 .img-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-003 .flex-container {
    padding: 0;
  }
  .interior-content-003 .content-wrap {
    padding: 2rem;
  }
}

/*============================ */
/* Hollow Accordion 05
============================== */
.hollow-accordion-05 {
  padding: 4rem 0;
  width: 100%;
}
.hollow-accordion-05 .flexbox {
  flex-direction: column;
}
/* Dropdown Titles: */
.hollow-accordion-05 .dropdown-title {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .5rem;
  background: var(--defaultMainDark);
  transition: all .2s ease;
}
.hollow-accordion-05 .dropdown:last-of-type .dropdown-title {
  border-bottom: none;
}
.hollow-accordion-05 .dropdown-title:hover {
  background: #101933;
}
.hollow-accordion-05 .dropdown-title i {
  padding-right: 0.75rem;
}
/* Dropdown Content: */
.hollow-accordion-05 .dropdown-content {
  background: whitesmoke;
  padding: 1rem;
  display: none;
  margin-bottom: .5rem;
}
.hollow-accordion-05 .dropdown-content h3 {
  color: var(--defaultMainColor);
  margin-bottom: .5rem;
}
.hollow-accordion-05 .dropdown-content p {
  color: var(--defaultMainColor);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.8;
}
.hollow-accordion-05 .dropdown-content a {
  font-weight: 600;
  color: var(--defaultMainAccent);
}
@media only screen and (max-width: 767px) {
  .hollow-accordion-05 {
    padding: 2rem 0;
  }
  .hollow-accordion-05 .dropdown-title {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}


/*============================ */
/* Interior Portfolio
============================== */
.interior-portfolio {
  padding: 0 0 2rem;
}
.interior-portfolio a img {
  transition: all .3s ease;
}
.interior-portfolio a img:hover {
  opacity: .85;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-portfolio .container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-portfolio {
    padding: 0 0 2rem;
  }
}

/*============================ */
/* Interior Testimonials 03
============================== */
.interior-testimonials-03 {
  padding: 3rem 0 1rem;
}
.interior-testimonials-03 .flex-container,
.interior-testimonials-03 .flex-container-fluid {
  flex-wrap: wrap;
}
.interior-testimonials-03 h2 {
  font-size: 2rem;
  color: var(--defaultMainColor);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}
.interior-testimonials-03 .box-wrap {
  width: 30%;
  text-align: center;
  margin: 0 1.5% 2rem;
  padding: 1.5rem;
  border: 5px solid #ececec;
  border-radius: 12px;
}
.interior-testimonials-03 .box-wrap p {
  color: dimgrey;
  font-weight: 400;
  font-size: 1.1rem;
}
.interior-testimonials-03 .box-wrap i {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--defaultMainAccent);
}
.interior-testimonials-03 .box-wrap p.client-name {
  color: var(--defaultMainColor);
  font-weight: 700;
  font-size: 1.2rem;
  font-family: var(--headingFont);
  margin-bottom: .5rem;
}
.interior-testimonials-03 .box-wrap p.client-city {
  color: var(--defaultMainColor);
  font-weight: 400;
  font-size: 1.1rem;
}
.interior-testimonials-03 .btn-wrap {
  text-align: center;
}
.interior-testimonials-03 .btn-wrap a {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--defaultMainColor);
  border-radius: 25px;
  padding: .6rem 1rem;
  transition: all .3s ease;
}
.interior-testimonials-03 .btn-wrap a:hover {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-testimonials-03 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width:991px) {
  .interior-testimonials-03 .box-wrap {
    width: 48%;
    margin: 0 1% 2rem;
  }
}
@media only screen and (max-width:767px) {
  .interior-testimonials-03 {
    padding: 2rem 0 0;
  }
  .interior-testimonials-03 h2 {
    margin-bottom: 2rem;
  }
  .interior-testimonials-03 .box-wrap {
    width: 100%;
    margin: 0 0 2rem;
  }
}


/*============================ */
/* Interior Maps 01
============================== */
.interior-maps-01 {
  padding: 6rem 0 4rem;
}
.interior-maps-01 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.interior-maps-01 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-maps-01 h4 {
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: var(--headingFont);
  font-weight: 700;
}
.interior-maps-01 h2 {
  color: var(--defaultMainColor);
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.75rem;
  font-weight: 600;
}
.interior-maps-01 p {
  color: dimgrey;
  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: dimgrey;
}
.interior-maps-01 .list-wrap ul li i {
  color: dimgrey;
  font-size: 1.2rem;
  padding: .2rem .5rem 0 0;
}
.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;
  flex-basis: 48%;
  align-self: stretch;
}
.interior-maps-01 .map-wrap:before {
  content: '';
  top: 50%;
  left: 50%;
  width: 50vh;
  transform: translate(-50%,-50%);
  height: 50vh;
  border-radius: 50%;
  background: rgba(0,0,0,.3);
  border: 2px solid var(--defaultMainAccent);
  z-index: 1000;
  position: absolute;
}
.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 (max-width: 1199px) and (min-width: 992px) {
  .interior-maps-01 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .interior-maps-01 .flex-container > * {
    flex-basis: 48%;
  }
  .interior-maps-01 .list-wrap .list-1 {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .interior-maps-01 {
    padding: 3rem 0 2rem;
  }
  .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 Careers 01
============================== */
.interior-careers-01 {
  padding: 4rem 0;
}
.interior-careers-01 .content-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.interior-careers-01 .content-wrap h1 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
}
.interior-careers-01 .content-wrap h4 {
  color: var(--defaultMainAccent);
}
.interior-careers-01 .content-wrap hr {
  width: 10%;
  margin: 1rem auto 2rem;
  border: 2px solid var(--defaultMainDark);
}
.interior-careers-01 .content-wrap p {
  margin-bottom: 1rem;
}
.interior-careers-01 .form-wrap {
  width: 100%;
}
.interior-careers-01 .form-wrap form {
  background: #dedede;
  padding: 2rem;
  border-radius: 4px;
}
.interior-careers-01 .group-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.interior-careers-01 .group-wrap p {
  margin: 0.5rem 0;
}
.interior-careers-01 .group-wrap h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
}
.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;
  border-radius: 4px;
}
.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(--defaultMainDark);
  color: var(--defaultMainDark);
}
.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(--defaultMainDark);
  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(--defaultMainAccent);
  padding: .5rem 2.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s ease;
}
.interior-careers-01 .submit-wrapper input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-careers-01 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-careers-01 {
    padding: 3rem 0 2rem;
  }
  .interior-careers-01 .content-wrap {
    margin-bottom: 2rem;
  }
  .interior-careers-01 .form-wrap form {
    padding: 1.5rem 1rem;
  }
}


/*============================ */
/* Contact 16
============================== */
.hollow-contact-16 {
  position: relative;
  padding: 4rem 0 0;
  background: whitesmoke;
  /* background: url() center /cover no-repeat; */
}
.hollow-contact-16 .flex-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.hollow-contact-16 .title-wrap {
  margin-bottom: 1rem;
}
.hollow-contact-16 h2 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.hollow-contact-16 .info-wrap {
  width: 100%;
}
.hollow-contact-16 .info-wrap h3 {
  margin-bottom: .4rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--defaultMainColor);
  text-transform: uppercase;
}
.hollow-contact-16 .info-wrap p {
  text-align: left;
  margin-bottom: 0;
  color: dimgrey;
}
.hollow-contact-16 .title-wrap p {
  max-width: 52rem;
  text-align: center;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.8;
  color: var(--defaultMainColor);
}
.hollow-contact-16 p span {
  font-weight: 400;
}
.hollow-contact-16 .info-wrap {
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-contact-16 .info-wrap .info {
  flex: 1;
}
.hollow-contact-16 .text-wrap {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.hollow-contact-16 .info-wrap i {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  margin: 0 .25rem;
  line-height: 1.4rem;
  align-self: flex-start;
}
.hollow-contact-16 .info-wrap a {
  display: inline-block;
  font-size: 1.1rem;
}
.hollow-contact-16 .info-wrap a:hover {
  color: var(--defaultMainDark);
}
.hollow-contact-16 i {
  color: #fff;
  font-size: 1.5rem;
  padding: .4rem .5rem;
  transition: .3s ease;
}
.hollow-contact-16 i:hover {
  color: darkgrey;
}

/*Map*/
.hollow-contact-16 .map-wrap {
  width: 100%;
}
.hollow-contact-16 .map-wrap iframe {
  width: 100%;
  height: 30rem;
  pointer-events: none;
}
.hollow-contact-16 .map-wrap iframe.clicked {
  pointer-events: initial;
}
/*Form*/
.hollow-contact-16 .form-wrap {
  width: 100%;
  margin-bottom: 4rem;
  position: relative;
}
.hollow-contact-16 form {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0fr 0fr 0fr 0fr auto 0;
}
.hollow-contact-16 .wpcf7-form-control-wrap.message {
  height: 100%;
  grid-column: 2 / 3;
  grid-row: 1 / span 4;
}
.hollow-contact-16 .wpcf7-form-control-wrap textarea {
  padding: .75rem;
}
.hollow-contact-16 input:not([type="submit"]),
.hollow-contact-16 textarea {
  border: 1px solid gainsboro;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0.6rem .75rem;
  width: 100%;
  height: 100%;
  font-size: .9rem;
  font-weight: 600;
  font-family: var(--mainFont);
  /*   border-radius: .2rem; */
}
.hollow-contact-16 input[type="submit"] {
  background: var(--defaultMainColor);
  color: #FFF;
  border: none;
  padding: .5rem 2.5rem;
  font-size: .9rem;
  font-weight: 600;
  font-family: var(--mainFont);
  text-transform: uppercase;
  transition: all .3s ease;
  cursor: pointer;
  grid-column: 1 / span 2;
  /*   border-radius: .2rem; */
}
.hollow-contact-16 input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
.hollow-contact-16 ::-webkit-input-placeholder {
  color: #333;
}
.hollow-contact-16 :-ms-input-placeholder {
  color: #333;
}
.hollow-contact-16 ::-ms-input-placeholder {
  color: #333;
}
.hollow-contact-16 ::placeholder {
  color: #333;
} 
.hollow-contact-16 .vertical-wrap {
  /*display: none;*/
}
@media only screen and (max-width: 767px) {
  .hollow-contact-16 {
    padding: 2rem 0 1rem;
  }
  .hollow-contact-16 .flex-container {
    flex-flow: column;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .hollow-contact-16 .info-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
  .hollow-contact-16 .info-wrap a {
    font-size: 1.3rem;
  }
  .hollow-contact-16 .info-wrap .info {
    flex: unset;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .hollow-contact-16 .form-wrap {
    margin-bottom: 2rem;
  }

  /*Form*/
  .hollow-contact-16 form {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
  }
  .hollow-contact-16 .wpcf7-form-control-wrap {
    height: auto;
    margin-bottom: .5rem;
  }
  .hollow-contact-16 input:not([type="submit"]),
  .hollow-contact-16 textarea {
    margin: 0 0 .25rem;
    font-size: 1.2rem;
  }
  .hollow-contact-16 textarea {
    height: 7.5rem;
  }
  .hollow-contact-16 input[type="submit"] {
    margin-left: 0;
  }
}



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