/*
  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 {
  /* Default Color Variables: */
  --blue: #0e56a2;
  --blueDark: #093666;
  --grey: #686868;
  --red: #cb3945;
  --redDark: #9a1818;
  --black: #252525;

}

html {
  scroll-behavior: smooth;
}

/*============================ */
/* COVID Banner
============================== */
.covid-banner {
  position: relative;
  padding: 2rem 3rem 1rem;
  background: var(--red);
}
.covid-banner .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  background: rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
}
.covid-banner p {
  color: #fff;
  font-size: 1rem;
}
/*============================ */
/* HEADER 02
============================== */
.hollow-header-02 {
  display: block;
  position: relative;
  z-index: 9000;
  background: #FFF;
  color: #f6f6f6;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-02.sticky {
  position: fixed;
  top: 0;
}
.hollow-header-02 .logo {
  text-align: center;
}
.hollow-header-02 .logo a {
  display: inline-block;
}
.hollow-header-02 .logo img {
  max-width: 100%;
  padding: 2rem 0 1.8rem;
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
}
.hollow-header-02.sticky .logo img {
  display: none;
}
.hollow-header-02 .va-middle {
  float: left;
}
.hollow-header-02 .phone {
  text-align: left;
  font-size: 0;
  display: inline-block;
}
.hollow-header-02 .phone a {
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 400;
  margin: .8rem 0;
  display: inline-block;
}
.hollow-header-02 .phone a i {
  margin-right: .5rem;
}
.hollow-header-02 .social {
  display: inline-block;
}
.hollow-header-02 .social a {
  color: #FFF;
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
}
/*.hollow-header-02 .logo img {
  padding: .5rem 0;
  width: 85%;
}*/
.hollow-header-02 .logo img {
  /* max-height: 12rem; */
  /* object-fit: contain; */
  /* position: relative; */
  /* margin: -3rem auto -4rem auto; */
  /* background: #fff; */
  /* padding: 1rem; */
  /* border-radius: 0 0 10px 10px; */
  /* box-shadow: inset 0px 1px 12px 4px #bbb; */
  /* border: 1px solid #aeaeae; */
}
.hollow-header-02 #header-border {
  margin: 0;
  opacity: 0.5;
}
.hollow-header-02 .meta-wrap-outer {
  font-size: 2rem;
  font-family: 'Lato';
  font-weight: 400;
  background: var(--blueDark);
  margin: 0;
  padding: 0.5rem 0;
}
.hollow-header-02 .meta-wrap-inner {
  display: block;
  position: relative;
  text-align: right;
}
.hollow-header-02 .meta-wrap-inner .spacer {
  padding: 0.25rem;
  font-size: 1.5rem;
}
.hollow-header-02 .mobile-toolbar nav a.mobile-icon {
  font-size: 34px;
}
.hollow-header-02.sticky .meta-wrap-outer {
  display: none;
}
.hollow-header-02 .social {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
/* NAVIGATION */
.hollow-header-02 nav {
  /* float: right; */
  /* display: inline-block; */
  /* background: none; */
  /* font-family: 'Lato'; */
  /* font-size: 2rem; */
  /* position: relative; */
  z-index: 5000;
  display: flex;
  justify-content: center;
}
.hollow-header-02 nav a {
  padding: 0.3rem 0.6rem;
  display: block;
  color: var(--red);
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
}
.hollow-header-02 nav a:focus {
  color: var(--blueDark);
}
.hollow-header-02 nav a i {
  padding-right: .4rem;
}
.hollow-header-02 nav .menu-item {
  margin-bottom: 0;
}
/* NAV LEVEL ONE */
.hollow-header-02 .menu-item.open>a, .hollow-header-02 .menu-item:hover>a, .hollow-header-02 .menu-item.active a, .hollow-header-02 .menu-item.active:hover>a {
  color: var(--blue);
}
/* NAV LEVEL TWO */
.hollow-header-02 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-02 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-02 nav .dropdown-menu a {
  background: #fff;
  color: var(--red);
}
.hollow-header-02 .dropdown-menu>li:hover>a, .hollow-header-02 .dropdown-menu>li.active>a, .hollow-header-02 .dropdown-menu>.active>a:hover, .hollow-header-02 .dropdown-menu>.active>a:focus {
  color: var(--blue);
}
.hollow-header-02 .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-02 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-02 .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-02 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-02 .hamburger:before,
.hollow-header-02 .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #719C3B;
  -webkit-transition-property: -webkit-transform, top;
  -moz-transition-property: -moz-transform, top;
  -o-transition-property: -o-transform, top;
  -ms-transition-property: -ms-transform, top;
  transition-property: transform, top;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}
