/*
  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 {
  
}




.wpcf7-contact-page .submit-wrapper input {
  background: #0000fe;
}
.wpcf7-contact-page .submit-wrapper input:hover {
  background: #010195;
}


.hollow-header-02 {
  display: block;
  position: relative;
  z-index:11000;
  background: #010195;
  color: #f6f6f6;
  width: 100%;
  box-shadow: 0 2px 5px -2px #000;
}

@media only screen and (min-width:1025px) {
	body.page-id-232 .hollow-header-02 {
	  height:180px;
	  margin-top:-180px;		
	}
}

.hollow-header-02.sticky {
/*   position: fixed;
  top: 0; */
  /*opacity: 0.92;*/
}
/*.hollow-header-02 .white-bg {
  background: #fff;
}
.hollow-header-02.sticky .white-bg {
  background: #fff;
}*/
.hollow-header-02 .logo img {
  max-width: 100%;
  -webkit-transition: all .32s ease;
  -o-transition: all .32s ease;
  transition: all .32s ease;
}
.hollow-header-02.sticky .logo img {
  /*padding: 1rem 0;*/
  background: white;
  /*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.4rem;
  font-weight: 400;
  margin: .4rem 0;
  display: inline-block;
}
.hollow-header-02 .social {
  display: inline-block;
}
.hollow-header-02 .social a {
  color: #FFF;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  padding: .3rem;
}
.hollow-header-02 .logo img {
  padding: 1rem 0;
}
.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: #010195;
  margin: 0;
  padding: .25rem 0;
}
.hollow-header-02 .meta-wrap-inner {
  display: flex;
  position: relative;
  text-align: right;
  justify-content: space-between;
}
.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 .phone a i.fa,
.hollow-header-02 .mobile-toolbar a.mobile-icon i.fa {
  font-family: 'FontAwesome';
  font-weight: 400;
}
/*.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;
}
.hollow-header-02 nav a {
  padding: .1rem .6rem;
  display: block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}



.hollow-header-02 nav a:focus {
  color: #fff;
}
.hollow-header-02 nav a i {
  padding-right: .4rem;
}
/* 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 {
 /* background: #0000fe;*/
  color: #4eacf5
}
.hollow-header-02 #menu-item-272 a {
  color: #4eacf5;
  text-transform: uppercase;
  border: 2px solid transparent;
}
.hollow-header-02 #menu-item-272 a:hover {
  color: #fff;
  background: #4eacf5;
  border: 2px solid #4eacf5
} 
/* NAV LEVEL TWO */
.hollow-header-02 .dropdown-menu {
  margin-top: 0px;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 15em;
  display: none;
}
.hollow-header-02 nav .dropdown-menu .menu-item {
  float: none;
}
.hollow-header-02 nav .dropdown-menu a {
  background: #010195;
  color: #fff;
}
.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 {
  /*background: #0000fe;*/
  color: #4eacf5;
}
.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: #010195;
  -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: #0000fe;
}
.hollow-header-02 .mobile-toolbar>* {
  display: inline-block;
  vertical-align: middle;
}
.hollow-header-02 .request {
  display: inline-block;
}

