/*
  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: #1a7a2f;
  --defaultMainDark: #115420;
  --defaultMainAccent: #9b1720;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Montserrat', sans-serif;
  --mainFont: 'Montserrat', sans-serif;
  --accentFont: 'Dancing Script', cursive;
}

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


/*============================ */
/* Header 11
============================== */
.hollow-header-11 {
  position: relative;
  z-index: 9000;
  background: #fff;
  color: #f6f6f6;
  width: 100%;
}
.hollow-header-11.sticky {
  position: fixed;
  top: 0;
  border: none;
}
.hollow-header-11 .main-content {
  background: #fff;
}
.hollow-header-11.sticky .main-content {
  display: none;
}
.hollow-header-11 .main-content .flex-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4rem 0 3rem;
}
.hollow-header-11 .logo {
  display: flex;
  padding: 1rem 0;
  flex: 2;
}
.hollow-header-11 .logo a {
  display: inline-block;
  width: 100%;
}
.hollow-header-11 .logo img {
  position: relative;
  max-width: 100%;
  max-height: 8rem;
  object-fit: contain;
  transition: all .3s ease;
}
.hollow-header-11.sticky .logo img {
  max-width: 110px;
  margin: .2rem auto;
}
.hollow-header-11 .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1.25;
  padding: 0 1rem;
}
.hollow-header-11 .phone i {
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  color: var(--defaultMainColor);
  font-weight: 900;
  transform: rotate(-32deg);
}
.hollow-header-11 .phone-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hollow-header-11 .phone-wrap span {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: .5rem;
}
.hollow-header-11 .phone a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  transition: all .3s ease;
}
.hollow-header-11 .phone a:hover {
  color: var(--defaultMainDark);
}
.hollow-header-11 .social {
  
}
.hollow-header-11 .social a {
  display: inline-block;
  margin: 0 .25rem;
}
.hollow-header-11 .social a i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 1rem;
  background: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-header-11 .social a:hover i {
  color: #fff;
  background: var(--defaultMainDark);
}
.hollow-header-11 .nav-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  background: var(--defaultMainColor);
  /* background: linear-gradient(147deg, var(--defaultMainDark) 65%, var(--defaultMainColor) 65.15%); */
  /* background: linear-gradient(124deg, var(--defaultMainDark) 65%, var(--defaultMainColor) 65.15%); */
}
.hollow-header-11 .nav-wrap .flex-container {
  width: 100%;
  padding: 0 4rem 0 2.5rem;
}
.hollow-header-11 nav {
  display: inline-block;
  width: 100%;
  transition: all .3s ease;
}
.hollow-header-11 nav ul {
  text-align: left;
}
.hollow-header-11 nav a {
  padding: 0.7rem 1.2rem;
  display: block;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s ease;
}
.hollow-header-11 nav .menu-item {
  margin-bottom: 0;
}
.hollow-header-11.sticky nav a {
  /* padding: 0.3rem 1rem; */
}
.hollow-header-11 .mobile-toolbar nav a.mobile-icon {
  font-size: 2rem;
}
/* NAV LEVEL ONE */
.hollow-header-11 .menu-item.open>a, 
.hollow-header-11 .menu-item:hover>a, 
.hollow-header-11 .menu-item.active a, 
.hollow-header-11 .menu-item.active:hover>a {
  color: rgba(255,255,255,0.7);
}
/* NAV LEVEL TWO */
.hollow-header-11 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18rem;
  display: none;
}
.hollow-header-11 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-11 nav .dropdown-menu a {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-header-11 .dropdown-menu>li:hover>a, 
.hollow-header-11 .dropdown-menu>li.active>a, 
.hollow-header-11 .dropdown-menu>.active>a:hover, 
.hollow-header-11 .dropdown-menu>.active>a:focus {
  background: var(--defaultMainDark);
  color: #fff;
}
.hollow-header-11 .dropdown .caret {
  padding-left: .35rem;
}
.hollow-header-11 .dropdown .caret::before {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/* NAV MOBILE */
.hollow-header-11 nav #mobile {
  position: relative;
  height: 2rem;
  width: 2rem;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-11 .hamburger {
  display: block;
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2
}
.hollow-header-11 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-11 .hamburger:before,
.hollow-header-11 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: var(--defaultMainColor);
  transition-property: transform, top;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: translateZ(0);
}
.hollow-header-11 .hamburger:after {
  top: 60%
}
header.hollow-header-11.header-menu-open #mobile,
header.hollow-header-11.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:before,
header.hollow-header-11.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:before {
  transform: rotate(45deg);
}
header.hollow-header-11.header-menu-open #mobile>.hamburger:after {
  transform: rotate(-45deg);
}
/* MOBILE TOOLBAR */
.hollow-header-11 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hollow-header-11 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-11 .mobile-toolbar a:hover {
  color: #252525;
}
.hollow-header-11 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-11 .flex-container {
    width: calc(100% - 4rem);
  }
  .hollow-header-11 nav a {
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 992px) {
  .hollow-header-11:not(.sticky) {
    min-height: 11rem;
  }
  .hollow-header-11 nav #mobile,
  .hollow-header-11 .mobile-toolbar {
    display: none;
  }
  .hollow-header-11 .menu {
    width: 100%;
    display: inline-flex;
  }
  .hollow-header-11 nav .menu-item {
    position: relative;
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type {
    margin-left: auto;
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type > a {
    background: var(--defaultMainAccent);
  }
  .hollow-header-11 nav .menu > .menu-item:last-of-type > a:not(.dropdown-toggle)::after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    padding-left: .6rem;
  }
  .hollow-header-11 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 16rem;
    min-width: max-content;
    display: none;
  }
  .hollow-header-11 nav .dropdown-menu .menu-item a {
    padding-right: 2rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown > a::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 900;
    right: 1rem;
  }
  .hollow-header-11 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-11 .mobile-toolbar {
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  .home .hollow-header-11 {
    border: none;
    padding-top: 3rem;
  }
  .hollow-header-11 .logo a {
    margin: 0;
    padding: 1rem 0 0;
    box-shadow: none;
    background: transparent;
  }
  body:not(.home) .hollow-header-11 .logo,
  body:not(.home) .hollow-header-11 .main-content {
    display: none;
  }
  .hollow-header-11 .main-content {
    border-bottom: 1px solid #ccc;
  }
  header.hollow-header-11.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-11 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: .7rem;
    width: 100%;
    background: var(--defaultMainColor);
  }
  .hollow-header-11 nav a {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .hollow-header-11 .hamburger::before,
  .hollow-header-11 .hamburger::after {
    background: var(--defaultMainColor);
  }
  .hollow-header-11 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-11 .dropdown .caret {
    padding-left: 1rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown > a::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: relative;
    padding-left: 1rem;
  }
  .hollow-header-11 nav .menu-item {
    width: 100%;
  }
  .hollow-header-11 nav .menu-item-has-children.open > .dropdown-menu {
    display: block;
  }
  .hollow-header-11 nav .menu-item-has-children .dropdown-menu .open .dropdown-menu {
    display: block;
  }
  .hollow-header-11 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-11 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-11 nav .dropdown-menu .dropdown-menu a {
    padding-left: 5rem;
  }
  .hollow-header-11 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-11 .mobile-toolbar a {
    font-size: 2rem;
    padding: .2rem .7rem;
    float: left;
  }
  .hollow-header-11 .mobile-toolbar a i {
    padding: 0;
  }
}
@media only screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-11 nav a {
    font-size: 1.6rem;
    padding: .6rem;
  }
}
@media screen and (max-width:767px) {
  .pushNav.header-menu-open nav #menu-main-navigation-menu,
  .pushNav nav #menu-main-navigation-menu {
    width: 100%!important;
  }
  .pushNav.header-menu-open .pushNavBodyOverlay {
    display: none!important;
  }
  .hollow-header-11 .main-content .flex-container {
    padding: 0
  }
  .hollow-header-11 .logo {
    justify-content: center;
    padding: 1rem;
  }
  .hollow-header-11 .logo a {
    margin: 0;
    padding: 1rem 0 .5rem;
  }
  .hollow-header-11 .logo img {
    max-height: unset;
  }
  .hollow-header-11 .phone,
  .hollow-header-11 .social {
    display: none;
  }
}
@media only screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-11 nav a {
    font-size: 1.4rem;
    padding: .45rem .6rem;
  }
}

