/*
  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: #2076bc;
  --defaultMainDark: #062651;
  --defaultMainMedium: #143156;
  --defaultMainLight: #289cff;
  --defaultMainAccent: #289cff;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Oswald', sans-serif;
  --mainFont: 'Raleway', sans-serif;
  --accentFont: 'Playfair Display', cursive;
}
body {
  background: #000;
}
html {
  font-family: var(--mainFont);
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
.accentFont {
  font-family: var(--accentFont);
}


/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 9000;
  background: var(--defaultMainDark);
  color: #f6f6f6;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-09 .logo img {
  max-width: 100%;
  transition: all .32s ease;
}
.hollow-header-09.sticky .logo img {
  display: none;
}
.hollow-header-09 .va-middle {
  float: left;
}
.hollow-header-09 .phone-wrap,
.hollow-header-09 .email-wrap {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.hollow-header-09 .phone-wrap a,
.hollow-header-09 .email-wrap a {
  color: #fff;
  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: #fff;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
  transition: all 0.2s ease;
}
.hollow-header-09 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-header-09 .logo img {
  padding: 1rem;
  background: #000;
  margin-bottom: -3rem;
  margin-top: -2rem;
  border-radius: 0 0 50% 50%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: #000;
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
  font-family: 'Oswald';
}
.hollow-header-09 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
  color: #fff;
}
.hollow-header-09 .mobile-toolbar nav a.mobile-icon {
  font-size: 26px;
}
.hollow-header-09.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-09 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-09 nav {
  float: right;
  display: inline-block;
  background: none;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
  font-family: 'Oswald';
}
.hollow-header-09 nav a {
  padding: 1.3rem 1.3rem;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease;
}
.hollow-header-09 nav a:focus {
  color: #fff;
}
.hollow-header-09 nav a i {
  padding-right: .4rem;
}
.hollow-header-09 nav .menu-item {
  margin-bottom: 0;
}
/* NAV LEVEL ONE */
.hollow-header-09 .menu-item.open>a, .hollow-header-09 .menu-item:hover>a, .hollow-header-09 .menu-item.active a, .hollow-header-09 .menu-item.active:hover>a {
  color: var(--defaultMainLight);
}
/* 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(--defaultMainDark);
  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 {
  color: var(--defaultMainLight);
  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: 7rem;
  }
  .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(--defaultMainColor);
  }
  .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(--defaultMainColor);
  }
  .hollow-header-09 .hamburger::before,
  .hollow-header-09 .hamburger::after {
    background: var(--defaultMainColor);
  }
  .hollow-header-09 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--defaultMainDark);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-09 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-09 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-09 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-09 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-09 .mobile-toolbar a {
    font-size: 26px;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-09 nav a {
    font-size: 1.75rem;
    padding: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .hollow-header-09 .logo img {
    max-width: 90%;
    padding: 2rem;
    margin: 2.5rem 0 -3rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-09 nav a {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  .default-popup .form-wrap,
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/


/*============================ */
/* Hero 15
============================== */
.hollow-hero-15 {
  position: relative;
  background: url(img/hero-bg.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-hero-15 .flex-container-fluid {
  padding: 0 4rem;
}
.hollow-hero-15 .text-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 7rem 4rem 6rem 0;
}
.hollow-hero-15 .text-wrap h1 {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0.25rem;
}
.hollow-hero-15 .text-wrap h3 {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--defaultMainLight);
  margin-bottom: 2rem;
  font-family: var(--mainFont);
}
.hollow-hero-15 .text-wrap p {
  color: #FFF;
  font-size: 1rem;
  margin-bottom: 3rem;
  font-weight: 600;
}
.hollow-hero-15 .text-wrap a {
  border-color: transparent;
  color: #fff;
  border-radius: 2rem;
  padding: .75rem 2rem;
  background: var(--defaultMainLight);
  text-transform: uppercase;
  font-family: var(--headingFont);
  font-weight: 400;
  transition: all .3s ease;
}
.hollow-hero-15 .text-wrap a:hover {
  background: var(--defaultMainColor);
}
.hollow-hero-15 .slider-wrap {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0;
  visibility: hidden;
}
.hollow-hero-15 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-15 .slick-track {
  height: 100%;
}
.hollow-hero-15 .slick-list {
  height: 100%;
}
.hollow-hero-15 .slide {
  position: relative;
  overflow: hidden;
}
.hollow-hero-15 .slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* Highlights */
.hollow-hero-15 .text-wrap ul {
  margin-bottom: 2rem;
}
.hollow-hero-15 .text-wrap ul li {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFF;
}
.hollow-hero-15 .text-wrap ul li i {
  font-size: 1.25rem;
  margin-right: .75rem;
}
.hollow-hero-15 hr {
  margin: 0 0 2rem;
  width: 10rem;
}
.hollow-hero-15 ul li#itemOne {
  animation: heroHighlight 1.5s linear;
  animation-delay: 2.5s;
}
.hollow-hero-15 ul li#itemTwo {
  animation: heroHighlight 1.5s linear;
  animation-delay: 4s;
}
.hollow-hero-15 ul li#itemThree {
  animation: heroHighlight 1.5s linear;
  animation-delay: 5.5s;
}
@keyframes heroHighlight {
  0% {
    color: #FFF;
  }
  50% {
    color: var(--defaultMainColor);
  }
  100% {
    color: #FFF;
  }
}

