/*
  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: #2e3092;
  --defaultMainDark: #1f2067;
  --defaultMainAccent: #00a550;
  --accentDark: #017439;
  --red: #ee1d23;
  --defaultGrey: #454545;
  
  /* Font Variables */
  --headingFont: "Oswald", sans-serif;
  --mainFont: "DM Sans", sans-serif;
}

html {
  font-family: var(--mainFont);
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
h1 {
  font-size: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
p, li {
  font-size: .95rem;
    font-weight: 500;
    line-height: 1.6;
}

/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  background: #fff;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-09 .logo img {
  max-width: 55%;
    transition: all .32s ease;
    padding: 1rem 0 .5rem;
}
.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: 700;
    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(--red);
}
.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(--red);
}
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: var(--defaultMainColor);
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.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;
}
.hollow-header-09 nav a {
      padding: 0.3rem 0.75rem;
    display: block;
    color: var(--red);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--headingFont);
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .2s ease;
    letter-spacing: 1px;
}
.hollow-header-09 nav a:focus {
  color: var(--red);
}
.hollow-header-09 nav a i {
  padding-right: .4rem;
  font-weight: 200;
}
.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);
  border-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 .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, .hollow-header-09 nav #mobile {
    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: 50px auto 15px;
    box-shadow: none;
    max-width: 60%;
  }
  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(--defaultMainColor);
  }
  .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(--defaultMainDark);
  }
  .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(--defaultMainColor);
    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) {
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/

/*============================ */
/* Hero 20
============================== */
.hollow-hero-20 {
  position: relative;
  overflow: hidden;
}

/*Image Slider*/
.hollow-hero-20 .img-slider {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.hollow-hero-20 .img-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-20 .img-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.75), transparent);
}
.hollow-hero-20 .img-slider .slick-list,
.hollow-hero-20 .img-slider .slick-track {
  height: 100%;
  overflow: visible;
}
.hollow-hero-20 .img-slider img {
  object-fit: cover;
}
.hollow-hero-20 .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-20 .img-slider .slick-arrow:hover {
  background: rgba(0,0,0,0.7);
}
.hollow-hero-20 .img-slider .next {
  right: 1rem;
}
.hollow-hero-20 .img-slider .prev {
  left: 1rem;
}

/*Caption Slider*/
.hollow-hero-20 .cap-slider {
  width: 100%;
  padding: 12rem 4rem 4rem;
  visibility: hidden;
}
.hollow-hero-20 .cap-slider.slick-initialized {
  visibility: visible;
}
.hollow-hero-20 .cap-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-hero-20 .caption {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  /* padding: 0 4rem; */
}
.hollow-hero-20 .caption h2 {
  font-weight: 300;
    color: #fff;
    margin-bottom: 1.5rem;
    opacity: 0;
    max-width: 35rem;
    line-height: 1.4;
    font-size: 2rem;
}
.hollow-hero-20 .caption .accent {
  color: #00c761;
  font-weight: 700;
}
.hollow-hero-20 .caption.slick-active h2 {
  animation: hollowHeroSlide .5s ease-out forwards;
}
.hollow-hero-20 .caption h3 {
  color: #fff;
  margin-bottom: 2rem;
  opacity: 0;
  font-size: 1.7rem;
  text-shadow: 2px 2px 3px #000;
}
.hollow-hero-20 .caption.slick-active h3 {
  animation: hollowHeroSlide .5s ease-out .2s forwards;
}
.hollow-hero-20 .caption p {
      color: #fff;
    margin-bottom: 2rem;
    opacity: 0;
    max-width: 30rem;
}
.hollow-hero-20 .caption.slick-active p {
  animation: hollowHeroSlide .5s ease-out .4s forwards;
}
.hollow-hero-20 .caption a {
  color: #fff;
  border-color: #fff;
  background: transparent;
  font-size: 1.2rem;
  opacity: 0;
}
.hollow-hero-20 .caption.slick-active a {
  animation: hollowHeroSlide .5s ease-out .6s forwards;
}
.hollow-hero-20 .caption a::before {
  background: var(--red);
}
.hollow-hero-20 .caption a:hover {
  border-color: var(--red);
}
@media only screen and (max-width: 767px) {
  /* Image Slider */
  .hollow-hero-20 .img-slider .slick-arrow {
    bottom: 1rem;
    transform: none;
  }
  .hollow-hero-20 .img-slider::after {
    background: rgba(0, 0, 0, 0.65);
  }
  .hollow-hero-20 .img-slider .next {
    right: 40%;
  }
  .hollow-hero-20 .img-slider .prev {
    left: 40%;
  }
  /* Caption Slider */
  .hollow-hero-20 .caption {
    padding: 0 1rem;
  }
  .hollow-hero-20 .cap-slider {
    padding: 8rem 0 7rem;
  }
  .hollow-hero-20 .caption h2 {
    font-size: 2rem;
  }
  .hollow-hero-20 .caption h3 {
    font-size: 1.5rem;
  }
  .hollow-hero-20 .caption p {
    max-width: 100%;
  }
}

