/*
  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: #28537e;
  --defaultMainDark: #20163f;
  --defaultMainAccent: #777771;
  --defaultGrey: #646464;
  
  /* Font Variables */
  --headingFont: 'Montserrat', sans-serif;
  --mainFont: 'Montserrat', sans-serif;
  --accentFont: 'Dancing Script', cursive;
}

html {
  font-family: var(--mainFont);
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}
main {
  position: relative;
  z-index: 20;
}
h1, h2, h3 {
  font-family: var(--headingFont);
}
.accentFont {
  font-family: var(--accentFont);
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container,
  .flex-container {
    width: calc(100% - 4rem);
  }
}

/*============================ */
/* HEADER 09
============================== */
.hollow-header-09 {
  display: block;
  position: relative;
  z-index: 100000;
  background: whitesmoke;
  color: #f6f6f6;
  width: 100%;
  /*box-shadow: 0 2px 5px -2px rgb(0,0,0,.50);*/
}
.hollow-header-09.sticky {
  position: fixed;
  top: 0;
  z-index: 100000;
}
.hollow-header-09 .container {
  width: calc(100% - 8rem);
  /* padding: 0 4rem; */
}
.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: .8rem;
  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: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
  transition: all 0.2s ease;
}
.hollow-header-09 .social a:hover {
  color: var(--defaultMainAccent);
}
.hollow-header-09 .logo img {
  padding: 1rem;
  background: #fff;
  margin-bottom: -3rem;
  margin-top: -3rem;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-09 .logo span {
  color: var(--defaultMainDark);
  font-size: .9rem;
  font-weight: 400;
  padding: 0.5rem 0;
  display: block;
  line-height: 1.2;
}
.hollow-header-09 .logo span strong {
  display: block;
}
.hollow-header-09 .logo span:hover {
  color: var(--defaultMainColor);
}
.hollow-header-09 .meta-wrap-outer {
  font-size: 2rem;
  font-weight: 400;
  background: var(--defaultMainColor);
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-09 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
  font-family: var(--headingFont);
}
.hollow-header-09 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
  color: #fff;
}
.hollow-header-09 .mobile-toolbar nav a.mobile-icon {
  font-size: 26px;
}
.hollow-header-09.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-09 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-09 nav {
  float: right;
  display: inline-block;
  background: none;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
  font-family: var(--headingFont);
  padding: 2rem 0;
}
.hollow-header-09.sticky nav {
  padding: 0;
}
.hollow-header-09 nav a {
  padding: 0.3rem 0.6rem;
  display: block;
  color: var(--defaultMainDark);
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all .2s ease;
}
.hollow-header-09 nav a:focus {
  color: var(--defaultMainDark);
}
.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(--defaultMainColor);
}
/* NAV LEVEL TWO */
.hollow-header-09 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  display: none;
}
.hollow-header-09 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-09 nav .dropdown-menu a {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-header-09 .dropdown-menu>li:hover>a,
.hollow-header-09 .dropdown-menu>li.active>a,
.hollow-header-09 .dropdown-menu>.active>a:hover,
.hollow-header-09 .dropdown-menu>.active>a:focus {
  background: var(--defaultMainDark);
  color: #fff;
  border-color: transparent;
}
.hollow-header-09 .dropdown .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 3px 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* NAV MOBILE */
.hollow-header-09 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-09 .hamburger {
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: #FFF;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.hollow-header-09 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-09 .hamburger:before,
.hollow-header-09 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  /*transition-property: transform, top;
  transition-duration: .2s;
  transition-timing-function: ease;*/
  transition: all .2s ease;
  transform: translateZ(0);
}
.hollow-header-09 .hamburger:after {
  top: 60%;
}
header.hollow-header-09.header-menu-open #mobile,
header.hollow-header-09.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before,
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:before {
  transform: rotate(45deg);
}
header.hollow-header-09.header-menu-open #mobile>.hamburger:after {
  transform: rotate(-45deg);
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-09 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hollow-header-09 .mobile-toolbar a {
  color: #fff;
  padding: .5rem .6rem;
}
.hollow-header-09 .mobile-toolbar a:hover,
.hollow-header-09 .mobile-toolbar a:focus {
  color: #f6f6f6;
}
.hollow-header-09 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-09:not(.sticky) {
    min-height: 8rem;
  }
  .hollow-header-09 .mobile-toolbar {
    display: none;
  }
  .hollow-header-09 .menu {
    float: right;
  }
  .hollow-header-09 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-09 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    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: 100%;
    padding: 0 4rem 0 2rem;
  }
  .hollow-header-09 nav a {
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-09 {
    background: #fff;
  }
  .hollow-header-09 .logo {
    text-align: center;
  }
  .hollow-header-09 .logo img {
    margin: 50px auto 15px;
    box-shadow: none;
    max-width: 60%;
  }
  body:not(.home) .hollow-header-09 .logo {
    display: none;
  }
  header.hollow-header-09.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-09 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: var(--defaultMainColor);
  }
  .hollow-header-09 nav a {
    text-transform: uppercase;
    color: #FFF;
    border: none;
    padding: 0.6rem;
  }
  .hollow-header-09 .menu-item.open>a, 
  .hollow-header-09 .menu-item:hover>a, 
  .hollow-header-09 .menu-item.active a, 
  .hollow-header-09 .menu-item.active:hover>a {
    color: #fff;
    background: var(--defaultMainDark);
  }
  .hollow-header-09 .dropdown-menu>li:hover>a, 
  .hollow-header-09 .dropdown-menu>li.active>a, 
  .hollow-header-09 .dropdown-menu>.active>a:hover, 
  .hollow-header-09 .dropdown-menu>.active>a:focus {
    color: #fff;
    background: var(--defaultMainDark);
  }
  .hollow-header-09 .hamburger::before,
  .hollow-header-09 .hamburger::after {
    background: var(--defaultMainColor);
  }
  .hollow-header-09 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition: opacity 0.25s;
    z-index: -1;
    background: var(--defaultMainColor);
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-09 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-09 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-09 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-09 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-09 .mobile-toolbar a {
    font-size: 26px;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-09 nav a {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}
@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-09 .logo img {
    max-width: 90%;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-09 nav a {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  .default-popup .form-wrap,
  header.hollow-header-09.header-menu-open nav .menu {
    max-height: 74vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/


/*============================ */
/* Hero 15
============================== */
.hollow-hero-15 {
  position: relative;
  /*box-shadow: 0 2px 5px -2px rgb(0,0,0,.50);*/
  overflow: hidden;
}
.hollow-hero-15 .text-wrap {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 0rem 6rem 5vw;
  background: #fff;
  position: relative;
}
.hollow-hero-15 .text-wrap::before {
  content: "";
  width: 20rem;
  height: 102%;
  position: absolute;
  background: #fff;
  transform: skewX(-10deg);
  right: -6rem;
  top: -1%;
  z-index: 100;
  /*box-shadow: 17px 0px 15px rgba(0,0,0,.60);*/
}
.hollow-hero-15 .text-wrap img {
  max-width: 100%;
  position: relative;
  z-index: 1000;
  margin-bottom: 1rem;
}
.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;
  position: relative;
  z-index: 10000;
}
.hollow-hero-15 .text-wrap h3 {
  display: flex;
  align-items: center;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10000;
}
.hollow-hero-15 .text-wrap p {
  color: var(--defaultMainDark);
  font-size: 1.2rem;
  margin-bottom: 3rem;
  font-weight: 400;
  position: relative;
  z-index: 10000;
}
.hollow-hero-15 .text-wrap a {
  border: 2px solid var(--defaultMainColor);
  border-radius: 2rem;
  font-size: 1.1rem;
  padding: .75rem 2rem;
  color: var(--defaultMainColor);
  position: relative;
  z-index: 10000;
  transition: all .3s ease;
}
.hollow-hero-15 .text-wrap a:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-hero-15 .slider-wrap {
  position: relative;
  overflow: hidden;
  width: 55%;
  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: 991px) {
  .hollow-hero-15 .slide img {
    max-width: 100%;
  }
  .hollow-hero-15 .text-wrap {
    padding: 4rem 0 4rem 2rem;
  }
  .hollow-hero-15 .text-wrap::before {
    width: 11rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-15 .flex-container-fluid {
    flex-direction: column;
  }
  .hollow-hero-15 .text-wrap {
    width: 100%;
    padding: 6rem 1rem 4rem;
  }
  .hollow-hero-15 .text-wrap::before {
    display: none;
  }
  .hollow-hero-15 .slider-wrap {
    width: 100%;
    height: 24rem;
  }
  .hollow-hero-15 ul.slick-dots {
    bottom: 2rem;
  }
}

/*============================ */
/* Service Slider 06
============================== */
.service-slider-06 {
  padding: 6rem 0 0;
  background: var(--defaultMainColor);
}
.service-slider-06 .icon-boxes,
.service-slider-06 .content-slider {
  visibility: hidden;
}
.service-slider-06 .icon-boxes.slick-initialized,
.service-slider-06 .content-slider.slick-initialized {
  visibility: visible;
}
.service-slider-06 .title-wrap .flexbox {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
.service-slider-06 .title-wrap h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3rem;
}
.service-slider-06 .title-wrap h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
}
.service-slider-06 .title-wrap strong {
  font-weight: 600;
}
.service-slider-06 .title-wrap p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  max-width: 60rem;
  line-height: 1.6;
}
.service-slider-06 .icon-boxes {
  flex: 1;
  width: 100%;
}
.service-slider-06 .icon-boxes .slick-prev {
  left: -1.5rem;
} 
.service-slider-06 .icon-boxes .slick-next {
  right: -1.5rem;
}
.service-slider-06 .icon-boxes .slick-prev:before, 
.service-slider-06 .icon-boxes .slick-next:before {
  color: #fff;
  font-size: 1.5rem;
}
.service-slider-06 .icon-boxes .slick-track {
  width: 100%;
  display: flex;
  margin: auto;
}
.service-slider-06 .icon-boxes .icon-box {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  text-align: center;
  cursor: pointer;
}
.service-slider-06 .icon-boxes .icon-box .pointer i {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8rem;
  width: 4rem;
  height: 2rem;
  color: #fff;
  opacity: 0;
  margin-top: 1.5rem;
  margin-bottom: -0.8rem;
  transition: all .6s linear;
}
.service-slider-06 .icon-boxes .icon-box.slick-current .pointer i {
  opacity: 1;
}
.service-slider-06 .icon-boxes .icon-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  border: 2px solid #fff;
  margin-bottom: .5rem;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  transition: all .3s ease;
}
.service-slider-06 .icon-boxes .icon-box.slick-current span,
.service-slider-06 .icon-boxes .icon-box:hover span {
  background: #fff;
  color: var(--defaultMainColor);
}
.service-slider-06 .icon-boxes .icon-box img {
   height: 4rem;
   width: 4rem;
   object-fit: contain;
}
.service-slider-06 .icon-boxes .icon-box p {
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--headingFont);
}
.service-slider-06 .content-slider {
  background: url(img/bg-3.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4rem 0 4rem;
}
.service-slider-06 .content-slider .flexbox {
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
}
.service-slider-06 .content-slider .text-wrap {
  width: 100%;
}
.service-slider-06 .content-slider .text-wrap h3 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.service-slider-06 .content-slider .text-wrap h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
}
.service-slider-06 .content-slider .text-wrap p {
  color: var(--defaultMainDark);
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.6;
}
.service-slider-06 .content-slider .text-wrap ul {
  display: block;
  margin-bottom: 3rem;
}
.service-slider-06 .content-slider .text-wrap ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.service-slider-06 .content-slider .text-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}
.service-slider-06 .content-slider .text-wrap a {
  display: inline-block;
  color: #FFF;
  padding: .65rem 1rem;
  border-radius: 2rem;
  background: var(--defaultMainAccent);
  transition: all .3s ease;
}
.service-slider-06 .content-slider .text-wrap a:hover {
  background: #fff;
  color: var(--defaultMainAccent);
}
.service-slider-06 .content-slider .text-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-slider-06 .content-slider .text-wrap .box-wrap .box {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-slider-06 .content-slider .text-wrap .box-wrap .box.reverse {
  flex-direction: row-reverse;
}
.service-slider-06 .content-slider .text-wrap .box-wrap .box img {
  max-width: 100%;
  height: 14rem;
  width: 14rem;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--defaultMainColor);
  padding: 0.3rem;
}
.service-slider-06 .content-slider .text-wrap .box-wrap .box .text-wrap {
  padding: 2rem 0 0;
  width: 68%;
}
.service-slider-06 .content-slider .text-wrap .box-wrap h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.service-slider-06 .content-slider .top-wrap {
  text-align: right;
}
.service-slider-06 .content-slider .top-wrap a {
  background: var(--defaultMainColor);
  border: 2px solid var(--defaultMainColor);
}
.service-slider-06 .content-slider .top-wrap a:hover {
  background: #fff;
  color: var(--defaultMainColor); 
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .service-slider-06 .flexbox {
    width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .service-slider-06 .icon-boxes .icon-box svg {
     height: 2.5rem;
  }
  .service-slider-06 .content-slider .flexbox {
    flex-direction: column;
    padding: 0;
  }
  .service-slider-06 .content-slider .text-wrap {
    width: 90%;
    margin-bottom: 2rem;
  }
  .service-slider-06 .content-slider img {
    width: 90%;
    margin-bottom: 0;
  }
  .service-slider-06 .content-slider .text-wrap .box-wrap .box .text-wrap {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .service-slider-06 {
    padding: 2rem 0 0;
  }
  .service-slider-06 .icon-slider {
    padding: 0 1.5rem;
  }
  .service-slider-06 .icon-boxes .icon-box p {
    text-transform: capitalize;
    font-weight: 600;
  }
  .service-slider-06 .content-slider {
    padding: 2rem 0;
  }
  .service-slider-06 .content-slider .text-wrap {
    margin-bottom: 2rem;
  }
  .service-slider-06 .content-slider .text-wrap .box-wrap .box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .service-slider-06 .content-slider .text-wrap .box-wrap .box.reverse {
    flex-direction: column;
  }
  .service-slider-06 .content-slider .text-wrap .box-wrap .box img {
    width: 20rem;
    height: 20rem;
  }
  .service-slider-06 .content-slider .text-wrap .box-wrap .box .text-wrap {
    width: 100%;
    margin: 0;
  }
  .service-slider-06 .content-slider .text-wrap ul li i {
    padding-top: .5rem;
  }
}
/*============================ */
/* Associate 02
============================== */
.hollow-associate-02 {
  position: relative;
  background: whitesmoke;
}
.hollow-associate-02 .title-wrap {
  padding: 2rem 0 1rem;
  width: 100%;
  background: var(--defaultMainColor);
}
.hollow-associate-02 .title-wrap .flex-container {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hollow-associate-02 .title-wrap h2 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-associate-02 .title-wrap p {
  color: #fff;
  margin-bottom: 1.5rem;
}
.hollow-associate-02 .associate-slider {
  margin-bottom: 0;
  width: 100%;
  padding: 2rem 0;
  visibility: hidden;
}
.hollow-associate-02 .associate-slider.slick-initialized {
  visibility: visible;
}
.hollow-associate-02 .associate-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-associate-02 .associate-slider .slick-slide {
  text-align: center;
}
.hollow-associate-02 .associate-slider .slick-slide:last-of-type {
  text-align: center;
}
.hollow-associate-02 .associate-slider a {
  display: inline-block;
  vertical-align: middle;
}
.hollow-associate-02 .slick-prev:before,
.hollow-associate-02 .slick-next:before {
  color: #000 !important;
}
.hollow-associate-02 .associate-slider a:focus {
  outline: 0;
}
.hollow-associate-02 .associate-slider img {
  max-width: 90%;
  display: inline-block;
  width: 100%;
  height: 8rem;
  object-fit: contain;
  padding: 1rem;
  transition: all .3s ease;
}
.hollow-associate-02 .associate-slider a img:hover {
  opacity: .8;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-associate-02 .flex-container {
    width: calc(100% - 4rem);
  }
}



/*============================ */
/* Content 10
============================== */
.hollow-content-10 {
  overflow: hidden;
}
.hollow-content-10 .text-wrap {
  position: relative;
  padding: 4rem 0rem 4rem 4rem;
  width: 45%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hollow-content-10 .text-wrap.bg-blue {
  background: var(--defaultMainColor);
}
.hollow-content-10 .text-wrap::before {
  content: "";
  width: 20rem;
  height: 102%;
  position: absolute;
  background: #fff;
  transform: skewX(10deg);
  right: -7rem;
  top: -1%;
  z-index: 100;
  /*box-shadow: 17px 0px 15px rgba(0,0,0,.60);*/
}
.hollow-content-10 .text-wrap.bg-blue::before {
  background: var(--defaultMainColor);
}
.hollow-content-10 .text-wrap h2 {
  color: #fff;
  font-weight: 600;
}
.hollow-content-10 .text-wrap h3 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  z-index: 10000;
}
.hollow-content-10 .text-wrap.bg-blue h3 {
  color: #fff;
}
.hollow-content-10 .text-wrap p {
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
  font-size: .9rem;
  line-height: 1.6;
  font-weight: 400;
  position: relative;
  z-index: 10000;
}
.hollow-content-10 .text-wrap.bg-blue p {
  color: #fff;
}
.hollow-content-10 .text-wrap p a:hover {
  color: var(--defaultMainDark);
}
.hollow-content-10 .button-wrap {
  margin: 1rem 0;
  display: inline-block;
}
.hollow-content-10 .button-wrap a {
  display: inline-flex;
  border: 2px solid var(--defaultMainColor);
  color: var(--defaultMainColor);
  padding: .75rem 2rem;
  border-radius: 2rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s ease;
}
.hollow-content-10 .button-wrap a:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-content-10 .button-wrap a i {
  color: #FFF;
}
.hollow-content-10 .img-wrap {
  position: relative;
  width: 55%;
  min-height: 32rem;
}
.hollow-content-10 .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .hollow-content-10 .reverse {
    flex-direction: row-reverse;
  }
  .hollow-content-10 .img-wrap img {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-10 .flex-container-fluid {
    flex-direction: column;
  }
  .hollow-content-10 .text-wrap {
    order: 1;
    width: 100%;
    padding: 4rem;
  }
  .hollow-content-10 .img-wrap {
    order: 2;
    width: 100%;
  }
  .hollow-content-10 .img-wrap img {
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-10 .text-wrap {
    padding: 2rem;
  }
  .hollow-content-10 .text-wrap::before {
    display: none;
  }
}


/*============================ */
/* Footer 07
============================== */
.hollow-footer-07 {
  background: whitesmoke;
  position: relative;
  z-index: 10;
}

/*Main Content*/
.hollow-footer-07 .main-content {
  padding: 2rem 0 0;
}
.hollow-footer-07 .main-content .flex-container {
  justify-content: space-between;
}
.hollow-footer-07 .box {
  flex: 1;
  flex-basis: 33%;
  display: flex;
  flex-flow: column;
  padding: 2rem 2rem 4rem;
}
.hollow-footer-07 .box h3 {
  display: inline-flex;
  color: var(--defaultMainColor);
  font-weight: 400;
  padding-bottom: .25rem;
  padding-left: 1rem;
  font-size: 1.1rem;
}
.hollow-footer-07 .box-item {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.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(--defaultMainDark);
  font-size: .9rem;
  margin-bottom: .4rem;
  font-weight: 400;
}
.hollow-footer-07 .box-item.links h4 {
  margin-bottom: 1rem;
}
.hollow-footer-07 .box-item p {
  position: relative;
  color: var(--defaultMainDark);
  font-size: 0.8rem;
  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: var(--defaultMainDark);
  font-weight: 400;
  font-size: .8rem;
  display: block;
  margin-bottom: .25rem;
}
.hollow-footer-07 .box-item.links a {
  position: relative;
  color: var(--defaultMainDark);
  font-size: 0.8rem;
  font-weight: 400;
  transition: .3s ease;
  width: max-content;
  margin: .5rem 0rem;
  padding-bottom: .2rem;
}
.hollow-footer-07 .box-item.links a:hover {
  color: var(--defaultMainColor);
}

/*Meta Footer*/
.hollow-footer-07 .meta-footer {
  position: relative;
  background: #1F1F1F;
  padding: .75rem 0;
}
.hollow-footer-07 .meta-footer .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-07 .meta-footer p {
  color: #fff;
  line-height: 1;
  font-size: 1rem;
  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: 767px) {
  .hollow-footer-07 .main-content {
    padding: 2rem 0;
  }
  .hollow-footer-07 .main-content .flex-container {
    flex-flow: column;
  }
  .hollow-footer-07 .meta-footer .flex-container {
    flex-flow: column;
  }
  .hollow-footer-07 .meta-footer p {
    padding: .25rem 0;
  }
  .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 input {
  border: 2px solid #eee;
  border-radius: 2rem 0 0 2rem;
  font-family: var(--mainFont);
  font-size: .9rem;
}
.search-form-wrap button {
  background: var(--defaultMainColor);
  font-family: var(--mainFont);
  font-size: .9rem;
  font-weight: 400;
  border-radius: 0 2rem 2rem 0;
  border: 2px solid var(--defaultMainColor);
  margin-left: 0;
}
.search-form-wrap button:hover {
  background: #163059;
  border-color: #163059;
}
/*Blog Page*/
.blog-wrap .post-item {
  width: 31.8%;
  border: 2px solid #eee;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem 2rem;
  border-radius: 1rem;
}
.blog-wrap .post-item .post-content .thumbnail-wrap {
  display: none;
}
.blog-wrap .post-item-header {
  flex: 1;
}
.blog-wrap .post-item-header h3 {
  width: 100%;
  font-size: .9rem;
  line-height: 1.6;
  transition: all .3s ease;
  color: var(--defaultMainDark);
  margin-bottom: 2rem;
  background: none;
  padding: 0;
  overflow: visible;
  white-space: normal;
  font-weight: 400;
}
.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: none;
  padding: 0;
  color: var(--defaultMainColor);
  font-weight: 700;
  flex: none;
  margin-bottom: 0;
}
.blog-wrap .post-item .date-wrap i {
  color: var(--defaultMainColor);
}
.blog-wrap .post-item .post-content .read-more {
  color: var(--defaultMainColor);
  background: transparent;
  align-self: flex-start;
  font-size: .9rem;
  font-weight: 400;
  padding: 0.7rem 2rem;
  transition: all .3s ease;
  border-radius: 2rem;
  border: 2px solid var(--defaultMainColor);
}
.blog-wrap .post-item:hover .post-content .read-more {
  background: var(--defaultMainColor);
  color: #fff;
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--defaultMainColor);
  display: none;
}
.blog-sidebar .post-item-header h2 {
  background: var(--defaultMainColor);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--defaultMainColor);
  font-size: 1.8rem;
  line-height: 1.4;
}
.blog-post-content h2 {
  color: var(--defaultMainDark);
}
.blog-post-content h3 {
  color: var(--defaultMainDark);
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.blog-post-content h4 {
  color: var(--defaultMainDark);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-post-content p {
  font-size: .9rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--defaultMainDark);
}
.blog-post-content p.quote {
  font-style: italic;
  border-left: 4px solid #eee;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.blog-post-content p a {
  border-bottom: 1px solid;
}
.blog-post-content p a:hover {
  color: var(--defaultMainColor);
}
.blog-post-content hr {
  width: 100%;
  border: 1px solid #eee;
  margin: 2rem 0 2.5rem;
}
.blog-post-content img {
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--defaultMainColor);
  text-transform: none;
  font-size: .9rem;
  font-weight: 400;
  border-radius: 2rem;
}
.blog-return a.blog-return-btn:hover {
  background: #163059;
}
/*Pagination*/
.blog-wrap .pagination {
  font-size: 1rem;
  text-align: center;
  display: flex;
  width: 100%;
  line-height: 2.5;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  background: transparent;
  border: 2px solid var(--defaultMainColor);
  color: var(--defaultMainColor);
  border-radius: 50%;
  height: 2.3rem;
  width: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 0.5rem;
}
.pagination .next.page-numbers {
  width: 8rem;
  border-radius: 2rem;
}
.pagination .prev.page-numbers {
  width: 8rem;
  border-radius: 2rem;
}
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
  background: var(--defaultMainColor);
  color: #fff;
}
.pagination span.page-numbers.current {
  background: var(--defaultMainColor);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-wrap .post-item {
    width: 100%;
  }
  .blog-wrap .post-item-header h3 {
    font-size: 1.1rem;
  }
}
/*============================ */
/* 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,
.default-popup .wpcf7-form-control-wrap select,
.default-popup .wpcf7-form-control-wrap textarea {
  background: whitesmoke;
}
.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);
  border-radius: 2rem;
  padding: .75rem 2rem;
}
.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: .9rem;
  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: 1rem;
  font-weight: 700;
  color: var(--defaultMainDark);
}
.default-popup .content-wrap h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--defaultMainColor);
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: .9rem;
  font-weight: 400;
  color: var(--defaultMainDark);
  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: 400;
  color: var(--defaultMainDark);
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--defaultMainColor);
  padding-right: .5rem;
  padding-top: .3rem;
}
.default-popup .form-wrap .close {
  border: none;
  background: transparent;
  color: var(--defaultMainColor);
}
.default-popup .form-wrap .close:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* CUSTOM SUBMIT FORM BUTTONS:
============================== */
.wpcf7 .wpcf7-form .hollow-file {
  padding: 0;
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10rem;
  height: calc(100% - 2px);
  /*   top: 3px;
  left: 3px;
  width: calc(10rem - 3px);
  height: calc(100% - 6px);
  border-radius: 4px; */
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: var(--defaultMainColor);
  color: #fff;
  font-family: var(--mainFont);
  padding: .25rem;
  z-index: 1200;
  transition: all .3s ease;
}
.wpcf7 .wpcf7-form .hollow-file:hover .hollow-file-btn {
  background: var(--defaultMainAccent);
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-btn::before {
  content: '\f0ee';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6', 'Font Awesome 5 Pro', 'Font Awesome 5';
  margin-right: .5rem;
  font-size: 1.5rem;
  padding: .25rem;
  font-weight: 300;
}
.wpcf7 .wpcf7-form .hollow-file .hollow-file-name {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  color: var(--defaultMainDark);
  font-family: var(--mainFont);
  padding: .25rem 1rem .25rem 11rem;
  min-width: calc(100% - 2px);
  z-index: 1000;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"] {
  color: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.wpcf7 .wpcf7-form .hollow-file input[type="file"]:hover {
  color: transparent;
  background: #fff;
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  font-family: var(--mainFont);
  background: var(--defaultMainDark);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--defaultMainAccent);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--defaultMainDark);
  background: var(--defaultMainColor);
}
.interior-placeholder-header h1 {
  color: #FFF;
}
/*============================ */
/* PASSWORD-PROTECTED PAGE FORMS
============================== */
.post-password-required form p input[type="submit"] {
  background: var(--defaultMainColor);
}
.post-password-required form p input[type="submit"]:hover {
  background: var(--defaultMainDark);
}
/*============================ */



/*INTERIOR PAGES*/




/*============================ */
/* Interior Header 05
============================== */
.interior-header-05 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 6rem 1rem;
  text-align: center;
  background: url(img/bg-2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-355 .interior-header-05 {
  background: url(img/h2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-357 .interior-header-05 {
  background: url(img/h3.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-274 .interior-header-05 {
  background: url(img/h4.jpg) center top no-repeat;
  background-size: cover;
}
.page-id-278 .interior-header-05 {
  background: url(img/h5.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-360 .interior-header-05 {
  background: url(img/h6.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-362 .interior-header-05 {
  background: url(img/h7.jpg) center 15% no-repeat;
  background-size: cover;
}
.page-id-344 .interior-header-05 {
  background: url(img/h2.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-367 .interior-header-05 {
  background: url(img/h6.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-509 .interior-header-05 {
  background: url(img/h4.jpg) center center no-repeat;
  background-size: cover;
}
.page-id-371 .interior-header-05 {
  background: url(img/h7.jpg) center 15% 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 h3 {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  max-width: 60rem;
  font-weight: 400;
  line-height: 1.4;
}

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


/*============================ */
/* Tabs 01
============================== */
.hollow-tabs-01 {
  padding: 4rem 0;
}
.hollow-tabs-01 .flex-container {
  flex-direction: column;
  width: 100%;
  padding: 0 4rem;
}
.hollow-tabs-01 .tabs {
  align-items: flex-start;
  background: whitesmoke;
}
.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;
  color: var(--defaultMainDark);
  border-bottom: 2px solid #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  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(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-01 .tabs-content {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0 2rem;
  background: transparent;
  border: none;
}
.hollow-tabs-01 .tabs-content img {
  margin-bottom: 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 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.hollow-tabs-01 .tabs-panel .title-wrap .title {
  width: 66%;
}
.hollow-tabs-01 .tabs-panel .title-wrap .title img {
  max-width: 15rem;
  max-height: 8rem;
}
.hollow-tabs-01 .tabs-panel .title-wrap p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.hollow-tabs-01 .tabs-panel .btn-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-tabs-01 .tabs-panel .btn-wrap a {
  font-size: .9rem;
  font-weight: 400;
  padding: .75rem 2rem;
  border-radius: 2rem;
  border: 2px solid var(--defaultMainColor);
  color: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-tabs-01 .tabs-panel .btn-wrap a:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-01 .tabs-panel .title-wrap .img-wrap {
  width: 14rem;
  height: 14rem;
}
.hollow-tabs-01 .tabs-panel .title-wrap .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.hollow-tabs-01 .tabs-panel .box-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-01 .tabs-panel .box-wrap .box {
  width: 48%;
}
.hollow-tabs-01 .tabs-panel .box-wrap .box.single {
  width: 32%;
}
.hollow-tabs-01 .tabs-panel .box-wrap .box.double {
  width: 64%;
}
.hollow-tabs-01 .tabs-panel .box-wrap .box .list-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-01 .tabs-panel .img-box {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-01 .tabs-panel .img-box .box {
  width: 48%;
  text-align: center;
}
.hollow-tabs-01 .tabs-panel .contracts-wrap p a {
 border-bottom: 1px solid;
}
.hollow-tabs-01 .tabs-panel .contracts-wrap p a:hover {
  color: var(--defaultMainColor);
}
.hollow-tabs-01 .tabs-panel hr {
  width: 100%;
  border: 1px solid #eee;
  margin:  2rem 0;
}
.hollow-tabs-01 .tabs-panel ul {
  display: block;
  margin-bottom: 2rem;
}
.hollow-tabs-01 .tabs-panel .indent {
  margin-left: 2rem;
}
.hollow-tabs-01 .tabs-panel .box-wrap .box .list-wrap ul {
  width: 48%;
}
.hollow-tabs-01 .tabs-panel ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.hollow-tabs-01 .tabs-panel ul li p {
  display: inline-block;
  max-width: calc(100% - 2rem);
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-tabs-01 .tabs-panel strong {
  font-weight: 600;
}
.hollow-tabs-01 .tabs-panel h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
  font-size: 1.2rem;
}
.hollow-tabs-01 .tabs-panel h3 {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.hollow-tabs-01 .tabs-panel h4 {
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.4;
}
.hollow-tabs-01 .tabs-panel p {
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--defaultMainDark);
}
.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: var(--mainFont);
  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: var(--mainFont);
  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;
}
.hollow-tabs-01 .reflex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}
.hollow-tabs-01 .reflex-wrap .text-wrap {
  width: 54%;
  /* align-self: center; */
  /* margin-bottom: 4rem; */
  padding: 1rem;
}
.hollow-tabs-01 .reflex-wrap .img-wrap {
  width: 40%;
  min-height: 24rem;
  position: relative;
  margin-bottom: 2rem;
}
.hollow-tabs-01 .reflex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hollow-tabs-01 .reflex-wrap .img-wrap.dbl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-tabs-01 .reflex-wrap .img-wrap.dbl img {
  width: 47%;
  position: relative;
}
@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: 4;
  }
}
@media only screen and (max-width: 1800px) {
  .hollow-tabs-01 .reflex-wrap .img-wrap.dbl img {
    width: 100%;
    height: 46%;
    position: relative;
  }
}
@media only screen and (max-width: 1199px) {
  .hollow-tabs-01 .flex-container {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-tabs-01 {
    padding: 2rem 0 1rem;
  }
  .hollow-tabs-01 .flex-container {
    padding: 0 1rem;
  }
  .hollow-tabs-01 .tabs-content {
    padding: 2rem 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 ul {
    margin-bottom: 2rem;
  }
  .hollow-tabs-01 .tabs-panel h4,
  .hollow-tabs-01 .tabs-panel ul li {
    font-size: 1.3rem;
  }
  .hollow-tabs-01 .tabs-panel ul li i {
    padding-right: .5rem;
    /* font-size: 0.5rem; */
    margin-top: 0.9rem;
  }
  .hollow-tabs-01 .tabs-panel .title-wrap {
    flex-direction: column;
  }
  .hollow-tabs-01 .tabs-panel .title-wrap .title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .hollow-tabs-01 .tabs-panel .title-wrap .img-wrap {
    width: 20rem;
    height: 20rem;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap {
    flex-direction: column;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap .box {
    width: 100%;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap .box.single {
    width: 100%;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap .box.double {
    width: 100%;
  }
  .hollow-tabs-01 .tabs-panel .img-box {
    flex-direction: column;
  }
  .hollow-tabs-01 .tabs-panel .img-box .box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-tabs-01 .tabs-panel .btn-wrap a {
    font-size: 1.2rem;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap .box .list-wrap {
    flex-direction: column;
  }
  .hollow-tabs-01 .tabs-panel .box-wrap .box .list-wrap ul {
    width: 100%;
  }
  .hollow-tabs-01 .tabs-panel h4 {
    font-size: 1.5rem;
  }
  .hollow-tabs-01 .reflex-wrap .text-wrap {
    width: 100%;
  }
  .hollow-tabs-01 .reflex-wrap .img-wrap {
    width: 100%;
  }
}

/*============================ */
/* Tabs 002
============================== */
.hollow-tabs-002 {
  /* padding: 4rem 0; */
}
.hollow-tabs-002 .flexbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding: 0 4rem; */
}
.hollow-tabs-002 .tabs002 {
  align-items: flex-start;
  background: whitesmoke;
}
.hollow-tabs-002 .tabs002 li {
  margin: 0;
}
.hollow-tabs-002 .tabs002 li a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 2px 2px 0 0;
  color: var(--defaultMainDark);
  border-bottom: 2px solid #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  transition: all 0.1s ease-in-out;
}
.hollow-tabs-002 .tabs002 li.active002 a,
.hollow-tabs-002 .tabs002 li a:hover {
  opacity: 1;
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-002 .tabs-content002 {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0 2rem;
  background: transparent;
  border: none;
}
.hollow-tabs-002 .tabs-content002 img {
  margin-bottom: 1rem;
  max-width: 100%;
 }
.hollow-tabs-002 .tabs-content002 .image-wrapper img {
  margin: 0;
}
.hollow-tabs-002 .tabs-content002 .icon {
  margin: 0;
}
.hollow-tabs-002 .tabs-panel002 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .8s ease;
}
.hollow-tabs-002 .tabs-panel002.active002 {
  max-height: unset;
  opacity: 1;
}
.hollow-tabs-002 .tabs-panel002 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.hollow-tabs-002 .tabs-panel002 .title-wrap .title {
  width: 66%;
}
.hollow-tabs-002 .tabs-panel002 .title-wrap p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.hollow-tabs-002 .tabs-panel002 .btn-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-tabs-002 .tabs-panel002 .btn-wrap a {
  font-size: .9rem;
  font-weight: 400;
  padding: .75rem 2rem;
  border-radius: 2rem;
  border: 2px solid var(--defaultMainColor);
  color: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-tabs-002 .tabs-panel002 .btn-wrap a:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-002 .tabs-panel002 .title-wrap .img-wrap {
  width: 14rem;
  height: 14rem;
}
.hollow-tabs-002 .tabs-panel002 .title-wrap .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap .box {
  width: 48%;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap .box.single {
  width: 32%;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap .box.double {
  width: 64%;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap .box .list-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-002 .tabs-panel002 .img-box {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-002 .tabs-panel002 .img-box .box {
  width: 48%;
  text-align: center;
}
.hollow-tabs-002 .tabs-panel002 .contracts-wrap p a {
 border-bottom: 1px solid;
}
.hollow-tabs-002 .tabs-panel002 .contracts-wrap p a:hover {
  color: var(--defaultMainColor);
}
.hollow-tabs-002 .tabs-panel002 hr {
  width: 100%;
  border: 1px solid #eee;
  margin:  2rem 0;
}
.hollow-tabs-002 .tabs-panel002 ul {
  display: block;
  margin-bottom: 2rem;
}
.hollow-tabs-002 .tabs-panel002 .box-wrap .box .list-wrap ul {
  width: 48%;
}
.hollow-tabs-002 .tabs-panel002 ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.hollow-tabs-002 .tabs-panel002 ul li p {
  display: inline-block;
  max-width: calc(100% - 2rem);
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-tabs-002 .tabs-panel002 strong {
  font-weight: 600;
}
.hollow-tabs-002 .tabs-panel002 h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
  font-size: 1.2rem;
}
.hollow-tabs-002 .tabs-panel002 h3 {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.hollow-tabs-002 .tabs-panel002 h4 {
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.4;
}
.hollow-tabs-002 .tabs-panel002 p {
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--defaultMainDark);
}
.hollow-tabs-002 .reflex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}
.hollow-tabs-002 .reflex-wrap .text-wrap {
  width: 54%;
  /* align-self: center; */
  /* margin-bottom: 4rem; */
  padding: 1rem;
}
.hollow-tabs-002 .reflex-wrap .img-wrap {
  width: 40%;
  min-height: 24rem;
  position: relative;
}
.hollow-tabs-002 .reflex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .hollow-tabs-002 .flexbox {
    flex-direction: row;
  }
  .hollow-tabs-002 .tabs002 {
    flex: 1;
  }
  .hollow-tabs-002 .tabs-content002 {
    flex: 4;
  }
}
@media only screen and (max-width: 1400px) {
  .hollow-tabs-002 .reflex-wrap .text-wrap {
    width: 100%;
  }
  .hollow-tabs-002 .reflex-wrap .img-wrap {
    width: 100%;
  }
  .hollow-tabs-002 .tabs002 {
    min-width: 11rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hollow-tabs-002 .flexbox {
    /* padding: 0 2rem; */
  }
}
@media only screen and (max-width: 767px) {
  .hollow-tabs-002 {
    padding: 0;
  }
  .hollow-tabs-002 .flexbox {
    padding: 0 1rem;
  }
  .hollow-tabs-002 .tabs-content002 {
    padding: 0;
  }
  .hollow-tabs-002 .tabs-content002 img {
    max-width: 100%;
  }
  .hollow-tabs-002 .tabs002 li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hollow-tabs-002 .tabs-panel002 ul {
    margin-bottom: 2rem;
  }
  .hollow-tabs-002 .tabs-panel002 h4,
  .hollow-tabs-002 .tabs-panel002 ul li {
    font-size: 1.3rem;
  }
  .hollow-tabs-002 .tabs-panel002 ul li i {
    padding-right: .5rem;
    /* font-size: 0.5rem; */
    margin-top: 0.9rem;
  }
  .hollow-tabs-002 .tabs-panel002 .title-wrap {
    flex-direction: column;
  }
  .hollow-tabs-002 .tabs-panel002 .title-wrap .title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .hollow-tabs-002 .tabs-panel002 .title-wrap .img-wrap {
    width: 20rem;
    height: 20rem;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap {
    flex-direction: column;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap .box {
    width: 100%;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap .box.single {
    width: 100%;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap .box.double {
    width: 100%;
  }
  .hollow-tabs-002 .tabs-panel002 .img-box {
    flex-direction: column;
  }
  .hollow-tabs-002 .tabs-panel002 .img-box .box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-tabs-002 .tabs-panel002 .btn-wrap a {
    font-size: 1.2rem;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap .box .list-wrap {
    flex-direction: column;
  }
  .hollow-tabs-002 .tabs-panel002 .box-wrap .box .list-wrap ul {
    width: 100%;
  }
  .hollow-tabs-002 .tabs-panel002 h4 {
    font-size: 1.5rem;
  }
  .hollow-tabs-002 .reflex-wrap .text-wrap {
    width: 100%;
  }
  .hollow-tabs-002 .reflex-wrap .img-wrap {
    width: 100%;
  }
}


/*============================ */
/* Tabs 003
============================== */
.hollow-tabs-003 {
  /* padding: 4rem 0; */
}
.hollow-tabs-003 .flexbox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* padding: 0 4rem; */
}
.hollow-tabs-003 .tabs003 {
  align-items: flex-start;
  background: whitesmoke;
}
.hollow-tabs-003 .tabs003 li {
  margin: 0;
}
.hollow-tabs-003 .tabs003 li a {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 2px 2px 0 0;
  color: var(--defaultMainDark);
  border-bottom: 2px solid #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  transition: all 0.1s ease-in-out;
}
.hollow-tabs-003 .tabs003 li.active003 a,
.hollow-tabs-003 .tabs003 li a:hover {
  opacity: 1;
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-003 .tabs-content003 {
  position: relative;
  z-index: 2;
  padding: 1rem 0 0 2rem;
  background: transparent;
  border: none;
}
.hollow-tabs-003 .tabs-content003 img {
  margin-bottom: 1rem;
  max-width: 100%;
 }
.hollow-tabs-003 .tabs-content003 .image-wrapper img {
  margin: 0;
}
.hollow-tabs-003 .tabs-content003 .icon {
  margin: 0;
}
.hollow-tabs-003 .tabs-panel003 {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .8s ease;
}
.hollow-tabs-003 .tabs-panel003.active003 {
  max-height: unset;
  opacity: 1;
}
.hollow-tabs-003 .tabs-panel003 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.hollow-tabs-003 .tabs-panel003 .title-wrap .title {
  width: 66%;
}
.hollow-tabs-003 .tabs-panel003 .title-wrap p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.hollow-tabs-003 .tabs-panel003 .btn-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-tabs-003 .tabs-panel003 .btn-wrap a {
  font-size: .9rem;
  font-weight: 400;
  padding: .75rem 2rem;
  border-radius: 2rem;
  border: 2px solid var(--defaultMainColor);
  color: var(--defaultMainColor);
  transition: all .3s ease;
}
.hollow-tabs-003 .tabs-panel003 .btn-wrap a:hover {
  background: var(--defaultMainColor);
  color: #fff;
}
.hollow-tabs-003 .tabs-panel003 .title-wrap .img-wrap {
  width: 14rem;
  height: 14rem;
}
.hollow-tabs-003 .tabs-panel003 .title-wrap .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap .box {
  width: 48%;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap .box.single {
  width: 32%;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap .box.double {
  width: 64%;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap .box .list-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-003 .tabs-panel003 .img-box {
  display: flex;
  justify-content: space-between;
}
.hollow-tabs-003 .tabs-panel003 .img-box .box {
  width: 48%;
  text-align: center;
}
.hollow-tabs-003 .tabs-panel003 .contracts-wrap p a {
 border-bottom: 1px solid;
}
.hollow-tabs-003 .tabs-panel003 .contracts-wrap p a:hover {
  color: var(--defaultMainColor);
}
.hollow-tabs-003 .tabs-panel003 hr {
  width: 100%;
  border: 1px solid #eee;
  margin:  2rem 0;
}
.hollow-tabs-003 .tabs-panel003 ul {
  display: block;
  margin-bottom: 2rem;
}
.hollow-tabs-003 .tabs-panel003 .box-wrap .box .list-wrap ul {
  width: 48%;
}
.hollow-tabs-003 .tabs-panel003 ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.hollow-tabs-003 .tabs-panel003 ul li p {
  display: inline-block;
  max-width: calc(100% - 2rem);
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-tabs-003 .tabs-panel003 strong {
  font-weight: 600;
}
.hollow-tabs-003 .tabs-panel003 h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
  font-size: 1.2rem;
}
.hollow-tabs-003 .tabs-panel003 h3 {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.hollow-tabs-003 .tabs-panel003 h4 {
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
  font-size: .9rem;
  line-height: 1.4;
}
.hollow-tabs-003 .tabs-panel003 p {
  margin-bottom: 1rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--defaultMainDark);
}
.hollow-tabs-003 .reflex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}
.hollow-tabs-003 .reflex-wrap .text-wrap {
  width: 54%;
  /* align-self: center; */
  /* margin-bottom: 4rem; */
  padding: 1rem;
}
.hollow-tabs-003 .reflex-wrap .img-wrap {
  width: 40%;
  min-height: 24rem;
  position: relative;
}
.hollow-tabs-003 .reflex-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .hollow-tabs-003 .flexbox {
    flex-direction: row;
  }
  .hollow-tabs-003 .tabs003 {
    flex: 1;
  }
  .hollow-tabs-003 .tabs-content003 {
    flex: 4;
  }
}
@media only screen and (max-width: 1400px) {
  .hollow-tabs-003 .reflex-wrap .text-wrap {
    width: 100%;
  }
  .hollow-tabs-003 .reflex-wrap .img-wrap {
    width: 100%;
  }
  .hollow-tabs-003 .tabs003 {
    min-width: 11rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hollow-tabs-003 .flexbox {
    /* padding: 0 2rem; */
  }
}
@media only screen and (max-width: 767px) {
  .hollow-tabs-003 {
    padding: 0;
  }
  .hollow-tabs-003 .flexbox {
    padding: 0 1rem;
  }
  .hollow-tabs-003 .tabs-content003 {
    padding: 0;
  }
  .hollow-tabs-003 .tabs-content003 img {
    max-width: 100%;
  }
  .hollow-tabs-003 .tabs003 li a {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hollow-tabs-003 .tabs-panel003 ul {
    margin-bottom: 2rem;
  }
  .hollow-tabs-003 .tabs-panel003 h4,
  .hollow-tabs-003 .tabs-panel003 ul li {
    font-size: 1.3rem;
  }
  .hollow-tabs-003 .tabs-panel003 ul li i {
    padding-right: .5rem;
    /* font-size: 0.5rem; */
    margin-top: 0.9rem;
  }
  .hollow-tabs-003 .tabs-panel003 .title-wrap {
    flex-direction: column;
  }
  .hollow-tabs-003 .tabs-panel003 .title-wrap .title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .hollow-tabs-003 .tabs-panel003 .title-wrap .img-wrap {
    width: 20rem;
    height: 20rem;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap {
    flex-direction: column;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap .box {
    width: 100%;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap .box.single {
    width: 100%;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap .box.double {
    width: 100%;
  }
  .hollow-tabs-003 .tabs-panel003 .img-box {
    flex-direction: column;
  }
  .hollow-tabs-003 .tabs-panel003 .img-box .box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .hollow-tabs-003 .tabs-panel003 .btn-wrap a {
    font-size: 1.2rem;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap .box .list-wrap {
    flex-direction: column;
  }
  .hollow-tabs-003 .tabs-panel003 .box-wrap .box .list-wrap ul {
    width: 100%;
  }
  .hollow-tabs-003 .tabs-panel003 h4 {
    font-size: 1.5rem;
  }
  .hollow-tabs-003 .reflex-wrap .text-wrap {
    width: 100%;
  }
  .hollow-tabs-003 .reflex-wrap .img-wrap {
    width: 100%;
  }
}



/*============================ */
/* Hollow Accordion 05
============================== */
.hollow-accordion-05 {
  padding: 4rem 0;
  width: 100%;
}
.hollow-accordion-05 .flexbox {
  flex-direction: column;
}
.hollow-accordion-05 .title-wrap h3 {
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}
.hollow-accordion-05 .title-wrap p {
  margin-bottom: 0;
  color: var(--defaultMainDark);
  font-size: .9rem;
  line-height: 1.6;
  font-weight: 400;
}
.hollow-accordion-05 hr {
  width: 100%;
  border: 1px solid #eee;
  margin: 2rem 0;
}
.hollow-accordion-05 .info-wrap {
  display: flex;
  justify-content: space-between;
}
.hollow-accordion-05 .job-title {
  width: 70%;
}
.hollow-accordion-05 .info-wrap .job-title {
  padding: 1rem 1rem 1rem 3rem;
}
.hollow-accordion-05 .location {
  width: 30%;
  padding: 1rem;
}
.hollow-accordion-05 .info-wrap p {
  font-size: .9rem;
  font-weight: 400;
  color: var(--defaultMainDark);
  margin-bottom: 0;
}
.hollow-accordion-05 .dropdown {
  /* background: var(--defaultMainColor); */
  /* display: flex; */
}
/* Dropdown Titles: */
.hollow-accordion-05 .dropdown-title {
  display: flex;
  align-items: flex-start;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.3rem;
  width: 100%;
  border-bottom: 2px solid rgba(0,0,0,.2);
  background: var(--defaultMainColor);
  margin-bottom: 0;
  transition: all .2s ease;
}
.hollow-accordion-05 .dropdown:last-of-type .dropdown-title {
  border-bottom: none;
}
.hollow-accordion-05 .dropdown-title:hover {
  background: var(--defaultMainDark);
}
.hollow-accordion-05 .dropdown-title i {
  padding-right: 0.75rem;
}
.hollow-accordion-05 .dropdown-title .location {
  border-left: 2px solid rgba(0,0,0,.2) ;
}
/* Dropdown Content: */
.hollow-accordion-05 .dropdown-content {
  background: #fff;
  padding: 2rem;
  display: none;
  width: calc(100% - 15rem);
  /* position: absolute; */
  right: 0;
  top: 0;
}
.hollow-accordion-05 .dropdown-content.fullw {
  width: 100%;
}
.hollow-accordion-05 .dropdown-content h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--defaultMainDark);
  font-size: 1.2rem;
}
.hollow-accordion-05 .dropdown-content h4 {
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
  font-size: .9rem;
}
.hollow-accordion-05 .dropdown-content p {
  color: var(--defaultMainDark);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}
.hollow-accordion-05 .dropdown-content ul {
  display: block;
  margin-bottom: 2rem;
}
.hollow-accordion-05 .dropdown-content .list-wrap ul li {
  list-style: disc;
  margin-left: 2rem;
  color: var(--defaultMainDark);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}
.hollow-accordion-05 .dropdown-content ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.hollow-accordion-05 .dropdown-content ul li p {
  display: inline-block;
  max-width: calc(100% - 2rem);
  vertical-align: top;
  margin-bottom: 0;
}
.hollow-accordion-05 .dropdown-content strong {
  font-weight: 600;
}
.hollow-accordion-05 .partnertabs{display: flex;flex-wrap: wrap;justify-content: center;align-items:center}
.hollow-accordion-05 .partnertabs li{width: calc(100% / 3 - 2rem);margin:10px 1rem;}
.hollow-accordion-05 .partnertabs li img{margin:0 auto}
.hollow-accordion-05 .partnertabs li a{position: relative;
width: 100%;
text-align: center;
display: inline-block;
padding: 1rem;
transition: all 0.3s ease;}

@media only screen and (max-width: 767px) {
  .hollow-accordion-05 {
    padding: 3rem 0;
  }
  .hollow-accordion-05 .dropdown-content {
    padding: 2rem 1rem;
  }
  .hollow-accordion-05 .dropdown-content ul li i {
    padding-top: .4rem;
  }
  .hollow-accordion-05 .dropdown-content h4 {
    font-size: 1.5rem;
  }
  .hollow-accordion-05 .partnertabs li{width:calc(100%/2 - 2rem)}
}


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

.interior-content-007 {
  padding: 5rem 0 4rem;
}
.interior-content-007 .flex-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.interior-content-007 h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--defaultMainColor);
  margin-bottom: 2rem;
  max-width: 45rem;
  line-height: 1.4;
}
.interior-content-007 p {
  font-size: .9rem;
  line-height: 1.6;
  color: var(--defaultMainDark);
  font-weight: 400;
  max-width: 45rem;
}
.interior-content-007 p a {
  border-bottom: 1px solid;
}
.interior-content-007 p a:hover {
  color: var(--defaultMainColor);
}
@media only screen and (max-width: 767px) {
  .interior-content-007 {
    padding: 3rem 0 2rem;
  }
}


.interior-content-002 {
  padding: 4rem 0 3rem;
}
.interior-content-002 .flex-container {
  flex-direction: column;
}
.interior-content-002 .flex-container.center {
  justify-content: center;
  align-items: center;
}
.interior-content-002 h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--defaultMainColor);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.interior-content-002 h3.center {
  text-align: center;
  max-width: 52rem;
  margin-bottom: 2rem;
}
.interior-content-002 h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--defaultMainDark);
  margin-bottom: 1rem;
}
.interior-content-002 p {
  font-size: .9rem;
  font-weight: 400;
  color: var(--defaultMainDark);
  line-height: 1.6;
}
.interior-content-002 p.center {
  text-align: center;
}
.interior-content-002 p a {
  border-bottom: 1px solid;
}
.interior-content-002 p a:hover {
  color: var(--defaultMainColor);
}
.interior-content-002 hr {
  width: 100%;
  border: 1px solid #eee;
  margin: 1rem 0 2.5rem;
}
.interior-content-002 ul {
  display: block;
  margin-bottom: 1rem;
}
.interior-content-002 ul li i {
  color: var(--defaultMainColor);
  vertical-align: top;
  margin-top: .5rem;
  padding-right: .75rem;
  font-size: .4rem;
}
.interior-content-002 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  margin-bottom: 0;
}

/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 {
  padding: 0 0 6rem;
  background: url(img/h3.jpg) center top no-repeat;
  background-size: cover;
}
.hollow-contact-15 .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#031a3d,rgba(3,26,61,.55),rgba(3,26,61,.05));
  padding: 6rem 0;
}
.hollow-contact-15 .title-wrap h1 {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.hollow-contact-15 .flex-container {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.hollow-contact-15 .get-in-touch {
  width: 46%;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h3 {
  color: #fff;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.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 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
}
.hollow-contact-15 .get-in-touch p a:hover {
  color: var(--defaultMainAccent);
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
}
.hollow-contact-15 .get-in-touch li i {
  color: #fff;
  font-size: 1rem;
  padding-right: 1rem;
  padding-top: .2rem;
}
.hollow-contact-15 .get-in-touch li i.fa-flip-horizontal {
  padding: 0;
  padding-left: 1rem;
}
.hollow-contact-15 .get-in-touch li a {
  color: #fff;
  font-weight: 400;
  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(--defaultMainColor);
}
.hollow-contact-15 .contact-us {
  width: 46%;
  border-radius: 1rem;
  background: rgba(255,255,255,.1);
  box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
  border: 1px solid rgba(255,255,255,.5);
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 2rem;
}
.hollow-contact-15 .contact-us h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.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(--rale);
  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;
  justify-content: space-between;
  border-radius: 1rem;
  background: rgba(255,255,255,.1);
  box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
  border: 1px solid rgba(255,255,255,.5);
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 2rem;
  margin-bottom: 4rem;
}
.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-radius: 5px;
  color: dimgrey;
  background: #fff;
  padding: 0.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: 0.5rem 2rem;
  color: #fff;
  cursor: pointer;
  font-size: .9rem;
  font-family: var(--mainFont);
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: #163059;
}
.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: 767px) {
  .hollow-contact-15 {
    padding: 0 0 3rem;
  }
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0 1rem;
  }
  .hollow-contact-15 .title-wrap {
    padding: 3rem 0 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 3rem 1rem 1rem;
  }
  .hollow-contact-15 .flex-info:last-of-type {
    margin-bottom: 0;
  }
  .hollow-contact-15 .get-in-touch li {
    font-size: 1.3rem;
  }
  .hollow-contact-15 .get-in-touch li a,
  .hollow-contact-15 .wpcf7-form-control.wpcf7-submit{
    font-size: 1.2rem;
    word-break: break-all;
  }
  .hollow-contact-15 .flex-info ul {
    width: 100%;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem 2rem 1rem;
  }
  .hollow-contact-15 input:not([type="submit"]), .hollow-contact-15 textarea {
    font-size: 1.2rem;
  }
  .hollow-contact-15 .map-wrap {
    height: 30rem;
  }
}

/*============================ */
/* Tables 02
============================== */
.hollow-tables-02 {
  position: relative;
  padding: 4rem 0 2rem;
}
.hollow-tables-02 .flexbox {
  flex-direction: column;
}
.hollow-tables-02 .title-wrap {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.hollow-tables-02 .title-wrap h2 {
  color: var(--defaultMainColor);
  margin-bottom: .25rem;
}
.hollow-tables-02 .title-wrap h3 {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.hollow-tables-02 .title-wrap p {
  font-size: 1.1rem;
}
.hollow-tables-02 .table-wrap {
  background: var(--defaultMainColor);
  padding: 2rem;
  box-shadow: 0 2px 30px rgba(0,0,0,0.4);
  margin-bottom: 4rem;
  overflow: auto;
  width: 100%;
}
.hollow-tables-02 .table-wrap > h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.hollow-tables-02 .table-wrap table {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
}
.hollow-tables-02 table th {
  font-size: 1.2rem;
  padding: 1rem;
  border: 1px solid #ccc;
  color: var(--defaultMainColor);
  font-weight: 600;
}
.hollow-tables-02 table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
}
.hollow-tables-02 table tr:nth-of-type(2n + 2) {
  background: whitesmoke;
}
.hollow-tables-02 table td.date {
  min-width: 15rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: var(--mainFont);
  color: var(--defaultMainColor);
}
.hollow-tables-02 table td.event {
  font-size: 0.9rem;
}
.hollow-tables-02 .text-wrap {
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.hollow-tables-02 .text-wrap h2 {
  color: var(--defaultMainColor);
  margin-bottom: .25rem;
}
.hollow-tables-02 .text-wrap h3 {
  color: var(--defaultMainColor);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.hollow-tables-02 .text-wrap p {
  font-size: 1.1rem;
  font-weight: 400;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-tables-02 .flex-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-tables-02 {
    padding: 2rem 0 0;
  }
  .hollow-tables-02 .title-wrap {
    padding: 0 1rem;
  }
  .hollow-tables-02 .table-wrap > h3 {
    text-align: left;
  }
  .hollow-tables-02 .table-wrap {
    padding: 1rem 0 0;
  }
  .hollow-tables-02 .table-wrap table {
    border: none;
  }
  .hollow-tables-02 table td.date h3 {
    font-size: 1.3rem;
  }
  .hollow-tables-02 table td {
    min-width: calc(100vw - 2rem);
  }
}