/* Image Slider */
.hollow-hero-15 ul.slick-dots {
  bottom: 4rem;
}
.hollow-hero-15 ul.slick-dots li button:before {
  color: #FFF;
  font-size: 1rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  font-weight: 400;
  opacity: 1;
  text-shadow: 0 0 20px #696969;
}
.hollow-hero-15 ul.slick-dots li.slick-active button:before {
  font-weight: 900;
}
@media only screen and (max-width: 1199px) {
  .hollow-hero-15 .text-wrap {
    padding: 4rem 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hollow-hero-15 .flex-container-fluid {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-hero-15 .slide img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-15 .flex-container-fluid {
    flex-direction: column;
    padding: 0 1rem;
  }
  .hollow-hero-15 .text-wrap {
    width: 100%;
    padding: 6rem 0 4rem;
  }
  .hollow-hero-15 .slider-wrap {
    width: 100%;
    height: 24rem;
    margin-bottom: 2rem;
  }
  .hollow-hero-15 ul.slick-dots {
    bottom: 2rem;
  }
}


/*============================ */
/* Action 11
============================== */
.hollow-action-11 {
  padding: 2rem 0;
  background: var(--defaultMainDark);
}
.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: 400;
  font-size: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}
.hollow-action-11 h3 span {
  font-weight: 700;
  margin-right: .25rem;
  padding-bottom: .25rem;
}
.hollow-action-11 h3#phone a {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--defaultMainLight);
  transition: all .3s ease;
}
.hollow-action-11 h3#phone a:hover {
  color: #fff;
  border: none;
}
.hollow-action-11 a {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hollow-action-11 a::before {
  background: var(--defaultMainAccent);
}
@media only screen and (max-width: 991px) {
  .hollow-action-11 {
    padding: 2rem 0 1rem;
  }
  .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;
  }
}

/*============================ */
/* Service Images 20
============================== */
.service-images-20 {
  padding: 4rem 0 2rem;
  background: #000;
}
.service-images-20 .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service-images-20 .title-wrap h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2.5rem;
}
.service-images-20 .flexbox {
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
}
.service-images-20 .service-box {
  position: relative;
  width: calc(100% / 3 - 1.5rem);
  display: flex;
  flex-flow: column;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  background: #fff;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.service-images-20 .service-box img {
  display: flex;
  object-fit: cover;
  height: 17rem;
  width: 100%;
}
.service-images-20 .text-wrap {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  height: 100%;
  background: var(--defaultMainColor);
  border-top: 4px solid var(--defaultMainLight);
}
.service-images-20 .text-wrap h3 {
  color: #fff;
  margin-bottom: .5rem;
}
.service-images-20 .text-wrap p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.service-images-20 .hover-bg {
  background: var(--defaultMainDark);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all .2s ease;
}
.service-images-20 .service-box:hover .hover-bg {
  transform: none;
}
.service-images-20 .hover-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-images-20 .hover-text-wrap h3 {
  color: #fff;
  transform: translateX(-200px);
  opacity: 0;
  margin: 0.25rem 0;
  transition: all .2s ease;
}
.service-images-20 .service-box:hover .hover-text-wrap h3 {
  transform: none;
  transition-delay: .1s;
  opacity: 1;
}
.service-images-20 .hover-text-wrap i {
  font-size: 1.75rem;
  margin-left: 1rem;
  color: #fff;
  transform: translateX(200px);
  opacity: 0;
  transition: all .2s ease;
}
.service-images-20 .service-box:hover .hover-text-wrap i {
  transform: none;
  transition-delay: .1s;
  opacity: 1;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .service-images-20 .flexbox {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .service-images-20 {
    padding: 2rem 1rem 0;
  }
  .service-images-20 .flexbox {
    flex-direction: column;
    padding: 0;
  }
  .service-images-20 .service-box {
    width: 100%;
  }
}

/*============================ */
/* Hollow Action 21
============================== */
.hollow-action-21 {
  position: relative;
  overflow: hidden;
  background: var(--defaultMainColor);
}
.hollow-action-21 .overlay {
  position: absolute;
  top: 0;
  left: -41%;
  width: 100%;
  height: 100%;
  transform: skewX(-32deg);
  background: var(--defaultMainDark);
  opacity: 1;
  z-index: 100;
}
.hollow-action-21.reverse .overlay {
  position: absolute;
  top: 0;
  left: 41%;
  width: 100%;
  height: 100%;
  transform: skewX(32deg);
  background: var(--defaultMainDark);
  opacity: 1;
  z-index: 100;
}
.hollow-action-21 .flex-container {
  flex-direction: column;
  justify-content: center;
  z-index: 110;
  position: relative;
  padding: 4rem 4rem 4.5rem;
  width: 100%;
}
.hollow-action-21 h2 {
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.hollow-action-21 p {
  font-size: 1rem;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 2rem;
}
.hollow-action-21 .btn-wrap a {
  color: #fff;
  background: var(--defaultMainLight);
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 2rem;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--headingFont);
  transition: all .3s ease;
}
.hollow-action-21 .btn-wrap a:hover {
  background: var(--defaultMainColor);
}
.hollow-action-21 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .hollow-action-21 h2 {
    max-width: 100%;
  }
  .hollow-action-21 p {
    max-width: 100%;
    width: 50rem;
  }
}
@media only screen and (min-width: 992px) {
  .hollow-action-21.reverse .flex-container {
    align-items: flex-end;
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-action-21 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-21 .overlay,
  .hollow-action-21.reverse .overlay {
    transform: none;
    right: 0;
    left: 0;
  }
  .hollow-action-21 .flex-container {
    padding: 3rem 1rem;
    justify-content: center;
    align-items: center;
  }
  .hollow-action-21 h2 {
    text-align: center;
    font-size: 2rem;
  }
  .hollow-action-21 p {
    text-align: center;
  }
}
/*============================ */
/* Content 02
============================== */
.hollow-content-02 {
  position: relative;
  overflow: hidden;
  background: #000;
}
.hollow-content-02 .upper-wrap {
  padding: 4rem 0 2rem;
}
.hollow-content-02 .upper-wrap .flex-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0 4rem;
}
.hollow-content-02 .upper-wrap .img-wrap {
  position: relative;
  width: 48%;
}
.hollow-content-02 .upper-wrap .text-wrap {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 1.5rem;
}
.hollow-content-02 .text-wrap h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.hollow-content-02 .text-wrap .accent {
  color: var(--defaultMainLight);
  font-size: 1.8rem;
  font-family: var(--mainFont);
  font-weight: 600;
}
.hollow-content-02 .text-wrap hr {
  border: none;
  height: 4px;
  background: var(--defaultMainAccent);
  width: 4rem;
  padding: 0;
  margin: 0 0 2rem;
}
.hollow-content-02 .text-wrap p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-content-02 .text-wrap p strong {
  color: var(--defaultMainAccent);
}
.hollow-content-02 .btn-wrap {
  margin: 1rem 0 0;
}
.hollow-content-02 .btn-wrap a {
  display: inline-block;
  padding: .75rem 2rem;
  color: #fff;
  font-family: var(--headingFont);
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 2rem;
  background: var(--defaultMainLight);
  transition: all .3s ease;
}
.hollow-content-02 .btn-wrap a:hover {
  background: var(--defaultMainColor);
}

