/*
Theme Name: House of VR
*/
body, html {
height: 100%;
}
body {
	background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  color: #464d68;
    font-weight: 400;
  position: static; overflow-y:auto
}
.wow {
visibility: hidden;
}
.no-scroll {
 position: fixed; overflow-y:scroll
}
h1, h2, h3, h4, h5 {
  margin: 0;
letter-spacing: .5px;
    font-weight: 400;
    color: #052490;
  font-family: 'Dosis', sans-serif;
}
a {
  color: #052490;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #981db7;
}
.page-content a, #contact-us a, .underline {
  border-bottom: 1px solid rgba(230, 12, 150, 0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
p {
 margin-bottom: 1.2em;
}
p:last-child {
    margin-bottom: 0;
}
.purple.underline {
  border-bottom: 1px solid rgba(152, 29, 183, 0);
}
.purple.underline:hover, .purple.underline:focus {
 color: #981db7;
  border-bottom: 1px solid rgba(152, 29, 183, 1);
}
.page-content a:hover,  #contact-us a:hover, .underline:hover,  #contact-us a:focus, .page-content a:focus, .underline:focus {
  color: #052490;
  border-bottom: 1px solid rgba(5, 36, 144, 1);
}
.purple{
  color: #981db7;
}
.blue {
  color: #052490;
}
.uppercase {
  text-transform: uppercase;
}
.smaller {
  font-size: .9em;
}
.bold {
  font-weight: 500;
}
strong {
    font-weight: 600;
}
.dosis {
  font-family: 'Dosis', sans-serif;
}
/*TOP NAV */
.main-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding-right: 0px;
  height: 85px;
  background: transparent;
}
.gradient {
 height: 85px;
   background: #242395; /* Old browsers */
  background: -moz-linear-gradient(left, #242395 0%, #981db7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #242395 0%, #981db7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #242395 0%, #981db7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242395', endColorstr='#dc1bb3', GradientType=1 ); /* IE6-9 */
}
.main-gradient {
 display: none;
}
.secondary-gradient {
  display: block;
   background: #242395; /* Old browsers */
  background: -moz-linear-gradient(left, #242395 0%, #981db7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #242395 0%, #981db7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #242395 0%, #981db7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242395', endColorstr='#dc1bb3', GradientType=1 ); /* IE6-9 */
}
.logo-link {
 position: absolute;
}
.logo-link.home {
 display: none;
}
.logo-link img {
    transition-duration: .3s;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 15px;
    float: left;
    width: 60px;
}
.logo-link img:hover, .site-title:hover {
  opacity: .8;
}
.site-title {
    transition-duration: .3s;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 1.4em;
}
header::after {
  clear: both;
  content: "";
  display: block;
}
.navbar-toggle {
  display: block;
}
.full-screen-toggle:hover {
  opacity: .8;
}
.full-screen-toggle {
  background-color: transparent;
  border: none;
  margin: 0;
  margin-right: 0;
     height: 93px;
    width: 93px;
  background-image: url(img/menu-toggle-open.png);
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
#menu-toggle {
  position: fixed;
  right: 0;
  top: -4px;
}
.full-screen-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
left: 36px;
    width: 21px;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.address {
    font-size: 1.2em;
 margin-top: 60px;
}
.menu-marker {
 vertical-align: bottom;
 margin-right: 5px;
}
.full-screen-toggle span:nth-child(1) {
  top: 39px;
}
.full-screen-toggle span:nth-child(2) {
  top: 46px;
}
.full-screen-toggle span:nth-child(3) {
  top: 53px;
}
.full-screen-toggle.open {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}
.full-screen-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
top: 37px;
    left: 39px;
    width: 23px;
}
.full-screen-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.full-screen-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
top: 53px;
    left: 39px;
    width: 23px;
}
.full-screen-element {
  position: fixed;
  top: 0;
  color: #fff;
  display: none;
  z-index: 98;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#242395+0,dc1bb3+100 */
  background: #242395; /* Old browsers */
  background: -moz-linear-gradient(left, #242395 0%, #981db7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #242395 0%, #981db7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #242395 0%, #981db7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242395', endColorstr='#dc1bb3', GradientType=1 ); /* IE6-9 */
}
.full-screen-element .container {
  position: relative;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main-nav li {
  margin: 2.6em 0;
}
.main-nav li a {
  color: #fff;
      font-size: 2.1em;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
}
.main-nav li a:hover, .main-nav li a:focus{
 color: #e60c96;
 border-color: #e60c96;
}
h1 {
  font-size: 3em;
  margin-bottom: .7em;
  font-weight: 300;
  letter-spacing: -1px;
}
h2 {
  font-size: 3em;
  margin-bottom: .9em;
}
h3 {
  font-size: 1.8em;
    margin-bottom: .5em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.4;
  color: #052490;
  font-weight: 600;
}
/*HOMEPAGE */
#preloader  {
     position:fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 99999;
    height: 100%;
 }
#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     background-color: #fff;
     top: 50%;
     background-image: url(css/loader.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
.shareables {
  position: absolute;
  bottom: 60px;
  right: 24px;
  width: 24px;
  text-align: center;
  height: auto;
  z-index: 96;
  display: none;
}
.shareables a {
  color: #fff;
  display: block;
  font-size: 22px;
  margin: 6px 0;
}
.share-toggle i {
      -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.share-toggle {
  position: absolute;
  bottom: 15px;
  right: 24px;
  z-index:96;
  	color: #fff;
  font-size: 26px;
  height: 40px;
  cursor: pointer;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.share-toggle:active, .shareables a:hover {
opacity: .8;
}
.share-toggle:focus {
  color: #000;
}
.share-toggle .fas {
    position: absolute;
    bottom: 12px;
    right: 0;
transition: all .3s ease;
    opacity: 0;
}
.share-toggle:hover .far {
}
 .share-toggle:hover .fas{
  opacity: 1;
 }
.site-intro {
  position: absolute;
  top: 47%;
  left: 50%;
  width:700px;
height: 440px;
  -webkit-transform:  translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
}
.hovr-main-logo {
margin-bottom: 1.5em;
}
.slideshow {
height: 100%;
padding: 0;
  color: #fff;
  background-color: #000;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
.slideshow h1 {
    color: #fff;
font-size: 2.7em;
margin-bottom: 10px;
}
.slideshow .tagline {
font-size: 2em;
    line-height: 1.2;
    letter-spacing: -.5px;
	font-weight: 300;
    margin-bottom: 25px;
}
.individual-slide {
  background-size: cover;
  background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
  width: 100%;
  position: relative
}
.slideshow .outline-btn {
display: inline-block;
width: auto;
margin-left: 0;
padding-left: 20px;
padding-right: 20px;
}
.rslides {
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 0 70px
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
    height: 100%;
  left: 0;
  top: 0
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left
}
.rslides_nav {
position: absolute;
color: #fff;
opacity: .5;
font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  z-index:96;
}
.rslides_nav:hover {
opacity: 1;
color: #fff;
}
.rslides1_nav.prev {
left:20px;
}
.rslides1_nav.next {
right: 20px;
}
.scroll {
  width: 10px;
  height: 10px;
  border-radius: 50%;
bottom: 110px;
  left: 50%;
  z-index:96;
  margin-left: 10px;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-animation: loader12 2s alternate linear infinite;
  animation: loader12 2s alternate linear infinite;
}
 @-webkit-keyframes loader12 {
 0% {
   -webkit-box-shadow: -10px 40px 0 0px #fff, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0px #fff, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
 25% {
  -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0px #fff, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0px #fff, -10px 0px 0 0 #7361b5;
}
 50% {
  -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0px #fff;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0px #fff;
}
 75% {
     -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
 100% {
     -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
}
 @keyframes loader12 {
 0% {
   -webkit-box-shadow: -10px 40px 0 0px #fff, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0px #fff, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
 25% {
  -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0px #fff, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0px #fff, -10px 0px 0 0 #7361b5;
}
 50% {
  -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0px #fff;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0px #fff;
}
 75% {
     -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
 100% {
     -webkit-box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
 box-shadow: -10px 40px 0 0 #7361b5, -10px 20px 0 0 #7361b5, -10px 0px 0 0 #7361b5;
}
}
.scroll-text {
     position: absolute;
    bottom: 12px;
    left: 50%;
	z-index:96;
  transform:translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.scroll-text a, .scroll-text a:hover {
 color: #fff;
}
.scroll-text a:hover {
 opacity: .7;
}
.featured-right .home-featured-image {
 float: right;
 width: 389px;
}
.outline-btn {
 color: #fff;
 font-weight: 500;
 text-transform: uppercase;
 background-color: transparent;
 border: 2px solid #fff;
 padding: 8px 18px;
 border-radius: 6px;
 display:inline-block;
 text-align: center;
letter-spacing: .5px;
    font-size: 1.2em
}
.outline-btn:hover, .outline-btn:focus {
    background-color: #fff;
color: #052490 !important;
border-width: 2px !important;
}
.outline-btn.blue {
 color: #052490;
 border-color: #052490 !important;
 border-width: 2px !important;
}
.outline-btn.blue:hover, .outline-btn.blue:focus {
 color: #fff !important;
 background-color: #052490 !important;
}
.book-btn .outline-btn {
 padding: 0 10px;
}
/*2019 update */
.table {
	display: table;
	    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.modal-content img {
	margin-bottom: 1.3em;
}
.modal-open {
	overflow: auto;
	padding-right: 0 !important;
}
.modal-open .modal {
	overflow: hidden;
}
.modal-content {
	border: none;
		background-color:  #f1f7ff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-body  h3 {
	margin-bottom: 1em;
	line-height: 1.3;
}
.modal-body {
    position: relative;
    padding: 50px 70px;
}
section {
    padding: 5em 0;
}
.stats {
    background-color: #f1f7ff;
  color: #052490;
    padding: 4em 0;
}
.stats-number {
    font-family: 'Dosis', sans-serif;
    font-size: 3.7em;
    line-height: 1.2;
    margin-bottom: 0;
}
.stats-desc {
    font-size: 1.1em;
}
.images-row {
    padding: 0;
}
.images-row img {
    width: 100%;
}
.past-clients h3 {
 margin-bottom: 1em;
}
.past-clients img {
    opacity: .6;
vertical-align: middle;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility:hidden;
margin: 25px 33px;
}
.logos-row img:first-child {
    margin-left: -15px;
}
.logos-row img:last-child {
    margin-right: 0px;
}
.logos-row {
    padding: 1.5em 0;
}
.more-logos {
    display: none;
}
.show-less {
	display: none;
}
.outline-btn.light  {
     color: #99a2b1;
     border: 2px solid #c6cbd2;
    font-size: 1em;
    opacity: .9;
    padding: 5px 15px;
}
.outline-btn.light:hover, .outline-btn.light:focus {
opacity: 1;
         border: 2px solid #b5bcc8;
    color: #89919f !important;
}
.past-clients .outline-btn {
    margin-top: 2em;
}
.past-clients .hide-past-client {
	display: none;
}
.hide-past-client-desktop {
	display: none;
}
.cta, .cta h2, .cta h3, .contact-info, .cta a {
	color: #fff;
}
.cta a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
.cta h2 {
    margin-bottom: .4em;
}
.cta h3 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
		padding: 0 20px;
    line-height: 1.4;
}
.contact-info p {
    margin-bottom: .5em;
}
.contact-info {
	margin-top: 2em;
}
.contact-info img {
    vertical-align: middle;
}
.address-icon {
    float: left;
}
.street-address {
    float: left;
}
.cta-img {
    margin-top: 2em;
}
.cta {
    background-color: #021977;
    background-image: url("img/cta-bg.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: top center;
    color: #fff;
}
.services {
    background-color: #021977;
    background-image: url("img/services-bg2.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.services h2 {
    color: #fff;
}
.first-p{
    margin-bottom: 3em !important;
}
.purple-gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#021977+0,981db7+100&0+38,0.61+100 */
background: -moz-linear-gradient(top, rgba(2,25,119,0) 0%, rgba(59,27,143,0) 38%, rgba(152,29,183,0.61) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(2,25,119,0) 0%,rgba(59,27,143,0) 38%,rgba(152,29,183,0.61) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(2,25,119,0) 0%,rgba(59,27,143,0) 38%,rgba(152,29,183,0.61) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021977', endColorstr='#9c981db7',GradientType=0 ); /* IE6-9 */
}
.single-service h4 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}
.single-service {
    background: transparent;
    border:2px solid #fff;
    border-radius: 5px;
    margin: 0 0 2em 0;
    padding: 0 1.5em;
    height: 190px;
    text-align: center;
    position: relative;
      transition: all .1s linear;
}
.single-service .img-container {
  transition: opacity .2s linear .2s;
}
.single-service img {
margin-bottom: 1em;
}
.service-info {
     position: absolute;
left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility:  hidden;
}
.single-service:hover .single-service-scale {
transform: scale(1.1, 1.2);
    opacity: 1;
 -webkit-box-shadow: 2px 2px 43px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 43px 0px rgba(0,0,0,0.5);
box-shadow: 2px 2px 43px 0px rgba(0,0,0,0.5);
}
.single-service:hover {
    border-color: #052490;
}
.single-service-scale {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 7px;
    opacity: 0;
    transition: all .6s cubic-bezier(.40,1,.20,1);
}
.service-title {
-webkit-backface-visbility: hidden;
    transition: all .6s cubic-bezier(.40,1,.20,1);
}
.single-service:hover .service-info {
display: none;
}
.single-service-desc  h4  {
    font-weight: 500;
 color: #981db7;
    margin-bottom: .8em;
}
.single-service-desc {
        color: #464d68;
    font-size: 15px;
    opacity: 0;
    line-height: 1.6em;
        position: absolute;
    top: 50%;
    left: 0;
    right: 0;
transform: translate3d(0, -50%,0);
    width: 100%;
    margin: 0 auto;
}
.service-text {
    padding: 0 20px;
    margin-bottom: 1.2em;
}
.single-service:hover .single-service-desc {
transform: translate3d(0, -50%,0);
    opacity: 1;
    z-index:1;
    transition: opacity .3s linear .2s;
}
.case-studies-links {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
    margin-bottom: 0 !important;
}
.case-studies-links i {
    padding-left: 7px;
}
.separator:before {
    content: "";
    display: inline-block;
    margin: 0 20px;
    height: 30px;
    width: 1px;
    background: #eaecef;
    vertical-align: middle;
}
.services .outline-btn {
	margin-top: 1em;
	font-size: 1.3em;
	padding: 10px 22px;
}
.case-studies {
    padding-bottom: 3em;
    background-color: #f1f7ff;
}
.case-study-thumb {
    position: relative;
}
.blue-gradient {
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
    width: 100%;
    height: 100%;
       border-top-left-radius:  5px;
    border-top-right-radius:  5px;
    mix-blend-mode: multiply;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#052490+0,052490+100&0.85+0,0+73 */
background: -moz-linear-gradient(top, rgba(5,36,144,0.85) 0%, rgba(5,36,144,0) 73%, rgba(5,36,144,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(5,36,144,0.85) 0%,rgba(5,36,144,0) 73%,rgba(5,36,144,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(5,36,144,0.85) 0%,rgba(5,36,144,0) 73%,rgba(5,36,144,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9052490', endColorstr='#00052490',GradientType=0 ); /* IE6-9 */
}
.blue-gradient a {
    width: 100%;
    height: 100%;
    display: block;
}
.single-case-study {
border-radius: 5px;
    margin-bottom: 3em;
    position: relative;
     transition: all .3s ease;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 17px 3px rgba(215,223,248,1);
-moz-box-shadow: 0px 0px 17px 3px rgba(215,223,248,1);
box-shadow: 0px 0px 17px 3px rgba(215,223,248,1);
}
.single-case-study:hover {
 transform: translate3d(0, -10px, 0);
        -webkit-box-shadow: 0px 0px 22px 8px rgba(215,223,248,1);
-moz-box-shadow: 0px 0px 22px 8px rgba(215,223,248,1);
box-shadow: 0px 0px 22px 8px rgba(215,223,248,1);
}
.single-case-study .thumb {
    border-top-left-radius:  5px;
    border-top-right-radius:  5px;
		width: 100%;
}
.case-study-desc {
    padding: 1.5em;
}
.case-study-desc p {
        font-size: 16px;
    margin-bottom: 1em;
}
.case-study-desc h3 {
    font-size: 1.5em;
}
.case-study-desc h3, .case-study-desc h3 a{
    color: #464d68;
}
.event-cat {
    width: 100%;
    color: #fff;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index:2;
    font-weight: 600;
    letter-spacing: .4px;
    font-size: .85em;
}
.invert-white {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    max-width: 200px;
    max-height: 100px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
/*REGULAR PAGE*/
.page-content {
    padding-top: 8em;
    margin-bottom: 4em;
}
.hexagon-bg {
 width: 353px;
 height: 390px;
 position: absolute;
 background-image:url(img/hexagon-bg.png);
 background-repeat: no-repeat;
 background-size: 100%;
 top: 125px;
 z-index: -1;
}
.hexagon-mask {
position: absolute;
}
.hexagon-bg.left {
  left: -48px;
}
.hexagon-bg.right {
   right: -48px;
}
.faq-bg {
top: 48px;
right: 48px;
 background-image:url(img/faq-bg.gif);
}
.faq-hexagon {
 position: absolute;
 right: 0px;
 top: -35px;
}
/*LANDING PAGE */
.landing-title h4 {
margin-top: 0;
    margin-bottom: .8em;
}
.landing-title h2 {
margin-bottom: .7em;
    font-size: 3.3em;
    font-weight: 500;
}
.page-content h3 {
	font-weight: 500;
	margin: 1em 0;
}
.page-content p {
margin-bottom: 1.5em;
}
.featured-landing {
}
.landing-info {
padding-top: 50px;
}
.landing-info .outline-btn {
	margin: 0 !important;
}
.landing-info p {
font-size: 1.1em;
font-weight: 700;
margin-bottom: 0px;
}
.landing-desc {
margin-top: 1em;
}
.mobile-landing-details {
	font-size: 1.1em;
font-weight: 700;
margin-bottom: 0px;
display: none;
}
.fixed-cta {
height: 50px;
line-height: 50px;
background-color: #fb269c;
color: #fff;
bottom: 0;
font-size: 1.2em;
font-weight: 700;
width: 100%;
z-index:96;
position: fixed;
display: none;
}
.fixed-cta:hover, .fixed-cta:focus {
	color: #fff;
	  background-color: #052490;
}
.video-container iframe {
 max-width: 100%;
 margin: 0 auto;
 display: block;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallery {
margin-top: 2em;
}
.fancybox-close {
position: fixed;
  top: 1.2em;
	right: -4px;
	top: -8px;
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
 height: 100px;
  width: 100px;
  background-image: url(img/lightbox-close.png);
  background-size: 55%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.close-change-positions {
 position: fixed;
}
.close {
  opacity: 1;
}
 .fancybox-close:hover, .close:hover, .close:focus {
  opacity: .8;
}
.close:before, .close:after {
    content: '';
    position: absolute;
    width: 24px;
    left: 38px;
    top: 49px;
    right: 0;
        opacity: .8;
    transition: all .3s;
    background: #052490;
    height: 2px;
    border-radius: 2px;
}
.fancybox-dark .close:before, .fancybox-dark .close:after {
  background: #fff;
}
.close:before {
   -moz-transform: rotate(45deg);
 -ms-transform:rotate(45deg);
  -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.close:after {
   -moz-transform: rotate(-45deg);
 -ms-transform:rotate(-45deg);
   -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.lightbox .alignleft, .lightbox .alignright {
 margin: 0;
 width: 50%;
}
.lightbox .alignleft {
 padding-right: 10px;
}
.lightbox .alignright {
 padding-left: 10px;
}
.fancybox-nav span {
    font-size: 3em;
}
.fancybox-nav {
    color: #fff;
    opacity: .6;
}
.fancybox-nav:hover {
    color: #fff;
    opacity: .8;
}
.fancybox-nav i {
    font-weight: 300;
}
.gallery-item img{
    transition: all .3s ease;
}
.gallery-item:hover img {
    opacity: .8;
}
/*MEDIA BAR */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.as-seen-in {
    background-color: #f1f7ff;
    padding: 4em 0;
        font-weight: 600;
    color: #9fa6ba;
    font-size: .9em;
}
.as-seen-in img {
opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
mix-blend-mode: multiply;
  -webkit-backface-visibility:hidden;
margin: 10px 26px 0 26px;
}
.as-seen-in img:first-child {
    margin-left: -7px;
}
.as-seen-in img:last-child {
    margin-right: 0;
}
.as-seen-in a:hover img {
opacity: 1;
}
/*FOOTER STYLING */
footer {
  padding: 100px 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#020e39+0,0a1859+100 */
background: #020e39; /* Old browsers */
background: -moz-linear-gradient(top, #020e39 0%, #0a1859 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #020e39 0%,#0a1859 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #020e39 0%,#0a1859 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020e39', endColorstr='#0a1859',GradientType=0 ); /* IE6-9 */
  color: #fff;
}
footer h2 {
  font-size: 2.8em;
    color: #fff;
  margin-bottom: 40px;
}
footer h3 {
    color: #fff;
  margin-bottom: 1.3em;
}
footer a:hover i , footer a:focus i {
 opacity: .8;
}
footer i {
  color: #fff;
  padding: 0 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1.5em;
}
footer .social {
  padding-bottom: 60px;
}
.instagram-feed {
  margin-bottom: 40px;
}
.page-content ul {
 margin-bottom: 2em;
 padding-left: 20px;
 list-style-type: square;
}
.page-content li {
 margin: 10px 0;
}
.page-content .outline-btn {
    margin: 10px 0;
    line-height: inherit;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 0;
}
.page-content .outline-btn i {
    padding-right: 10px;
}
/*404 PAGE*/
.container-404 h1 {
 font-size: 5.5em;
 margin-bottom: 30px;
}
.container-404 {
}
.container-404 h3 {
  margin-bottom: 50px;
}
.container-404  a {
 text-decoration: none;
 font-size: 15px
}
.container-404 .fa {
 font-size: 13px;
}
.container-404 {
    padding: 50px 15px;
}
@media (max-width: 1366px) {
.full-screen-element .container {
 top: 50%;
}
.address {
    margin-top: 45px;
}
}
@media (max-width: 1280px) {
	.main-nav li a {
		font-size: 1.9em;
	}
}
@media (max-width: 1199px) {
.close-change-positions {
 position: absolute;
 right: -18px;
}
.landing-title h4 {
	margin-bottom: .4em;
}
.landing-title h2 {
    margin-bottom: .4em;
    font-size: 3em;
}
}
@media (max-width: 1140px) {
h1 {
 font-size: 2.8em;
}
}
@media (max-width: 991px) {
h1, h2, footer h2{
 font-size: 2.4em;
 margin-bottom: .7em;
}
.past-clients img {
	margin: 25px 16px;
}
footer {
 padding: 3em 0;
}
.landing-title .outline-btn {
margin-top: 3px !important;
}
.single-service {
	width: 70%;
margin: 0 auto 2em auto;
}
.services .col-sm-11 {
	width: 100%;
	text-align: center;
}
.case-study-desc {
    padding: 1em;
}
.case-study-desc h3 {
    font-size: 1.4em;
    font-weight: 500;
		margin-bottom: .6em;
}
.case-study-desc p {
    font-size: 15px;
    margin-bottom: 1em;
    line-height: 1.6;
}
section {
	padding: 3em 0;
}
.case-studies {
	padding-bottom: 1em;
}
.page-content {
	padding-top: 7em;
}
.gallery {
    margin-top: 1em;
}
.gallery-grid {
	margin-bottom: 1.5em;
}
.page-content {
	margin-bottom: 2em;
}
.as-seen-in img {
	margin: 10px 17px 0 14px;
}
.invert-white {
	max-width: 175px;
max-height: 100px;
}
}
@media (max-width: 890px) {
.as-seen-in {
	padding: 3em 0 2em 0;
}
	.as-seen-in .col-12 {
		text-align: center;
	}
	.as-seen-in img, 	.as-seen-in img:first-child, 	.as-seen-in img:last-child {
		margin: 20px 40px;
	}
}
@media (max-width: 810px) {
.past-clients .hide-past-client-mobile {
	display:none;
}
.past-clients .hide-past-client-desktop {
display: inline-block;
}
.past-clients img {
	margin: 18px 25px;
}
}
@media (max-width: 790px) {
.single-case-study {
	margin-bottom: 2em;
}
.case-study-desc h3 {
    font-size: 1.3em;
		margin-bottom: .8em;
	}
}
@media (max-width: 767px) {
	.fancybox-close {
		right: -10px;
	}
.lightbox .container {
    width: 90%;
    font-size: 17px;
    padding: 95px 30px 16px 30px;
}
.home-content {
padding-top: 3em;
padding-bottom: 3em;
}
.logo-link img {
	margin-left: 15px;
}
.page-content h4 {
 font-size: 1.2em;
}
h4 {
 font-size: 1em;
}
.page-content h3{
font-size:1.5em;
}
.landing-title h2 {
	font-size: 2.5em;
}
.close-change-positions {
 right: -1px;
}
.site-intro {
width: 70%;
}
.landing-title {
	text-align: center;
}
.landing-title h2, .landing-title a {
float: none !important;
}
.fixed-cta {
display: block;
}
    .fixed-cta i {
        padding-right: 10px;
    }
.featured-landing {
margin-top: 1em;
}
.mobile-landing-details {
display: block;
}
.landing-title h2 {
margin-bottom: 5px;
}
.landing-hide-on-mobile {
display: none;
}
.images-row .col-12:first-child {
	display: none;
}
section {
	padding: 3em 0;
}
.stats-number {
	font-size: 3.3em;
}
.single-service, .single-case-study {
	width: 75%;
}
.case-studies .col-lg-12 {
	text-align: center;
}
.single-case-study {
	margin: 0 auto 2em auto;
}
 .intro p {
	text-align: left;
}
.contact-info {
	padding-left: 15px;
	margin-top: 2em;
}
.past-clients img {
margin: 20px;
}
.large-logo {
	max-width: 100px;
	    margin: 12px 30px !important;
}
.med-logo {
	max-width: 80px;
	    margin: 12px 30px !important;
}
#menu-toggle {
    right: -7px;
	}
}
@media (max-width: 750px) {
  .hovr-main-logo {
   width: 200px;
  }
  .full-screen-element .container {
   padding-left: 25px;
  }
    .main-nav li {
    margin: 2em 0;
}
  .main-nav li a {
  font-size: 1.5em;
  }
  .home-content .col-sm-6 {
  padding-right:15px;
  }
}
@media (max-width: 685px) {
.past-clients img {
	max-width: 15% !important;
}
.past-clients .med-logo {
	max-width: 10% !important;
}
.past-clients .large-logo {
	max-width: 12% !important;
}
}
@media (max-width: 670px) {
.service-text {
	padding: 0 10px;
}
.single-service .separator {
	display: none;
}
.single-service .case-studies-links {
	text-align: center;
}
.single-service .case-studies-links a {
display: block;
margin: 5px 0;
}
}
@media (max-width: 660px) {
	.stats {
		padding: 3em 0;
	}
	.as-seen-in img, 	.as-seen-in img:first-child, 	.as-seen-in img:last-child {
		margin: 20px 30px;
	}
.stats .col-xs-4 {
	width: 100%;
	float: none;
		margin-bottom: 2em;
}
.stats .col-xs-4:last-child {
		margin-bottom: 0;
	}
.site-intro {
width: 80%;
top: 50%;
}
.past-clients img {
	max-width: 100px;
}
.single-service, .single-case-study {
	width: 85%;
}
}
@media (max-width: 575px) {
	.as-seen-in {
		padding-top: 2em;
		padding-bottom: 2em;
	}
.as-seen-in img, 	.as-seen-in img:first-child, 	.as-seen-in img:last-child {
	margin: 10px 20px;
	max-width: 18%;
}
.as-seen-in .col-12 {
	margin-bottom: 1em;
}
.modal-body {
    padding: 50px 40px;
}
}
@media (max-width: 480px) {
.past-clients img {
    margin: 13px 12px;
	max-width: 18% !important;
}
.past-clients .med-logo {
	max-width: 14% !important;
}
.past-clients .large-logo {
	max-width: 17% !important;
}
.show-past-client-mobile {
	display: inline-block !important;
}
.show-past-client-desktop {
	display: none !important;
}
.med-logo, .large-logo {
	margin-left: 19px !important;
	margin-right: 19px !important;
}
.book-btn .outline-btn {
 margin: 0 auto;
  padding: 7px 10px;
}
.outline-btn {
padding: 7px 10px;
}
.alignleft, .alignright, .lightbox .alignleft, .lightbox .alignright {
 padding: 0;
 margin: 20px auto;
 float: none;
 width: 100%;
}
  .lightbox .container {
   padding-bottom: 10px;
  }
    .home-content .larger-btn, .landing-page .outline-btn {
line-height: normal !important;
  }
  .full-screen-element .container {
    padding-top: 70px;
}
.site-intro {
top: 50%;
}
.site-intro h1 {
    font-size: 1.9em;
}
 .site-intro h2 {
  font-size: 1.2em;
 }
 .slideshow .tagline {
	 font-size: 1.7em;
 }
 .hovr-main-logo {
	width:200px;
 }
.scroll {
	bottom: 100px;
}
.scroll-text {
bottom: 0;
}
 .landing-title h2 {
	font-size: 1.8em;
 }
.address {
    font-size: 1em;
}
.single-service {
    width: 90%;
    height: 220px;
}
.single-case-study {
	width: 100%;
}
}
@media (max-width: 470px) {
.gallery .col-xs-6,.gallery .col-xs-4, .gallery .col-xs-3 {
width: 100%;
float: none;
}
.gallery-item img {
width: 100%;
}
.gallery {
margin-top: 0;
}
 .hovr-main-logo {
	width:180px;
	margin-bottom: 10px;
 }
}
@media (max-width: 460px) {
	.past-clients img {
		margin: 13px 10px;
    max-width: 26% !important;
	}
		.past-clients .med-logo {
			max-width: 16% !important;
		}
.show-past-client-tiny {
	display: inline-block !important;
}
.hide-past-client-tiny {
	display: none !important;
}
}
@media (max-width: 374px) {
  .menu-marker {
   display: none;
  }
  .singular-experience-details .extra-info.mobile {
padding-right: 0px;
}
}
@media (max-width: 350px) {
   .site-intro {
  width: 90%;
 }
 .share-toggle {
  bottom: 15px;
 }
 .scroll {
  bottom: 90px;
 }
 .scroll-text {
 bottom: 0;
 }
}
@media (max-width: 345px) {
 body {
  font-size: 17px;
 }
  .home-content img,   .featured-right .home-featured-image  {
   width: 200px;
  }
  .map {
    margin: 0 auto;
    width: 200px;
      height: 235px;
    margin-bottom: 1.3em;
}
.map-mask {
    top: 0;
    left: 0;
    right: 0;
}
.map-mask img {
    margin: 0 auto 2em auto;
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
h1, h2, footer h2{
 font-size: 2em;
 margin-bottom: .7em;
}
h4 {
    font-size: 1.2em;
}
#events .col-xs-6 {
 width: 100%;
}
}