/*HOMEPAGE COMPONENTS*/


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

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

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

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

/*============================ */
/* Service Text 05
============================== */
.hollow-service-text-05 {
  padding: 3rem 0;
}
.hollow-service-text-05 .flex-container {
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
}
.hollow-service-text-05 .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.5%;
  margin: 1rem 0;
}
.hollow-service-text-05 .box.service {
  width: 30.5%;
}
.hollow-service-text-05 .content h3 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.hollow-service-text-05 .content h2 {
  margin-bottom: 1rem;
  color: var(--defaultMainColor);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: .25rem;
}
.hollow-service-text-05 .content p {
  color: dimgrey;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
}
.hollow-service-text-05 .service {
  align-items: center;
  padding: 2rem;
  text-align: center;
  background: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-service-text-05 .service:last-of-type {
  background: var(--defaultMainDark);
}
.hollow-service-text-05 i.icon {
  font-size: 2.5rem;
  color: #FFF;
  margin-bottom: 1.5rem;
  transition: all .3s ease;
}
.hollow-service-text-05 .service h3 {
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.hollow-service-text-05 .service p {
  color: #FFF;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.hollow-service-text-05 .service a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 500;
  font-size: .9rem;
  transition: all .3s ease;
}
.hollow-service-text-05 a:hover {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-service-text-05 a i {
  font-size: 1.1rem;
  padding-left: .5rem;
  transition: all .3s ease;
}
.hollow-service-text-05 a:hover i {
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .hollow-service-text-05 {
    padding: 2rem 0;
  }
  .hollow-service-text-05 .flex-container {
    flex-direction: column;
    padding: 0 1rem;
  }
  .hollow-service-text-05 .box {
    width: 100%;
    text-align: center;
  }
  .hollow-service-text-05 .box.service {
    width: 100%;
  }
  .hollow-service-text-05 .service a {
    font-size: 1.2rem;
  }
  .hollow-service-text-05 .content h3 {
    font-size: 2.25rem;
  }
  .hollow-service-text-05 .content h2 {
    font-size: 1.5rem;
  }
}
/*============================ */
/* Content 16
============================== */
.hollow-content-16 {
  padding: 4rem 0;
  background: url(img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-content-16 .flex-container {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0 4rem;
}

/*Content*/
.hollow-content-16 .content {
  width: 48%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.hollow-content-16 .content h3 {
  color: var(--defaultMainColor);
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}
.hollow-content-16 .content h2 {
  color: var(--defaultMainColor);
  font-weight: 400;
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-family: var(--headingFont);
}
.hollow-content-16 .content p {
  margin-bottom: 1.5rem;
  color: dimgrey;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
}
.hollow-content-16 .content .list-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  width: 100%;
}
.hollow-content-16 .content .list-wrap ul {
  display: flex;
  flex-flow: column;
  width: 49%;
}
.hollow-content-16 .content .list-wrap ul li {
  display: flex;
  align-items: center;
  color: dimgrey;
  line-height: 1.5;
  margin-bottom: .5rem;
}
.hollow-content-16 .content .list-wrap ul li i {
  color: var(--defaultMainAccent);
  font-size: 1rem;
  padding-right: .5rem;
  align-self: flex-start;
  padding-top: 0.25rem;
}
.hollow-content-16 .btn-wrap {
  display: flex;
  align-items: center;
}
.hollow-content-16 .btn-wrap a {
  background: var(--defaultMainColor);
  color: #fff;
  /* margin-left: 1rem; */
  padding: .7rem 1rem;
  font-weight: 500;
  font-size: .9rem;
  /* border-radius: 2rem; */
  transition: all .3s ease;
}
.hollow-content-16 .btn-wrap a:hover {
  background: var(--defaultMainDark);
}
/*Images*/
.hollow-content-16 .images {
  width: 48%;
  display: flex;
  flex-flow: column;
}
.hollow-content-16 .images .top-image {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hollow-content-16 .images .top-image img {
  object-fit: cover;
  width: 100%;
}
.hollow-content-16 .images .bottom-images {
  display: flex;
  justify-content: space-between;
  height: 8rem;
}
.hollow-content-16 .images .bottom-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-content-16 .images .bottom-images a {
  width: 48%;
  transition: all .3s ease;
}
.hollow-content-16 .images .bottom-images a:hover {
  opacity: .8;
}
.hollow-content-16 .images .bottom-images a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-content-16 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-16 {
    padding: 2rem 0 1rem;
  }
  .hollow-content-16 .flex-container {
    flex-flow: column;
    padding: 0 1rem;
  }
  .hollow-content-16 .content {
    width: 100%;
    margin-bottom: 1rem;
  }
  .hollow-content-16 .content p {
    font-size: 1.2rem;
  }
  .hollow-content-16 .content .list-wrap {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .hollow-content-16 .content .list-wrap ul {
    width: 100%;
    padding: 0;
  }
  .hollow-content-16 .content .list-wrap ul li {
    font-size: 1.3rem;
  }
  .hollow-content-16 .btn-wrap {
    display: none;
  }
  .hollow-content-16 .images {
    width: 100%;
  }
}
/*============================ */
/* Action 13
============================== */
.hollow-action-13 {
  position: relative;
  padding: 4rem 0 12rem;
  background: url(img/action-bg.jpg) center center no-repeat;
  background-size: cover;
}
/*.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: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 0 4rem;
}
.hollow-action-13 h2 {
  color: #22a03e;
  font-weight: 400;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-family: var(--headingFont);
}
.hollow-action-13 h3 {
  position: relative;
  color: #FFF;
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.25rem;
  max-width: 40rem;
}
.hollow-action-13 p {
  position: relative;
  color: #FFF;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 32rem;
}
.hollow-action-13 .button-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-13 a {
  padding: .7rem 1rem;
  font-size: .9rem;
  font-weight: 600;
  /* border-radius: 2rem; */
  margin-right: .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 var(--defaultMainColor);
}
.hollow-action-13 a.optionB:hover {
  background: var(--defaultMainDark);
  border-color: 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 .flex-container {
    padding: 0 1rem;
  }
  .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;
    align-items: flex-start;
  }
  .hollow-action-13 a.optionA {
    margin-bottom: 1rem;
    background: var(--defaultMainColor);
    border: none;
  }
}


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

/*Main Content*/
.hollow-footer-07 .main-content {
  padding: 3rem 0 2rem;
}
.hollow-footer-07 .main-content .flex-container {
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
}
.hollow-footer-07 .box {
  flex: 1;
  flex-basis: 24%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hollow-footer-07 .box.logo {
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hollow-footer-07 .box h3 {
  display: inline-flex;
  color: var(--defaultMainDark);
  font-weight: 700;
  padding-bottom: .25rem;
  padding-left: 1rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.hollow-footer-07 .box-item {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
.hollow-footer-07 .box-item img {
    max-width: 100%;
    max-height: 7rem;
}
.hollow-footer-07 .box-item.credit {
  padding: 0 1rem 1rem;
}
.hollow-footer-07 .box-item .text {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
}
.hollow-footer-07 .box-item .icon-wrap {
  display: flex;
  margin-bottom: 1rem;
}
.hollow-footer-07 .box-item i {
  position: relative;
  font-size: 1.5rem;
  padding: 0 0.25rem;
  display: flex;
  justify-content: center;
  line-height: 1;
  color: var(--defaultMainColor);
  margin-right: .5rem;
}
.hollow-footer-07 .box-item .icon-wrap i {
  font-size: 2.5rem;
}
.hollow-footer-07 .box-item h4 {
  position: relative;
  color: var(--defaultMainColor);
  font-size: 1rem;
  margin-bottom: 0.4rem;
  font-weight: 600;
  margin-right: 0.8rem;
  width: 100%;
}
.hollow-footer-07 .box-item p {
  position: relative;
  color: var(--defaultMainDark);
  font-size: 0.9rem;
  font-weight: 400;
}
.hollow-footer-07 .box-item.social {
  display: flex;
}
.hollow-footer-07 .box-item.social a {
  position: relative;
  color: #fff;
  transition: .3s ease;
  width: unset;
}
.hollow-footer-07 .box-item.social a i {
  font-size: 1.5rem;
}
.hollow-footer-07 .box-item.social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-footer-07 .box-item.social a:hover i {
  color: var(--defaultMainAccent);
}
.hollow-footer-07 .box-item span {
  position: relative;
  color: dimgrey;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  align-self: center;
  transition: .2s ease;
}
.hollow-footer-07 .box-item.links a {
  position: relative;
  color: dimgrey;
  font-size: 14px;
  font-weight: 400;
  width: max-content;
  margin: 0.5rem 0 0;
  padding-bottom: 0.2rem;
  align-self: center;
  transition: .2s ease;
}
.hollow-footer-07 .box-item.links a:hover {
  color: var(--defaultMainAccent);
}

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


/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--defaultMainColor);
}
.search-form-wrap button:hover {
  background: var(--defaultMainDark);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item .post-content a {
  background: var(--defaultMainColor);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--defaultMainDark);
}
.blog-wrap .post-item p {
  border-color: var(--defaultMainColor);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--defaultMainColor);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--defaultMainColor);
}
.blog-sidebar .post-item-header h2 {
  background: var(--defaultMainColor);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--defaultMainColor);
}
.blog-post-content h2 {
  color: var(--defaultMainDark);
}
.blog-post-content h3 {
  color: var(--defaultMainColor);
}
.blog-post-content p a {
  color: var(--defaultMainColor);
}
.blog-post-content p a:hover {
  color: var(--defaultMainDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--defaultMainColor);
}
.blog-return a.blog-return-btn:hover {
  background: var(--defaultMainDark);
}
/*Pagination*/
.pagination .page-numbers {
  background: var(--defaultMainDark);
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--defaultMainColor);
}
.pagination span.page-numbers.current {
  background: var(--defaultMainColor);
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .form-wrap h3 {
  color: var(--defaultMainColor);
}
.default-popup 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.5rem;
  font-weight: 300;
  color: var(--defaultMainColor);
}
.default-popup .content-wrap h3 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: .9rem;
  font-weight: 500;
  color: dimgrey;
  line-height: 1.6;
}
.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: .9rem;
  font-weight: 500;
  color: dimgrey;
  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: flex-start;
  padding: 12rem 4rem 4rem;
  text-align: left;
  background: url(img/h3.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-352 .interior-header-05 {
  padding: 18rem 4rem 4rem;
  background: url(img/h2.jpg) center center no-repeat;
  background-size: cover;
}
.interior-header-05::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(70deg, #000, rgba(0, 0, 0, .2), transparent);
}
.interior-header-05 h1 {
  position: relative;
  color: #fff;
  margin-bottom: .25rem;
  font-weight: 300;
  font-size: 1.8rem;
}
.interior-header-05 p {
  position: relative;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.3;
  max-width: 40rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .interior-header-05 {
    padding: 12rem 1rem 3rem;
  }
  .page-id-352 .interior-header-05 {
    padding: 12rem 1rem 2rem;
  }
  .interior-header-05 h2 {
    max-width: 100%;
  }
}


/*============================ */
/* Interior Content 007
============================== */
.interior-content-007 {
  padding: 4rem 0;
}
.interior-content-007 .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 4rem;
}
.interior-content-007 .box {
  width: 48%;
}
.interior-content-007 h1 {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--defaultMainColor);
  margin-bottom: .25rem;
}
.interior-content-007 h2 {
  font-weight: 700;
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
}
.interior-content-007 p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  color: dimgrey;
}
.interior-content-007 h4 {
  color: var(--defaultMainColor);
  font-weight: 600;
  margin-bottom: 1rem;
}
.interior-content-007 p a {
  text-decoration: underline;
  font-weight: 500;
}
.interior-content-007 p a:hover {
  color: var(--defaultMainColor);
}
.interior-content-007 .inner-box {
  padding: 2rem 2rem 1rem;
  background: #fdfcfa;
  border: 2px solid #f3f1ee;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .interior-content-007 {
    padding: 2rem 0 0;
  }
  .interior-content-007 .flex-container {
    padding: 0 1rem;
  }
  .interior-content-007 .box {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/*============================ */
/* Interior Content 009
============================== */
.interior-content-009 {
  padding: 4rem 0 3rem;
  background: url(img/bg-1.jpg) center center no-repeat;
  background-size: cover;
}
.interior-content-009 .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.interior-content-009 h2 {
  font-weight: 700;
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
}
.interior-content-009 .flex-container {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 4rem;
}
.interior-content-009 .list {
  width: 32%;
}
.interior-content-009 p {
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  color: dimgrey;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .interior-content-009 {
    padding: 2rem 0;
  }
  .interior-content-009 .flex-container {
    padding: 0 1rem;
  }
  .interior-content-009 .list {
    width: 100%;
  }
}
/*============================ */
/* Hollow Content 19
============================== */
.hollow-content-19 {
  padding: 2rem 0;
}
.hollow-content-19 .flex-container,
.hollow-content-19 .flex-container-fluid {
  position: relative;
  /* background: white; */
  /* border-radius: 2rem; */
  overflow: hidden;
  /* 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 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: 700;
  margin-bottom: 1.5rem;
  font-family: var(--headingFont);
}
.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: 1.1rem;
  font-weight: 300;
  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 .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;
  }
  .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 2rem;
}
.interior-content-002 .box {
  padding: 2rem;
  background: var(--defaultMainColor);
/*   border-radius: 2rem; */
}
.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 0 2rem;
}
.interior-portfolio a img {
  transition: all .3s ease;
}
.interior-portfolio a img:hover {
  opacity: .85;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-portfolio .container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-portfolio {
    padding: 0 0 2rem;
  }
}

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


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