/* Bottom Wrap */
.hollow-content-02 .lower-wrap {
  padding: 2rem 0 4rem;
}
.hollow-content-02 .lower-wrap .flex-container {
  justify-content: space-between;
  /* align-items: flex-end; */
  width: 100%;
  padding: 0 4rem;
}
.hollow-content-02 .lower-wrap .text-wrap {
  width: 66%;
}
.hollow-content-02 .lower-wrap .text-wrap hr {
  border: none;
  height: 4px;
  background: var(--defaultMainAccent);
  width: 4rem;
  padding: 0;
  margin: 0 0 2rem;
}
.hollow-content-02 .lower-wrap img {
  /* align-self: flex-end; */
}
.hollow-content-02 .lower-wrap ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1rem;
}
.hollow-content-02 .lower-wrap ul li {
  display: flex;
}
.hollow-content-02 .lower-wrap ul li i {
  padding-right: .75rem;
  font-size: 1.75rem;
  color: var(--defaultMainAccent);
}
.hollow-content-02 .lower-wrap ul li span {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.hollow-content-02 .lower-wrap ul li span h3 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
}
.hollow-content-02 .lower-wrap ul li span p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.hollow-content-02 .lower-wrap .img-wrap {
  position: relative;
  width: 30%;
  /* margin-bottom: 2rem; */
}
.hollow-content-02 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .hollow-content-02 .upper-wrap .img-wrap img {
    position: absolute;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-02 .flexbox {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .flexbox {
    flex-direction: column;
  }
  .hollow-content-02 .upper-wrap .flex-container,
  .hollow-content-02 .lower-wrap .flex-container {
    padding: 0 1rem;
  }
  .hollow-content-02 .upper-wrap {
    padding: 2rem 0 0;
  }
  .hollow-content-02 .lower-wrap {
    padding: 2rem 0;
  }
  .hollow-content-02 .upper-wrap .text-wrap {
    width: 100%;
    margin-bottom: 3rem;
  }
  .hollow-content-02 .lower-wrap .text-wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hollow-content-02 .upper-wrap .img-wrap,
  .hollow-content-02 .lower-wrap .img-wrap {
    width: 100%;
    order: 2;
  }
  .hollow-content-02 .img-wrap img {
    position: relative;
  }
  .hollow-content-02 .lower-wrap ul {
    width: 100%;
    grid-template-rows: unset;
    grid-template-columns: unset;
    margin: 2rem 0 0;
  }
  .hollow-content-02 .btn-wrap a {
    font-size: 1.2rem;
  }
}


/*============================ */
/* Gallery 03
============================== */
.hollow-gallery-03 {
  padding: 4rem 0;
  background: #000;
}
.hollow-gallery-03 .flex-container {
  align-items: center;
  flex-flow: column;
}
.hollow-gallery-03 .flex-container h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.5rem;
}
.hollow-gallery-03 .flex-container hr {
  margin: 1rem 0 3rem;
  border: none;
  height: 2px;
  width: 2rem;
  background: #3eb8de;
}
.hollow-gallery-03 .grid-container {
  grid-gap: 2px;
  width: 100%;
  padding: 0 4rem;
}
.hollow-gallery-03 .box {
  background: #000;
  position: relative;
  overflow: hidden;
}
/*.hollow-gallery-03 .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: .5s;
  transform: translateY(80%);
}*/
/*.hollow-gallery-03 .box:nth-of-type(even)::after {
  transform: translateY(110%);
}
.hollow-gallery-03 .box::after {
  transform: translateY(60%);
}*/
.hollow-gallery-03 .box img {
  position: relative;
  display: flex;
  object-fit: cover;
  width: 100%;
  transition: 7s;
}
.hollow-gallery-03 .box i {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem;
  background: #fff;
  color: #3eb8de;
  transition: all .3s ease;
  transform: translateY(-110%);
}
.hollow-gallery-03 .box:hover i {
  transform: none;
}
.hollow-gallery-03 .box .text-wrap {
  position: absolute;
  display: flex;
  flex-flow: column;
  bottom: 0;
  left: 0;
  padding: 0 1rem;
  transition: .3s ease;
  z-index: 1;
  width: 100%;
  background: rgb(6 38 81 / 75%);
  height: 5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hollow-gallery-03 .box .text-wrap h3 {
  color: #fff;
  font-weight: 700;
}
.hollow-gallery-03 .box .text-wrap p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.hollow-gallery-03 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s ease;
  z-index: 2;
}
/*@media screen and (max-width:991px) {
  .hollow-gallery-03 {
    background-attachment: unset;
  }
}*/
@media only screen and (min-width: 768px) {
  .hollow-gallery-03 .grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width:767px) {
  .hollow-gallery-03 {
    padding: 2rem 0;
  }
  .hollow-gallery-03 .grid-container {
    padding: 0 1rem;
    grid-gap: 2rem;
  }
  .hollow-gallery-03 .flex-container hr {
    margin: 1rem 0 2rem;
  }
}