/*Quote Button*/
.hollow-header-02 .free-quote-wrap {
  position: relative;
  background: #0000fe;
  text-align: center;
  padding: 1rem 0;
  width: 150px;
  height: 115px;
}
.hollow-header-02 .free-quote-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
  height: 0;
  border-left: 4.1rem solid transparent;
  border-right: 4.1rem solid transparent;
  border-top: 3rem solid #0000fe;
  clear: both;
  z-index: 300;
}
.hollow-header-02 .free-quote-wrap p {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.hollow-header-02 .free-quote-wrap h3 {
  text-shadow: 2px 2px #000;
  font-weight: 700;
  text-transform: uppercase;
}
.hollow-header-02 .free-quote-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
   
@media screen and (min-width: 992px) {
  .hollow-header-02 {
    position: fixed!important;
  }
  body {
    padding-top: 0!important;
  }
  .hollow-header-02 .logo a {
    display: inline-block;
    background: #fff;
    padding-left: 1rem;
  }
  .hollow-header-02 .logo img {
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  .hollow-header-02 .logo a::after {
    content: '';
    position: absolute;
    /*left: 0;*/
    top: 0;
    height: 100%;
    width: 0;
    border-top: 7.2rem solid #fff;
    border-bottom: 0rem solid transparent;
    border-right: 5rem solid #010195;
    clear: both;
  }
  /*.hollow-header-02 .logo::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-top: 130px solid transparent;
    border-bottom: 0rem solid transparent;
    border-right: 5rem solid #010195;
    clear: both;
  }*/
  /*.hollow-header-02.sticky .logo::before {
    display: none;
  }*/
  .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: 991px) {
  .hollow-header-02 .white-bg {
    background: #fff;
  }
  .hollow-header-02.sticky .white-bg {
    background: #fff;
  }
  .hollow-header-02 .logo {
    text-align: center;
  }
  .hollow-header-02 .logo img {
    margin: 60px auto 15px;
    padding: 0;
  }
  .hollow-header-02 .free-quote-wrap {
    display: none;
  }
  .hollow-header-02 .free-quote-wrap:after {
    border-left: 28rem solid transparent;
    border-right: 28rem solid transparent;
  }
  header.hollow-header-02.header-menu-open nav .menu {
    pointer-events: auto;
    opacity: 1;
  }
  .hollow-header-02 nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    background: #010195;
  }
  .hollow-header-02 nav a {
    font-size: 1rem;
    text-transform: uppercase;
    /*color: #010195;*/
    color: #fff;
  }
  .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,
  .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 {
    background: #2c2c34;
    color: #fff;
  }
  .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: #010195;
    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: 34px;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-header-02 .free-quote-wrap:after {
    border-left: 14rem solid transparent;
    border-right: 14rem solid transparent;
  }
}
@media screen and (orientation: portrait) and (max-width:991px) {
  .hollow-header-02 nav a {
    font-size: 1.5rem;
    padding: .6rem;
  }
}
@media screen and (orientation: portrait) and (max-width:767px) {
  .hollow-header-02 nav a {
    font-size: 1.3rem;
    padding: .45rem .6rem;
  }
}

/*============================ */
/* Hero 19
============================== */
.hollow-hero-19 {
  height: 38vw;
  position: relative;
  overflow: hidden;
  background: url(//finedesignsandgraphics.com/site/wp-content/uploads/Website-Homepage-Pic-2.jpg) top center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (min-width:1025px) {
	.hollow-hero-19 {
		margin-top:180px;
	}
}
.hollow-hero-19 .flex-container {
  justify-content: flex-end;
}
.hollow-hero-19 .form-wrap {
  width: 50%;
  padding: 2rem;
  background: rgba(0,0,0,0.8);
  margin: 2rem 0;
}
.hollow-hero-19 h3 {
  color: #FFF;
  margin-bottom: .5rem;
}
.hollow-hero-19 p {
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hollow-hero-19 .your-email {
  float: left;
  width: 50%;
  padding-right: 1rem;
}
.hollow-hero-19 .your-phone {
  float: left;
  width: 50%;
}
.hollow-hero-19 .wpcf7-form-control-wrap {
  font-size: 2rem;
}
.hollow-hero-19 .wpcf7-form-control-wrap input,
.hollow-hero-19 .wpcf7-form-control-wrap textarea {
  font-size: 1rem;
  font-family: 'Lato';
  font-weight: 300;
  color: #FFF;
}
.hollow-hero-19 input:not([type="submit"]), .hollow-hero-19 textarea {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(147, 149, 152, 0.8);
  padding: .5rem;
  margin-bottom: .8rem;
  color: #FFF;
}
.hollow-hero-19 .wpcf7-form-control-wrap textarea {
  z-index: 0;
  height: 8rem;
}
.hollow-hero-19 .wpcf7-form-control.wpcf7-submit {
  background: #ab4645;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-hero-19 .wpcf7-form-control.wpcf7-submit:hover {
  background: #732e2d;
}
.hollow-hero-19 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.hollow-hero-19 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.hollow-hero-19 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.hollow-hero-19 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .hollow-hero-19 {
    height: 40vw;
    background-attachment: unset;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-hero-19 .form-wrap {
    width: 100%;
  }
}


/*============================ */
/* Service Text 09
============================== */
.hollow-service-text-09 .top {
  background: #2c2c34;
  padding: 4rem 0 13rem;
}
.hollow-service-text-09 .top .flex-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hollow-service-text-09 .top h1 {
  color: #FFF;
  margin-bottom: 1rem;
}
.hollow-service-text-09 .top p {
  color: #FFF;
  max-width: 70%;
}
.hollow-service-text-09 .middle {
  position: relative;
  z-index: 3000;
}
.hollow-service-text-09 .middle .flex-container {
  width: 95%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hollow-service-text-09 .box {
  position: relative;
  overflow: hidden;
  background: #FFF;
  width: 18%;
  text-align: center;
  transition: all .3s ease;
  padding: 2rem 1.3rem;
}
.hollow-service-text-09 .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
.hollow-service-text-09 .box i {
  font-size: 2.5rem;
  padding: .5rem;  
  color: #4eacf5;
  margin-bottom: 1rem;
}
.hollow-service-text-09 .box:hover i {
  color: #4eacf5
}
.hollow-service-text-09 .box h3 {
  margin-bottom: 1rem;
  color: #4b4b58;
}
.hollow-service-text-09 .box:hover h3 {
  color: #4eacf5;
}
.hollow-service-text-09 .box p {
  color: grey;
  font-size: 1.1rem;
}
.hollow-service-text-09 .box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-service-text-09 .bottom {
  position: relative;
  background: #FFF;
  height: 9rem;
}
@media only screen and (max-width: 991px) {
  .hollow-service-text-09 {
    background: #2c2c34;
  }
  .hollow-service-text-09 .top {    
    padding: 4rem 0;
  }
  .hollow-service-text-09 .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .hollow-service-text-09 .middle .flex-container {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  .hollow-service-text-09 .middle {
    padding-bottom: 2rem;
  }
  .hollow-service-text-09 .box {
    width: 80%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 2rem;
  }
  .hollow-service-text-09 .bottom {
    /*height: 38rem;*/
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-text-09 .top p {
    max-width: 90%;
  }
  .hollow-service-text-09 .top {    
    padding: 2rem 0;
  }
  .hollow-service-text-09 .box {
    width: 100%;
  }
  .hollow-service-text-09 .middle {
    padding-bottom: 0rem;
  }
  /*.hollow-service-text-09 .bottom {
    height: 40rem;
  }*/
}



/*============================ */
/* Content 08
============================== */
.hollow-content-08 {
  position: relative;
  overflow: hidden;
  background:#fff;
  padding: 4rem 0;
}
.hollow-content-08 .flex-container {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.hollow-content-08 .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.hollow-content-08 h1 {
  color: #0000fe;
  text-align: center;
  white-space: nowrap;
  padding: 0 1rem;
}
.hollow-content-08 hr {
  background: #4eacf5;
  width: 100%;
  height: 4px;
  border: none;
}
.hollow-content-08 p {
  color: #747474;
  text-align: center;
  margin-bottom: 2rem;
}
.hollow-content-08 p:first-of-type {
  color: #4b4b58;
  font-weight: 700;
}
.hollow-content-08 a {
  border: 1px solid #4eacf5;
  color: #4eacf5;
  align-self: center;
  border-radius: var(--root--borderRadius);
}
.hollow-content-08 a:hover {
  color: #fff;
}
.hollow-content-08 a::before {
  background: #4eacf5;
}
@media only screen and (min-width: 992px) {
  .hollow-content-08 .flex-container {
      padding: 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-content-08 {
    padding: 2rem 0;
  }
}










/*============================ */
/* Service Text 05
============================== */
.hollow-service-text-05 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background: url(img/content-02-bg-1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-service-text-05::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 111, 255, 0.31);
  z-index: 1;
}
.hollow-service-text-05 .flex-container {
  /*width: 95%;*/
  flex-wrap: wrap;
  justify-content: space-between;
}
.hollow-service-text-05 .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 23%;
  margin: 1rem 0;
}


.hollow-service-text-05 .text-wrap {
  margin-left: 2rem;
  width: 95%;
  z-index: 10;
}
.hollow-service-text-05 h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hollow-service-text-05 hr {
  height: 4px;
  width: 5rem;
  background: #fff;
  padding: 0;
  margin: 0 0 2rem;
}
.hollow-service-text-05 p {
  width: 65%;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
}



.hollow-service-text-05 .content h3:first-of-type {
  text-transform: uppercase;
  color: #31C3EC;
  margin-bottom: .5rem;
  font-size: 1.6rem;
}
.hollow-service-text-05 .content h3 {
  margin-bottom: 1rem;
  color: #010195;
}
.hollow-service-text-05 .content p {
  font-size: 1.1rem;
  color: grey;
}
.hollow-service-text-05 .service {
  align-items: center;
  padding: 1.5rem 1rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
  z-index: 10;
}
.hollow-service-text-05 .service:hover {
  background: rgba(255,255,255,1);
  transform: translateY(-10px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}
/*.hollow-service-text-05 .service:last-of-type {
  background: #0085AB;
}*/
.hollow-service-text-05 i.icon {
  font-size: 2.5rem;
  color: #4b4b58;
  margin-bottom: 1.5rem;
  transition: all .3s ease;
}
.hollow-service-text-05 .service:hover i.icon {
  color: #4eacf5;
}
/*.hollow-service-text-05 .service:last-of-type:hover i.icon {
  color: #31C3EC;
}*/
.hollow-service-text-05 .service h3 {
  color: #4b4b58;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.hollow-service-text-05 .service p {
  color: #4b4b58;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 400;
  width: 100%;
}
.hollow-service-text-05 .service a {
  display: flex;
  align-items: center;
  color: #4b4b58;
  font-weight: 400;
  transition: all .3s ease;
  text-transform: uppercase;
}
.hollow-service-text-05 a:hover {
  color: #4eacf5;
  transition: all .3s ease;
}
.hollow-service-text-05 a i {
  font-size: 1.1rem;
  padding-left: .5rem;
  transition: all .3s ease;
}
.hollow-service-text-05 a:hover i {
  padding-left: 1rem;
}
@media only screen and (max-width: 991px) {
  .hollow-service-text-05 {
    background-attachment: unset;
  }
  .hollow-service-text-05 .box {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-service-text-05 {
    padding: 3rem 0 2rem;
  }
  .hollow-service-text-05 .flex-container {
    flex-direction: column;
  }
  .hollow-service-text-05 p {
    width: 95%;
  }
  .hollow-service-text-05 .box {
    width: 100%;
    text-align: center;
  }
}













/*============================ */
/* Action 10
============================== */
.hollow-action-10 {
  position: relative;
  overflow: hidden;
  background: #2c2c34;
  padding: 1rem 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 input {
  color: #FFF;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  padding: .4rem 1rem;
  border: none;
  font-family: 'Lato';
}
.hollow-action-10 input:not([type="submit"]) {
  background: transparent;
  border: 1px solid #fff;
  flex-shrink: 1.5;
}
.hollow-action-10 input[type="submit"] {
  flex-shrink: 2;
  display: inline-block;
  border: none;
  background: #0000fe;
  border: 1px solid #0000fe;
  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 input[type="submit"]:hover {
  background: #4eacf5;
  border-color: #4eacf5;
}
.hollow-action-10 .wpcf7-response-output {
  color: #FFF;
}
@media (min-width: 992px) {
  .hollow-action-10 label {
    padding-right: 1rem;
  }
  .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;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-action-10 {
    padding: 2rem 1rem 1.5rem;
  }
  .hollow-action-10 h3 {
    margin-bottom: .5rem;
  }
  .hollow-action-10 .wpcf7-form {
    flex-direction: column;
    justify-content: center;
  }
  .hollow-action-10 label {
    margin-bottom: .75rem;
  }
}



.hollow-gallery-03 {
  padding: 4rem 0;
}
.hollow-gallery-03 .header {
  text-align: center;
}
.hollow-gallery-03 .header h1 {
  color: #010195;
}
.hollow-gallery-03 .header h3 {
  color: #010195;
  margin-bottom: 2rem;
  font-weight: 300;
  display: inline-block;
  border-bottom: 4px solid #4eacf5;
  padding-bottom: 1rem;
}

.hollow-gallery-03 .col-sm-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.hollow-gallery-03_box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 16rem;
  background: #000;
  border: 4px solid #ccc;
}
.hollow-gallery-03 .row:first-of-type {
  margin-bottom: 1rem;
}
/*.hollow-gallery-03 .col-xs-12:not(:last-of-type) .hollow-gallery-03_box {
  border-right: 2px solid #FFF;
}*/
.hollow-gallery-03_box:hover span,
.hollow-gallery-03_box:hover .text-wrap {
  transform: none;
  opacity: 1;
}
.hollow-gallery-03_box span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background: #FFF;
  width: 4vw;
  height: 4vw;
  max-width: 65px;
  max-height: 65px;
  min-width: 35px;
  min-height: 35px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-03_box span:hover {
  background: #0000fe;
}
.hollow-gallery-03_box span:hover i {
  color: #FFF;
}
.hollow-gallery-03_box span i {
  color: #0000fe;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-gallery-03_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: inherit;
  max-height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.hollow-gallery-03_box:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1) translate(-50%,-50%);
  -ms-transform: scale(1.1) translate(-50%,-50%);
  -o-transform: scale(1.1) translate(-50%,-50%);
  transform: scale(1.1) translate(-50%,-50%);
} 
.hollow-gallery-03_box .text-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.6rem 1.3rem;
  text-align: left;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hollow-gallery-03_box .text-wrap h3 {
  font-weight: 400;
  color: #FFf;
  line-height: 1.4;
}
.hollow-gallery-03_box .text-wrap p {
  font-weight: 300;
  color: #FFf;
  line-height: 1.3;
}
.hollow-gallery-03_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hollow-gallery-03_box.overlay:hover a{
  background: none;
}
@media (min-width: 768px) {
  .hollow-gallery-03 .text-wrap {
    opacity: 0;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
  }
  /*.hollow-gallery-03_box.overlay a {
    background: rgba(17, 123, 123, 0.42);
  }*/
}
@media only screen and (max-width: 767px) {
  .hollow-gallery-03 {
    padding: 2rem 0 0;
  }
  .hollow-gallery-03 .row:first-of-type {
      margin-bottom: 0;
    }
  .hollow-gallery-03_box {
    border: none !important;
    margin-bottom: 2px;
  }
  .hollow-gallery-03_box img {
    opacity: 0.7;
  }
}



/*============================ */
/* Testimonial 02
============================== */
.hollow-testimonial-02 {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
  background: url(img/testimonial.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hollow-testimonial-02 .flex-container {
  flex-direction: column;
  text-align: center;
}
.hollow-testimonial-02 .slider-wrap {
  padding: 2rem;
  background: rgba(0,0,254,0.85);
  border: 2px solid #fff;
  border-radius: var(--root--borderRadius);
}
.hollow-testimonial-02 h1 {
  color: #fff;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.hollow-testimonial-02 p {
  margin-bottom: 1rem;
  color: #FFF;
}
.hollow-testimonial-02 h3.quote {
  margin-bottom: 1rem;
}
.hollow-testimonial-02 h3 {
  color: #FFF;
  margin-bottom: .25rem;
}
.hollow-testimonial-02 span {
  color: #FFF;
}
.hollow-testimonial-02 .slick-dots {
  color: #FFF;
  bottom: -3rem;
  left: 0;
}
.hollow-testimonial-02 .slick-dots li button:before {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .hollow-testimonial-02 .flex-container {
    max-width: 50vw;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-testimonial-02 {
    background-attachment: unset;
  }
}
@media only screen and (max-width: 991px) {
  .hollow-testimonial-02 {
    padding: 3rem 0 2rem;
  }
}


.hollow-action-11 {
  background: #2c2c34;
  padding: 1rem;
}
.hollow-action-11 .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hollow-action-11 h3 {
  font-size: 1.8rem;
  font-weight: 300;
  padding-right: 1.5rem;
  color: #FFF;
}
.hollow-action-11 h3#phone {
  font-weight: 400;
  color: #4eacf5;
}
.hollow-action-11 a#contact {
  font-size: 1.2rem;
  color: #FFF;
  padding: .5rem 1rem;
  background: #0000fe;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a#contact:hover {
  background: #4eacf5;
}
.hollow-action-11 a#contact i {
  font-size: 1.2rem;
  padding-left: .5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hollow-action-11 a#contact:hover i {
  padding-left: 1rem;
}
@media only screen and (max-width: 991px) {
  .hollow-action-11 {
    padding: 3rem 0;
  }
  .hollow-action-11 .content-wrap {
    flex-direction: column;
  }
  .hollow-action-11 h3 {
    padding: 0 0 1rem;
  }
  .hollow-action-11 h3 a {
    color: #4a8f95;
  }
}


/*============================ */
/* Contact 15
============================== */
.hollow-contact-15 {

}
.hollow-contact-15 .flex-container {
  position: relative;
  width: 100%;
}
.hollow-contact-15 .get-in-touch {
  width: 50%;
  background: #010195;
  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: #4eacf5;
  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;
}
.hollow-contact-15 .get-in-touch li i {
  color: #4eacf5;
  font-size: 1.2rem;
  margin-right: .5rem;
}
.hollow-contact-15 .social a {
    color: #fff;
    margin-right: .7rem;
}
.hollow-contact-15 .social a:hover {
  color: #4eacf5;
}
.hollow-contact-15 .contact-us {
  width: 50%;
  background: #fff;
  padding: 6rem;
}
.hollow-contact-15 .contact-us h4 {
  color: #010195;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us h1 {
  color: #010195;
  margin-bottom: 1rem;
}
.hollow-contact-15 .contact-us hr {
  height: 4px;
  width: 5rem;
  background: #4eacf5;
  margin: .5rem 0 3rem;
  border: none;
}
.hollow-contact-15 .form-wrap {
  position: relative;
}

.hollow-contact-15 textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 3rem;
  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 {
  font-size: 1rem;
  width: 100%;  
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}

.hollow-contact-15 .wpcf7-form-control.wpcf7-submit {
  background: #0000fe;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem; 
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.hollow-contact-15 .wpcf7-form-control.wpcf7-submit:hover {
  background: #010195;
}
.hollow-contact-15 .map-wrap {
  width: 100%;
  height: 500px;
}
.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;
  }
  .hollow-contact-15 .contact-us {
    width: 100%;
    padding: 3rem;
  }
}



/*============================ */
/* Contact 01
============================== */
.hollow-contact-01 {
  position: relative;
  overflow: hidden;
}
.hollow-contact-01 iframe {
  width: 100%;
  height: 65vh;
  pointer-events: none;
}
.hollow-contact-01 iframe.clicked {
  pointer-events: auto;
}
.hollow-contact-01 .card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  padding: 1rem;
  transition: all .3s ease;
}
.hollow-contact-01 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .25rem;
}
.hollow-contact-01 h1 {
  color: #000;
  padding-right: 4rem;
}
.hollow-contact-01 .card a {
  padding: .5rem 1rem;
  color: #0000fe;
  border: 1px solid #0000fe;
  transition: all .3s ease;
}
.hollow-contact-01 .card a:hover {
  background: #0000fe;
  border-color: #0000fe;
  color: #FFF;
}
.hollow-contact-01 ul li {
  color: #747474;
  line-height: 1.75rem;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 992px) {
  .hollow-contact-01 .card {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .hollow-contact-01 .card:hover {
    transform: translateY(-53%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 991px) {
  .hollow-contact-01 {
    display: flex-reverse;
    flex-direction: column;
  }
  .hollow-contact-01 .card {
    display: flex;
    align-items: initial;
  }
}

.hollow-web-design-01 {
  display:block;
  background: whitesmoke;
}
.hollow-web-design-01 .top-half {
  padding:3rem 0 0;
}
.hollow-web-design-01 .top-half h1 {
  color:#010195;
  text-align:center;
  font-size:2rem;
  font-weight:500;
  margin-bottom:1rem;
}
.hollow-web-design-01 .top-half h2 {
  color:#4eacf5;
  text-align:center;
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: none;
  line-height: 24px;
  letter-spacing: 0px;
  margin:0 12rem 1rem;  
}
.hollow-web-design-01 .top-half p {
  font-size:1rem;
  color:#747474;
  font-weight:400;
  width:75%;
  margin:0 auto 1rem;
}
.hollow-web-design-01 .bottom-half {
  padding:2rem 0 3rem;
}
.hollow-web-design-01 .bottom-half .form-wrap {
  width:50%;
  margin:0 auto;
  text-align: -webkit-center;
}
.hollow-web-design-01 .bottom-half .form-wrap input:not([type="submit"]),
.hollow-web-design-01 .bottom-half .form-wrap textarea {
  font-size: 1rem;
  width: 100%;
  border: 1px solid #747474;
  border-bottom: 1px solid rgba(72, 81, 103, 0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}
.hollow-web-design-01 .bottom-half .form-wrap textarea { height:9em; }
.hollow-web-design-01 .bottom-half .form-wrap textarea::placeholder { color:#747474; }
.hollow-web-design-01 .bottom-half .form-wrap input[type="submit"] {
  background: #0000fe;
  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;
}
@media only screen and (max-width:767px) {
  .hollow-web-design-01 .top-half h2 {
    margin:0 3rem 1rem;
  }
  .hollow-web-design-01 .top-half p {
    font-size:1rem !important;
  }
  .hollow-web-design-01 .bottom-half .form-wrap {
    width:80%;
  }
}


/*============================ */
/* Footer 02
============================== */
.hollow-footer-02 {
  position: relative;
  background: #000;
  padding: 1.5rem 5rem;
  color: #FFF;
  font-weight: 300;
  font-size: 1.2rem;
}
.hollow-footer-02 .flex-container {
  width: 98%;
  align-items: center;
  justify-content: space-between;
}
.hollow-footer-02 a {
  color: #FFF;
  transition: all .3s ease;
  font-weight: 400;
}
.hollow-footer-02 a:hover {
  color: #0000fe;
}
.hollow-footer-02 .top {
  margin: 0 1rem 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .9rem;
  padding: .5rem;
  background: #0000fe;
  opacity: 0.5;
  transition: all .3s ease;
}
.hollow-footer-02 .top:hover {
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .hollow-footer-02 {
    padding: 1.5rem 1rem;
  }
  .hollow-footer-02 .flex-container {
    flex-direction: column;
  }
  .hollow-footer-02 span {
    padding: .75rem 0;
  }
}

/* DEFAULT PAGE HEADER
-------------------------*/
.default-page-header {
  font-family: 'Lato';
  font-size: 2rem;
  font-weight: 300;
  margin-top: 2rem;
}
.default-page-header h1, .default-page-header h2, .default-page-header h3 {
  line-height: 1;
  margin: .2em 0;
}
.default-page-header p {
  line-height: 1.4em;
}
.default-page-header h1 {
  font-size: 1.5em;
  font-weight: 400;
}
.default-page-header h2 {
  font-size: 1em;
  font-weight: 400;
}
.default-page-header p {
  font-size: .6em;
}
.main-row {
  margin-bottom: 1em;
}


/*INTERIOR*/

.interior-page {
  margin-bottom: -1rem;
}
@media only screen and (min-width: 992px) {
  .interior-page {
    padding-top: 10rem;
  }
}
/*============================ */
/* Content 16
============================== */
.interior-content-16 {
  padding: 4rem 0;
}
.interior-content-16 .flex-container {
  justify-content: space-between;
  align-items: center;
}

/*Content*/
.interior-content-16 .content {
  width: 48%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.interior-content-16 h3 {
  color: #010195;
  font-weight: 400;
  margin-bottom: .5rem;
  font-size: 1.25rem;
}
.interior-content-16 h1 {
  color: #010195;
  font-weight: 400;
}
.interior-content-16 hr {
  height: 4px;
  width: 5rem;
  background: #4eacf5;
  margin: .5rem 0 2rem;
  border: none;
}
.interior-content-16 .content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #747474;
}
.interior-content-16 .content .list-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.interior-content-16 .content .list-wrap ul {
  padding: 0 1rem;
  display: flex;
  flex-flow: column;
}
.interior-content-16 .content .list-wrap ul li {
  display: flex;
  align-items: center;
  color: grey;
  line-height: 2.25rem;
}
.interior-content-16 .content .list-wrap ul li i {
  font-size: 1rem;
  padding-right: .5rem;
}
.interior-content-16 .btn-wrap-outer {
  border: 1px solid grey;
  padding: 1rem;
  background: #f3f3f3;
}
.interior-content-16 .btn-wrap-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interior-content-16 .btn-wrap-inner a {
  width: 48%;
  display: flex;
  justify-content: center;
  padding: .5rem 2rem;
  color: grey;
  border: 1px solid grey;
  transition: all .3s ease;
  background: #fff;
}
.interior-content-16 .btn-wrap-inner a:first-of-type {
  background: grey;
  color: #fff;
}
.interior-content-16 .btn-wrap-inner a:hover {
  background: darkgrey;
  color: #fff;
  border-color: darkgrey;
}
@media only screen and (min-width: 768px) {
  .interior-content-16 .flex-container.reverse {
    flex-flow: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-16 {
    padding: 3rem 0 1rem;
  }
  .interior-content-16 .flex-container {
    flex-flow: column;
  }
  .interior-content-16 .content {
    width: 100%;
  }
  .interior-content-16 .content .list-wrap {
    justify-content: center;
    width: 100%;
  }
  .interior-content-16 .content .list-wrap ul {
    padding: 0 1rem;
  }
  .interior-content-16 .content .btn-wrap-outer {
    width: 100%;
  }
}

/*Images*/
.interior-content-16 .images {
  width: 48%;
  display: flex;
  flex-flow: column;
}
.interior-content-16 .images .top-image {
  display: flex;
  width: 100%;
  height: 18rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.interior-content-16 .images .top-image img {
  object-fit: cover;
}
.interior-content-16 .images .bottom-images {
  display: flex;
  justify-content: space-between;
  height: 8rem;
}
.interior-content-16 .images .bottom-images img {
  width: 48%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .interior-content-16 .images {
    width: 100%;
  }
}

.interior-content-01 {
  padding: 4rem 0;
  text-align: center;
  background: #2c2c34;
}
.interior-content-01 h2 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2.75rem;
}
.interior-content-01 hr {
  width: 10%;
  margin: 1rem auto 2rem;
  border: 2px solid #fff;
}
.interior-content-01 h4 {
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.interior-content-01 p {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .interior-content-01 {
    padding: 2rem 0;
  }
}
.interior-content-02 {
  padding: 4rem 0;
  text-align: center;
}
.interior-content-02 h2 {
  color: #010195;
  margin-bottom: 1rem;
  font-size: 2.75rem;
}
.interior-content-02 hr {
  width: 10%;
  margin: 1rem auto 2rem;
  border: 2px solid #4eacf5;
}
.interior-content-02 h4 {
  color: #4b4b58;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.interior-content-02 p {
  color: #747474;
}
@media only screen and (max-width: 767px) {
  .interior-content-02 {
    padding: 2rem 0;
  }
}


/* Full Width Image Sections CSS */
section.full-img {
  overflow: hidden;
  margin-bottom: -.1rem;
}
section.full-img img {
  width: 100%;
}


/*============================ */
/* Content 04
============================== */
.interior-content-04 {
  padding: 4rem 0;
}
.interior-content-04 .flex-container {
  align-items: center;
  justify-content: space-between;
}
.interior-content-04 .text-wrap {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.interior-content-04 h2 {
  color: #010195;
  line-height: 1;
  margin-bottom: .5rem;
}
.interior-content-04 hr {
  height: 4px;
  width: 5rem;
  background: #4eacf5;
  margin: .5rem 0 2rem;
  border: none;
}
.interior-content-04 h4 {
  color: #4b4b58;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.interior-content-04 p {
  color: #747474;
  margin-bottom: 1rem;
}
.interior-content-04 img {
  flex-basis: 48%;
  display: flex;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .interior-content-04 .flex-container.reverse {
    flex-flow: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content-04 .flex-container > * {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .interior-content-04 {
    padding: 2rem 0;
  }
  .interior-content-04 .flex-container {
    flex-direction: column;
  }
  .interior-content-04 .flex-container > * {
    width: 100%;
  }
  .interior-content-04 .text-wrap {
    margin-bottom: 1rem;
  }
}


.hollow-action-06 {
  padding: 4rem 0;
  background: #2c2c34;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hollow-action-06 .flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 12rem;*/
}
.hollow-action-06 h2 {
  line-height: 1.4;
  margin-bottom: .5rem;
  color: #fff;
}
.hollow-action-06 p {
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 400;
}
.hollow-action-06 a#number {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.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;
  color: #fff;
}
.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(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 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(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,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(255, 255, 255 ,0);
  }
  100% {
    fill: rgba(255, 255, 255 ,1);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-action-06 {
    padding: 2rem 0;
  }
  .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;
  }
}

/*============================ */
/* Tabs 03
============================== */
.hollow-side-tabs-01 {
  padding: 0 0 3rem;
}
.hollow-side-tabs-01 .flex-container {
  flex-direction: column;
}
.hollow-side-tabs-01 .tabs {
  align-items: flex-start;
  margin-bottom: .5rem;
}
.hollow-side-tabs-01 .tabs li {
  margin-right: 0;
}
.hollow-side-tabs-01 .tabs li a {
  display: block;
  line-height: 1;
  padding: 1.5rem 1rem;
  border-radius: 2px 2px 0 0;
  background: #0000fe;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 1.1rem;
  transition: all 0.1s ease-in-out;
}
.hollow-side-tabs-01 .tabs li.active a,
.hollow-side-tabs-01 .tabs li a:hover {
  opacity: 1;
  background: #010195;
  color: #fff;
}
.hollow-side-tabs-01 .tabs-content {
  position: relative;
  z-index: 2;
  padding: 0 25px;
  border-radius: 0 4px 4px 4px;
  background: transparent;
  border: none;
}
.hollow-side-tabs-01 .tabs-content img {
  margin-bottom: 1rem;
  margin-right: 1rem;
  max-width: 100%;
 }
 .hollow-side-tabs-01 .tabs-content .icon {
  margin: 0;
 }
.hollow-side-tabs-01 .tabs-content .link-1 {
  color: #007FFF;
  font-weight: 400;
}
.hollow-side-tabs-01 .tabs-content .link-1:hover {
  color: #0e57a0;
}
.hollow-side-tabs-01 .tabs-panel {
  display: none;
}
.hollow-side-tabs-01 .tabs-panel h3 {
  color: #4eacf5;
  margin-bottom: 1rem;
  font-size: 2.25rem;
}
.hollow-side-tabs-01 .tabs-panel h3:not(:first-of-type) {
  font-weight: 300;
  font-size: 2rem;
  color: #838288;
}
.hollow-side-tabs-01 .tabs-panel h4 {
  font-weight: 700;
  color: #f67a32;
  margin-bottom: 1rem;
}
.hollow-side-tabs-01 .tabs-panel p {
  color: #838288;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
.hollow-side-tabs-01 .tabs-panel ul {
  margin-bottom: 1rem;
  display: block;
  margin-top: 1rem;
}
.hollow-side-tabs-01 .tabs-panel ul li i {
  color: #fff;
  vertical-align: top;
  margin-top: .3rem;
  padding-right: .75rem;
}
.hollow-side-tabs-01 .tabs-panel ul li p {
  display: inline-block;
  max-width: 90%;
  vertical-align: middle;
}
.hollow-side-tabs-01 .tabs-panel .nextgen_pro_thumbnail_grid {
  text-align: left;
}
 
.hollow-side-tabs-01 .tabs-panel.active {
  display: block;
}
.hollow-side-tabs-01 a.topBtn {
  font-size: 1.1rem;
  color: #fff;
  background: #032b49;
  padding: 0.5rem 0.8rem;
  /*border-radius: 5px;*/
  float: right;
}
.hollow-side-tabs-01 a.topBtn i {
  margin-right: .5rem;
}
.hollow-side-tabs-01 p a {
  color: #007fff;
  text-decoration: underline;
}
.hollow-side-tabs-01 p a.dl-link {
  font-weight: 400;
  font-size: 1.3rem;
}
.hollow-side-tabs-01 p a:hover {
  color: #003960;
}
.hollow-side-tabs-01 .form-wrap input, 
.hollow-side-tabs-01 .form-wrap textarea {
  font-family: 'Lato';
  font-size: 1rem;
  width: 100%;
  border: 1px solid #fff;
  background: rgba(0, 127, 255, 0.5);
  padding: .6rem;
  margin-bottom: 1rem;
  color: #FFF;
  font-weight: 300;
}
.hollow-side-tabs-01 .form-wrap .submit-wrapper input {
  background: #007FFF;
  border: none;
  padding: .5rem 1.5rem;
  color: #FFF;
  font-family: 'Lato';
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  width: unset;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
} 
.hollow-side-tabs-01 .form-wrap .submit-wrapper input:hover {
  background: #006dda;
}
.hollow-side-tabs-01 ::-webkit-input-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 ::-moz-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 :-ms-input-placeholder {
  color: #fff;
}
.hollow-side-tabs-01 :-moz-placeholder {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .hollow-side-tabs-01 .flex-container {
    flex-direction: row;
  }
  .hollow-side-tabs-01 .tabs {
    flex: 1;
  }
   .hollow-side-tabs-01 .tabs-content {
    flex: 2;
   }
}
@media only screen and (max-width: 767px) {
  .hollow-side-tabs-01 {
    padding: 0;
  }
  .hollow-side-tabs-01 .tabs-content img {
    max-width: 100%;
  }
  .hollow-side-tabs-01 .tabs li a {
    padding: 0.75rem 1rem;
  }
}


/*BLOG*/
.blog-wrap .thecontent .col-sm-6:nth-child(odd) {
  clear: left;
}
.blog-wrap .thecontent .col-sm-6:nth-child(even) {
  clear: right;
}
.search-form-wrap {
  padding-top: 2rem;
}
.search-form-wrap input.search-input:focus {
  border-color: #0000fe;
}
body.single-post header {
    background: #010195;
}
.blog-wrap {
  margin-bottom: 0rem;
}
.search-form-wrap button {
  background: #0000fe
}
.search-form-wrap button:hover {
  background: #4eacf5;
}
body div.container .post-item-header {
  background: #2c2c34;
}
body div.container .post-item p {
  border-color: #2c2c34;
}
body div.container .post-item .post-content a {
  background: #010195;
  color: #FFF;
}
.post-content span.date-wrap {
    display: none;
}
.blog-wrap .post-item p {
  padding: 0 1em 1em;
  color: #3f4d5a;
}
.blog-post {
  font-family: lato;
  line-height: 1.5;
}
.blog-sidebar {
  border: 1px solid #2c2c34;
}
.blog-return a.blog-return-btn {
  background: #0000fe;
}
.blog-return a.blog-return-btn:hover {
  background: #4eacf5;
}
.blog-post-content h1 {
  position: relative;
  color: #010195;
  font-size: 2.75rem;
  margin-bottom: 1rem;
}
.blog-post-content h2 {
  color: #4eacf5;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.blog-post-content h3 {
  color: #4b4b58;
  margin-bottom: 1rem;
}
.blog-post-content p {
  color: #747474;
}
.blog-sidebar article h2 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .blog-post {
    margin-top: 4rem;
  }
  .blog-sidebar article h2 {
    font-size: 1.7rem;
    font-weight: 400;
  }
}




header.hollow-header-02 .phone a:hover,
header.hollow-header-02 .social a:hover {
  color: #4eacf5;
}

.content.seo {
  background: #4eacf5;
}
.content.seo p a:hover {
  color: #010195;
}



/*============================ */
/* Hollow Corner Popup
Version 1.01 : 01.29.19
============================== */
.hollow-corner-popup .form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 11000;
}
.hollow-corner-popup .form-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 40rem;
  padding: 2rem;
  background: #fff;
  z-index: 12000;
  border-radius: 6px;
  transform: translate(-50%, -50%);
}
.hollow-corner-popup .form-wrap h3 {
  color: #0000fe;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.hollow-corner-popup .form-wrap .close {
  display: flex;
  position: absolute;
  top: -7px;
  right: -7px;
  padding: .5rem .6rem;
  border-radius: 6px;
  color: #fff;
  font-size: 1.2rem;
  background: red;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .form-wrap .close:hover {
  background: darkred;
  transform: scale(1.15);
}
.hollow-corner-popup .wpcf7-form-control-wrap input,
.hollow-corner-popup .wpcf7-form-control-wrap textarea {
  font-family: Lato;
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  padding: .5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}
.hollow-corner-popup .wpcf7-form-control-wrap input:focus,
.hollow-corner-popup .wpcf7-form-control-wrap textarea:focus {
  border-color: #4eacf5;
}
.hollow-corner-popup .wpcf7-form-control-wrap textarea {
  height: 6rem;
}
.hollow-corner-popup .wpcf7-form input[type="submit"] {
  font-family: Lato;
  font-size: 1rem;
  color: #fff;
  background: #0000fe;
  padding: .5rem 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .wpcf7-form input[type="submit"]:hover {
  background: #4eacf5;
  transform: scale(1.15);
}
.hollow-corner-popup .wpcf7 .ajax-loader {
  display: none;
}
.hollow-corner-popup .wpcf7-validation-errors {
  display: none !important;
}
.hollow-corner-popup div.wpcf7-mail-sent-ok {
  display: none !important;
}
.hollow-corner-popup div.wpcf7-response-output {
  display: none !important;
}
.hollow-corner-popup .form-wrap div.wpcf7-response-wrap {
  display: none!important;
}
.hollow-corner-popup .form-wrap .message-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hollow-corner-popup .form-wrap .message-wrap .message {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  opacity: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.hollow-corner-popup .form-wrap.sent .message.success-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-corner-popup .form-wrap .message-wrap h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
.hollow-corner-popup .form-wrap .success-message h3 {
  color: green;
}
.hollow-corner-popup .form-wrap .error-message h3 {
  color: red;
}
.hollow-corner-popup .form-wrap .message-wrap p {
  font-size: 1.4rem;
  color: grey;
}
.hollow-corner-popup .form-wrap.error .message.error-message {
  opacity: 1;
  pointer-events: auto;
}
.hollow-corner-popup .form-wrap.sent .success {
  display: flex;
}
.hollow-corner-popup .wpcf7-not-valid-tip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  color: red;
  z-index: 15;
  background: rgba(255,255,255,0.9);
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.hollow-corner-popup .loader-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #4eacf5;
  transform: translate(-50%,-50%);
}
.hollow-corner-popup .loader-wrap i.fa {
  font-size: 1.5rem;
  color: #fff;
}
.hollow-corner-popup .form-wrap.sending .loader-wrap {
  display: flex;
}
.hollow-corner-popup .button-wrap {
  position: fixed;
  z-index: 10000;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
}
.hollow-corner-popup .button-wrap i {
  background: #4eacf5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all .3s ease;
}
.hollow-corner-popup .button-wrap i:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
  .hollow-corner-popup .form-wrap {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .hollow-corner-popup .form-wrap {
    width: 90%;
  }
  .hollow-corner-popup .wpcf7-form-control-wrap input,
  .hollow-corner-popup .wpcf7-form-control-wrap textarea {
    margin-bottom: 1rem;
  }
  .hollow-corner-popup .form-wrap .message-wrap h3 {
    font-size: 1.8rem;
  }
  .hollow-corner-popup .form-wrap .message-wrap p {
    font-size: 1.2rem;
  }
}
/*============================ */
/* Main Revisions
============================== */
span.nowrap {
  white-space: nowrap;
}
span.nowrap a, span.num-span a,
.hollow-action-11 h3#phone a,
.hollow-contact-01 .content-wrap .info-wrap .text-wrap p a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background: inherit;
}
.interior-contact-03 .contact-03-meta li {
  margin: 0 1rem;
  line-height: 1.5;
}
input, textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
/*============================ */
/* Additional Revisions
============================== */
#fancybox-title {
  display: none!important;
}
.page-template-page-contact .hollow-contact-01 .card {
  display: none;
}
.hollow-header-02.sticky {
  box-shadow: 0 2px 5px -2px #000;
}
/*.hollow-service-text-09 .top {
  padding-bottom: 15rem;
}*/
.blog-sidebar .sidebar-thumbnail {
  text-align: center;
}
.blog-return {
  margin-bottom: 2rem;
}
/*.hollow-content-08 {
  padding-top: 6rem;
}*/
/*============================ */
/* Responsive Revisions
============================== */
@media only screen and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 185px!important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hollow-header-02 nav a {
    /*text-transform: capitalize;*/
    padding: 0.1rem 0.4rem;
    /*font-size: 0.9rem;*/
  }
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 195px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .nextgen_pro_thumbnail_grid .image-wrapper {
    max-height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  body:not(.home) .hollow-header-02 .logo {
    display: none;
  }
  .interior-bar-01 ul li p {
    max-width: 85%;
  }
  .interior-page {
    margin-top: 2rem;
  }
  .hollow-header-02 button#mobile {
    cursor: pointer;
  }
  .hollow-header-02 .mobile-toolbar a:hover {
    color: #4eacf5;
  }
  .search-form-wrap {
    margin-top: 5rem;
  }
  /*.hollow-service-text-09 .top {
    padding-bottom: 47rem;
  }*/
}
@media only screen and (max-width: 767px) {
  .blog-post {
    margin-top: 0rem;
  }
  .blog-wrap .post-item {
    padding-bottom: 0rem;
  }
  .blog-wrap .thecontent {
    padding-bottom: 0;
  }
  .post-item .post-content a.read-more {
    margin-bottom: 1rem;
  }
  .search-form-wrap {
    padding-top: 1rem;
  }
  .page-template-page-contact .interior-header-img-01 {
    display: none;
  }
  .interior-contact-03 .contact-03-meta ul {
    margin-bottom: 1rem;
  }
}
.wpcf7-standard-form {
  position: relative;
}

.wpcf7-standard-form textarea {
  font-family: 'Lato';
  z-index: 0;
  height: 4rem;
/*   max-height: 100px; */
}
/* .wpcf7-standard-form .your-email {
  float: left;
  width: 50%;
  padding-right: 15px;
  z-index: 5;
}
.wpcf7-standard-form .your-phone {
  float: left;
  width: 50%;
  z-index: 10;
} */

.wpcf7-standard-form input:not([type="submit"]),
.wpcf7-standard-form textarea {
  font-size: 1rem;
  width: 100%;  
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(72,81,103,0.5);
  color: #485167;
  padding: .6rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-family: 'Lato';
}

.wpcf7-standard-form .wpcf7-form-control.wpcf7-submit {
  background: #0000fe;
  border: none;
  border-radius: var(--root--borderRadius);
  padding: .7rem 1.5rem; 
  color: #FFF;
  cursor: pointer;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
.wpcf7-standard-form .wpcf7-form-control.wpcf7-submit:hover {
  background: #010195;
}
.wpcf7-standard-form input[type="checkbox"] { width:auto; }
.wpcf7-standard-form .wpcf7-list-item {display:block;}