.hollow-header-02 .hamburger:after {
  top: 60%;
}
header.hollow-header-02.header-menu-open #mobile,
header.hollow-header-02.header-menu-open #mobile .hamburger {
  background: transparent;
}
header.hollow-header-02.header-menu-open #mobile>.hamburger:before,
header.hollow-header-02.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
header.hollow-header-02.header-menu-open #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
header.hollow-header-02.header-menu-open #mobile>.hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
body.transparent header {
  position: absolute;
  width: 100%;
  background: rgba(25, 25, 25, 0.5);
}
/* MOBILE TOOLBAR */
.hollow-header-02 .mobile-toolbar {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hollow-header-02 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-02 .mobile-toolbar a:hover,
.hollow-header-02 .mobile-toolbar a:focus {
  color: #f6f6f6;
}
.hollow-header-02 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .hollow-header-02 .mobile-toolbar {
    display: none;
  }
  .hollow-header-02 .menu {
    float: right;
  }
  .hollow-header-02 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-02 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-02 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-02 .mobile-toolbar {
    display: none;
  } 
}
@media only screen and (max-width: 1500px) {
  .hollow-header-02 nav a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1300px) {
  .hollow-header-02 nav a {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-02 nav a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-header-02 .logo {
    text-align: center;
  }
  .hollow-header-02 .logo img {
    margin: 60px auto 15px;
  }
  body:not(.home) .hollow-header-02 .logo {
    display: none;
  }
  header.hollow-header-02.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
    max-height: 85vh;
    overflow-y: auto;
  }
  .hollow-header-02 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: var(--black);
    display: block;
  }
  .hollow-header-02 nav a {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--grey);
  }
  .hollow-header-02 .hamburger::before,
  .hollow-header-02 .hamburger::after {
    background: var(--black);
  }
  .hollow-header-02 nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    z-index: -1;
    background: #fff;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-02 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-02 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-02 .dropdown-menu>li>a {
    padding-left: 2.5em;
  }
  .hollow-header-02 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-02 .mobile-toolbar a {
    font-size: 2rem;
    float: left;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-02 nav a {
    font-size: 1.6rem;
    padding: .6rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-02 nav a {
    font-size: 1.6rem;
    text-transform: capitalize;
    padding: .45rem .6rem;
  }
}
@media screen and (orientation: landscape) and (max-width:767px) {
  .hollow-header-02 nav a {
    font-size: 0.8rem;
  }
  header.hollow-header-02.header-menu-open nav .menu {
    max-height: 80vh;
    overflow-y: auto;
  }
}

/*HOMEPAGE COMPONENTS*/

/*============================ */
/* Hero 16
============================== */
.hollow-hero-16 {
  position: relative;
  overflow: hidden;
}
.hollow-hero-16::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 54, 102, 0.7);
  pointer-events: none;
}
.hollow-hero-16 .slider-wrap {
  visibility: hidden;
}
.hollow-hero-16 .slider-wrap.slick-initialized {
  visibility: visible;
}
.hollow-hero-16 .slide {
  height: 70vh;
  min-height: 36rem;
  position: relative;
  overflow: hidden;
}
.hollow-hero-16 img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.hollow-hero-16 .flex-container {
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.hollow-hero-16 h1 {
  color: #FFF;
  font-weight: 300;
  /* text-transform: uppercase; */
  text-align: center;
  font-size: 2.6rem;
}
.hollow-hero-16 h1 strong {
  font-size: 3.5rem;
  text-transform: uppercase;
}
.hollow-hero-16 hr {
  width: 10%;
  margin: 1rem auto;
  border-color: #FFF;
  border-width: .5px;
}
.hollow-hero-16 p {
  color: #FFF;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1rem;
}
.hollow-hero-16 .button-wrap {
  position: absolute;
  top: 90%;
  left: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.hollow-hero-16 .button-wrap a {
  position: relative;
  display: flex;
  overflow: hidden;
  color: #FFF;
  padding: .3rem 1rem;
  margin: 0 .4rem .5rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: all .6s ease;
}
@media only screen and (max-width: 767px){
  .hollow-hero-16 h1 {
    font-size: 2rem;
    font-weight: 400;
  }
  .hollow-hero-16 p {
    font-weight: 400;
  }
}



/*============================ */
/* Content 08
============================== */
.hollow-content-08 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.hollow-content-08 .flex-container, .hollow-content-08 .flex-container-fluid {
  padding: 0 4rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  display:flex;
}
.hollow-content-08 .title-wrap {
  width: 80%;
  margin: 0 auto 1rem;
}
.hollow-content-08 .title-wrap h2 {
  color: var(--blueDark);
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3rem;
}
.hollow-content-08 .text-wrap {
  max-width: 60rem;
  margin: 0 auto 1rem;
}
.hollow-content-08 .text-wrap p {
  color: var(--blueDark);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.hollow-content-08 .button-wrap {
  margin-top: 2rem;
  text-align: center;
}
.hollow-content-08 .button-wrap a {
  color: #fff;
  font-weight: 400;
  padding: 0.5rem 1rem;
  transition: all .3s ease;
  background: var(--blue);
  padding: .3rem 1rem;
  border-radius: 3rem;
}
.hollow-content-08 .button-wrap a {
  margin-left: .5rem;
  transition: all .3s ease;
}
.hollow-content-08 .button-wrap a:hover {
  background: var(--blueDark);
}
@media only screen and (max-width: 991px) {
  /*.hollow-content-08 {
    background-attachment: unset;
  }*/
  .hollow-content-08 h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-08 .flex-container {
    padding: 0 1rem;
  }
  .hollow-content-08 {
    padding: 2rem 0;
  }
  .hollow-content-08 .title-wrap,
  .hollow-content-08 .text-wrap {
    width: 100%;
  }
  .interior-bar-01 .logo-wrap img {
  margin: 2rem auto 0;
  } 
}


/*============================ */
/* Service Images 13
============================== */
.hollow-service-images-13 {
  padding: 0;
}
.hollow-service-images-13 .flex-container,
.hollow-service-images-13 .flex-container-fluid {
  justify-content: center;
/*   margin: 0 1rem; */
  align-items: center;
  max-width: calc(100% - 4rem);
  flex-wrap: wrap;
}
.hollow-service-images-13 .figure {
  position: relative;
  overflow: hidden;
  width: calc(100% / 4 - 2rem);
  margin: 0 1rem 2rem;
  height: 24rem;
  background: var(--redDark);
  margin-bottom: 1rem;
  transition: all .3s ease;
}
.hollow-service-images-13 .figure:hover {
  opacity: .9;
}
.hollow-service-images-13 img {
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.hollow-service-images-13 .figcaption {
  text-align: center;
  font-weight: 300;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(8, 54, 100, 0.8);
  padding: 0 1rem;
  transition: all .3s ease;
  pointer-events: none;
  user-select: none;
}
.hollow-service-images-13 .figure.open .figcaption {
  transition-delay: 0.25s;
  top: 0;
}
.hollow-service-images-13 h3 {
  height: 4.5rem;
  align-items: center;
  transform: translateY(-300%);
  transition: all .3s ease;
  transition-delay: 0s;
  text-transform: capitalize;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}
.hollow-service-images-13 .figure.open h3 {
  transform: translateY(0);
  margin-top: 1rem;
}
.hollow-service-images-13 h3 span {
  font-weight: 700;
}
.hollow-service-images-13 p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hollow-service-images-13 .figure a {
  /* padding: .4rem 1rem; */
  background: var(--red);
  display: inline-flex;
  color: #fff;
  transition: all .3s ease;
  border-radius: 3rem;
}
.hollow-service-images-13 i.openBtn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  color: var(--blue);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s;
}
.hollow-service-images-13 .figure.open i.openBtn {
  color: var(--red);
}
@media only screen and (min-width: 992px) {
  .hollow-service-images-13 .figure a:hover {
    background: #98242e;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-service-images-13 {
    padding: 0 1rem 2rem;
  }
  .hollow-service-images-13 .flex-container, 
  .hollow-service-images-13 .flex-container-fluid {
    max-width: calc(100% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-images-13 .flex-container, 
  .hollow-service-images-13 .flex-container-fluid {
    max-width: 100%;
  }
  .hollow-service-images-13 .figure {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.associate {
  padding: 2rem 0 3rem;
}
.associate .flex-container-fluid {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.associate img {
  /* width: 20%; */
  /* filter: grayscale(1); */
  padding: 0 1rem;
  max-height: 10rem;
  width: 16rem;
  object-fit: contain;
  max-width: 15%;
}
@media only screen and (max-width: 767px) {
  .associate {
    padding: 0 0 2.5rem;
  }
  .associate .flex-container {
    flex-direction: column;
  }
  .associate img {/* width: 50%; */max-width: 45%;margin-bottom: 1rem;}
}

/*============================ */
/* Contact 02
============================== */
.hollow-contact-02 {
  padding: 3rem 0 6rem;
  background: #e4e4e4;
}
.hollow-contact-02 h2 {
  color: var(--blueDark);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hollow-contact-02 p {
  font-size: 1.2rem;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.hollow-contact-02 .grid-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.hollow-contact-02 .grid-item {
  align-items: start;
}
.page-template-page-contact .hollow-contact-02 .location {
  align-self: flex-end;
  margin-bottom: 1rem;
}
.hollow-contact-02 .map-wrap iframe {
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding-bottom: 3.5rem;
}
.hollow-contact-02 .map-wrap iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-02 ul li {
  color: #000;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.hollow-contact-02 .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.hollow-contact-02 .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
}
.hollow-contact-02 .form-wrap {
  position: relative;
}
.hollow-contact-02 input:not([type="submit"]),
.hollow-contact-02 textarea {
  font-size: 1rem;
  width: 100%;
  background: #fff;
  color: var(--grey);
  padding: .4rem .7rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.hollow-contact-02 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 15rem;
  max-height: 215px;
  margin: 0;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
  background: var(--red);
  border: none;
  border-radius: 3rem;
  padding: .4rem 1.5rem;
  margin: 1rem 0 0;
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  width: unset;
  transition: .3s ease;
}
.hollow-contact-02 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--blue);
}
@media only screen and (min-width: 768px) {
  .hollow-contact-02 .grid-container {
    /*grid-template-columns: repeat(4, 1fr);*/
    grid-template-columns: repeat(2, 1fr);
  }
  .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
    /* position: absolute; */
    left: 0;
  }
  /*MS EDGE BUTTON LOCATION*/
  @supports (-ms-ime-align: auto) {
    .hollow-contact-02 .wpcf7-form-control.wpcf7-submit {
      bottom: -50px;
    } 
  }
}
@media only screen and (max-width:767px) {
  .hollow-contact-02 {
    padding: 2rem 0;
  }
  .hollow-contact-02 h2 {
    margin: 0 auto 1rem;
  }
  .page-template-page-contact .hollow-contact-02 {
    padding-top: 3rem;
  }
  .hollow-contact-02 .map-wrap iframe {
    height: 350px;
    padding-bottom: 0;
  }
  .hollow-contact-02 input:not([type="submit"]),
  .hollow-contact-02 textarea {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .hollow-contact-02 ul li {
    font-size: 1.3rem;
  }
}

/*============================ */
/* Footer 04
============================== */
.hollow-footer-04 {
  position: relative;
  overflow: hidden;
  background: url(img/contact-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed; 
}
.hollow-footer-04 .main {
  background: radial-gradient(rgba(0, 0, 0, 0.9), transparent) fixed;
}
.hollow-footer-04 .main .flex-container,
.hollow-footer-04 .main .flex-container-fluid {
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  flex-wrap: wrap;
  justify-content: center;
}
.hollow-footer-04 .main .company-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* flex: 3.5; */
  width: 100%;
}
.hollow-footer-04 .company-wrap img {
  margin-bottom: 1rem;
  max-width: 12rem;
}
.hollow-footer-04 .main .logo-wrap {
  /* flex: 1.5; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
/*   flex-direction: row; */
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2rem;
}
.hollow-footer-04 .main .logo-wrap .group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.hollow-footer-04 .main .logo-wrap img {
  margin-bottom: 0;
  /*padding: 2rem;*/
  /*max-width: 20rem;*/
  object-fit: contain;
  padding: 1rem;
  max-width: 30%;
  max-height: 10rem;
}
.hollow-footer-04 .main .logo-wrap img.white-bg {
  background: #fff;
	padding: 0.5rem;
}
.hollow-footer-04 h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.hollow-footer-04 h3 {
  color: #FFF;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
}
.hollow-footer-04 .social {
  display: flex;
  border-top: 2px dotted #FFF;
  padding-top: .5rem;
  justify-content: center;
  /* width: 100%; */
}
.hollow-footer-04 .main a {
  padding: .5rem;
  width: 3rem;
  margin: 0 .25rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 6px;
}
.hollow-footer-04 .main a i {
  color: #FFF;
  font-size: 1.3rem;
  transition: all .3s ease;
}
.hollow-footer-04 .main a:hover i {
  color: var(--blue);
}

.hollow-footer-04 .social {
	margin-bottom:2rem;
}

/* Meta */
.hollow-footer-04 .meta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.58);
  padding: 1rem 0;
}
.hollow-footer-04 .meta .flex-container {
  justify-content: space-between;
  align-items: center;
}
.hollow-footer-04 .meta span {
  color: #FFF;
  font-weight: 300;
  padding: 0 2rem;
}
.hollow-footer-04 .meta span a {
  color: #FFF;
  transition: all .3s ease;
}
.hollow-footer-04 .meta span a:hover {
  color: var(--blue);
}
.hollow-footer-04 .meta i.top {
  position: absolute;
  margin-right: 1rem;
  right: 0;
  top: 0;
  color: #FFF;
  padding: .5rem;
  opacity: 0.5;
  background: var(--red);
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-footer-04 .meta i.top:hover {
  opacity: 1;
}
@media only screen and (min-width: 1850px) {
  .hollow-footer-04 .main .company-wrap {
    /* flex: 2; */
  }
}
@media only screen and (max-width: 1440px) {
  .hollow-footer-04 .main .company-wrap {
/*     flex: 4; */
  }
  .hollow-footer-04 .main .left-group .group {
    flex-direction: column;
  }
  .hollow-footer-04 .main .left-group img {
    margin-bottom: 1rem;
    max-width: 65%;
    padding: .5rem;
  }
}
@media only screen and (max-width: 1300px) {
  .hollow-footer-04 h3 {
    font-size: 1.3rem;
  }
  .hollow-footer-04 .main .company-wrap {
    flex: 4;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-footer-04 .main .flex-container, .hollow-footer-04 .main .flex-container-fluid {
    padding: 3rem 0 1rem;
  }
  .hollow-footer-04 .company-wrap img {
    max-width: 15rem;
    margin-bottom: 2rem;
  }
  .hollow-footer-04 .main .company-wrap {
    /* order: 1; */
    width: 100%;
    margin-bottom: 1rem;
  }
  .hollow-footer-04 .main .logo-wrap {
    width: 100%;
    order: 2;
    flex: unset;
  }
  .hollow-footer-04 .main .logo-wrap img {
    padding: 1rem;
    max-width: 33%;
  }
  .hollow-footer-04 .meta {
    flex-direction: column;
  }
  .hollow-footer-04 .meta .flex-container {
    flex-flow: column;
  }
  .hollow-footer-04 .meta span:first-of-type {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .hollow-footer-04 h3 span.slogan {
    display: block;
    padding: .5rem;
  }
}

/*DEFAULT STYLE OVERWRITES*/

/*============================ */
/* DEFAULT BLOG STYLES: 
============================== */
/*Search Form*/
.search-form-wrap button {
  background: var(--blue);
}
.search-form-wrap button:hover {
  background: var(--blueDark);
}
/*Blog Page*/
.blog-wrap .post-item-header h1 {
  background: var(--blue);
}
.blog-wrap .post-item .post-item-header h1:hover {
  background: var(--blueDark);
}
.blog-wrap .post-item .post-content a {
  background: var(--blue);
}
.blog-wrap .post-item .post-content a:hover {
  background: var(--blueDark);
}
.blog-wrap .post-item p {
  border-color: var(--blue);
}
.blog-wrap .post-item .date-wrap i {
  color: var(--blue);
}
/*Sidebars*/
.blog-sidebar {
  border-color: var(--blue);
}
.blog-sidebar .post-item-header h2 {
  background: var(--blue);
}
/*Post Content*/
.blog-post-content h1 {
  color: var(--blue);
}
.blog-post-content h2 {
  color: var(--blueDark);
}
.blog-post-content h3 {
  color: var(--blue);
}
.blog-post-content p a {
  color: var(--blue);
}
.blog-post-content p a:hover {
  color: var(--blueDark);
}
/*Post Return Button*/
.blog-return a.blog-return-btn {
  background: var(--blue);
}
.blog-return a.blog-return-btn:hover {
  background: var(--blueDark);
}
/*============================ */
/* DEFAULT POPUP STYLES:
============================== */
.default-popup .form-wrap {
  background: #fff;
}
.default-popup .form-wrap h3 {
  color: var(--blue);
}
.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(--blueDark);
}
.default-popup .wpcf7-form input[type="submit"] {
  background: var(--blue);
}
.default-popup .wpcf7-form input[type="submit"]:hover {
  background: var(--blueDark);
}
.default-popup .loader-wrap {
  background: var(--blue);
}
.default-popup .button-wrap i {
  background: var(--blue);
}
/*============================ */
/* DEFAULT POPUP V2:
============================== */
.default-popup .form-wrap {
  width: 70%;
}
.default-popup .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-popup .content-wrap h2 {
  font-size: 1.3rem;
}
.default-popup .content-wrap h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}
.default-popup .content-wrap p {
  text-align: center;
  font-size: 1.1rem;
}
.default-popup .location {
  margin-bottom: 2rem;
}
.default-popup .location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.default-popup .location ul li {
  display: flex;
  line-height: 1.4;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0 1.5rem 0 0;
}
.default-popup .location ul li i {
  color: var(--blue);
  padding-right: .5rem;
  padding-top: .3rem;
}
@media only screen and (max-width: 767px) {
  .default-popup .form-wrap {
    width: 95%;
  }
  .default-popup .content-wrap {
    align-items: flex-start;
  }
  .default-popup .content-wrap p {
    display: none;
  }
  .default-popup .content-wrap h2 {
    display: none;
  }
  .default-popup .content-wrap h3 {
    text-align: left;
    padding-right: 1rem;
  }
  .default-popup .location {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .default-popup .location ul li {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
}
/*============================ */
/* DEFAULT SEO STYLES:
============================== */
.content.seo {
  background: var(--red);
}
.content.seo i {
  color: #fff;
}
.content.seo p a:hover {
  color: var(--blueDark);
}
/*============================ */
/* DEFAULT INTERIOR PLACEHOLDERS
============================== */
.interior-placeholder-header {
  border-color: var(--blueDark);
  background: var(--blue);
}
.interior-placeholder-header h1 {
  color: #FFF;
}

/*INTERIOR PAGES*/

/*============================ */
/* Interior Header 02
============================== */

.hollow-interior-header-02 {
  position: relative;
  overflow: hidden;
  height: 20rem;
}

/* .hollow-interior-header-02::before {
  content: "";
  height: 100vw;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  animation: sliceOverlay 1.5s;
  background: rgba(9, 54, 102, 0.8);
  -webkit-transform: translate(-40%, -60%) rotate(45deg);
  -ms-transform: translate(-40%, -60%) rotate(45deg);
  -o-transform: translate(-40%, -60%) rotate(45deg);
  transform: translate(-40%, -60%) rotate(45deg);
} */

.hollow-interior-header-02 .flex-container {
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 4rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.hollow-interior-header-02 h1 {
  color: #FFF;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hollow-interior-header-02 h3 {
  color: #FFF;
  font-weight: 300;
}

.hollow-interior-header-02 img {
  display: flex;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hollow-interior-header-02 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
}
.hollow-interior-header-02 .overlay img {
  opacity: .8;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:992px) {
  .hollow-interior-header-02 h3 {
    max-width: calc(100vw / 3);
  }
}

@media only screen and (max-width: 1199px) {
  .hollow-interior-header-02 h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width:991px) {
  .hollow-interior-header-02 .flex-container {
    left: 2rem;
  }
  .hollow-interior-header-02::before {
    animation: none;
    height: 200vw;
    width: 200vw;
    -webkit-transform: translate(-70%, -50%) rotate(25deg);
    -ms-transform: translate(-70%, -50%) rotate(25deg);
    -o-transform: translate(-70%, -50%) rotate(25deg);
    transform: translate(-70%, -50%) rotate(25deg);
  }
}
@media only screen and (max-width:767px) {
  .hollow-interior-header-02::before {
    height: 100%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .hollow-interior-header-02 .flex-container {
    top: 60%;
    left: unset;
  }
  .hollow-interior-header-02 .overlay img {
    display: none;
  }
  .hollow-interior-header-02 .overlay {
    width: 100%;
    background: rgba(9, 54, 102, 0.8);
  }
  .hollow-interior-header-02 h1 {
    text-align: center;
    font-size: 2.2rem;
  }
}

@keyframes sliceOverlay {
  from {
    -webkit-transform: translate(-200%, -60%) rotate(45deg);
    -ms-transform: translate(-200%, -60%) rotate(45deg);
    -o-transform: translate(-200%, -60%) rotate(45deg);
    transform: translate(-200%, -60%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-40%, -60%) rotate(45deg);
    -ms-transform: translate(-40%, -60%) rotate(45deg);
    -o-transform: translate(-40%, -60%) rotate(45deg);
    transform: translate(-40%, -60%) rotate(45deg);
  }
}
/*============================ */
/* Content 10
============================== */
.hollow-content-10 .text-wrap,
.hollow-content-10 .video-wrap{
  padding: 4rem;
  width: 50%;
}
.hollow-content-10 .text-wrap h1 {
  color: var(--blueDark);
  font-weight: 300;
}
.hollow-content-10 .text-wrap h3 {
  color: #c1c1c1;
  margin-bottom: 1rem;
}
.hollow-content-10 .text-wrap p {
  margin-bottom: 1rem;
  color: var(--blueDark);
}
.hollow-content-10 .text-wrap p strong {
  color: var(--red);
}
.hollow-content-10 .list-wrap p strong {
  color: var(--blue);
}
.hollow-content-10 .text-wrap p a:hover {
  color: #4a6b6b;
}
.hollow-content-10 .button-wrap a {
  display: inline-flex;
  background: #6d9595;
  padding: .5rem .75rem;
  transition: all .3s ease;
  margin-bottom: 1rem;
}
.hollow-content-10 .button-wrap a:hover {
  background: #4a6b6b;
}
.hollow-content-10 .button-wrap a i {
  color: #FFF;
}
.hollow-content-10 img {
  object-fit: cover;
  width: 50%;
}
.hollow-content-10 .text-wrap .imgs img {
	width:auto;
	object-fit:inherit;
}
.hollow-content-10 .data-lab-wrap {
  margin-top: 3rem;
}
.hollow-content-10 .data-lab-wrap img {
  max-width: 14rem;
}
@media only screen and (max-width: 991px) {
  .hollow-content-10 .flex-container-fluid {
    flex-direction: column;
  }
  .hollow-content-10 .text-wrap {
    order: 1;
    width: 100%;
  }
	.hollow-content-10 .video-wrap {
		width:100%;
	}
  .hollow-content-10 img {
    order: 2;
    max-height: 30rem;
    width: 100%;
  }
	.hollow-content-10 .text-wrap .imgs {
		text-align:center;
	}
	.hollow-content-10 .text-wrap .imgs img {
		max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
  .hollow-content-10 .text-wrap {
    padding: 2rem 1rem 1rem;
  }
}
/*============================ */
/* Action 10
============================== */
.hollow-action-10 {
  position: relative;
  overflow: hidden;
  background: var(--blueDark);
  padding: 1.75rem 0;
}
.hollow-action-10 .flex-container {
  justify-content: center;
}
.hollow-action-10 .wpcf7-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hollow-action-10 h3 {
  font-size: 1.8rem;
  color: #FFF;
  padding-right: 1rem;
  font-weight: 300;
  flex-shrink: 0;
}
.hollow-action-10 ::-webkit-input-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 ::-moz-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 :-moz-placeholder {
  font-family: 'Lato';
  color: #FFF;
}
.hollow-action-10 .wpcf7-form input {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  padding: .4rem 1rem;
  border: none;
  font-family: 'Lato';
}
.hollow-action-10 .wpcf7-form input {
  background: transparent;
  border: 1px solid #969696;
  flex-shrink: 1.5;
  margin: 0;
  width: 100%;
}
.hollow-action-10 .wpcf7-form input[type="submit"] {
  flex-shrink: 2;
  display: inline-block;
  border: none;
  background: #D63942;
  border: 1px solid #D63942;
  font-size: 1.2rem;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-10 .wpcf7-form input[type="submit"]:hover {
  background: var(--blue);
  border-color: var(--blue);
}
.hollow-action-10 .wpcf7-response-output {
  color: #FFF;
}
@media (min-width: 992px) {
  .hollow-action-10 label {
    padding: 0 1rem 0 0;
  } 
  .hollow-action-10 .wpcf7-not-valid-tip {
    position: relative;
    width: 180px;
    padding: .25rem 0;
  }
  .hollow-action-10 .wpcf7-response-output {
    position: relative;
    top: 80%;
    color: #FFF;
  }
  .hollow-action-10 .wpcf7 .ajax-loader {
    position: absolute;
  }
  .hollow-action-10 .wpcf7-form-control-wrap {
    margin: 0 .5rem 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-action-10 {
    padding: 2rem 1rem 1rem;
  }
  .hollow-action-10 h3 {
    margin-bottom: 1rem;
  }
  .hollow-action-10 .flex-container {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .hollow-action-10 .wpcf7-form {
    flex-direction: column;
    justify-content: center;
  }
  .hollow-action-10 .wpcf7-form input {
    margin-bottom: 1rem;
  }
  .hollow-action-10 .wpcf7-form input[type="submit"] {
    padding: 0.5rem 2rem;
    margin-bottom: 0;
    width: unset;
  }
}

/*============================ */
/* Affiliates
============================== */
.affiliates {
  padding: 0 0 2rem;
}
.affiliates .flex-container {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.affiliates .logo-wrap {
  max-width: 24%;
  padding: 0 0.5rem 0.5rem;
  text-align:center;
}
.affiliates.clients-wrap .logo-wrap {
  padding-bottom: 1.5rem;
}
.affiliates.clients-wrap .logo-wrap a {
  width: 11rem;
  height: 8rem;
}
.affiliates.clients-wrap .logo-wrap img {
  width: 11rem;
  height: 8rem;
}
.affiliates .logo-wrap a {
  transition: all .3s ease;
  display: inline-block;
  width: 14rem;
  height: 9rem;
  max-width: 100%;
}
.affiliates .logo-wrap img {
  width: 14rem;
  height: 9rem;
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.affiliates .logo-wrap a:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 991px) {
  .affiliates .logo-wrap {
    max-width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .affiliates .logo-wrap {
    max-width: 50%;
  }
}
/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: var(--blueDark);
  padding: 6rem;
}
.hollow-contact-15 .get-in-touch h4 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch h1 {
  color: #fff;
  margin-bottom: 1rem;
}
.hollow-contact-15 .get-in-touch hr {
  height: 4px;
  width: 5rem;
  background: #D63942;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .get-in-touch p {
  color: #fff;
  margin-bottom: 2rem;
}
.hollow-contact-15 .get-in-touch li {
  color: #fff;
  margin-bottom: 1rem;
  display: flex;
  font-weight: 400;
}
.hollow-contact-15 .get-in-touch li i {
  color: #D63942;
  font-size: 1.2rem;
  /*margin-right: 1rem;*/
  /*margin-top: .2rem;*/
}
.hollow-contact-15 .get-in-touch li a {
  color: #fff;
  font-weight: 400;
}
.hollow-contact-15 .get-in-touch li a:hover {
  color: var(--blue);
}
.hollow-contact-15 .social a {
    color: #fff;
    margin-right: .7rem;
}
.hollow-contact-15 .social a:hover {
  color: var(--blue);
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: whitesmoke;
  padding: 6rem;
}
.hollow-contact-15 .contact-us h4 {
  color: var(--blueDark);
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h1 {
  color: var(--blueDark);
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: #D63942;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 6rem;
  /* max-height: 100px; */
}
.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 input:not([type="submit"]),
.hollow-contact-15 textarea,
.hollow-contact-15 select {
  font-size: 1rem;
  width: 100%;  
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(72,81,103,0.5);
  color: #000;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.wpcf7-recaptcha { 
	display:block;
	margin-bottom:1rem;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: #D63942;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem;
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  transition: .3s ease;
  margin: 0;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: var(--blue);
}
.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 .get-in-touch {    
    padding: 6rem 3rem;
  }
  .hollow-contact-15 .contact-us {
    padding: 6rem 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-15 .flex-container {
    flex-direction: column;
    padding: 0;
  }
  .hollow-contact-15 .get-in-touch {
    width: 100%;
    padding: 3rem;
  }
  /*.page-template-page-contact .hollow-contact-15 .get-in-touch {
    padding-top: 4rem;
  }*/
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem;
  }
  .hollow-contact-15 .map-wrap {
    max-height: 55vh;
  }
}

/*============================ */
/* home-page-connect-with
============================== */
.home-page-connect-with h3 {
    color: #FFF;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
}
.home-page-connect-with .button-wrap a {
    color: #A13338;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all .3s ease;
    background: #fff;
    padding: .3rem 1rem;
    border-radius: 3rem;
}

/*============================ */
/* img-cap css - NAICS PAGE
============================== */
.img-cap {
    display: flex;
    align-items: center;
    width: fit-content;	
}
.img-cap-2 {
    align-items: center;
	width: fit-content;
}
.img-cap-3 {
    align-items: center;
	width: fit-content;
}
.img-cap-4 {
    align-items: center;
	width: fit-content;
}
/*============================ */
/* recaptcha css
============================== */
.grecaptcha-badge{
  visibility: collapse !important;  
}

.blog-wrap .post-item { width: 33%; }
a.blog-post-title {
	background:none !important;
	color:#000 !important;
	font-weight:600 !important;
	padding:0 0 1rem !important;
	display:block;
}
@media only screen and (max-width: 767px) {
	.blog-wrap .post-item	{
		width: 100%;
	}
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.pum-theme-762 .pum-container, .pum-theme-hello-box .pum-container { border-radius:0 !important; }

/*============================ */
/* Blog 02
============================== */
.hollow-blog-section-02 {
  padding: 4rem 0 2rem;
}
.hollow-blog-section-02 .flex-container {
  justify-content: space-between;
}
.hollow-blog-section-02 .box {
  margin-bottom: 2rem;
  background: #FFF;
  overflow: hidden;
  width: 31%;
}
.hollow-blog-section-02 img {
  display: block;
  position: relative;
  width: 100%;
}
.hollow-blog-section-02 .text-wrap {
  border: 1px solid #CBCBCB;
  padding: 1.2rem;
}
.hollow-blog-section-02 h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
}
.hollow-blog-section-02 h3 {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hollow-blog-section-02 p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.hollow-blog-section-02 p.date {
  color: #949494;
  margin-bottom: 1rem;
  font-size: .9rem;
}
.hollow-blog-section-02 p.date > i {
  display: inline-block;
  padding-right: .7rem;
}
.hollow-blog-section-02 a {
  background: #8CA4B0;
  color: #fff;
}
.hollow-blog-section-02 a:before {
  background: #4c5e67;
}
.hollow-blog-section-02 a > i {
  padding-left: .5rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-blog-section-02 a:hover > i {
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .hollow-blog-section-02 .flex-container {
    flex-flow: column;
  }
  .hollow-blog-section-02 .box {
    width: 100%;
  }
  .hollow-blog-section-02 p {
    margin-bottom: .5rem;
  }
}

.form-wrap { position:relative; }
.review-btn-wrap {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
 /*  width: 650px;  */
  z-index: 9999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transition: transform 0.2s;
  box-shadow: 0 2px 5px -2px #000;
  -webkit-font-smoothing: antialiased;
}
.review-btn-wrap .review-btn {
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  background: #2ecc71;
  color: #fff;
  box-shadow: 0 2px 5px -2px #000;
  transition: background 0.2s;
  font-size: 20px;
  padding: 5px 15px;
  white-space: nowrap;
  text-decoration: none;
}
.review-btn-wrap .review-btn:hover {background:#239c56;}
.review-btn-wrap .review-btn span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
.review-btn-wrap .review-btn .stars {text-align: center;}
.review-btn-wrap .review-btn .stars i.fa {font-size: 16px; color: #ffff00; line-height: 1.5;}