/*============================ */
/* Letters
============================== */
.hollow-letters {
  background: var(--defaultMainMedium);
  position: relative;
  padding: 4rem 0 3rem;
}
.hollow-letters .flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hollow-letters .title-wrap {
  text-align: center;
}
.hollow-letters .title-wrap h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.5rem;
}
.hollow-letters .img-slider {
  width: 96%;
}
.hollow-letters .img-slider .slide {
  padding: 1rem;
}
.hollow-letters .img-slider .slide a {
  display: inline-block;
  text-align: center;
  transition: all .3s ease;
}
.hollow-letters .img-slider .slide a:hover {
  opacity: .8;
}
.hollow-letters .img-slider .slide img {
  width: 100%;
  object-fit: contain;
  box-shadow: 0px 2px 9px rgba(0,0,0,0.6);
  margin: 0 auto 1rem;
}
.hollow-letters .slick-dots li button:before {
  color: #fff;
  font-size: .6rem;
}
@media screen and (max-width:767px) {
  .hollow-letters {
    padding: 2rem 0;
  }
  .hollow-letters .img-slider {
    width: 88%;
  }
  .hollow-letters .title-wrap h2 {
    margin-bottom: 2rem;
  }
}
/*============================ */
/* Action 13
============================== */
.hollow-action-13 {
  position: relative;
  padding: 6rem 0;
  background: url(img/default_1400x400.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-action-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}
.hollow-action-13 .flex-container {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hollow-action-13 h2 {
  position: relative;
  color: #FFF;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.5rem;
}
.hollow-action-13 h3 {
  position: relative;
  color: #FFF;
  margin-bottom: 3rem;
  max-width: 50rem;
}
.hollow-action-13 .button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-13 a {
  padding: .7rem 2rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  /* border-radius: 2rem; */
  margin: .75rem;
}
.hollow-action-13 a.optionA {
  border: 2px solid #FFF;
  color: #FFF;
  transition: all .3s ease;
}
.hollow-action-13 a.optionA:hover {
  background: #FFF;
  color: var(--defaultMainColor);
}
.hollow-action-13 a.optionB {
  background: var(--defaultMainColor);
  color: #FFF;
  transition: all .3s ease;
  border: 2px solid white;
}
.hollow-action-13 a.optionB:hover {
  background: var(--defaultMainDark);
}
.hollow-action-13 a.optionB span {
  border-bottom: 2px solid #FFF;
  padding-bottom: .1rem;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .hollow-action-13 {
    padding: 3rem 0;
  }
  .hollow-action-13 h2,
  .hollow-action-13 h3 {
    margin-bottom: 1rem;
  }
  .hollow-action-13 h2 {
    font-size: 2.25rem;
  }
  .hollow-action-13 .button-wrap {
    flex-flow: column;
  }
  .hollow-action-13 a.optionA {
    margin-bottom: 1rem;
  }
}


/*============================ */
/* Footer-06
============================== */
.hollow-footer-06 {
  background: var(--defaultMainDark);
}

/*Main*/
.hollow-footer-06 .main {
  padding: 4rem 0;
}
.hollow-footer-06 .main .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
}
.hollow-footer-06 .box h3 {
  color: #fff;
  padding-bottom: 1rem; 
}
.hollow-footer-06 .box.form-wrap h3 {
  padding-bottom: 1.5rem;
}
.hollow-footer-06 .box hr  {
  height: 4px;
  width: 5rem;
  background: #ce2025;
  margin: .5rem 0 1.5rem;
  border: none;
}

/*Location Boxes*/
.hollow-footer-06 .location {
  width: 30%;
}
.hollow-footer-06 .location ul {
  padding-bottom: 2rem;
}
.hollow-footer-06 .location li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: .75rem 0;
  font-size: 1.1rem;
  font-weight: 600;
}
.hollow-footer-06 .location li i {
  color: var(--defaultMainLight);
  margin-right: .5rem;
  font-size: 1.5rem;
}
.hollow-footer-06 .location span {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}
.hollow-footer-06 .location iframe {
  width: 100%;
  height: 10.5rem;
}

