/*
  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";

.wpcf7-contact-page .submit-wrapper input {
  background: #000;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #49c528;
}

.hollow-header-01 {
  position: relative;
  display: block;
  z-index: 9000;
  background: #FFF;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01 .logo img {
  padding: .5rem 0;
}
.hollow-header-01 #header-border {
  margin: 0;
  opacity: 0.5;
  display: none;
}
.hollow-header-01.sticky #header-border {
  display: none;
}
body.page-template-home header #header-border, body.page-template-index header #header-border {
  display: none;
}
.hollow-header-01 .meta-wrap {
  font-size: 1.6rem;
  text-align: right;
  font-family: 'Lato';
  font-weight: 400;
  margin: .6em 0;
}
.hollow-header-01 .meta-wrap a {
  color: #49c528;
  font-weight: 400;
}
.hollow-header-01.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  box-shadow: 0 2px 5px -2px #000;
}
.hollow-header-01.sticky {
  padding: 0;
}
.hollow-header-01.sticky .meta-wrap {
  display: none;
  height: 0;
}
.hollow-header-01.sticky .logo img {
  max-width: 0;
}
.hollow-header-01.sticky .col-xs-12 {
  min-height: 0;
}
.hollow-header-01 nav {
  display: block;
  background: none;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  z-index: 5000;
}
.hollow-header-01 nav a {
  padding: .2rem .6rem;
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.hollow-header-01 nav a:focus {
  color: #000;
}
.hollow-header-01 nav a i {
  padding-right: .4rem;
}
/* NAV LEVEL ONE */
.hollow-header-01 .menu-item.open>a, .hollow-header-01 .menu-item:hover>a, .hollow-header-01 .menu-item.active a, .hollow-header-01 .menu-item.active:hover>a {
  background: #49c528;
  color: #fff;
}
/* NAV LEVEL TWO */
.hollow-header-01 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 18em;
  display: none;
}
.hollow-header-01 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-01 nav .dropdown-menu a {
  background: #fff;
  color: #000;
}
.hollow-header-01 .dropdown-menu>li:hover>a, .hollow-header-01 .dropdown-menu>li.active>a, .hollow-header-01 .dropdown-menu>.active>a:hover, .hollow-header-01 .dropdown-menu>.active>a:focus {
  background: #49c528;
  color: #fff;
}
.hollow-header-01 .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-01 nav #mobile {
  position: relative;
  height: 48px;
  width: 30px;
  background: none;
  outline: none;
  border: none;
  float: right;
}
.hollow-header-01 .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-01 .hamburger:hover {
  cursor: pointer;
}
.hollow-header-01 .hamburger:before, .hamburger:after {
  content: '';
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 20%;
  background: #000;
  -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-01 .hamburger:after {
  top: 60%
}
body.header-menu-open .hollow-header-01 #mobile, body.header-menu-open #mobile .hamburger {
  background: transparent;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before, body.header-menu-open #mobile>.hamburger:after {
  top: 40%;
  background: #FFF;
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
body.header-menu-open .hollow-header-01 #mobile>.hamburger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
/* MOBILE TOOLBAR */
.hollow-header-01 .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-01 .mobile-toolbar a {
  color: #fff;
  padding: .5rem 1rem;
}
.hollow-header-01 .mobile-toolbar a:hover,
.hollow-header-01 .mobile-toolbar a:focus {
  color: #49c528;
}
@media screen and (min-width: 992px) {
  .hollow-header-01 .mobile-toolbar {
    display: none;
  }
  .hollow-header-01 .menu {
    float: right;
  }
  .hollow-header-01 nav .menu-item {
    float: left;
    position: relative;
  }
  .hollow-header-01 nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
  }
  .hollow-header-01 nav .menu-item-has-children:hover>ul.dropdown-menu {
    display: block;
  }
  .hollow-header-01 .mobile-toolbar{
    display: none;
  } 
}
@media only screen and (max-width: 991px) {
  body.header-menu-open .hollow-header-01 nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-01 .logo {
    text-align: center;
  }
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
  .hollow-header-01 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #000;
  }
  .hollow-header-01 nav a {
    color: #FFF;
  }
  .hollow-header-01 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: #000;
    box-shadow: 0 3px 3px -2px #000;
    pointer-events: none;
    opacity: 0;
  }
  .hollow-header-01 nav .menu-item-has-children.open .dropdown-menu {
    display: block;
  }
  .hollow-header-01 .dropdown-menu {
    position: relative;
    box-shadow: none;
    width: 100%;
  }
  .hollow-header-01 .dropdown-menu>li>a {
    padding-left: 2.5rem;
  }
  .hollow-header-01 .mobile-toolbar>* {
    display: inline-block;
  }
  .hollow-header-01 .mobile-toolbar a {
    font-size: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-01 .logo img {
    margin: 60px auto 15px;
  }
}