/*============================ */
/* Interior Careers 01
============================== */
.interior-careers-01 {
  padding: 4rem 0;
}
.interior-careers-01 .content-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
.interior-careers-01 .content-wrap h1 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
}
.interior-careers-01 .content-wrap h4 {
  color: var(--defaultMainAccent);
}
.interior-careers-01 .content-wrap hr {
  width: 10%;
  margin: 1rem auto 2rem;
  border: 2px solid var(--defaultMainDark);
}
.interior-careers-01 .content-wrap p {
  margin-bottom: 1rem;
}
.interior-careers-01 .form-wrap {
  width: 100%;
}
.interior-careers-01 .form-wrap form {
  background: #dedede;
  padding: 2rem;
  border-radius: 4px;
}
.interior-careers-01 .group-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.interior-careers-01 .group-wrap p {
  margin: 0.5rem 0;
}
.interior-careers-01 .group-wrap h3 {
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
}
.interior-careers-01 ::-webkit-input-placeholder {
  color: #777!important;
}
.interior-careers-01 ::-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 :-ms-input-placeholder {
  color: #777!important;
}
.interior-careers-01 :-moz-placeholder {
  color: #777!important;
}
.interior-careers-01 .wpcf7-form-control-wrap select {
  -webkit-appearance: none;
}
.interior-careers-01 .wpcf7-form-control-wrap input,
.interior-careers-01 .wpcf7-form-control-wrap select,
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  font-family: var(--mainFont);
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.interior-careers-01 .wpcf7-form-control-wrap input:focus,
.interior-careers-01 .wpcf7-form-control-wrap select:focus,
.interior-careers-01 .wpcf7-form-control-wrap textarea:focus {
  border-color: var(--defaultMainDark);
  color: var(--defaultMainDark);
}
.interior-careers-01 .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"] {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
}
.interior-careers-01 .wpcf7-form-control-wrap input[type="file"]:hover {
  color: var(--defaultMainDark);
  background: rgba(255,255,255,0.8);
}
.interior-careers-01 .submit-wrapper {
  text-align: center;
}
.interior-careers-01 .submit-wrapper input[type="submit"] {
  font-family: var(--mainFont);
  font-size: 1.2rem;
  color: #fff;
  background: var(--defaultMainAccent);
  padding: .5rem 2.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s ease;
}
.interior-careers-01 .submit-wrapper input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .interior-careers-01 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .interior-careers-01 {
    padding: 3rem 0 2rem;
  }
  .interior-careers-01 .content-wrap {
    margin-bottom: 2rem;
  }
  .interior-careers-01 .form-wrap form {
    padding: 1.5rem 1rem;
  }
}