/*Form Wrap*/
.hollow-footer-06 .form-wrap {
  position: relative;
  width: 30%;
}
.hollow-footer-06 .form-wrap hr {
  margin-bottom: 2.4rem;
}
.hollow-footer-06 .wpcf7-form-control-wrap input,
.hollow-footer-06 .wpcf7-form-control-wrap textarea {
  font-family: var(--mainFont);
  width: 100%;
  line-height: 1;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  background: #fff;
  padding: .5rem .5rem;
  border: none;
  margin-bottom: .5rem;
  max-height: 90px;
  border-radius: 5px;
}
.hollow-footer-06 .wpcf7-form-control-wrap input:focus,
.hollow-footer-06 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--defaultMainLight);
}
.hollow-footer-06 input[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--mainFont);
  text-transform: uppercase;
  font-family: var(--headingFont);
  border-radius: 2rem;
  background: var(--defaultMainLight);
  border: none;
  padding: .75rem;
  float: right;
  cursor: pointer;
  transition: .3s ease;
}
.hollow-footer-06 input[type="submit"]:hover {
  background: var(--defaultMainColor);
}

/*Meta*/
.hollow-footer-06 .meta {
  position: relative;
  background: #000;
  padding: .75rem 0;
}
.hollow-footer-06 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-06 .meta p {
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}
.hollow-footer-06 .meta p a {
  font-weight: 700;
  transition: .3s ease;
  color: #fff;
  padding-left: .25rem;
}
.hollow-footer-06 .meta p a:hover {
  color: var(--defaultMainLight);
}
.hollow-footer-06 .top {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  background: transparent;
  transition: all .3s ease;
  transform: translate(-50%,-70%);
  cursor: pointer;
}
.hollow-footer-06 .top i {
  font-size: 1.25rem;
  color: #fff;
  transition: inherit;
  opacity: 0.5;
}
.hollow-footer-06 .top:hover i {
  transform: translateY(-10px);
  opacity: 1;
}
.hollow-footer-06 .top p {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  transform: translateY(100%);
  opacity: 0;
  transition: .5s ease;
}
.hollow-footer-06 .top:hover p {
  opacity: 1;
  transform: none;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-footer-06 .flex-container {
    width: calc(100% - 4rem);
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-footer-06 .location {
    width: 46%;
    /* margin-bottom: 2rem; */
  }
  .hollow-footer-06 .form-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-06 .main {
    padding: 3rem 0;
  }
  .hollow-footer-06 .location {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-footer-06 .location ul {
    padding: 0;
  }
  .hollow-footer-06 .location ul li span {
    font-size: 1.3rem;
  }
  .hollow-footer-06 .meta .flex-container {
    flex-flow: column;
    align-items: flex-start;
  }
  .hollow-footer-06 .meta p {
    padding: .25rem 0;
    max-width: 80%;
    line-height: 1.4;
  }
  .hollow-footer-06 .meta .top {
    left: auto;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .hollow-footer-06 .meta .top p {
    transform: none;
    opacity: 1;
  }
}



/*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: var(--defaultMainDark);
}
.default-popup .form-wrap h3 {
  color: #fff;
}
.default-popup .wpcf7-form-control-wrap input,
.default-popup .wpcf7-form-control-wrap select,
.default-popup .wpcf7-form-control-wrap textarea {
  font-family: var(--mainFont);
  font-size: 1rem;
  font-weight: 600;
}
.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(--defaultMainLight);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--defaultMainLight);
  font-family: var(--headingFont);
  text-transform: uppercase;
  border-radius: 2rem;
  padding: .3rem 2rem;
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--defaultMainColor);
}
.default-popup .loader-wrap {
  background: var(--defaultMainColor);
}
.default-popup .button-wrap i {
  background: var(--defaultMainColor);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
  padding: 1.5rem;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.3rem;
  font-family: var(--mainFont);
  font-weight: 600;
  color: var(--defaultMainLight);
}
.default-popup .content-wrap h3 {
  font-size: 1.5rem;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  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: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--defaultMainLight);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--defaultMainLight);
}
.default-popup .form-wrap .close:hover {
  background: var(--defaultMainLight);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  font-family: var(--mainFont);
  background: var(--defaultMainDark);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--defaultMainAccent);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--defaultMainDark);
  background: var(--defaultMainColor);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--defaultMainColor);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
/*============================ */



/*INTERIOR PAGES*/




/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 6rem 1rem 10rem;
  text-align: center;
  background: url(img/hero-bg.jpg) center center no-repeat;
  background-size: cover;
}
/*.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, 0.7);
}*/
.interior-header-05 h1 {
  position: relative;
  color: #fff;
  margin-bottom: .75rem;
  font-weight: 700;
}
.interior-header-05 h2 {
  position: relative;
  color: var(--defaultMainLight);
  font-size: 1.2rem;
  font-family: var(--mainFont);
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .interior-header-05 {
    padding: 6rem 1rem 9rem;
  }
  .page-template-page-contact .interior-header-05 {
    padding: 9rem 1rem 7rem;
  }
}

@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 4rem 1rem 6rem;
  }
  .page-template-page-contact .interior-header-05 {
    padding: 4rem 1rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
  }
}