.hollow-hero-05 {
  position: relative;
  visibility: hidden;
  overflow: hidden;
}
.hollow-hero-05.slick-initialized {
  visibility: visible;
}
.hollow-hero-05 .slick-slide {
  position: relative;
  overflow: hidden;
}
/*.hollow-hero-05 .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(25,25,25,0.2);
}*/
.hollow-hero-05 img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-hero-05 .caption-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding:6rem 4rem;
  text-align: left;
  z-index: 2000;
}
.hollow-hero-05 .caption {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 26rem;
  background: rgba(73,197,40,0.8);
  padding: 1.5rem;
}
.hollow-hero-05 .caption h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #FFF;
  border-bottom: 4px solid #000;
  padding-bottom: .6rem;
}
.hollow-hero-05 .caption p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #FFF;
}

.hollow-service-boxes-03 {
  position: relative;
  padding: 3rem 0 1rem;
  background: url(img/service-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-service-boxes-03 h3.title {
  color:#fff;
  font-size:2rem;
  text-align:center;
  margin-bottom:3rem;
}
.hollow-service-box-03 {    
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
}
.hollow-service-box-03::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255,0.8);
  z-index: 99;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translateY(160%) skewY(-4deg);
  -ms-transform: translateY(160%) skewY(-4deg);
  -o-transform: translateY(160%) skewY(-4deg);
  transform: translateY(160%) skewY(-4deg);
}
.hollow-service-box-03:hover::before {
  background: rgba(255,255,255,0.8);
  -webkit-transform: translateY(120%) skewY(-8deg);
  -ms-transform: translateY(120%) skewY(-8deg);
  -o-transform: translateY(120%) skewY(-8deg);
  transform: translateY(120%) skewY(-8deg);
}
.hollow-service-box-03 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 299;
}
.hollow-service-box-03_hoverbar {
  background: #49c528;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 199;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-service-box-03:hover .hollow-service-box-03_hoverbar {
  background: #3ca421;
  cursor: pointer;
  margin-bottom: 1rem;
}
.hollow-service-box-03_hoverbar h3 {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  font-weight: 300;
  color: #fff;
  padding: .4rem .4rem .4rem 1rem;
}
.hollow-service-box-03_hoverbar i {
  display: inline-block;
  position: relative;
  color: #FFF;
  line-height: 1.2;
  font-size: 1.3rem;
  vertical-align: middle;
  overflow: hidden;
  padding-bottom: .4rem;
}
.hollow-service-box-03_hoverbar i.fa-long-arrow-right::before {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease;
}
.hollow-service-box-03:hover .hollow-service-box-03_hoverbar i.fa-long-arrow-right::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.hollow-service-box-03 img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.hollow-content-02 {
  padding: 4rem 0;
  position: relative;
}
.hollow-content-02 h1 {
  color: #000;
  font-weight: 400;
  margin: 0;
  text-align: left;
  margin-bottom: 1.5rem;
}
.hollow-content-02 h2 {
  color: #000;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: left;
  margin: 0;
  margin-bottom: 1rem;
}
.hollow-content-02 p:first-of-type {
  margin-top: -.5rem;
}
.hollow-content-02 p {
  font-weight: 300;
  color: #6b6b6b;
  margin-bottom: 1rem;
}
.hollow-content-02 a {
  font-size: 1rem;
  color: #FFF;
  padding: .75rem 1.5rem;
  font-weight: 300;
  background: #49c528;
  border: 1px solid #49c528;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-02 .text-wrap a:hover {
  background: transparent;
  color: #49c528;
}
.hollow-content-02 .img-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}
.hollow-content-02 .img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .text-wrap {
    margin-bottom: 1rem;
  }
  .hollow-content-02 .img-wrap {
    width: 100%;
  }
  .hollow-content-02 .img-wrap img {
    width: 100%;
  }
}

