/*
  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: #212121;
  --defaultMainDark: #000;
  --defaultMainAccent: #777771;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Lato', sans-serif;
  --mainFont: 'Lato', sans-serif;
}

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


/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  background: url(img/header-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-09::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff, #ffffffcf, #ffffff87);
  z-index: 1;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-09 .logo img {
  max-width: 100%;
  height: 9rem;
  transition: all .32s ease;
  position: relative;
  z-index: 1000;
}
.hollow-header-09.sticky .logo img {
  display: none;
}
.hollow-header-09 .va-middle {
  float: left;
}
.hollow-header-09 .phone-wrap,
.hollow-header-09 .email-wrap {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.hollow-header-09 .phone-wrap a,
.hollow-header-09 .email-wrap a {
  color: var(--defaultMainColor);
  font-size: 1.2rem;
  font-weight: 400;
  margin: .4rem 0;
  display: inline-block;
  transition: all 0.2s ease;
}
.hollow-header-09 .phone-wrap i,
.hollow-header-09 .email-wrap i {
  padding-right: 0.35rem;
}
.hollow-header-09 .phone-wrap a:hover,
.hollow-header-09 .email-wrap a:hover {
  color: var(--defaultMainAccent);
}
.hollow-header-09 .social {
  display: inline-block;
}
.hollow-header-09 .social a {
  color: var(--defaultMainColor);
  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: 2rem 0;
}
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: #fff;
  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: var(--defaultMainColor);
}
.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.4rem 1rem;
    display: block;
    margin-left: 1rem;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: all .2s ease;
}
.hollow-header-09 nav a:focus {
  color: #000;
}
.hollow-header-09 nav a i {
  padding-right: .4rem;
}
.hollow-header-09 nav .menu-item {
  margin-bottom: 0;
}
/* NAV LEVEL ONE */
.hollow-header-09 .menu-item.open>a, .hollow-header-09 .menu-item:hover>a, .hollow-header-09 .menu-item.active a, .hollow-header-09 .menu-item.active:hover>a {
  color: #fff;
  background: #000;
}
/* 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: 6rem;
  }
  .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: 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) {
  .default-popup .form-wrap,
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/


/*============================ */
/* Hero 16
============================== */
.hollow-hero-16 {
  position: relative;
  overflow: hidden;
}
.hollow-hero-16::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #092c3442;
  pointer-events: none;
}
.hollow-hero-16 .slider-wrap {
  visibility: hidden;
}
.hollow-hero-16 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-16 .slide {
  height: 76vh;
  min-height: 32rem;
  position: relative;
  overflow: hidden;
}
.hollow-hero-16 .slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hollow-hero-16 .caption-wrap {
  position: absolute;
    top: 14%;
    left: 6%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    z-index: 1;
}
.hollow-hero-16 .caption-wrap .caption {
  width: 48%;
}
.hollow-hero-16 .caption-wrap h1 {
  color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    white-space: nowrap;
    background: #000;
    padding: .25rem .5rem;
}
.hollow-hero-16 .caption-wrap h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 2rem;
  text-shadow: 0 0 50px #000;
}
.hollow-hero-16 .caption-wrap hr {
  width: 4rem;
  margin: 1rem auto;
  border-color: #FFF;
  border-width: .5px;
}
.hollow-hero-16 .caption-wrap p {
  color: #FFF;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}
.hollow-hero-16 .button-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.hollow-hero-16 .button-wrap a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #000;
  padding: 0.75rem 2rem;
  background: #fff;
  margin: 0 0.4rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-size: 1rem;
  transition: all .3s ease;
}
.hollow-hero-16 .button-wrap a:hover {
  background: #000;
  color: #fff;
}
.hollow-hero-16 .caption-wrap .img-wrap {
  width: 48%;
}
.hollow-hero-16 .caption-wrap .img-wrap img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .hollow-hero-16 .slide {
    height: 48vh;
  }
}
@media only screen and (max-width: 767px){
  .hollow-hero-16 .slide {
    height: 43vh;
    min-height: 25rem;
  }
  .hollow-hero-16 .caption-wrap {
    top: 19%;
    left: -1%;
  }
  .hollow-hero-16 .caption-wrap h1 {
    letter-spacing: .35rem;
    font-size: 1.3rem;
  }
  .hollow-hero-16 .caption-wrap h2 {
    font-size: 2.5rem;
  }
  .hollow-hero-16 .caption-wrap p {
    font-weight: 400;
  }
}