/*============================ */
/* Hollow Content 19
============================== */
.hollow-content-19 {
  padding: 0 0 2rem;
  position: relative;
}
.hollow-content-19 .flex-container,
.hollow-content-19 .flex-container-fluid {
  position: relative;
  /* background: white; */
  /* border-radius: 2rem; */
  overflow: hidden;
  margin-top: -4rem;
  width: 100%;
  padding: 0 4rem;
  /* box-shadow: 0 1px 4px rgba(0,0,0,.04); */
}
.hollow-content-19 .text-wrap {
  position: relative;
  padding: 2rem 2rem 3rem;
  background: var(--defaultMainDark);
  display: flex;
  flex-flow: column;
  flex: 1;
}
.hollow-content-19 .text-wrap.light {
  background: var(--defaultMainColor);
  text-align: center;
}
.hollow-content-19 .text-wrap h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 3rem;
}
.hollow-content-19 .text-wrap span.accent {
  font-weight: 700;
  color: var(--defaultMainColor);
}
.hollow-content-19 .text-wrap h3 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.hollow-content-19 .text-wrap h4 {
  color: var(--defaultMainColor);
  font-size: 1.2rem;
  width: 80%;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hollow-content-19 .text-wrap p {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.hollow-content-19 .text-wrap ul {
  display: block;
}
.hollow-content-19 .text-wrap ul li i {
  color: var(--defaultMainAccent);
  vertical-align: top;
  padding-right: .75rem;
}
.hollow-content-19 .text-wrap ul li p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-content-19 .list-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-content-19 ul {
  display: block;
  margin-bottom: 1.5rem;
}
.hollow-content-19 .list-wrap ul {
  width: 100%;
}
.hollow-content-19 .list-wrap ul li i {
  color: #fff;
  vertical-align: top;
  margin-top: 0.5rem;
  padding-right: .75rem;
  font-size: .5rem;
}
.hollow-content-19 .list-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-content-19 .link-wrap {
  position: absolute;
  bottom: 1rem;
  transform: translateX(35%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  z-index: 1;
}
.hollow-content-19 .link-wrap a {
  display: flex;
  align-items: center;
}
.hollow-content-19 .text-wrap a span {
  color: #fff;
  transition: all .3s ease;
  padding: 1rem;
}
.hollow-content-19 .text-wrap a:hover span {
  color: var(--defaultMainColor);
}
.hollow-content-19 .text-wrap a hr {
  border: none;
  margin: 0;
  height: 2px;
  background: white;
  width: 100px;
  transition: all .3s ease;
}
.hollow-content-19 .text-wrap a:hover hr {
  width: 115px;
  color: var(--defaultMainColor);
  margin-left: .75rem;
}
.hollow-content-19 .img-wrap {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.hollow-content-19 .img-wrap img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hollow-content-19 .btn-wrap a {
  padding: .4rem 1rem;
  background: var(--defaultMainAccent);
  border-radius: 6px;
  margin: 1rem 0 0;
  display: inline-block;
  transition: all .2s ease;
}
.hollow-content-19 .btn-wrap a:hover {
  background: var(--defaultMainDark);
}
@media only screen and (min-width: 992px) {
  .hollow-content-19 .img-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-19 .flex-container {
/*     width: calc(100% - 4rem); */
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-19 .flex-container,
  .hollow-content-19 .flex-container-fluid {
    flex-flow: column;
  }
  .hollow-content-19 .img-wrap {
    height: 30rem;
    order: 2;
  }
  .hollow-content-19 .img-wrap img {
    position: relative;
  }
  .hollow-content-19 .text-wrap {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-19 {
    padding: 2rem 0;
  }
  .hollow-content-19 .flex-container, .hollow-content-19 .flex-container-fluid {
    border-radius: 0;
    padding: 0 1rem;
  }
  .hollow-content-19 .text-wrap {
    padding: 2rem 2rem 1rem;
    /*     border-radius: 2rem 2rem 0 0; */
  }
  .hollow-content-19 .text-wrap h2 {
    font-size: 2.75rem;
  }
  .hollow-content-19 .text-wrap h3 {
    font-size: 1.75rem;
  }
  .hollow-content-19 .text-wrap h4 {
    font-size: 1.5rem;
  }
  .hollow-content-19 .text-wrap a span {
    font-size: 1.3rem;
  }
  .hollow-content-19 .link-wrap {
    position: relative;
    bottom: 0;
  }
  .hollow-content-19 .link-wrap a {
    margin-top: 0;
  }
  .hollow-content-19 .img-wrap {
/*     border-radius: 0 0 2rem 2rem; */
  }
}


.interior-content-002 {
  padding: 0 0 4rem;
}
.interior-content-002 .flex-container {
  width: 100%;
  padding: 0 4rem;
}
.interior-content-002 .box {
  padding: 2rem;
  background: var(--defaultMainColor);
/*   border-radius: 2rem; */
}
.interior-content-002 h3 {
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #fff;
}
.interior-content-002 p {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.interior-content-002 p.accent {
  font-family: var(--oz);
  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(--oz);
  font-size: 1.4rem;
  color: var(--defaultMainAccent);
}
.interior-content-002 ul {
  display: block;
}
.interior-content-002 ul li i {
  color: var(--defaultMainAccent);
  vertical-align: top;
  font-size: 1.2rem;
  padding-right: .75rem;
}
.interior-content-002 ul.options li i {
  font-size: 3rem;
  color: #fff;
}
.interior-content-002 ul li p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.interior-content-002 ul.options li p {
  margin-bottom: 2rem;
}
.interior-content-002 .nextgen_pro_thumbnail_grid .image-wrapper {
  width: calc(19.95% - 4px)!important;
}
@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 .flex-container {
    padding: 0 1rem;
  }
  .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;
  }
}


/*============================ */
/* Tabs 01
============================== */
.hollow-tabs-01 {
  padding: 0 0 4rem;
  margin-top: -4rem;
  position: relative;
}
.hollow-tabs-01 .flex-container {
  flex-direction: column;
  width: 100%;
  padding: 0 4rem;
}
.hollow-tabs-01 .tabs {
  align-items: flex-start;
  background: var(--defaultMainColor);
}
.hollow-tabs-01 .tabs li {
  margin: 0;
}
.hollow-tabs-01 .tabs li a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 2px 2px 0 0;
  background: var(--defaultMainColor);
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-family: var(--headingFont);
  font-size: 1.1rem;
  transition: all 0.1s ease-in-out;
}
.hollow-tabs-01 .tabs li.active a,
.hollow-tabs-01 .tabs li a:hover {
  opacity: 1;
  background: var(--defaultMainLight);
  color: #fff;
}
.hollow-tabs-01 .tabs-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  background: var(--defaultMainDark);
  border: none;
}
.hollow-tabs-01 .tabs-content img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 100%;
 }
.hollow-tabs-01 .tabs-content .image-wrapper img {
  margin: 0;
}
.hollow-tabs-01 .tabs-content .icon {
  margin: 0;
}
.hollow-tabs-01 .tabs-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .8s ease;
}
.hollow-tabs-01 .tabs-panel.active {
  max-height: unset;
  opacity: 1;
}
.hollow-tabs-01 .tabs-panel h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.hollow-tabs-01 .tabs-panel h4 {
  font-weight: 700;
  color: var(--defaultMainAccent);
  margin-bottom: 1rem;
}
.hollow-tabs-01 .tabs-panel p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.hollow-tabs-01 .tabs-panel .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hollow-tabs-01 .tabs-panel ul {
  display: block;
  margin-bottom: 1.5rem;
}
.hollow-tabs-01 .tabs-panel .list-wrap ul {
  width: 48%;
}
.hollow-tabs-01 .tabs-panel ul li i {
  color: #fff;
  vertical-align: top;
  margin-top: .6rem;
  padding-right: .75rem;
  font-size: .5rem;
}
.hollow-tabs-01 .tabs-panel ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-tabs-01 .tabs-panel .nextgen_pro_thumbnail_grid .image-wrapper {
  width: calc(32% - 4px)!important;
}
.hollow-tabs-01 .tabs-panel .nextgen_pro_thumbnail_grid {
  text-align: left;
}
.hollow-tabs-01 .form-wrap input, 
.hollow-tabs-01 .form-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 127, 255, 0.5);
  padding: .6rem;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 300;
}
.hollow-tabs-01 .form-wrap .submit-wrapper input {
  background: #007FFF;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  width: unset;
  transition: all .3s ease;
} 
.hollow-tabs-01 .form-wrap .submit-wrapper input:hover {
  background: #006dda;
}
.hollow-tabs-01 ::-webkit-input-placeholder {
  color: #fff;
}
.hollow-tabs-01 ::-moz-placeholder {
  color: #fff;
}
.hollow-tabs-01 :-ms-input-placeholder {
  color: #fff;
}
.hollow-tabs-01 :-moz-placeholder {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hollow-tabs-01 .flex-container {
    flex-direction: row;
  }
  .hollow-tabs-01 .tabs {
    flex: 1;
  }
   .hollow-tabs-01 .tabs-content {
    flex: 2;
   }
}
@media only screen and (max-width: 767px) {
  .hollow-tabs-01 {
    padding: 2rem 0;
  }
  .hollow-tabs-01 .flex-container {
    padding: 0 1rem;
  }
  .hollow-tabs-01 .tabs-content {
    padding: 1rem;
  }
  .hollow-tabs-01 .tabs-content img {
    max-width: 100%;
  }
  .hollow-tabs-01 .tabs li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hollow-tabs-01 .tabs-panel h4,
  .hollow-tabs-01 .tabs-panel ul li {
    font-size: 1.3rem;
  }
  .hollow-tabs-01 .tabs-panel .list-wrap ul {
    width: 100%;
    margin-bottom: 0;
  }
  .hollow-tabs-01 .tabs-panel .list-wrap {
    margin-bottom: 1rem;
  }
  .hollow-tabs-01 .tabs-panel ul li i {
    padding-right: .5rem;
    padding-top: .2rem;
  }
}