.hollow-testimonial-02 {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 4rem 0 6rem;
  background: url(img/testimonial-bg2.jpg) center center no-repeat;
  background-size: cover;
}
.hollow-testimonial-02 h1 {
  color: #FFF;
  margin-bottom: 1rem;
  font-weight: 400;
}
.hollow-testimonial-02 h2 {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.hollow-testimonial-02 .header h3 {
  color: #FFF;
  font-weight: 300;
}
.hollow-testimonial-02 .slider-wrap {
  margin: 0;
}
.hollow-testimonial-02 .text-bubble {
  display: block;
  position: relative;
  padding: 2rem;
  border: 2px solid #49c528;
  /*border-radius: .5rem;*/
  display: inline-block;
  max-width: 700px;
  margin: auto;
  background: rgba(0,0,0,0.5);
}
.hollow-testimonial-02 .filter {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hollow-testimonial-02 .height-wrap > p {
  color: #FFF;
}
.hollow-testimonial-02 .name-wrap h3 {
  color: #FFF;
  font-weight: 400;
  line-height: 1;
  margin-bottom: .5rem;
}
.hollow-testimonial-02 .name-wrap p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
}
.hollow-testimonial-02 .slick-dots {
    color: #FFF;
    bottom: -90px;
}
.hollow-testimonial-02 .slick-dots li button:before {
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .hollow-testimonial-02 .text-bubble {
    max-width: 80vw;
  }
  .hollow-testimonial-02 .text-bubble h2 {
    font-size: 1.75rem;
  }
  .hollow-testimonial-02 .slick-dots {
    bottom: -60px;
  }
}

.hollow-contact-06 {
  color: #363636;
  position: relative;
  overflow:hidden;
}
.hollow-contact-06 .form-wrap {
  position: relative;
  background: rgba(255,255,255,1);
  z-index: 1000;
  padding: 2.5rem;
  text-align: left;
  margin:0rem 2rem 0;
}
.hollow-contact-06 .form-wrap .form-title-wrap {
  display: block;
  text-align: center;
}
.hollow-contact-06 .form-wrap .form-title-wrap h1 {
  font-weight: 300;
  color: #000;
  margin-bottom: 2rem;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap input,
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 300;
  display: block;
  margin-bottom: .5rem;
  padding: .7rem .5rem;
  border: 1px solid rgba(0,0,0,0);
  background: #b6b6b6;
  color: #FFF;
}
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap input:focus,
.hollow-contact-06 .form-wrap .wpcf7-form-control-wrap textarea:focus {
  border: 2px solid #49c528;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="email"] {
  position: relative;
  width: 48.5%;
  float: left;
  z-index: 1000;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="tel"]{
  position: relative;
  width: 49%;
  float: right;
  z-index: 1000;
}
.hollow-contact-06 .form-wrap .wpcf7 textarea {
  height: 14vw;
  max-height: 130px;
}
.hollow-contact-06 .form-wrap .wpcf7 input[type="text"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 input[type="email"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 input[type="tel"]::-webkit-input-placeholder,
.hollow-contact-06 .form-wrap .wpcf7 textarea::-webkit-input-placeholder {
  font-family: 'Lato';
  font-weight: 300;
  line-height: 1;
  color: rgba(255,255,255,1);
}
.hollow-contact-06 .form-wrap input[type="submit"] {
  font-family: 'Lato';
  font-size: 1rem;
  padding: .5rem 2rem;
  font-weight: 300;
  display: inline-block;
  position: relative;
  border: none;
  color: #FFF;
  background: #000;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-06 .form-wrap input[type="submit"]:hover {
  background: #49c528;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
.hollow-contact-06 .form-wrap .wpcf7 textarea {
  height: 30vw;
}
}
@media only screen and (max-width: 1199px) {
  .hollow-contact-06 .form-wrap {
      padding: 2rem 1.5rem;
  }
}
.hollow-contact-06 .content-wrap {
  display: block;
  background: rgba(255,255,255,0.9);
  z-index: 10;
  text-align: center;
}
.hollow-contact-06 .info-wrap {
  display: block;
  position: relative;
  background: #fff;
  padding: 2rem 1rem 1rem;
}
.hollow-contact-06 .content-wrap .text-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  border-bottom: 2px solid #49c528;
  text-align: left;
}
.hollow-contact-06 .content-wrap .text-wrap h3 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #000;
  display: inline-block;
  vertical-align: top;
  width: 28%;
}
.hollow-contact-06 .text-wrap span {
  display: inline-block;
  text-align: left;
  margin-bottom: .5rem;
}
.hollow-contact-06 .content-wrap .text-wrap p {
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.hollow-contact-06 .social {
display: inline-block;
font-size: 1.5rem;
}
.hollow-contact-06 .fa-stack {
  height: 3rem;
  width: 3rem;
}
.hollow-contact-06 .social .fa-stack-1x,
.hollow-contact-06 .social .fa-stack-2x {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-contact-06 .social .fa-stack-1x {
  color: #FFF;
  font-size: .7em;
}
.hollow-contact-06 .social .fa-stack-2x {
  color: #49c528;
  font-size: 1.5em;
}
.hollow-contact-06 .social a:hover .fa-stack-1x {
  color: #49c528;
}
.hollow-contact-06 .social a:hover .fa-stack-2x {
  color: #FFF;
}
.hollow-contact-06 .map-wrapper iframe {
  position: relative;
}
.hollow-contact-06 .contact-background {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: initial;
  height: auto;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hollow-contact-06 .form-wrap {
    width: 34vw;
    max-width: 490px;
  }
  .hollow-contact-06 .map-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);       
  }
  .hollow-contact-06 .animation-wrap {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    position: absolute;
    z-index: 500;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-contact-06 .contact-background {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}

.hollow-contact-01 {
  font-family: 'Lato';
  font-size: 2rem;
  color: #000000;
  position: relative;
}
.hollow-contact-01 .info-wrap {
  z-index: 10;
}
.hollow-contact-01 .info-wrap .info-text-wrap {
  background: #fff;
  padding: .5em;
  display: none;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap {
  display: block;
  border-bottom: 2px solid #000000;
  margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1,
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
  display: inline-block;
  line-height: 1em;
  font-weight: 300;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap h1 {
  font-size: 2.5rem;
  margin-bottom: .3em;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a {
  font-size: .75em;
  padding: .1em .6em;
  border: 1px solid #49c528;
  margin-left: 7em;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
  color: #49c528;
}
.hollow-contact-01 .content-wrap .info-wrap .title-wrap a:hover {
  background: #49c528;
  color: #fff;
}
.hollow-contact-01 .info-wrap .text-wrap {
  padding: .3rem 0;
}
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p {
  color: #000;
  line-height: 1.5em;
  font-weight: 300;
  font-size: .6em;
}
.hollow-contact-01 .contact-background {
  position: relative;
  display: block;
  width: 100%;
}
/*iPhone phone number <a> autowrap fix*/
.hollow-contact-01 .info-wrap .text-wrap p > a {
  color: #000;
}
.hollow-contact-01 .gm-style-iw { color:#000 !important; }
@media only screen and (min-width: 768px) {
  .hollow-contact-01 .info-wrap {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      position: absolute;
  }
}
/* Footer */
.footer-02 {
  background: #000;
  color: #FFF;
  padding: 1rem 0;
}
.footer-02 p {
  margin: 0;
}
.footer-02 a {
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  font-size: 1rem;
}
.footer-02 .copyright,
.footer-02 .design {
  padding: .5rem 0;
  font-weight: 300;
}
.footer-02 .design {
  float: right;
}
@media only screen and (max-width:991px) {
  .footer-02 {
    text-align: center;
  }
  .footer-02 .design {
    float: none;
  }
  .footer-02 .copyright {
    padding: 0 0 .25rem;
  }
  .footer-02 .design {
    padding: 0;
  }
}
/*INTERIOR*/
.hollow-content-int3 {
  position: relative;
  display: block;
  font-family: 'Lato';
  font-size: 2rem;
  overflow: hidden;
}
section.hollow-content-int3.bg-bot {
  margin-bottom: -1rem;
}
.hollow-content-int3 .text-wrap {
  position: relative;
  display: block;
  text-align: left;
  padding: 1rem 3rem;
}
.hollow-content-int3 .text-wrap ul {
  display: block;
  font-size:2rem;
}
.hollow-content-int3 .text-wrap ul li {
  
}
.hollow-content-int3 .text-wrap ul li i {
  color: #49c528;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;  
  font-size:1rem;
}
.hollow-content-int3 .text-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;  
  margin:0;
}
 .hollow-content-int3 .left {
  border-left: .5rem solid #7abfff;
  padding-left: 1rem;
}
.hollow-content-int3 h1 {
  color: #49c528;
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.hollow-content-int3 h2 {
  font-size: .7em;
  color: #000;
  font-style: italic;
  margin-bottom: 1rem;
}
.hollow-content-int3 p {
  font-size: .6em;
  font-weight: 300;
  color: #000;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-int3 a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #719c3b;
  border: 1px solid #719c3b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-int3 a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-int3 .img-wrap {
  overflow: hidden;
  position: relative;
  height: 37rem;
  width: 100%;
  margin-bottom: 0;
}
.hollow-content-int3 .img-wrap .slick-track { height:37rem; }
.hollow-content-int3 .img-wrap .slick-dots { bottom:25px; z-index:9999; }
.hollow-content-int3 .img-wrap .slick-dots li button:before {
  height:30px;
  width:30px;
  opacity:.5;
  color:#fff;
  font-size:15px;
}
.hollow-content-int3 .img-wrap .slick-dots li.slick-active button:before {
  opacity:1;
}
.hollow-content-int3 .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media only screen and (max-width: 991px) {
  .hollow-content-int3 h1 {
    font-size: 1.3em;
  }
}

/*INTERIOR*/
.hollow-content-int3-featured {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.hollow-content-int3-featured h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.hollow-content-int3-featured h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #c19d60;
  margin: 12px auto 0;
  border-radius: 2px;
}

.hollow-content-int3-featured .youtube-shorts {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.hollow-content-int3-featured .youtube-shorts iframe {
  width: 320px;
  height: 568px;
  border: 4px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hollow-content-int3-featured .youtube-shorts iframe:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

  .hollow-content-int3-featured .youtube-shorts > div {
    flex: 1 1;
    box-sizing: border-box;
  }

  .hollow-content-int3-featured .youtube-shorts iframe {
    width: 100%;
    height: 400px;
  }

  @media (max-width: 768px) {
    .hollow-content-int3-featured .youtube-shorts > div {
      flex: 1 1 100%;
    }
  }

section.hollow-content-int3.bg-bot {
  margin-bottom: -1rem;
}
.hollow-content-int3-featured .text-wrap {
  position: relative;
  display: block;
  text-align: center;
  padding: 1rem 3rem;
}
.hollow-content-int3-featured .text-wrap ul {
  display: block;
  font-size:2rem;
}
.hollow-content-int3-featured .text-wrap ul li {
  
}
.hollow-content-int3-featured .text-wrap ul li i {
  color: #49c528;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;  
  font-size:1rem;
}
.hollow-content-int3-featured .text-wrap ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;  
  margin:0;
}
 .hollow-content-int3-featured .left {
  border-left: .5rem solid #7abfff;
  padding-left: 1rem;
}
.hollow-content-int3-featured h1 {
    color: #49c528;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: ui-serif;
    margin: 0;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center;
}
.hollow-content-int3-featured h2 {
  font-size: .7em;
  color: #000;
  font-style: italic;
  margin-bottom: 1rem;
}
.hollow-content-int3-featured p {
  font-size: .6em;
  font-weight: 300;
  color: #000;
  line-height: 1.5em;
  margin: 0 0 1em 0;
}
.hollow-content-int3-featured a {
  font-size: .6em;
  color: #FFF;
  padding: .6em 1.2em;
  font-weight: 300;
  background: #719c3b;
  border: 1px solid #719c3b;
  display: inline-block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-content-int3-featured a:hover {
  background: transparent;
  color: #719c3b;
}
.hollow-content-int3-featured .img-wrap {
  overflow: hidden;
  position: relative;
  height: 37rem;
  width: 100%;
  margin-bottom: 0;
}
.hollow-content-int3-featured .img-wrap .slick-track { height:37rem; }
.hollow-content-int3-featured .img-wrap .slick-dots { bottom:25px; z-index:9999; }
.hollow-content-int3-featured .img-wrap .slick-dots li button:before {
  height:30px;
  width:30px;
  opacity:.5;
  color:#fff;
  font-size:15px;
}
.hollow-content-int3-featured .img-wrap .slick-dots li.slick-active button:before {
  opacity:1;
}
.hollow-content-int3-featured .img-wrap img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media (min-width: 992px) {
    .hollow-content-int3-featured .col-md-6 {
        width: 100%;
    }
	.nextgen_pro_thumbnail_grid .image-wrapper {
    overflow: hidden;
    width: 250px;
	}
}

@media only screen and (max-width: 991px) {
  .hollow-content-int3-featured h1 {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .hollow-content-int3-featured .youtube-shorts {
    display: block;
  }
}

@media (max-width: 767px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    overflow: hidden;
    width: 100%;
  }
}


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

.interior-bar-01 {
  display: block;
  position: relative;
  font-family: 'Lato';
  font-size: 2rem;
  padding: 4rem 0 3rem;
}
.interior-bar-01 h2 {
  color: #000;
  font-size: 1em;
}
.interior-bar-01 h3 {
  color: #1b6c80;
  text-transform: uppercase;
}
.interior-bar-01 h4 {
  color: #000;
  font-size: .6em;
}
.interior-bar-01 p {
  color: #000;
}
.interior-bar-01 strong {
  font-weight: 400;
}
.interior-bar-01 .center {
  text-align: center;
}
.interior-bar-01 hr {
  border: 1px solid #dfdfdf;
  margin: 2rem 0;
}
.interior-bar-01 span.num-span {
  font-weight: 400;
  white-space: nowrap;
}
.interior-bar-01 .link-1 {
  color: #49c528;
  font-weight: 400;
}
.interior-bar-01 .link-1:hover {
  color: #7abfff;
}
.interior-bar-01 .left {
  border-left: .5rem solid #7abfff;
  padding-left: 1rem;
}
.interior-bar-01 .left h1 {
  color: #49c528;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.interior-bar-01 .left h2 {
  font-size: 1.3rem;
  color: #000;
  font-style: italic;
  margin-bottom: 1rem;
}
.interior-bar-01 .top ul {
  margin-top: 1.5rem;
}
.interior-bar-01 ul {
  display: block;
}
.interior-bar-01 ul li i {
  color: #49c528;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.interior-bar-01 ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
.interior-bar-01 .img-right,
.interior-bar-01 .img-left,
.interior-bar-01 .img-ctr {
  margin: 0 auto .5em;
}
@media only screen and (min-width: 768px) {
  .interior-bar-01 .img-right {
    float: right;
    max-width: 40%;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
  }
  .interior-bar-01 .img-left {
    float: left;
    max-width: 40%;
    margin-right: 0.5em;
    margin-bottom: 0.3em;
  }
}
.interior-bar-01 .img-wrap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.interior-bar-01 .img-wrap::before {
  content: "";
  display: block;
  position: relative;
  margin: 15rem 0;
}
.interior-bar-01 .img-wrap img {
  display: block;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  .interior-bar-01 .img-wrap {
    margin-top: .5rem;
  }
}
@media only screen and (max-width: 991px) {
  .interior-bar-01 .img-wrap::before {
    margin: 19rem 0;
  }
}
section.interior-bar-01.bg-1 {
  background: #f1f1f1;
}
section.interior-bar-01.bg-bot {
  margin-bottom: -1rem;
}
 section.interior-bar-01.bg-1 h2 {
  color: #7abfff;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}
 section.interior-bar-01.bg-1 h3 {
  color: #49c528;
}
 .page-id-215 section.interior-bar-01.bg-1 h3 {
  color: #49c528;
  margin-bottom: 1rem;
}
 section.interior-bar-01.bg-1 h4 {
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.3rem;
}
 section.interior-bar-01.bg-1 p {
  color: #000;
}
 section.interior-bar-01.bg-1 ul li i {
  color: #000;
}
.hollow-action-06 {
  padding: 4rem 0;
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 12rem;
}
.hollow-action-06 h2 {
  margin-bottom: .5rem;
  text-transform: uppercase;
  color: #7abfff;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #000;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
}
.hollow-action-06 a#number i {
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-06 a#number:hover i {
  padding-left: 1rem;
}
.hollow-action-06 svg {
  height: 12rem;
  display: block;
  margin: auto;
}
.hollow-action-06 .cls-1 {
  -webkit-animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
  animation: one 1s cubic-bezier(0,0.23,1,.1) forwards;
}
@keyframes one {
  0% {
    opacity: 0;
    fill: none;
  }
  30% {
    fill: rgba(72, 197, 40, 0);
  }
  100% {
    fill: rgba(72, 197, 40, 1);
  }
}
.hollow-action-06 .cls-3 {
  opacity: 0;
  -webkit-animation: three 2s forwards;
  animation: three 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@keyframes three {
  0% {
    opacity: 0;
    fill: rgba(72, 197, 40, 0);
  }
  100% {
    fill: rgba(72, 197, 40, 1);
    opacity: 1;
  }
}
.hollow-action-06 .cls-2 {
  opacity: 0;
  -webkit-animation: two 2s forwards;
  animation: two 2s forwards;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@keyframes two {
  0% {
    opacity: 0;
    fill: rgba(72, 197, 40, 0);
  }
  100% {
    fill: rgba(72, 197, 40, 1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-06 .flex-wrap {
    text-align: center;
    margin-top: 2rem;
  }
  .hollow-action-06 a#number {
    padding-top: 1.5rem;
    border-top: 1px solid grey;
    margin-top: .5rem;
  }
}
.wpcf7-apply-form-header h1 {
    color: #36352a;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1em;
    margin: 0px;
}
.wpcf7- {
    color: #252525;
    padding-bottom: 15px;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
}
.wpcf7-apply-form p {
  margin-bottom: 0;
  margin-top: .7rem;
}
.wpcf7-apply-form input,
.wpcf7-apply-form textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    display: block;
    transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    background: #fff;
    color: #999999;
    font-size: 16px;
}
.wpcf7-apply-form input[type="text"],
.wpcf7-contact-page input[type="email"],
.wpcf7-contact-page textarea {
    font-size: 16px;
}
.wpcf7-apply-form textarea {
    height: 216px;
}
.wpcf7-apply-form input:focus,
.wpcf7-apply-form textarea:focus {
    border-color: #7abfff;
}
.wpcf7-apply-form span.wpcf7-form-control-wrap {
    display: block;
    font-size: 20px;
    margin-bottom: .7rem;
}
.wpcf7-apply-form .contact-captcha > img {
    height: 62px;
    width: 174px;
    float: left;
    margin-right: 15px;
}
.wpcf7-apply-form .contact-captcha > span {
    overflow: auto;
}
.wpcf7-apply-form .contact-captcha > span > input {
    width: 100%;
}
.wpcf7-apply-form img.ajax-loader {
    display: inline-block;
}
.wpcf7-apply-form .submit-wrapper {
    text-align: right;
    margin-top: 20px;
}
.wpcf7-apply-form .submit-wrapper input {
    width: auto;
    display: inline-block;
    background: transparent;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    padding: 10px 30px;
    color: #7abfff;
    border: 2px solid #7abfff;
    transition: background 0.25s;
    font-size: 18px;
}
.wpcf7-apply-form .submit-wrapper input:hover {
    background: #7abfff;
    color: #fff;
    cursor: pointer;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    font-size: .8em;
    background: #fff;
    color: #999999;
}
.wpcf7-apply-form input[type="text"]::-webkit-input-placeholder, .wpcf7-apply-form input[type="email"]::-webkit-input-placeholder {
    color: #999999;
}
::-webkit-input-placeholder {
    color: #999999;
}
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
:-ms-input-placeholder {
    color: #999999;
}
/*============================ */
/* Careers Form v2
============================== */
.page-id-217 .form-wrap .group-wrap:first-of-type {
  margin-bottom: 3rem;
}
.page-id-217 .form-wrap .group-wrap {
  border: 2px solid #49c528;
  padding: 1rem 1.5rem 1rem 0.5rem;
  position: relative;
}
.page-id-217 .form-wrap .wpcf7-apply-form p {
  margin: 1rem 0 .5rem .8rem;
}
.page-id-217 .form-wrap .min-header {
  display: inline-block;
}
.page-id-217 .form-wrap .min-header h3 {
  color: #49c528;
  text-transform: uppercase;
  padding: 15px;
  font-size: 1.5rem;
  margin: 0px;
  margin: 0 3rem 0rem;
  position: absolute;
  display: block;
  background: #f1f1f1;
  top: -30px;
}
.page-id-217 .form-wrap .wpcf7-apply-form a.button {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-id-217 .form-wrap .min-header h3 {
    font-size: 1.2rem;
    margin: 0 1rem 1rem;
    position: relative;
    top: unset;
    text-transform: capitalize;
    background: transparent;
  }
  .page-id-217 .form-wrap .group-wrap:first-of-type {
    margin-bottom: -2px;
  }
}
@media only screen and (max-width: 425px) {
  .page-id-217 .form-wrap .min-header h3 {
    font-size: 1.5rem;
    margin: 0rem;
    padding: 0 .5rem .5rem;
  }
  .page-id-217 .form-wrap .wpcf7-apply-form p {
    font-size: 1.1rem;
    font-weight: 400;
  }
  .wpcf7-apply-form input[type="text"], 
  .wpcf7-apply-form input[type="email"] {
    font-size: 12px;
  }
}
.interior-page .top-row {
    display: block;
    position: relative;
    width: 100%;
}
.interior-page .marg-gal h3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000;
}
#portfolio {
  background: #f1f1f1;
  padding: 4rem 0;
}
#portfolio h4 {
  background: #a11;
  padding: 5px;
  color: #fff;
  font-weight: 300;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
}
#portfolio p {
    padding: 0;
    margin: 0;
}
#portfolio .nav.nav-tabs {
    font-size: .5em;
    border-bottom: 0px;
    display: inline-block;
    max-width: 75%;
}
#portfolio .nav-tabs>li {
    display: inline !important;
    white-space: nowrap;
}
#portfolio .nav-tabs>li a {
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    padding: 10px 15px;
    margin: 3px;
    border: 1px solid transparent !important;
    display: inline;
}
#portfolio .nav-tabs>li a:hover {
    transition: .3s ease;
    background: #49c528;
    padding: 10px 15px;
    margin: 3px;
    border: 1px solid transparent !important;
}
#portfolio .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fff;
    border: 1px solid transparent !important;
    font-size: 1rem;
}
#portfolio .tab-content {
    border-top: 0px;
    overflow: hidden;
}
#portfolio .tab-content p {
    padding: 2rem 0 0;
    font-style: italic;
    font-size: 1rem;
}
#portfolio .ngg-gallery-thumbnail-box {
    width: 25%;
    margin: 0 !important;
}
#portfolio .ngg-gallery-thumbnail {
    width: 90%;
    margin: 4%;
}
#portfolio .ngg-gallery-thumbnail img {
    width: 100%;
    height: auto;
}
h3.toggle-title {
    color: #14A284;
    font-weight: 300;
    margin-bottom: 15px;
}
h3.toggle-title i {
    color: #FDBE3F;
    margin-right: 20px;
    font-weight: 500;
}
.toggle-content {
    padding: 2.5rem;
}
.toggle-content strong {
    color: #866DAD;
}
@media only screen and (max-width: 767px) {
    .toggle-content {
        padding: 1rem;
    }
}
.tab-pane:not(.active) {
    display: none;
}