@keyframes hollowHeroSlide {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
/*============================ */
/* Service Images 19
============================== */
.service-images-19 {
  background: #fff;
  padding: 1rem 0 0;
}
.service-images-19 .title-wrap {
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  background: var(--defaultMainDark);
}
.service-images-19 .title-wrap h2 {
  color: #fff;
  /*font-family: var(--mainFont);*/
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.service-images-19 .box-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.service-images-19 .service-box {
  width: calc(100% / 2 - 0.5rem);
  position: relative;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  margin-bottom: 1rem;
  /*   border-radius: 4px; */
  border: 2px solid #fff;
  transition: all .3s ease;
}
.service-images-19 .service-box:hover {
/*   transform: translateY(-1rem); */
/*   box-shadow: 1px 1px 9px #999; */
}
.service-images-19 .service-box img {
  width: 100%;
  object-fit: cover;
}
.service-images-19 .text-wrap {
  background: var(--defaultMainAccent);
  position: relative;
  padding: 2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  height: 100%;
  border-top: 4px solid var(--red);
}
.service-images-19 .text-wrap h3 {
  color: #fff;
  margin-bottom: 1rem;
  /* margin-bottom: 0; */
  font-size: 1.7rem;
  font-weight: 300;
}
.service-images-19 .text-wrap .accent {
    font-weight: 700;
}
.service-images-19 .text-wrap p {
  color: #fff;
  margin-bottom: 1.5rem;
}
.service-images-19 .text-wrap span i {
  width: 0;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .3s ease;
}
.service-images-19 .service-box:hover .text-wrap span i {
  opacity: 1;
  width: 10px;
  margin-left: .5rem;
  transform: none;
}
.service-images-19 .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0.5rem;
  margin-top: auto;
}
.service-images-19 .btn-wrap a {
  color: #fff;
  border-color: #fff;
  background: transparent;
  font-size: 1.2rem;
}
.service-images-19 .btn-wrap a::before {
  background: var(--defaultMainColor);
}
.service-images-19 .btn-wrap a:hover {
  border-color: var(--defaultMainColor);
}
@media only screen and (max-width: 1300px) {
  .service-images-19 .service-box {
    width: 49%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .service-images-19 .flex-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .service-images-19 {
    padding: 1rem 0rem 0;
  }
  .service-images-19 .box-wrap {
    flex-flow: column;
  }
  .service-images-19 .header-wrap {
    padding: 2rem 1rem;
  }
  .service-images-19 .header-wrap h1 {
    margin: 0;
  }
  .service-images-19 .header-wrap hr {
    display: none;
  }
  .service-images-19 .service-box {
    width: 100%;
  }
  .service-images-19 .text-wrap span {
    font-size: 1.3rem;
  }
}

/*============================ */
/* Content 10
============================== */
.hollow-content-10 {
  padding: 0 1rem 1rem;
}
.hollow-content-10 .text-wrap {
  padding: 4rem;
  width: 50%;
  background: var(--defaultMainColor);
}
.hollow-content-10 .text-wrap h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
}
.hollow-content-10 .text-wrap .accent {
  color: #00c761;
  font-weight: 700;
}
.hollow-content-10 .text-wrap p {
  margin-bottom: 1rem;
  color: #fff;
}
.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 {
  color: #fff;
  border-color: #fff;
  background: transparent;
  font-size: 1.2rem;
}
.hollow-content-10 .button-wrap a::before {
  background: var(--red);
}
.hollow-content-10 .button-wrap a:hover {
  border-color: var(--red);
}
.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;
  }
  .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 .text-wrap {
    padding: 2rem 1rem;
  }
}
/*============================ */
/* Action 03
============================== */
.hollow-action-09 {
  padding: 4rem 2rem 2rem;
  background: #fff;
}
.hollow-action-09 .flex-container {
  /*align-items: center;*/
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.hollow-action-09 .box {
  position: relative;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  width: calc(100% / 4 - 0.75rem);
  padding: 0 2rem;
}
.hollow-action-09 .icon-wrap-outer {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  margin-bottom: 1rem;
  background: var(--defaultMainAccent);
  transition: all .3s ease;
}
.hollow-action-09 .box:hover .icon-wrap-outer {
  background: var(--defaultMainAccent);
}
.hollow-action-09 .icon-wrap-inner {
  width: 100%;
  height: 100%;
  background: var(--defaultMainColor);
  border-radius: 50%;
  transition: all .3s ease;
}
/* .hollow-action-09 .box:hover .icon-wrap-inner { */
.hollow-action-09 .box .icon-wrap-inner {
  transform: scale(0.925);
}
.hollow-action-09 .box i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.75rem;
  transform: translate(-50%,-50%);
  color: #FFF;
  transition: all .3s;
}
.hollow-action-09 .box p {
     text-align: center;
    font-family: var(--headingFont);
    font-weight: 600;
    color: var(--red);
    font-size: 1.2rem;
}
.hollow-action-09 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  .hollow-action-09 .box {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-09 {
    padding: 2rem 0 0rem;
  }
  .hollow-action-09 .flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hollow-action-09 .box {
    width: 49%;
    padding: 0;
  }
  .hollow-action-09 .icon-wrap-outer {
    width: 6rem;
    height: 6rem;
  }
  .hollow-action-09 .box i {
    font-size: 2.5rem;
  }
}
/*============================ */
/* Action 11
============================== */
.hollow-action-11 {
  padding: 2rem 0;
  background: var(--defaultMainColor);
}
.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(--red);
  font-weight: 400;
  margin-right: .25rem;
  padding-bottom: .25rem;
}
.hollow-action-11 h3#phone a {
  font-weight: 700;
  color: #00c761;
  padding: 0 1.5rem;
  font-size: 2rem;
  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;
  font-size: 1.2rem;
}
.hollow-action-11 a::before {
  background: var(--red);
}
.hollow-action-11 a:hover {
  border-color: var(--red);
}
@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 11
============================== */
.hollow-content-11 {
  /* padding: 4rem 0; */
}
.hollow-content-11 .flex-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  /* padding: 0 2rem; */
  flex-wrap: wrap;
}
.hollow-content-11 .slider-wrap {
  width: 48.5%;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
.hollow-content-11 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-content-11 .slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hollow-content-11 .img-wrap {
  position: relative;
  width: 37%;
  background: var(--defaultMainDarker);
}
.hollow-content-11 .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-content-11 .img-wrap img.sticky {
  width: 100%;
  height: 60%;
  max-height: 65vh;
  object-fit: cover;
  position: sticky;
  top: 15vh;
}
.hollow-content-11 .slick-dots {
  display: inline-flex;
  bottom: 0;
  left: 0;
  height: 6rem;
  align-items: flex-end;
  padding-bottom: 1rem;
  justify-content: center;
  }
.hollow-content-11 .slick-dots li button::before {
  color: #FFF;
}
.hollow-content-11 .text-wrap {
  width: 63%;
  /* padding: 4rem; */
}
.hollow-content-11 .title-wrap {
  padding: 3rem;
  /* margin-bottom: 1rem; */
  /* border-bottom: 2px dotted rgba(109,111,101,0.3); */
  width: 100%;
}
.hollow-content-11 h2 {
  line-height: 1;
  margin-bottom: .5rem;
  color: var(--defaultMainDark);
}
.hollow-content-11 h3 {
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
}
.hollow-content-11 p {
  margin-bottom: 1rem;
}
.hollow-content-11 p:last-of-type {
  margin-bottom: 2rem;
}
.hollow-content-11 a {
  color: var(--defaultMainDark);
  border-color: var(--defaultMainDark);
  font-size: 1.2rem;
  display: inline-block;
}
.hollow-content-11 a:before {
  background: var(--defaultMainAccent);
}
.hollow-content-11 a:hover {
  border-color: var(--defaultMainAccent);
}
.hollow-content-11 .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-11 .flex-container {
    width: 100%;
    /* padding: 0 2rem; */
  }
}
@media only screen and (min-width: 992px) {
  .hollow-content-11 .flex-container {
    /* align-items: stretch; */
  }
  .hollow-content-11 .slider-wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-11 {
/*     padding: 2rem 0; */
  }
  .hollow-content-11 .img-wrap {
    width: 100%;
    order: 2;
  }
  .hollow-content-11 .text-wrap {
    width: 100%;
  }
  .hollow-content-11 .img-wrap img {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-11 {
    /* padding: 2rem 0; */
  }
  .hollow-content-11 .title-wrap {
    padding: 2rem;
  }
  .hollow-content-11 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-content-11 .text-wrap {
    /* margin-bottom: 2rem; */
  }
}

/*============================ */
/* Action 14
============================== */
.hollow-action-14 {
  padding: 4rem 3rem;
  background: var(--defaultMainDark);
}
.hollow-action-14 .flex-container {
  align-items: center;
  flex-direction: row-reverse;
}
.hollow-action-14.hidden * {
  opacity: 0;
}
.hollow-action-14 .cls-1 {
  fill: #FFF;
}
.hollow-action-14 #marker .cls-1 {
  fill: var(--defaultMainAccent);
}
.hollow-action-14 #map1 .cls-1 {
  fill: #fff;
}
.hollow-action-14 #map2 .cls-1 {
  fill: #ccc;
}
.hollow-action-14 #map3 .cls-1 {
  fill: #999;
}
.hollow-action-14 svg {
  width: 38%;
  max-height: 16rem;
}
.hollow-action-14:not(.hidden) #map1 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in 1 forwards;
}
.hollow-action-14:not(.hidden) #map2 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .2s 1 forwards;
}
.hollow-action-14:not(.hidden) #map3 {
  opacity: 0;
  animation: fadeUpBounce 1s ease-in .4s 1 forwards;
}
.hollow-action-14:not(.hidden) #marker {
  opacity: 0;
  animation: fadeDown 1s ease-in .9s 1 forwards;
}