/*============================ */
/* Hollow Gallery 07
============================== */
.hollow-gallery-07 {
  padding: 0 0 2rem;
}
.hollow-gallery-07 .flex-container {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
}
.hollow-gallery-07 .wrap {
  width: 100%;
  margin-bottom: 2rem;
  transition: all 1s ease;
}
.hollow-gallery-07 .wrap .control {
  border: 1px solid var(--defaultMainDark);
  border-bottom: none;
  background: var(--defaultMainDark);
  width: 100%;
  display: flex;
  text-align: center;
}
.hollow-gallery-07 .left .control {
  flex-flow: row;
}
.hollow-gallery-07 .right .control {
  flex-flow: row-reverse;
}
.hollow-gallery-07 .wrap .control .info {
  margin: auto;
  display: inline-block;
  padding: 2rem;
}
.hollow-gallery-07 .wrap .control .info h3 {
  font-weight: 400;
  font-family: Oswald;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 2rem;
}
.hollow-gallery-07 .wrap .control .highlight,
.hollow-gallery-07 .wrap .control > img {
  width: calc(50% - 2px);
  height: 18rem;
  object-fit: cover;
  transition: all .3s ease;
}
.hollow-gallery-07 .wrap .control .highlight:hover {
  opacity: 0.8;
  cursor: pointer;
}
.hollow-gallery-07 .wrap .control .view-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-family: var(--headingFont);
  text-transform: uppercase;
  font-weight: 400;
  background: var(--defaultMainLight);
  color: #fff;
  border-radius: 2rem;
  transition: all .3s ease;
}
.hollow-gallery-07 .wrap .control .view-btn:hover {
  background: var(--defaultMainColor);
}
.hollow-gallery-07 .nextgen_pro_thumbnail_grid .image-wrapper {
  width: calc(25% - 4px)!important;
}
.hollow-gallery-07 .wrap .content {
  border: 1px solid var(--defaultMainDark);
  border-top: none;
  background: var(--defaultMainDark);
  max-height: 0;
  overflow: hidden;
}
.hollow-gallery-07 .wrap .content.active {
  max-height: 300rem; /* px or rem reqd for slide animation */
  transition: all 1.5s ease;
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-07 {
    padding: 2rem 0;
  }
  .hollow-gallery-07 .wrap .control {
    flex-flow: column;
  }
  .hollow-gallery-07 .wrap .control .highlight {
    width: 100%;
  }
  .hollow-gallery-07 .wrap .content {
    padding: 0 1rem;
  }
  .hollow-gallery-07 .wrap .content.active {
    padding: 1rem;
  }
  .hollow-gallery-07 .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(50% - 10px)!important;
    margin: 5px!important;
  }
}


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


/*============================ */
/* Nextgen Mobile Resets
============================== */
@media only screen and (max-width: 991px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(100% / 3 - 4px)!important;
    height: 10rem!important;
    max-height: 10rem!important;
  }
  .nextgen_pro_thumbnail_grid .image-wrapper img {
    height: 10rem!important;
    max-height: 10rem!important;
  }
}
@media only screen and (max-width: 767px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    width: calc(100% / 2 - 4px)!important;
    height: 8rem!important;
    max-height: 8rem!important;
    margin-bottom: 0!important;
  }
  .nextgen_pro_thumbnail_grid .image-wrapper img {
    height: 8rem!important;
    max-height: 8rem!important;
    margin: 6px!important;
  }
}
/*============================ */
/* 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(--oz);
  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(--oz);
  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;
  }
}



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