nav a:hover {text-decoration: none;}

#portfolio .nav-tabs>li a {
  padding: 5px 15px; 
  margin: 10px 3px; 
  font-size: 1rem;
  line-height: 2.4;
}

@media only screen and (max-width: 991px) {
  #portfolio .nav-tabs>li {
    /*display: block !important; */
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #portfolio .nav-tabs>li a {text-align: center; font-weight: 400;}
  #portfolio .nav-tabs>li {display: block !important; margin-bottom: 1.5rem;}
  #portfolio h4 {margin-left: 0; margin-right: 0;}
}
/*============================ */
/* Contact 03 (Revised)
============================== */
.interior-contact-03 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: #fff;
  margin-bottom: -2rem;
}
/*.interior-contact-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
}*/
.interior-contact-03 .content-wrap {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #6d6e71;
  margin-bottom: 1rem;
}
.page-id-216 .interior-contact-03 .content-wrap {
  border-bottom: none;
}
.interior-contact-03 .title-wrap {
  padding: .5rem 1rem;
  border-left: .5rem solid #7abfff;
  margin-bottom: 1rem;
}
.interior-contact-03 .title-wrap h1 {
  color: #49c528;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
.interior-contact-03 .title-wrap h2 {
  font-size: 1.3rem;
  color: #000;
  font-style: italic;
  margin-bottom: 1rem;  
}
.interior-contact-03 .content-wrap p {
  font-weight: 300;
  color: #333;
  margin: 0;
}
.interior-contact-03 ul li .fa {
  font-size: 2rem;
  color: #49c528;
}
.interior-contact-03 ul li {
  font-size: 2rem;
  font-weight: 400;
}
.interior-contact-03 .contact-03-meta {
  position: relative;
}
.interior-contact-03 .contact-03-meta p {
  display: inline-block;
  margin-left: 1rem;
}
.interior-contact-03 .contact-03-meta ul {
  display: block;
  position: relative;
  font-size: 2rem;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1;
}
.interior-contact-03 .form-wrap {
  padding: 0;
}
.interior-contact-03 .form-wrap .email {
  float: left;
  width: 50%;
  padding-right: 1rem;
}
.interior-contact-03 .form-wrap .phone {
  float: left;
  width: 50%;
}
.interior-contact-03 .form-wrap .phone,
.interior-contact-03 .form-wrap .email {
  z-index: 10;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap input,
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 300;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]), 
.interior-contact-03 .form-wrap textarea {
  width: 100%;
  border: 1px solid #000;
  background: #eeeeee;
  padding: .6rem;
  margin-bottom: 1rem;
  color: #333;
}
.interior-contact-03 .form-wrap input:not([type="submit"]):focus, 
.interior-contact-03 .form-wrap textarea:focus {
  border-color: #49c528;
}
.interior-contact-03 .form-wrap .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 10rem;
  max-height: 250px;
}
span.wpcf7-form-control-wrap.message {
  display: inline-block;
  width: 100%;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 2px solid #7abfff;
  padding: .5rem 1.5rem;
  color: #7abfff;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.interior-contact-03 .form-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background: #7abfff;
  color: #fff;
}
.interior-contact-03 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.interior-contact-03 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.interior-contact-03 :-ms-input-placeholder {
  /* IE 10+ */
  color: #0008;
}
.interior-contact-03 :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.interior-contact-03 .contact-03-meta ul li p a {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .interior-contact-03 h1 {
      margin-bottom: 1rem;
  }
}
/*============================ */
/*CONTACT*/
/*============================ */
header.hollow-header-01 .meta-wrap a:hover {
  color: #7abfff;
}
.wpcf7-contact-page input:focus,
.wpcf7-contact-page textarea:focus {
  border-color: #49c528;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  cursor: pointer;
}
 /*SEO BANNER*/
 .content.seo {
  background: #49c528;
 }
 .content.seo p a:hover {
  color: #000;
 }
 .hollow-testimonial-04 {
  position: relative;
  padding-bottom: 1.5rem;
}
.hollow-testimonial-04 .testimonial-wrap {
  display: block;
  position: relative;
}
.hollow-testimonial-04 .text-wrap {
  display: inline-block;
  position: relative;
  padding: 0 9rem 2rem 9rem;
  background: #f1f1f1;
  margin: 0 1rem 2rem;
  border-left: .5rem solid #49c528;
}
.hollow-testimonial-04 .col5 {
  width: 5%;
  float: left;
  display: inline-block;
  font-size: 2rem;
}
.hollow-testimonial-04 .col90 {
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 2rem;
}
.hollow-testimonial-04 p {
  color: #000;
}
.hollow-testimonial-04 .text-wrap p {
  margin: 0;
  color: #000;
  -webkit-margin-before: 1rem;
  text-align: center;
}
.hollow-testimonial-04 .right {
  float: right;
}
.hollow-testimonial-04 i {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'IM Fell French Canon';
  font-size: 4rem;
  line-height: 0.9;
  color: #7abfff;
}
.hollow-testimonial-04 i.left {
  -webkit-transform: translate(-35px,82px);
  -ms-transform: translate(-35px,82px);
  -o-transform: translate(-35px,82px);
  transform: translate(-35px,82px);
}
.hollow-testimonial-04 i.quote-right {
  -webkit-transform: rotate(180deg) translate(-42px,60px);
  -ms-transform: rotate(180deg) translate(-42px,60px);
  -o-transform: rotate(180deg) translate(-42px,60px);
  transform: rotate(180deg) translate(-42px,60px);
}
.hollow-testimonial-04 .name {
  display: block;
  position: relative;
  text-align: center;
  margin-top: -1rem;
}
.hollow-testimonial-04 .name h3 {
  color: #49c528;
}
.hollow-testimonial-04 ul {
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
.hollow-testimonial-04 ul li {
  display: inline-block;
  position: relative;
  float: left;
  font-size: 1.3rem;
  padding: .3rem;
  color: #7abfff;
}
@media only screen and (max-width: 767px) {
  .hollow-testimonial-04 .text-wrap {
    padding: 0 4rem;
  }
  .hollow-testimonial-04 i.left {
    -webkit-transform: rotate(180deg) translate(40px,-20px);
    -ms-transform: rotate(180deg) translate(40px,-20px);
    -o-transform: rotate(180deg) translate(40px,-20px);
    transform: rotate(180deg) translate(40px,-20px);
  }
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-contact-06 .content-wrap .text-wrap p a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.hollow-testimonial-04 .name {
  margin-top: 1rem;
}
.hollow-testimonial-04 img {
  margin: auto;
}
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-01 nav a {
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .hollow-service-box-03_hoverbar h3 {
    font-size: 1.4rem;
  }
  .hollow-testimonial-04 .text-wrap {
    padding: 0 6rem 2rem 6rem;
  }
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-content-02 .img-wrap {
    height: 24rem;
  }
  .hollow-content-int3 .text-wrap {
    padding: 3rem 3rem 1rem;
  }
  .footer-01 .cred-wrap {
    width: 85vw;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .hollow-content-02 h1 {
    font-size: 2rem;
  }
  #portfolio .nav-tabs>li a {
    line-height: 3;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-02 .img-wrap {
    height: 16rem;
  }
  .hollow-content-02 p {
    padding-right: 1rem;
  }
  #portfolio .nav-tabs>li a {
    line-height: 1;
  }
  .hollow-contact-06 .form-wrap {
    margin: 0;
  }
}
/*============================ */

/*============================ */
/* Associate 01
============================== */
.hollow-associate-01 {
  padding: 2rem 0;
}
.hollow-associate-01 .associate-slider {
  margin-bottom: 0;
  width: 100%;
}
.hollow-associate-01 .associate-slider .slick-track {
  display: flex;
  align-items: center;
}
.hollow-associate-01 .associate-slider .slick-slide {
  text-align: center;
}
.hollow-associate-01 .associate-slider .slick-slide:last-of-type {
  text-align: center;
}
.hollow-associate-01 .associate-slider a {
  display: inline-block;
  vertical-align: middle;
}
.hollow-associate-01 .slick-prev:before,
.hollow-associate-01 .slick-next:before {
  color: #000 !important;
}
.hollow-associate-01 .associate-slider a:focus {
  outline: 0;
}
.hollow-associate-01 .associate-slider a img {
  max-height:175px;
  display: inline-block;
}

.nextgen_pro_thumbnail_grid {
    text-align: center;
    width: 97%;
    max-width: 100% !important;
    margin-left: 26px;
	margin-bottom: 50px;
}