/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 {
  padding: 4rem 0;
}
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
  padding: 0 4rem;
  justify-content: space-between;
  align-items: center;
}
.hollow-contact-15 .get-in-touch {
  width: 47%;
}
.hollow-contact-15 .get-in-touch h4 {
  color: var(--defaultMainColor);
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: .25rem;
}
.hollow-contact-15 .get-in-touch h2 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-weight: 700;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .get-in-touch p {
  color: dimgrey;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  padding-right: 1rem;
  padding-top: .2rem;
}
.hollow-contact-15 .get-in-touch li i.fa-flip-horizontal {
  padding: 0;
  padding-left: 1rem;
}
.hollow-contact-15 .get-in-touch li a {
  color: dimgrey;
  font-weight: 500;
  font-size: .9rem;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .social a {
  color: #fff;
  margin-right: .7rem;
  font-size: 1.5rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .contact-us {
  width: 47%;
  background: #fdfcfa;
  border: 2px solid #f3f1ee;
  padding: 2rem;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--defaultMainColor);
  margin-bottom: .25rem;
  font-weight: 300;
  font-size: 1.5rem;
}
.hollow-contact-15 .contact-us h2 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-weight: 700;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: var(--defaultMainAccent);
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

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

.hollow-contact-15 input:not([type="submit"]),
.hollow-contact-15 textarea {
  font-size: .9rem;
  width: 100%;
  border: 2px solid #f3f1ee;
  color: dimgrey;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-family: var(--mainFont);
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: var(--defaultMainColor);
  border: none;
  /* border-radius: 2rem; */
  padding: .7rem 3rem;
  color: #FFF;
  cursor: pointer;
  font-family: var(--mainFont);
  font-size: .9rem;
  font-weight: 500;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--defaultMainDark);
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 550px;
}
.hollow-contact-15 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.hollow-contact-15 .map-wrap iframe.clicked {
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .hollow-contact-15 {
    padding: 2rem 0 0;
  }
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 4rem;
  }
  .hollow-contact-15 .get-in-touch li {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .flex-info ul {
    width: 100%;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 4rem;
  }
  .hollow-contact-15 .map-wrap {
    height: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 2rem;
  }
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 2rem;
  }
  .hollow-contact-15 .get-in-touch li a {
    font-size: 1.3rem;
  }
  .hollow-contact-15 input:not([type="submit"]), 
  .hollow-contact-15 textarea {
    font-size: 1.3rem;
  }
}
/*============================ */
/* Popup02 Example Wrap
============================== */
/* The following Popup Example Wrap styles may be removed. */
.popup02-example-wrap {
  padding: 4rem;
  text-align: center;
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
  background: whitesmoke;
}
.popup02-example-wrap .btn-wrap p {
  display: inline-block;
  background: var(--defaultMainColor);
  padding: .5rem 1rem;
  color: #fff;
  cursor: pointer;
}
.popup02-example-wrap .btn-wrap p:hover {
  background: var(--defaultMainDark);
}
/* The above Popup Example Wrap styles may be removed. */
/*============================ */
/* Popup 02
============================== */
.hollow-popup-02 .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
  z-index: 99999;
  display: none;
}
.hollow-popup-02 .overlay {
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hollow-popup-02 .popup-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  height: max-content;
  max-width: 90vw;
  max-height: 74vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 2px 10px -3px #000;
  border-radius: 6px;
}
.hollow-popup-02 .popup-wrap .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  display: flex;
  z-index: 999;
  color: rgba(0,0,0,.7);
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-popup-02 .popup-wrap .close-btn:hover {
  color: rgba(0,0,0,.5);
}
.hollow-popup-02 .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
.hollow-popup-02 .title-wrap {
  width: 60%;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 1rem;
}
.hollow-popup-02 .text-wrap {
  width: 100%;
}
.hollow-popup-02 h2 {
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--defaultMainDark);
}
.hollow-popup-02 h3 {
  margin-bottom: .5rem;
  color: var(--defaultMainColor);
}
.hollow-popup-02 p {
  font-size: 1.1rem;
}
.hollow-popup-02 p a {
  font-weight: 400;
  color: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-popup-02 p a:hover {
  color: var(--defaultMainDark);
}
.hollow-popup-02 .btn-wrap a {
  display: inline-block;
  background: var(--defaultMainColor);
  color: #fff;
  font-weight: 400;
  padding: 0.6rem 1rem;
  transition: all .3s ease;
}
.hollow-popup-02 .btn-wrap a:hover {
  background: var(--defaultMainDark);
}
.hollow-popup-02 .list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.hollow-popup-02 .list-wrap ul {
  width: 48%;
}
.hollow-popup-02 .list-wrap ul li {
  list-style: disc;
  margin-left: 2rem;
}
.hollow-popup-02 .form-wrap {
  position: relative;
  padding: 1rem;
  border: 1px solid #ccc;
  background: var(--defaultMainColor);
}
.hollow-popup-02 .form-wrap input,
.hollow-popup-02 .form-wrap select,
.hollow-popup-02 .form-wrap textarea {
  font-family: var(--mainFont);
}
.hollow-popup-02 .form-wrap textarea {
  height: 7rem;
}
.hollow-popup-02 .form-wrap input[type="submit"] {
  background: var(--defaultMainAccent);
  border: none;
  width: 100%;
  justify-content: center;
}
.hollow-popup-02 .form-wrap input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
.hollow-popup-02 .img-wrap {
  width: 35%;
  margin-bottom: 1rem;
}
.hollow-popup-02 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hollow-popup-02 ::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 0 6px 6px 0;
}
.hollow-popup-02 ::-webkit-scrollbar {
  width: 12px;
}
.hollow-popup-02 ::-webkit-scrollbar-thumb {
  border-radius: 0 5px 5px 0;
  background-color: #bbb;
}
.hollow-popup-02 ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
@media only screen and (max-width: 767px) {
  .hollow-popup-02 .popup-wrap {
    height: 32rem;
    border-radius: 0 0 8px 8px;
    margin-top: 2rem;
    border-bottom: 1rem solid #fff;
    border-top: 1rem solid #fff;
  }
  .hollow-popup-02 .popup-wrap .close-btn {
    right: unset;
    left: 0;
    top: -3.4rem;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 3.5rem;
    width: 100%;
    border-radius: 8px 8px 0 0;
    border-bottom: 1rem solid #fff;
  }
  .hollow-popup-02 .img-wrap {
    width: 100%;
  }
  .hollow-popup-02 .title-wrap {
    padding: 1rem;
    width: 100%;
  }
  .hollow-popup-02 .list-wrap ul {
    width: 100%;
  }
  .hollow-popup-02 .list-wrap ul li {
    font-size: 1.3rem;
  }
  .hollow-popup-02 .form-wrap input,
  .hollow-popup-02 .form-wrap select,
  .hollow-popup-02 .form-wrap textarea {
    font-size: 1.3rem;
  }
}