@keyframes fadeUpBounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0.2;
  }
  90% {
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpNormal{
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: .5;
    transform: translateY(-100%) scale(0);
  }
  50% {
    transform: translateY(-100%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hollow-action-14 .content {
  width: 62%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hollow-action-14 .content h2 {
  opacity: 0;
  color: #FFF;
}
.hollow-action-14:not(.hidden) .content h2 {
  animation: fadeUpNormal 1s linear .6s 1 forwards;
}
.hollow-action-14 .content p {
  opacity: 0;
  color: #FFF;
  margin-bottom: 2rem;
}
.hollow-action-14:not(.hidden) .content p {
  animation: fadeUpNormal 1s linear .8s 1 forwards;
}
.hollow-action-14 .content a {
  color: #fff;
  border-color: #fff;
  background: transparent;
  opacity: 0;
  font-size: 1.2rem;
}
.hollow-action-14:not(.hidden) .content a {
  animation: fadeUpNormal 1s linear 1s 1 forwards;
}
.hollow-action-14 .content a:before {
  background: var(--defaultMainAccent);
}
.hollow-action-14 .content a:hover {
  border-color: var(--defaultMainAccent);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-action-14 .flex-container {
    width: 100%;
    /* padding: 0 2rem; */
  }
  .hollow-action-14 svg {
    width: 28%;
  }
  .hollow-action-14 .content {
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-14 {
    padding: 2rem;
  }
  .hollow-action-14 .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .hollow-action-14 svg {
    margin-bottom: 2rem;
    width: 50%;
  }
  .hollow-action-14 .content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .hollow-action-14 .content a {
    padding: .5rem 1rem;
    /* border: 2px dotted #FFF; */
  }
  .hollow-action-14 .content a i {
    opacity: 1;
    padding-left: .75rem;
  }
}
/*============================ */
/* Interior Maps 02
============================== */
.interior-maps-02 {
  position: relative;
  padding: 6rem 0;
  background: url(img/map-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.interior-maps-02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.57);
}
.interior-maps-02 .flex-container {
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.interior-maps-02 .text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-maps-02 .text-wrap h3 {
  font-size: 1.75rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #fff;
}
.interior-maps-02 .text-wrap .accent {
  color: #00c761;
  font-weight: 700;
}
.interior-maps-02 .text-wrap hr {
  border: none;
  height: 4px;
  background: #ffb400;
  width: 100px;
  padding: 0;
  margin: 1rem 0 2rem;
}
.interior-maps-02 .text-wrap p {
  color: #363636;
  margin-bottom: 1rem;
}
.interior-maps-02 .text-wrap a {
  margin: 1rem 0;
  color: #fff;
  background: var(--defaultMainAccent);
}
.interior-maps-02 .text-wrap a i {
  color: orange;
  margin-right: .5rem;
}
.interior-maps-02 .text-wrap a:before {
  background: #ffb400;
}
.interior-maps-02 .list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  background: var(--defaultMainColor);
  /* border-radius: 1rem; */
  border-top: 4px solid var(--defaultMainAccent);
}
.interior-maps-02 .list-wrap ul {
  width: 100%;
  padding-right: .5rem;
}
.interior-maps-02 .list-wrap ul li {
  color: #fff;
  font-weight: 400;
}
.interior-maps-02 .list-wrap ul li i {
  color: #fff;
  font-size: 1.2rem;
  padding: .5rem .7rem 0 0;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-maps-02 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 991px) {
  .interior-maps-02 .flex-container > * {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-maps-02 {
    padding: 2rem 0;
  }
  .interior-maps-02 .flex-container {
    flex-direction: column;
  }
  .interior-maps-02 .flex-container > * {
    width: 100%;
  }
  .interior-maps-02 .text-wrap {
    margin-bottom: 0rem;
  }
  .interior-maps-02 .list-wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .interior-maps-02 .list-wrap ul {
    width: 46%;
  }
}
/*============================ */
/* Contact 02
============================== */
.hollow-contact-02 {
  padding: 3rem 0;
}
.hollow-contact-02 h2 {
  color: var(--defaultMainDark);
  font-weight: 700;
  margin-bottom: .5rem;
}
.hollow-contact-02 p {
  margin: 0;
}
.hollow-contact-02 .grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.hollow-contact-02 .grid-item {
  align-items: start;
}
.page-template-page-contact .hollow-contact-02 .location {
  align-self: flex-end;
  margin-bottom: 1rem;
}
.hollow-contact-02 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding-bottom: 3.5rem;
}
.hollow-contact-02 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-02 ul li {
  color: dimgrey;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}
.hollow-contact-02 .your-email,
.hollow-contact-02 [data-name="your-email"] {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-02 .your-phone,
.hollow-contact-02 [data-name="your-phone"] {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-02 .form-wrap {
  position: relative;
}
.hollow-contact-02 input:not([type="submit"]),
.hollow-contact-02 textarea {
  font-size: 1.3rem;
  width: 100%;
  background: whitesmoke;
  border: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .4rem .7rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: var(--mainFont);
}
.hollow-contact-02 textarea {
  font-family: var(--mainFont);
  z-index: 0;
  height: 15rem;
  max-height: 215px;
  margin: 0;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
  background: var(--defaultMainDark);
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .5rem 1.5rem;
  margin: 1rem 0 0;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  font-size: 1.3rem;
  font-weight: 300;
  width: unset;
  transition: .3s ease;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--defaultMainAccent);
}
@media only screen and (min-width: 768px) {
  .hollow-contact-02 .grid-container {
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(2, 1fr);
  }
  .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
    /* position: absolute; */
    left: 0;
  }
  /*MS EDGE BUTTON LOCATION*/
  @supports (-ms-ime-align: auto) {
    .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
      bottom: -50px;
    } 
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-contact-02 .flex-container,
  .hollow-contact-02 .grid-container {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width:767px) {
  .hollow-contact-02 {
    padding: 2rem 0;
  }
  .page-template-page-contact .hollow-contact-02 {
    padding-top: 0;
  }
  .hollow-contact-02 .map-wrap iframe {
    height: 350px;
    padding-bottom: 0;
  }
  .hollow-contact-02 input:not([type="submit"]),
  .hollow-contact-02 textarea {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
    font-size: 1.3rem;
  }
  .hollow-contact-02 ul li {
    font-size: 1.3rem;
  }
}

/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
  padding: 1rem 1rem 0;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: var(--defaultMainColor);
  padding: 6rem 5vw;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
}
.hollow-contact-15 .get-in-touch h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.hollow-contact-15 .get-in-touch .accent {
  color: #00c761;
  font-weight: 700;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: var(--red);
  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: 1.4rem;
  display: flex;
  font-weight: 600;
}
.hollow-contact-15 .get-in-touch li i {
  color: #00c761;
  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: 600;
  font-size: .95rem;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .get-in-touch li a span {
  display: block;
}
.hollow-contact-15 .social {
  margin: 1.5rem 0 0;
}
.hollow-contact-15 .social a {
  color: #fff;
  margin-right: .7rem;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .social a i {
  width:1rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: var(--defaultMainAccent);
  padding: 6rem 5vw;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--defaultMainAccent);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
}
.hollow-contact-15 .contact-us h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.hollow-contact-15 .contact-us .accent {
  font-weight: 700;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: var(--red);
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: var(--mainFont);
  z-index: 0;
  height: 7rem;
}
.hollow-contact-15 .your-email,
.hollow-contact-15 [data-name="your-email"] {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-15 .your-phone,
.hollow-contact-15 [data-name="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: 4px; */
  color: dimgrey;
  background: #fff;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: var(--mainFont);
  border: none;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 2px solid #fff;
  /* border-radius: 2rem; */
  padding: 0.75rem 1.75rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  font-size: 1.1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--defaultMainColor);
  border-color: var(--defaultMainColor);
  color: #fff;
}
.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 .get-in-touch li a {
    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 3rem 2rem;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.hollow-footer-04 .main {
  /* background: rgba(0,0,0,.25); */
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0;
}
.hollow-footer-04 img {
/*  margin-bottom: 1rem;*/
   max-width: 18rem; 
  /* filter: brightness(0) invert(1); */
}
.hollow-footer-04 h3 {
  color: var(--defaultMainAccent);
  font-weight: 700;
  margin-bottom: 1rem;
  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(--defaultMainAccent);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--defaultMainColor);
  padding: 1rem 0 .5rem;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 2rem;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--defaultMainAccent);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--defaultMainAccent);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .hollow-footer-04 img {
    max-width: 90%;
  }
  .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;
  }
}

/*============================ */
/* Corner Item 08
============================== */
.hollow-corner-item-08 {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999999;
}
.pushNavBody.pushNavBodyNavOpen .hollow-corner-item-08 {
  display: none!important;
}
.hollow-corner-item-08[data-active="false"] {
  display: none!important;
}
.hollow-corner-item-08[data-alignment="left"] {
  left: 1rem;
  right: unset;
  align-items: flex-start;
}
.hollow-corner-item-08 .side-item {
  position: fixed;
  left: 0;
  bottom: 45%;
  opacity: 0;
  animation: 1s popup08slideout 3s forwards;
}
.hollow-corner-item-08 .side-item {
  display: none;
}
@keyframes popup08slideout {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.hollow-corner-item-08 .side-item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 0 0 0.5rem 0.5rem;
  background: #fff;
  border: 1px solid #000;
  padding: 1.5rem 1rem .6rem 1rem;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateY(-80%);
  width: max-content;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap span {
  color: #000;
  line-height: 1.5;
  padding: 0 0 0 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap i {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .side-item-wrap:hover i,
.hollow-corner-item-08 .side-item-wrap:hover span {
  color: #fff;
}
.hollow-corner-item-08 .side-item-wrap:hover {
  background: var(--defaultMainDark);
}
.hollow-corner-item-08.active .side-item-wrap i:before {
  content: "\f00d";
}
.hollow-corner-item-08 .corner-item-wrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 2rem;
  background: var(--defaultMainAccent);
  padding: 0.5rem 0.9rem;
  z-index: 100;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap span {
  color: #fff;
  line-height: 1.2;
  padding: 0 0 0 .5rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.hollow-corner-item-08 .corner-item-wrap i {
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: all .3s ease;
}
.hollow-corner-item-08 .corner-item-wrap:hover {
  background: var(--defaultMainColor);
}
.hollow-corner-item-08.active .icon-wrap i:before {
  content: "\f00d";
}
.hollow-corner-item-08 .message-bubble {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: .5rem;
  background: #fff;
  border-radius: 0.7rem;
  filter: drop-shadow(1px 7px 40px rgba(0,0,0,.3));
  margin-bottom: 0.5rem;
  width: 16rem;
  max-height: 7rem;
  transition: all .3s ease;
}
.hollow-corner-item-08.active .message-bubble .close-bubble {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-bubble {
  position: absolute;
  left: -1.85rem;
  top: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.hollow-corner-item-08 .message-bubble .close-bubble i {
  font-size: 1rem;
  color: #000;
  /* border: 2px solid rgba(0,0,0,.15); */
  border-radius: 50%;
  opacity: .7;
  background: #d5d5d5;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.hollow-corner-item-08 .message-bubble .close-bubble i:hover {
  background: #fff;
  opacity: 1;
}
.hollow-corner-item-08[data-show-bubble="false"] .message-bubble {
  display: none!important;
}
.hollow-corner-item-08.active[data-show-bubble="false"] .message-bubble {
  display: flex!important;
}
.hollow-corner-item-08.active .message-bubble {
  width: 23rem;
  padding: 0;
  max-height: 40rem;
  display: flex!important;
  visibility: visible!important;
  opacity: 1!important;
  z-index: 99999;
}
.hollow-corner-item-08 .heading-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.hollow-corner-item-08.active .heading-wrap {
  padding: .5rem;
  background: var(--defaultMainDark);
  border-radius: 0.5rem .5rem 0 0;
  justify-content: space-between;
}
.hollow-corner-item-08 .message-bubble .caret {
  position: absolute;
  bottom: -0.35rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: 0;
  display: none;
}
.hollow-corner-item-08[data-alignment="left"] .message-bubble .caret {
  left: 1rem;
  right: unset;
}
.hollow-corner-item-08 .message-bubble .img-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.hollow-corner-item-08.active .message-bubble .img-wrap {
  margin-bottom: 1.25rem;
}
.hollow-corner-item-08.active .heading-wrap .img-wrap {
  display: none;
}
.hollow-corner-item-08 .message-bubble .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-corner-item-08 .message-bubble .text-wrap {
  /* padding: 0rem 0 0.5rem; */
  width: 12rem;
}
.hollow-corner-item-08.active .message-bubble .text-wrap {
  padding: .5rem;
  width: calc(100% - 3rem);
}
.hollow-corner-item-08 .message-bubble .text-wrap span {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
}
.hollow-corner-item-08.active .message-bubble .text-wrap span {
  color: #fff;
}
.hollow-corner-item-08 .message-bubble .text-wrap .heading-text {
  display: none;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .heading-text {
  display: block;
}
.hollow-corner-item-08.active .message-bubble .text-wrap .bubble-text {
  display: none;
}
.hollow-corner-item-08 .message-bubble .close-btn {
  color: #fff;
  font-size: 1.5rem;
  display: none;
}
.hollow-corner-item-08.active .message-bubble .close-btn {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
  justify-content: center;
  align-items: center;
  /* border: 2px solid #fff; */
  border-radius: 50%;
  background: var(--defaultMainAccent);
}
.hollow-corner-item-08 .message-bubble .form-wrap {
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease;
}
.hollow-corner-item-08.active .message-bubble .form-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 1rem;
  max-height: 40rem;
}
.hollow-corner-item-08 .message-bubble .left-chat {
  padding: 1rem;
  background: whitesmoke;
  width: 70%;
  border-radius: 1rem 1rem 1rem 0;
  margin-bottom: 1rem;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .left-chat {
  opacity: 1;
  transition: opacity .2s ease .6s;
}
.hollow-corner-item-08 .message-bubble .left-chat span {
  /* color: #fff; */
  line-height: 1.3;
  font-size: .9rem;
  font-weight: 300;
}
.hollow-corner-item-08 .message-bubble .right-chat {
  opacity: 0;
  width: 85%;
  /* margin: 0 0 3rem auto; */
  margin: 0 0 1rem auto;
  padding: 1rem;
  /* background: var(--defaultMainAccent); */
  border-radius: 1rem 1rem 0 1rem;
  position: relative;
}
.hollow-corner-item-08 .form-wrap .wpcf7-spinner {
  right: 2rem;
  bottom: 50%;
  position: absolute;
  transform: translateY(50%);
}
.hollow-corner-item-08 .form-wrap .resetting .wpcf7-spinner {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap .sent .wpcf7-form-control-wrap,
.hollow-corner-item-08 .form-wrap .sent .submit-wrap {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap {
  border-radius: 1rem 1rem 0 1rem;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  position: relative;
  pointer-events: none!important;
}
.hollow-corner-item-08 .form-wrap .resetting div.wpcf7-response-wrap {
  visibility: hidden;
}
.hollow-corner-item-08 .form-wrap .invalid div.wpcf7-response-wrap {
  visibility: visible;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.3;
  font-family: var(--mainFont);
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
  color: #000;
  font-size: .9rem;
  font-weight: 300;
  text-align: left;
  padding: 1rem;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button {
  border: none;
  background: rgba(0,0,0,.25);
  font-family: var(--mainFont);
  font-size: .9rem;
  border-radius: 4px;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap {
  background: whitesmoke;
}
.hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-wrap .button {
  display: none;
}
.hollow-corner-item-08 .form-wrap div.wpcf7-response-wrap .button:hover {
  background: rgba(0,0,0,.5);
}
.hollow-corner-item-08.active .message-bubble .right-chat {
  opacity: 1;
  transition: opacity .2s ease .8s;
}
.hollow-corner-item-08 .form-wrap input,
.hollow-corner-item-08 .form-wrap select,
.hollow-corner-item-08 .form-wrap textarea {
  background: #fff;
  font-family: var(--mainFont);
  font-weight: 300;
  color: #000;
  border-radius: 10px;
  outline-color: var(--defaultMainAccent);
  border: 1px solid #CCC;
  padding: 0.7rem;
  max-width: 100%;
  font-size: 0.9rem;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap .resetting input,
.hollow-corner-item-08 .form-wrap .resetting select,
.hollow-corner-item-08 .form-wrap .resetting textarea {
  background: #ccc;
}
.hollow-corner-item-08 .form-wrap input:focus,
.hollow-corner-item-08 .form-wrap select:focus,
.hollow-corner-item-08 .form-wrap textarea:focus {
  border-color: var(--defaultMainAccent);
}
.hollow-corner-item-08 .form-wrap textarea {
  height: 4.5rem;
/* margin-bottom: 0px; */
}
.hollow-corner-item-08 .form-wrap .submit-wrap {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.hollow-corner-item-08 .form-wrap .submit-wrap i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--defaultMainColor);
  color: #fff;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap .submit-wrap:hover i {
  background: var(--defaultMainDark);
  color: #fff;
}

.hollow-corner-item-08 .form-wrap input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  border: none;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  transition: all .3s ease;
}
.hollow-corner-item-08 .form-wrap input[type="submit"]:hover {
  /* background: var(--defaultMainDark); */
}
.hollow-corner-item-08 ::-webkit-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 :-ms-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 ::-ms-input-placeholder {
  color: #000;
}
.hollow-corner-item-08 ::placeholder {
  color: #000;
}
.hollow-corner-item-08 .message-bubble .notice {
  padding: 1rem 0rem;
  text-align: center;
  font-weight: 300;
  font-size: .8rem;
  color: #222;
  line-height: 1.2;
  opacity: 0;
}
.hollow-corner-item-08.active .message-bubble .notice {
  opacity: 1;
  transition: all 1s ease;
}
@media only screen and (max-width: 767px){
  .hollow-corner-item-08 .side-item {
    display: none;
  }
  .hollow-corner-item-08 .message-bubble {
    width: 23rem;
    padding: 1rem;
  }
  .hollow-corner-item-08.active .message-bubble {
    width: 90vw;
  }
  .hollow-corner-item-08 .message-bubble .img-wrap {
    width: 3rem;
    height: 3rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap {
    width: 17rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap {
    width: 23.5rem;
    padding: 0.5rem 0 .5rem .5rem;
  }
  .hollow-corner-item-08 .message-bubble .text-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08.active .message-bubble .text-wrap span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .message-bubble .left-chat span {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap {
    padding: .8rem 1.1rem;
  }
  .hollow-corner-item-08 .corner-item-wrap span {
    font-size: 1.3rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
  }
  .hollow-corner-item-08 .message-bubble .close-bubble i {
    opacity: 1;
    background: #fff;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .hollow-corner-item-08 .form-wrap input, 
  .hollow-corner-item-08 .form-wrap select, 
  .hollow-corner-item-08 .form-wrap textarea {
    font-size: 1.1rem;
  }
  .hollow-corner-item-08.active .message-bubble .close-btn {
    font-size: 1.1rem;
    width: 1.4rem;
    height: 1.4rem;
    min-width: 1.4rem;
    min-height: 1.4rem;
  }
  
  /* Fullscreen setting */
  
  .hollow-corner-item-08.active[data-fullscreen="true"] {
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble {
    min-width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .icon-wrap {
    bottom: -4rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .form-wrap {
    max-height: unset;
    height: 90vh;
    padding: 3rem 1rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .heading-wrap {
    padding: 1.35rem 0.5rem;
    border-radius: 0;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .close-btn {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    min-height: 2.25rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .text-wrap .heading-text {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .left-chat {
    width: 65%;
    height: 7.5rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08 .form-wrap div.wpcf7-response-output {
    font-size: 1.2rem;
  }
  .hollow-corner-item-08 .form-wrap .sent div.wpcf7-response-output {
    font-size: 1.3rem;
    padding: 1.5rem 1.5rem 2rem;
  }
  .hollow-corner-item-08.active[data-fullscreen="true"] .message-bubble .right-chat {
    width: 80%;
    /* height: 75%; */
    margin-bottom: 100%;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap input,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap select,
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .form-wrap textarea {
    height: 10rem;
  }
  .hollow-corner-item-08[data-fullscreen="true"] .message-bubble .left-chat span {
    font-size: 1.2rem;
  }
}



/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--defaultMainDark);
}
.search-form-wrap button:hover {
  background: var(--defaultGrey);
}
/*Blog Page*/
.blog-wrap .post-item-header h3 {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item:hover .post-item-header h3 {
  background: var(--defaultMainAccent);
}
.blog-wrap .post-item .post-content a {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--defaultGrey);
}
.blog-wrap .post-item p {
  border-color: var(--defaultMainDark);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--defaultMainDark);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--defaultMainDark);
}
.blog-sidebar .post-item-header h2 {
  background: var(--defaultMainDark);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--defaultMainDark);
}
.blog-post-content h2 {
  color: var(--defaultGrey);
}
.blog-post-content h3 {
  color: var(--defaultMainDark);
}
.blog-post-content p a {
  color: var(--defaultMainDark);
}
.blog-post-content p a:hover {
  color: var(--defaultGrey);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--defaultMainDark);
}
.blog-return a.blog-return-btn:hover {
  background: var(--defaultGrey);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--defaultGrey);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--defaultMainDark);
}
.pagination span.page-numbers.current {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .blog-wrap .container,
  .blog-post .container {
    width: calc(100% - 4rem);
  }
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: var(--defaultMainColor);
}
.default-popup .form-wrap h3 {
  color: #00c761;
    font-weight: 700;
    font-size: 1.5rem;
}
.default-popup div.wpcf7-response-output {
  display: block;
}
.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(--defaultGrey);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--defaultMainAccent);
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--accentDark);
}
.default-popup .loader-wrap {
  background: var(--defaultMainDark);
}
.default-popup .button-wrap i {
  background: var(--defaultMainDark);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
  max-width: 36rem;
  padding: 1.5rem 1.5rem 0.5rem;
}
.default-popup .your-email,
.default-popup [data-name="your-email"] {
  width: 50%;
  float: left;
  padding-right: 1rem;
}
.default-popup .your-phone,
.default-popup [data-name="your-phone"] {
  width: 50%;
  float: left;
}
.default-popup .wpcf7-form-control-wrap input, 
.default-popup .wpcf7-form-control-wrap select, 
.default-popup .wpcf7-form-control-wrap textarea,
.default-popup .wpcf7-form input[type="submit"] {
  font-size: 1.1rem;
  font-family: var(--mainFont);
  font-weight: 400;
  border-radius: 0;
  border: none;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1rem;
  color: #fff;
  /* font-family: var(--mainFont); */
  margin-bottom: .25rem;
}
.default-popup .content-wrap h3 {
  text-transform: uppercase;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  color: #fff;
}
.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: 400;
  margin: 0 1.5rem 0 0;
  color: #fff;
}
.default-popup .location ul li i {
  color: var(--red);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: #fff;
}
.default-popup .form-wrap .close:hover {
  background: transparent;
  color: #ccc;
}
@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;
    font-size: 1.75rem;
  }
  .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;
  }
}
/*============================ */
/* CUSTOM SUBMIT FORM BUTTONS:
============================== */
.wpcf7 .wpcf7-form .hollow-file {
  padding: 0;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10rem;
  height: calc(100% - 2px);
  /*   top: 3px;
  left: 3px;
  width: calc(10rem - 3px);
  height: calc(100% - 6px);
  border-radius: 4px; */
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: var(--defaultMainColor);
  color: #fff;
  font-family: var(--mainFont);
  padding: .25rem;
  z-index: 1200;
  transition: all .3s ease;
}
.wpcf7 .wpcf7-form .hollow-file:hover .hollow-file-btn {
  background: var(--defaultMainAccent);
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn::before {
  content: '\f0ee';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6', 'Font Awesome 5 Pro', 'Font Awesome 5';
  margin-right: .5rem;
  font-size: 1.5rem;
  padding: .25rem;
  font-weight: 300;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-name {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  color: var(--defaultMainDark);
  font-family: var(--mainFont);
  padding: .25rem 1rem .25rem 11rem;
  min-width: calc(100% - 2px);
  z-index: 1000;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"] {
  color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"]:hover {
  color: transparent;
  background: #fff;
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: var(--defaultGrey);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--defaultMainAccent);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--defaultGrey);
  background: var(--defaultMainDark);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--defaultMainDark);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--defaultGrey);
}
/*============================ */


/*INTERIOR PAGES*/


/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 6rem 0 5rem;
  text-align: center;
  background: url(img/h1.jpg) center 77% no-repeat;
  background-size: cover;
}
.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;
  /*font-family: var(--mainFont);*/
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.interior-header-05 p {
  font-size: 1.2rem;
  color: #fff;
  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%;
  }
}


/*============================ */
/* Split Boxes 02
============================== */
.split-boxes-02 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

/* Left Box */
.split-boxes-02 .image-box {
  position: relative;
  background: var(--defaultMainAccent);
  display: flex;
  flex-direction: column;
  width: 50%;
}
.split-boxes-02 .image-box .text-wrap {
  padding: 4rem;
}
.split-boxes-02 .image-box .img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.split-boxes-02 .image-box .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.split-boxes-02 .image-box h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.split-boxes-02 .image-box .accent {
  font-weight: 700;
}
.split-boxes-02 .image-box p {
  color: #fff;
  margin-bottom: 1rem;
}
.split-boxes-02 .image-box.reverse {
  background: var(--defaultMainDark);
}
.split-boxes-02 .image-box.reverse h3 {
  color: #fff;
}
.split-boxes-02 .image-box.reverse p {
  color: #fff;
}
.split-boxes-02 .image-box.reverse ul li i {
  color: var(--defaultMainAccent);
}
/* Right Box*/
.split-boxes-02 .list-box {
  background: var(--defaultMainColor);
  padding: 4rem;
  width: 50%;
}
.split-boxes-02.service-area .list-box { width:100%; }
.split-boxes-02 .list-box h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.split-boxes-02 .list-box .accent {
  font-weight: 700;
  color: #00c761;
}
.split-boxes-02 .list-box p {
  color: #fff;
}
.split-boxes-02 .list-box ul {
  display: block;
  margin-bottom: 1rem;
}
.split-boxes-02 .list-box ul li p {
  display: inline-block;
  max-width: calc(100% - 1.25rem);
  margin-bottom: 0;
  vertical-align: top;
}
.split-boxes-02 .list-box ul li i {
  color: var(--defaultMainAccent);
  vertical-align: top;
  margin-top: 0.45rem;
  padding-right: .75rem;
  font-size: 0.5rem;
  width: 1.25rem;
}
.split-boxes-02 .list-box.reverse {
  background: #fff;
}
.split-boxes-02 .list-box.reverse h3 {
  color: var(--defaultMainDark);
}
.split-boxes-02 .list-box.reverse p {
  color: #fff;
}
.split-boxes-02 .list-box.reverse ul li i {
  color: var(--defaultMainDark);
}

.split-boxes-02 .list-wrap {
  margin-bottom: 1rem;
}
.split-boxes-02 .inner-box {
  padding: 2rem;
  background: #fff;
  margin: 3rem 0 0;
}
.split-boxes-02 .inner-box h3 {
  color: var(--defaultMainColor);
}
.split-boxes-02 .inner-box h3 .accent {
  font-weight: 700;
  color: var(--defaultMainColor);
}
.split-boxes-02 .inner-box p {
  color: var(--defaultMainColor);
  margin-bottom: 2rem;
}
.split-boxes-02 .inner-box .btn-wrap {
  display: block;
}
.split-boxes-02 .inner-box .btn-wrap a {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0.7rem 1rem;
  background: transparent;
  border: 2px solid var(--red);
  color: var(--red);
  transition: all .3s ease;
}
.split-boxes-02 .inner-box .btn-wrap a:hover {
  background: var(--red);
  color: #fff;
}
.split-boxes-02 .form-wrap {
  position: relative;
  padding: 2rem 0 0;
}
.split-boxes-02 ::-webkit-input-placeholder {
  color: #555;
}
.split-boxes-02 ::-moz-placeholder {
  color: #555;
}
.split-boxes-02 :-ms-input-placeholder {
  color: #555;
}
.split-boxes-02 :-moz-placeholder {
  color: #555;
}
.split-boxes-02 .group-wrap {
  padding: 0 0 1.5rem;
}
.split-boxes-02 input:not([type="submit"]),
.split-boxes-02 select,
.split-boxes-02 textarea {
  font-size: 1.1rem;
  width: 100%;
  /* border-radius: 4px; */
  color: dimgrey;
  background: #fff;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: var(--mainFont);
  border: none;
}
.split-boxes-02 .wpcf7-form-control.wpcf7-submit {
  background: var(--defaultMainAccent);
  border: none;
  /* border-radius: 2rem; */
  padding: 0.6rem 1.75rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.split-boxes-02 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 767px) {
  .split-boxes-02 .image-box {
    width: 100%;
  }
  .split-boxes-02 .image-box .text-wrap {
    padding: 2rem;
  }
  .split-boxes-02 .image-box .img-wrap img {
    position: relative;
  }
  .split-boxes-02 .list-box {
    width: 100%;
    padding: 2rem;
  }
  .split-boxes-02 .inner-box {
    margin-top: 2rem;
  }
  .split-boxes-02 .list-box ul li i {
    padding-top: .25rem;
  }
}

/*============================ */
/* Action 002
============================== */
.hollow-action-002 {
  padding: 0 0;
  margin: 2rem 0 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: whitesmoke;
  align-items: center;
  flex-direction: row-reverse;
}
.hollow-action-002 .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-action-002 .text-wrap {
  padding: 2rem;
  background: whitesmoke;
  /* border: 2px solid gainsboro; */
  text-align: center;
  display: flex;
  max-width: 60%;
  justify-content: center;
  align-items: center;
}
.hollow-action-002 .text-wrap h3 {
  color: #093596;
  margin-bottom: 1rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.hollow-action-002 .text-wrap p {
  margin-bottom: 1.5rem;
}
.hollow-action-002 .text-wrap a {
  display: inline-block;
}
.hollow-action-002 .text-wrap a:hover {
  border-color: var(--defaultMainDark);
}
.hollow-action-002 .text-wrap a::before {
  background: var(--defaultMainDark);
}
/* .hollow-action-002 .img-wrap {
  width: 40%;
  text-align: center;
}
.hollow-action-002 .img-wrap img {
  object-fit: contain;
} */
.hollow-action-002 .logo-wrap {
  width: 40%;
  text-align: center;
  padding: 1rem;
}
.hollow-action-002 .logo-wrap img {
  object-fit: contain;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hollow-action-002 {
    flex-wrap: wrap;
  }
  .hollow-action-002 .text-wrap {
    max-width: 100%;
  }
  .hollow-action-002 .logo-wrap {
    width: 100%;
    padding: 1rem 2rem;
  }
  .hollow-action-002 .logo-wrap img {
    height: unset;
  }
}
/*============================ */
/* Action 13
============================== */
.hollow-action-13 {
  position: relative;
  padding: 6rem 0;
  background: url(img/default_1400x400.jpg) center /cover no-repeat fixed;
}
.hollow-action-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.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;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.5rem;
  text-shadow: 1px 1px 3px #000;
}
.hollow-action-13 p {
  color: #FFF;
  margin-bottom: 2.5rem;
  max-width: 50rem;
  font-weight: 400;
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px #000;
}
.hollow-action-13 .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-13 .button-wrap a {
  padding: .7rem 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  /* border-radius: 2rem; */
  margin: .75rem;
  letter-spacing: 1px;
}
.hollow-action-13 .button-wrap a.optionA {
  border: 2px solid #FFF;
  color: #FFF;
  transition: all .3s ease;
}
.hollow-action-13 .button-wrap a.optionA:hover {
  background: #FFF;
  color: var(--defaultMainDark);
}
.hollow-action-13 .button-wrap a.optionB {
  background: var(--defaultMainDark);
  color: #FFF;
  transition: all .3s ease;
  /* border: 2px solid white; */
}
.hollow-action-13 .button-wrap a.optionB:hover {
  background: var(--defaultGrey);
}
.hollow-action-13 .button-wrap 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;
  }
}
/*============================ */
/* Gallery 01
============================== */
.hollow-gallery-11 {
  position: relative;
  padding: 0;
}
.hollow-gallery-11 .flexbox {
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.hollow-gallery-11 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem 4rem;
}
.hollow-gallery-11 .text-wrap .title-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.hollow-gallery-11 .text-wrap h2 {
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
}
.hollow-gallery-11 .text-wrap h3 {
  color: var(--defaultMainColor);
}
.hollow-gallery-11 .text-wrap p {
  margin-bottom: 1rem;
}
.hollow-gallery-11 .text-wrap a {
  display: inline-flex;
  padding: 0.7rem 2rem;
  color: #fff;
  background: var(--defaultMainDark);
  transition: all .3s ease;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hollow-gallery-11 .text-wrap a:before {
  background: var(--defaultMainAccent);
  color: #fff;
}
.hollow-gallery-11 .text-wrap a:hover {
  color: #fff;
}
.hollow-gallery-11 .img-wrap {
  width: 50%;
  height: 34rem;
}
.hollow-gallery-11 .nextgen_pro_thumbnail_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1px;
}
.hollow-gallery-11 .image-wrapper {
  width: calc(50% - 2px)!important;
  height: calc(50% - 2px)!important;
  max-height: unset!important;
  object-fit: cover;
  margin: 1px!important;
}
.hollow-gallery-11 .nextgen_pro_thumbnail_grid .image-wrapper > a {
  display: inline-block;
  width: 100%!important;
  height: 100%!important;
}
.hollow-gallery-11 .nextgen_pro_thumbnail_grid .image-wrapper img {
  will-change: transform;
  height: 100%!important;
  transition: opacity .3s ease, transform 1s ease;
}
.hollow-gallery-11 .nextgen_pro_thumbnail_grid .image-wrapper img:hover {
  opacity: .8;
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .hollow-gallery-11 .reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-11 {
    padding: 0;
  }
  .hollow-gallery-11 .flexbox {
    flex-direction: column;
  }
  .hollow-gallery-11 .text-wrap {
    width: 100%;
    padding: 2rem;
  }
  .hollow-gallery-11 .text-wrap h2 {
    font-size: 2rem;
  }
  .hollow-gallery-11 .text-wrap a {
    font-size: 1.3rem;
  }
  .hollow-gallery-11 .text-wrap a:hover {
    background: var(--defaultMainColor);
  }
  .hollow-gallery-11 .img-wrap {
    width: 100%;
    height: 24rem;
  }
}
/*============================ */
/* Interior Maps 01
============================== */
.interior-maps-01 {
  /* padding: 4rem 0; */
}
.interior-maps-01 .flex-container {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.interior-maps-01 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem;
}
.interior-maps-01 .title-wrap {
  margin-bottom: 1rem;
}
.interior-maps-01 .title-wrap h1 {
  color: var(--defaultMainColor);
  font-size: 2rem;
  font-weight: 600;
}
.interior-maps-01 .title-wrap h3 {
  color: var(--defaultMainAccent);
}
.interior-maps-01 .text-wrap p {
  margin-bottom: 1.5rem;
  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;
}
.interior-maps-01 .list-wrap ul li i {
  color: var(--defaultMainColor);
  font-weight: 400;
  padding: 0.2rem .7rem 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;
  width: 50%;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.interior-maps-01 .map-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-family: var(--headingFont);
}
.interior-maps-01 .map-wrap i {
  font-size: 3rem;
  padding: .5rem;
  font-weight: 400;
}
.interior-maps-01 .map-wrap span {
  position: absolute;
  opacity: 0;
  color: #fff;
  z-index: 1000;
  text-shadow: 1px 1px 3px #000;
  transition: all .3s ease;
}
.interior-maps-01 .map-wrap:hover i,
.interior-maps-01 .map-wrap:hover span {
  opacity: 1;
}
.interior-maps-01 .map-wrap .map-overlay {
  content: '';
  top: 50%;
  left: 50%;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: var(--defaultMainColor);
  border: 2px solid var(--defaultMainDark);
  z-index: 1000;
  position: absolute;
  opacity: .3;
}
.interior-maps-01 .map-wrap iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
@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 .list-wrap .list-1 {
    margin-right: 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 .text-wrap {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0rem 0;
  }
  .interior-maps-01 .list-wrap {
    width: 100%;
  }
  .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 .map-wrap {
    width: 100%;
  }
  .interior-maps-01 .map-wrap iframe {
    height: 30rem;
  }
}
.interior-testimonials-03 {
  padding: 4rem 0;
}
.interior-testimonials-03 .flexbox {
  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: 47%;
  text-align: center;
  margin: 0 1.5% 2rem;
  padding: 1.5rem;
  border: 5px solid #ececec;
  border-radius: 12px;
}
.interior-testimonials-03 .box-wrap p {
  font-style: italic;
}
.interior-testimonials-03 .box-wrap i {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--defaultMainColor);
}
.interior-testimonials-03 .box-wrap p.client-name {
  color: var(--defaultMainDark);
  font-weight: 700;
  font-size: 1.1rem;
  /* text-transform: uppercase; */
  margin-bottom: 0;
  font-style: normal;
}
.interior-testimonials-03 .box-wrap p.client-city {
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-style: normal;
}
.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(--defaultMainDark);
  padding: 0.8rem 1.2rem;
  letter-spacing: 1px;
  transition: all .3s ease;
}
.interior-testimonials-03 .btn-wrap a:hover {
  background: var(--defaultGrey);
}
@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;
  }
  .interior-testimonials-03 h2 {
    margin-bottom: 2rem;
  }
  .interior-testimonials-03 .box-wrap {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.post-content span.date-wrap { display:none } 