.hollow-content-017 {
  padding: 6rem 0 5rem;
}
.hollow-content-017 .flex-container {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hollow-content-017 img {
  max-width: 70%;
      margin: 0 auto;
    display: flex;
    transform: rotate(11deg);
}
.hollow-content-017 h2 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.hollow-content-017 h3 {
  color: #000;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.hollow-content-017 p {
  color: #000;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hollow-content-017 {
    padding: 2rem 0 2rem;
  }
}

/*============================ */
/* Service Slider 03
============================== */
.service-slider-03 {
      position: relative;
    padding: 3rem 0 5rem;
    box-shadow: 0 0 30px #00000042;
}
.service-slider-03 .flexbox {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.service-slider-03 .content-wrap {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-slider-03 .heading-wrap {
  margin-bottom: 1rem;
}
.service-slider-03 .heading-wrap img {
  max-width: 70%;
      margin: 0 auto;
    display: flex;
    transform: rotate(11deg);
}
.service-slider-03 .heading-wrap h2 {
  color: var(--defaultMainColor);
  font-weight: 300;
}
.service-slider-03 .arrow-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  display: none;
}
.service-slider-03 .link-wrap {
  position: relative;
}
.service-slider-03 .link-wrap a {
      display: inline-block;
    padding: .75rem 2rem;
    text-transform: uppercase;
    background: var(--defaultMainColor);
    color: #fff;
    transition: all .3s ease;
    letter-spacing: 2px;
}
.service-slider-03 .link-wrap a:hover {
  background: #757575;
}
.service-slider-03 .arrow-wrap .slick-prev, 
.service-slider-03 .arrow-wrap .slick-next {
  position: relative;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
}
.service-slider-03 .arrow-wrap .slick-prev {
  margin-right: 1rem;
}
.service-slider-03 .arrow-wrap .slick-prev::before, 
.service-slider-03 .arrow-wrap .slick-next::before {
  color: var(--defaultMainColor);
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
}
.service-slider-03 .arrow-wrap .slick-prev::before {
  content: '\f137';
} 
.service-slider-03 .arrow-wrap .slick-next::before {
  content: '\f138';
}
/* Image Slider */
.service-slider-03 .slide-wrap {
  width: 60%;
  height: 16rem;
  visibility: hidden;
}
.service-slider-03 .slide-wrap.slick-initialized {
  visibility: visible;
}
.service-slider-03 .slide {
  position: relative;
  margin: 0.75rem 1.5rem 0 0;
  /* padding-bottom: 1rem; */
  transition: all .5s ease;
}
.service-slider-03 .slide:hover {
  margin: 0 1.5rem 0 0;
  box-shadow: 1px 2px 21px rgba(0,0,0,.5);
}
.service-slider-03 .slick-list {
  padding-left: 0!important;
  padding-right: 0!important;
}
.service-slider-03 .slick-list,
.service-slider-03 .slick-track {
  position: relative;
  height: 100%;
  padding: 1rem;
}
.service-slider-03 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-slider-03 .img-wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #252525;
    padding: .25rem;
  transition: all .3s ease;
}
.service-slider-03 .img-wrap img.active {
  opacity: 1;
}
/* Caption Slider */
.service-slider-03 .caption {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}
.service-slider-03 .caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 50;
  will-change: background-color;
  transition: all .3s ease;
}
.service-slider-03 .slide:hover .caption-overlay {
  background: var(--defaultMainColor);
  opacity: 0.85;
}
.service-slider-03 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  z-index: 100;
  margin-bottom: 0.5rem;
  transition: all .3s ease;
}
.service-slider-03 .title-wrap i {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}
.service-slider-03 .title-wrap h1 {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 300;
  font-size: 1.75rem;
}
.service-slider-03 .title-wrap h3 {
  color: #fff;
  margin-bottom: 2rem;
  background: var(--defaultMainColor);
  padding: .2rem 1rem;
}
.service-slider-03 .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-height: 0;
  z-index: 100;
  transition: all .3s ease;
}
.service-slider-03 .slide:hover .text-wrap {
  max-height: 100%;
}
.service-slider-03 .text-wrap p {
  font-size: 1.1rem;
  color: #FFF;
  margin-bottom: 2rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  will-change: max-height;
  transition: all .4s ease;
}
.service-slider-03 .slide:hover .text-wrap p {
  opacity: 1;
  max-height: 100%;
}
.service-slider-03 .btn-wrap {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  transition: all .3s ease;
}
.service-slider-03 .btn-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--defaultMainAccent);
  background: #fff;
  overflow: hidden;
  line-height: 1;
  transition: all .3s ease;
}
.service-slider-03 .btn-wrap span i {
  transition: all .3s ease;
}
/* Media Queries */
@media only screen and (max-width: 991px) {
  .service-slider-03 .content-wrap {
    width: 40%;
  }
  .service-slider-03 .slide-wrap {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .service-slider-03 {
    padding: 2.25rem 0.25rem 2rem 0;
  }
  .service-slider-03 .heading-wrap {
    margin-bottom: 0;
  }
  .service-slider-03 .content-wrap {
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
    margin-bottom: .5rem;
  }
  .service-slider-03 .arrow-wrap {
    margin-bottom: 1.5rem;
    width: 100%;
    justify-content: center;
  }
  .service-slider-03 .link-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .service-slider-03 .link-wrap a {
    font-size: 1.2rem;
  }
  .service-slider-03 .slide-wrap {
    width: 100%;
    height: 28rem;
    margin-bottom: 1rem;
  }
  .service-slider-03 .slick-list {
    padding: 0 1rem!important;
  }
  .service-slider-03 .slide {
    opacity: 0;
  }
  .service-slider-03 .slide.slick-current {
    box-shadow: none;
    opacity: 1;
  }
  .service-slider-03 .slide.slick-current .caption-overlay {
    background: var(--defaultMainColor);
    opacity: 0.85;
  }
  .service-slider-03 .slide.slick-current .text-wrap {
    max-height: 100%;
  }
  .service-slider-03 .slide.slick-current .text-wrap p {
    opacity: 1;
    max-height: 100%;
  }
}

.hollow-action-0925 {
  padding: 2rem 0;
}
.hollow-action-0925 .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-action-0925 img {
  max-width: 100%;
  width: 46%;
}
.hollow-action-0925 .content-wrap {
  width: 46%;
}
.hollow-action-0925 .content-wrap h3 {
  text-transform: uppercase;
  font-weight: 900;
}
/*============================ */
/* Hollow Content 25
============================== */
.hollow-content-25 {
  padding: 6rem 0;
}
.hollow-content-25 .flexbox {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.hollow-content-25 .flexbox.reverse {
  flex-direction: row-reverse;
  margin-top: 4rem;
}
/* Text Wrap */
.hollow-content-25 .text-wrap {
  width: 46%;
  padding: 3rem 0;
  position: relative;
}
.hollow-content-25 .text-wrap h2 {
  margin-bottom: 1.5rem;
    color: #000;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
.hollow-content-25 .text-wrap h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainAccent);
}
.hollow-content-25 .text-wrap p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.hollow-content-25 .btn-wrap {
  padding: 1rem 0 0;
}
.hollow-content-25 .btn-wrap a {
  display: inline-flex;
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    transition: all .3s ease;
    background: #252525;
}
.hollow-content-25 .btn-wrap a:hover {
  background: #757575;
  color: #fff;
}
/* Images Wrap */
.hollow-content-25 .img-wrap {
  position: relative;
  width: 46%;
}
.hollow-content-25 .img-wrap img {
      object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    filter: drop-shadow(0 0 10px #000000a3);
}
.hollow-content-25 .img-bg {
  position: absolute;
  background: url(img/img-bg-2.png) center 35% no-repeat;
  background-size: cover;
  height: 15%;
  width: 4rem;
  top: -3px;
  right: -2rem;
  transform: scale(11);
}
.hollow-content-25 .img-bg.left {
  left: -2rem;
  right: unset;
}
.hollow-content-25 .img-wrap.left img {
  margin: 2rem 2rem 0;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-25 .flexbox {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-25 {
    padding: 1rem 0 2rem;
  }
  .hollow-content-25 .flexbox.reverse {
    margin-top: 0;
  }
  .hollow-content-25 .text-wrap {
    width: 100%;
    padding: 2rem 1rem 2rem;
    margin: 0;
  }
  .hollow-content-25 .img-wrap {
    width: 100%;
    margin: 0;
  }
  .hollow-content-25 .img-wrap img {
    position: relative;
  }
  .hollow-content-25 .accentThree,
  .hollow-content-25 .accentFour {
    display: none;
  }
}

/*============================ */
/* Contact 10
============================== */
.hollow-contact-10 {
  position: relative;
  padding: 0 0 6rem;
    background: linear-gradient(180deg, #fff, 30%, #fff, 30%, #f5f5f5);
}
/*.hollow-contact-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 109, 109, 0.4);
}*/
.hollow-contact-10 .flex-container {
  position: relative;
  z-index: 1000;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 3rem 3rem 2rem;
  box-shadow: 0 0 30px #00000042;
}
.hollow-contact-10 h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
}
.hollow-contact-10 p {
  margin-bottom: 2rem;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.hollow-contact-10.your-name,
.hollow-contact-10 [data-name="your-name"] {
  width: 33%;
  float: left;
  padding-right: 1rem;
}
.hollow-contact-10.your-email,
.hollow-contact-10 [data-name="your-email"] {
  width: 33%;
  float: left;
  padding-right: 1rem;
}
.hollow-contact-10 .your-phone,
.hollow-contact-10 [data-name="your-phone"] {
  width: 33%;
  float: left;
}
.hollow-contact-10 input:not([type="submit"]),
.hollow-contact-10 textarea {
  font-family: var(--mainFont);
  font-size: .9rem;
  font-weight: 400;
  width: 100%;
  border: 1px solid #eee;
  padding: .7rem 1rem;
  margin-bottom: 1rem;
  color: #000;
  background: whitesmoke;
}
.hollow-contact-10 textarea {
  height: calc(100vh / 4);
  min-height: 8rem;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit {
  background: #252525;
  border: none;
  padding: .75rem 2rem;
  max-width: max-content;
  color: #FFF;
  cursor: pointer;
  font-weight: 400;
  font-family: var(--mainFont);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  width: 100%;
  justify-content: center;
  transition: .3s ease;
}
.hollow-contact-10 .wpcf7-form-control.wpcf7-submit:hover {
  background: #757575;
}
.hollow-contact-10 ::placeholder { 
  color: grey;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-10 {
    background-attachment: unset;
  }
  .page-template-page-contact .hollow-contact-10 {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-10 {
    padding: 2rem 1rem;
  }
  .page-template-page-contact .hollow-contact-10 {
    padding-top: 4rem;
  }
  .hollow-contact-10.your-name,
  .hollow-contact-10 [data-name="your-name"] {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .hollow-contact-10.your-email,
  .hollow-contact-10 [data-name="your-email"] {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .hollow-contact-10 .your-phone,
  .hollow-contact-10 [data-name="your-phone"] {
    width: 100%;
    float: left;
    margin-bottom: 2rem;
  }
}
/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 {
  padding: 6rem 0;
}
.hollow-contact-15 .flex-container {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.hollow-contact-15 .get-in-touch {
  width: 46%;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #000;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h2 {
  margin-bottom: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--defaultMainDark);
  border-bottom: 2px solid #eee;
  padding-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
  text-align: left;
}
.hollow-contact-15 .get-in-touch p {
      color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 2rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #000;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  color: #000;
  font-size: 1.2rem;
  padding-right: 1rem;
  padding-top: 0.1rem;
  font-weight: 200;
}
.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: #000;
  font-weight: 400;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .social a {
  color: #000;
  margin-right: .7rem;
  font-size: 1.5rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .contact-us {
  width: 46%;
  background: #252525;
  padding: 2rem;
}
.hollow-contact-15 .contact-us h4 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h2 {
  margin-bottom: 1.8rem;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
  text-align: left;
}
.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: 10px; */
  color: dimgrey;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: var(--mainFont);
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 1px solid #fff;
   */
  padding: .75rem 3rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 550px;
  margin-top: 6rem;
}
.hollow-contact-15 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
  filter: grayscale(.5);
}
.hollow-contact-15 .map-wrap iframe.clicked {
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 {
    padding: 2rem 0 0;
  }
  .hollow-contact-15 .flex-container {
    flex-direction: column-reverse;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 2rem;
  }
  .hollow-contact-15 .get-in-touch li {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .flex-info ul {
    width: 100%;
  }
  .hollow-contact-15 .get-in-touch li a {
    font-size: 1.1rem;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 2rem;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
    margin-top: 0;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: url(img/header-bg.jpg) center center no-repeat;
    background-size: cover;
}
.hollow-footer-04 .main {
  background: linear-gradient(45deg, transparent, #ffffff99, #fff, #ffffffd1, transparent);
}
.hollow-footer-04 .main .flex-container {
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 1rem;
}
.hollow-footer-04 img {
  margin-bottom: 1.5rem;
  max-width: 30%;
}
.hollow-footer-04 h3 {
  color: #000;
    font-weight: 900;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted #000;
  padding-top: .5rem;
  justify-content: center;
  margin-top: 1rem;
}
.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: #000;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main a:hover i {
  color: var(--defaultMainColor);
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 1rem 0;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--defaultMainColor);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--defaultMainColor);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .page-template-page-contact .hollow-footer-04 .main .flex-container {
    padding: 6rem 0 3rem;
  }
}
@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;
  }
}

/*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 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(--defaultMainDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--defaultMainColor);
}
.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%;
  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: 1rem;
  font-family: var(--mainFont);
  font-weight: 400;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.3rem;
}
.default-popup .content-wrap h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1.1rem;
}
.default-popup .location {
  margin-bottom: 2rem;
}
.default-popup .location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-popup .location ul li {
  display: flex;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--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;
  }
}
/*============================ */
/* 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 {
  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: 21rem 1rem 3rem;
  text-align: center;
  background: url(img/h1.jpg) center 30% no-repeat;
  background-size: cover;
}
.page-id-279 .interior-header-05 {
  background: url(img/h2.jpg) center bottom no-repeat;
  background-size: cover;
}
.interior-header-05 .flex-container {
  justify-content: center;
  align-items: center;
}
.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #092c3442;
}
.interior-header-05 h1 {
  color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5rem;
    font-size: 1.5rem;
    text-shadow: 0 0 50px #000;
    margin-bottom: 1rem;
    position: relative;
}
.interior-header-05 h2 {
  color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 2rem;
    text-shadow: 0 0 50px #000;
    position: relative;
}

@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 9rem 1rem 0rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
            font-size: 2.2rem;
  }
}

/*============================ */
/* Hollow Content 25
============================== */
.interior-content-25 {
  padding: 6rem 0;
  background: whitesmoke;
}
.interior-content-25 .flexbox {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
/* Text Wrap */
.interior-content-25 .text-wrap {
  width: 46%;
  padding: 2rem 0;
  position: relative;
}
.interior-content-25 .text-wrap h2 {
      margin-bottom: 1.5rem;
    color: #000;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}
.interior-content-25 .text-wrap h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainAccent);
}
.interior-content-25 .text-wrap p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.interior-content-25 .btn-wrap {
  padding: 1rem 0 0;
}
.interior-content-25 .btn-wrap a {
  display: inline-block;
  padding: .6rem 1rem;
  border: 2px solid var(--defaultMainColor);
  background: var(--defaultMainColor);
  margin: 0 1rem 0 0;
  color: #fff;
  transition: all .3s ease;
  border-radius: .5rem 0;
}
.interior-content-25 .btn-wrap a:hover {
  background: var(--defaultMainDark);
  border-color: var(--defaultMainDark);
}
/* Images Wrap */
.interior-content-25 .img-wrap {
  position: relative;
  width: 46%;
}
.interior-content-25 .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 0 30px #00000042;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-content-25 .flexbox {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-25 {
    padding: 0 0 2rem;
  }
  .interior-content-25 .text-wrap {
    width: 100%;
    padding: 2rem 1rem 1rem;
    margin: 0;
  }
  .interior-content-25 .img-wrap {
    width: 100%;
    margin: 0;
  }
  .interior-content-25 .img-wrap img {
    position: relative;
  }
  .interior-content-25 .accentThree,
  .interior-content-25 .accentFour {
    display: none;
  }
}

/*============================ */
/* Team 05
============================== */
.hollow-team-05 {
  padding: 4rem 0;
  position: relative;
  background: #fff;
}
.hollow-team-05 .flex-container {
  position: relative;
  flex-direction: column;
}
.hollow-team-05 .title-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.hollow-team-05 .title-wrap h2 {
  color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
}
.hollow-team-05 .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hollow-team-05 .tabs li {
  width: calc(100% / 3 - 2rem);
  margin-bottom: 1rem;
}
.hollow-team-05 .tabs li a {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 1rem 1rem 2rem;
  border-radius: 10px;
  box-shadow: 0 0 8px -4px transparent;
  transition: all 0.2s ease;
}
.hollow-team-05 .tabs li a * {
  pointer-events: none;
}
.hollow-team-05 .tabs li a img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.hollow-team-05 .tabs li a:hover {
  transform: translateY(-4px);
}
.hollow-team-05 .tabs li a .img-plus {
  position: relative;
  display: inline-block;
  padding: 1rem;
}
.hollow-team-05 .tabs li a .img-plus i {
  position: absolute;
  bottom: 1.75rem;
  right: 1.5rem;
  color: var(--defaultMainAccent);
  pointer-events: none;
  font-size: 1.75rem;
  transition: all .5s ease;
}
.hollow-team-05 .tabs li a:hover .img-plus i {
  transform: rotate(360deg);
}
.hollow-team-05 .tabs li a p {
  position: relative;
    margin-bottom: 0;
    margin: 0 auto;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}
.hollow-team-05 .tabs li a p b {
  font-size: 1.3rem;
    color: #000;
    font-weight: 900;
    font-family: var(--headingFont);
    text-transform: uppercase;
}
.hollow-team-05 .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.hollow-team-05 .tabs-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 7px;
  width: 52rem;
  box-shadow: 0px 0px 7px #000;
  max-width: 90%;
  max-height: 72vh;
  overflow-y: auto;
  display: none;
  z-index: 2000;
  overscroll-behavior-y: contain;
}
.hollow-team-05 .tabs-popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 9px;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-team-05 .tabs-popup .close-btn:hover {
  color: var(--defaultMainDark);
}
.hollow-team-05 .tabs-content {
  background: #fff;
  padding: 2rem;
}
.hollow-team-05 .tabs-content .icon {
  margin: 0;
}
.hollow-team-05 .tabs-panel {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all .8s ease;
}
.hollow-team-05 .tabs-panel.active {
  max-height: unset;
  opacity: 1;
}
.hollow-team-05 .tabs-panel h2 {
  width: 100%;
    font-size: 1.5rem;
    margin-bottom: .25rem;
    color: var(--defaultMainColor);
    text-transform: uppercase;
    font-weight: 900;
}
.hollow-team-05 .tabs-panel h3 {
  width: 100%;
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.hollow-team-05 .tabs-panel p {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.hollow-team-05 .tabs-panel .text-wrap {
  width: 70%;
}
.hollow-team-05 .tabs-panel .img-wrap {
  width: 25%;
}
.hollow-team-05 .tabs-panel .img-wrap img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto 1rem;
}
.hollow-team-05 .tabs-panel .contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hollow-team-05 .tabs-panel .contact-info a {
  font-size: 1.5rem;
  color: var(--defaultMainColor);
  padding: .5rem;
  transition: all .3s ease;
}
.hollow-team-05 .tabs-panel .contact-info a:hover {
  color: var(--defaultMainAccent);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-team-05 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-team-05 {
    padding: 3rem 0 2rem;
  }
  .hollow-team-05 .title-wrap {
    margin-bottom: 0;
  }
  .hollow-team-05 .tabs-content {
    padding: 1.75rem;
  }
  .hollow-team-05 .tabs li {
    width: 100%;
  }
  .hollow-team-05 .tabs li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hollow-team-05 .tabs-panel .img-wrap {
    width: 85%;
    display: flex;
    align-items: flex-end;
    padding: 1rem 0 0;
  }
  .hollow-team-05 .tabs-panel .img-wrap img {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2rem;
  }
  .hollow-team-05 .tabs-panel .contact-info {
    width: 30%;
    margin: 0 1rem 0 -1rem;
    padding: .5rem;
    background: var(--defaultMainColor);
    flex-direction: column;
    align-items: center;
  }
  .hollow-team-05 .tabs-panel .contact-info a {
    margin-bottom: .5rem;
    font-size: 2rem;
    color: #fff;
  }
  .hollow-team-05 .tabs-panel .text-wrap {
    width: 100%;
    padding: 1rem 0;
  }
}


/*============================ */
/* Split Boxes 01
============================== */
.split-boxes-01 {
  padding: 6rem 0;
}
.split-boxes-01 .flex-container {
  position: relative;
}
.split-boxes-01 .left-box {
  width: 50%;
  padding: 1rem 3rem 1rem 0;
}
.split-boxes-01 .left-box h2 {
  margin-bottom: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--defaultMainDark);
}
.split-boxes-01 .left-box p {
  color: #000;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}
.split-boxes-01 .left-box .link-1 {
  color: #fff;
  font-weight: 400;
}
.split-boxes-01 .left-box .link-1:hover {
  color: darkgrey;
}
.split-boxes-01 .left-box .box-wrap  {
  display: flex;
}
.split-boxes-01 .left-box .box-wrap i {
  font-size: 1.5rem;
      color: green;
  padding-right: .75rem;
}
.split-boxes-01 .left-box .box-wrap .content h3 {
      margin-bottom: 0.5rem;
    font-size: 1.3rem;
    color: var(--defaultMainColor);
    font-weight: 900;
    text-transform: uppercase;
    transition: all .3s ease;
}
.split-boxes-01 .left-box  ul {
  display: block;
}
.split-boxes-01 .left-box  ul li i {
  color: darkgrey;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.split-boxes-01 .left-box  ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  font-weight: 400;
}
.split-boxes-01 .left-box .btn-wrap {
  margin-top: 2rem;
}
.split-boxes-01 .left-box .btn-wrap a {
  background: lightgrey;
  padding: .5rem 1rem;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.split-boxes-01 .left-box .btn-wrap a:hover {
  background: #fff;
  color: lightgrey;
}
.split-boxes-01 .right-box {
  width: 50%;
  background: #252525;
  padding: 3rem;
}
.split-boxes-01 .right-box h2 {
  margin-bottom: 1rem;
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
}
.split-boxes-01 .right-box h3 {
      margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    transition: all .3s ease;
}
.split-boxes-01 .right-box p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: 400;
}
.split-boxes-01 .right-box p a {
  color: var(--defaultMainAccent);
  text-decoration: underline;
}
.split-boxes-01 .right-box p a:hover {
  color: green;
}
.split-boxes-01 .right-box  ul {
  display: block;
}
.split-boxes-01 .right-box  ul li i {
      color: green;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.split-boxes-01 .right-box  ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .split-boxes-01 .left-box {    
    padding: 2rem 3rem 2rem 0;
  }
  .split-boxes-01 .right-box {
    padding: 3rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .split-boxes-01 {
    padding: 1rem;
  }
  .split-boxes-01 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .split-boxes-01 .left-box {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .split-boxes-01 .right-box {
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  .split-boxes-01 .left-box .btn-wrap {
    margin: 2rem 0;
  }
}

.interior-content-002 {
  padding: 0 0 2rem;
}
.interior-content-002 .box {
  padding: 2rem;
  background: var(--defaultMainColor);
/* */
}
.interior-content-002 h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: var(--headingFont);
  color: #fff;
}
.interior-content-002 p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
}
.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;
}
@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: 767px) {
  .interior-content-002 {
    padding: 0 0 2rem;
  }
  .interior-content-002 ul.options li {
    flex-wrap: wrap;
  }
  .interior-content-002 ul.options li i {
    width: 100%;
    margin-bottom: .5rem;
  }
  .interior-content-002 ul.options li:last-of-type p {
    margin-bottom: 1rem;
  }
  .interior-content-002 p.accent {
    border-radius: 1rem;
  }
}



/*============================ */
/* Interior Portfolio
============================== */
.interior-portfolio {
  padding: 0;
}
.interior-portfolio .container {
  width: 100%;
  padding: 0;
}
.interior-portfolio a img {
  transition: all .3s ease;
}
.interior-portfolio a img:hover {
  opacity: .85;
}

/*============================ */
/* 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;
  }
}

.buy-now-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px;
}

.buy-now-item {
    flex-basis: 30%;
    margin: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.buy-now-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.buy-now-image {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
}

.buy-now-item form input[type="image"] {
    max-width: 150px;
    margin-bottom: 10px;
}