/*!
Theme Name: Iconogram 2024
Theme URI: https://them.es/starter
Author: Logic Web Media
Author URI: https://them.es/
Description: 
Version: 2.4.2
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: quality-review-services
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/******* Global **********/
body{font-family: "Cormorant Garamond", serif;font-weight: 400;color:#032b22;font-size: 1.4rem !important;}

h1,h2,h3,h4,h5{font-family: "Cormorant Garamond", serif;font-weight: 500}
body h1 {
	font-size: 5rem;
}
body h2 {
	font-size: 3.6rem;
	line-height: 1.1;
}
body h3 {
	font-size: 2.3rem;
	font-weight: 600;
}
h2.big-title {
	font-size: 5rem;
}
body h4 {
	font-size: 2.2rem;
}
p.small {
	font-weight: 500;
}
h4{font-weight: 700;}
.upper{text-transform: uppercase;}
.blue{color:#2367a9;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
display: inline-block;
font-weight: 500;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: .75rem 3em;
font-size: 1.4rem;
line-height: 1.5;
border-radius: .25rem;
letter-spacing: 1px;
}

.btn-info, .btn-default{color:#fff; background-color: #f5884c; border-color: #f5884c;text-transform: uppercase;font-weight: 500;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;}
.btn-info.focus,.btn-info:focus,.btn-info:hover, .btn-default.focus,.btn-default:focus,.btn-default:hover{color:#fff; background-color: #bd5b24; border-color: #bd5b24;text-decoration: none;}
.btn.btn-info:focus {
  box-shadow: none !important;
}
.btn.btn-link {
	font-weight: 500;
	font-style: italic;
	padding: 0;
}

.btn.btn-info.schedule-call-btn {
	background-color: #ffafda;
	
	border-radius: 0px;
}
.btn.btn-info.schedule-call-btn:hover {
	background-color: #fff;
	color: #032b22 !important;
}
.btn.btn-info.btn-grn.schedule-call-btn {
  border-color: #00634d;
  color: #00634d;
  padding: .75rem 2.7rem;
  margin-top: 20px;
  font-size: 1.2rem;
}
.btn.btn-info.btn-grn.schedule-call-btn:hover {
  background-color: #00634d;
  color: #fff !important;
  border-color: #00634d;
}

h2.title-detail, h3.title-detail, h4.title-detail{
display: grid;
grid-template-columns: 50px max-content 50px;
grid-template-rows: 20px 0;
grid-gap: 20px;
align-items: center;
justify-content: center;
}

h2.title-detail:after, h3.title-detail:after, h4.title-detail:after{
content: " ";
display: block;
height:5px;
background: rgb(35,103,169);
background: linear-gradient(90deg, rgba(35,103,169,1) 0%, rgba(255,255,255,0) 100%);
}

h2.title-detail:before, h3.title-detail:before, h4.title-detail:before {
content: " ";
display: block;
height:5px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(35,103,169,1) 100%);
}

input:focus, textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(82,168,236,0);
}


.container {
	max-width: 1450px !important;
}
/******* Header **********/
.home nav#header{
	background-color: transparent;
}
nav#header{
	background-color: #e0e6e2;
}
.flexia-sticky-navbar nav#header{
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,.3);
}
nav#header .navbar-brand img {
	height: auto;
	width: 360px;
  }
  .navbar-brand h5 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
  }
  nav#header .navbar-brand img.logo-green {
	display: none;
  }
  .flexia-navbar.flexia-sticky-navbar nav#header .navbar-brand img.logo-green {
	display: block;
  }
  .flexia-navbar.flexia-sticky-navbar nav#header .navbar-brand img.logo-white {
	display: none;
  }
nav#header .btn.btn-info.btn-grn.schedule-call-btn {
  display: none;
}
.home nav#header .btn.btn-info.btn-grn.schedule-call-btn {
  display: block;
}
.home .flexia-navbar.flexia-sticky-navbar nav#header .btn.btn-info.btn-grn.schedule-call-btn {
  display: none;
}
.brand-wrap .navbar-brand {
  margin: 0;
}
.brand-wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.home #navbar {
  margin-top: -57px;
}
.home .flexia-navbar.flexia-sticky-navbar #navbar {
  margin-top: 0;
}

  @media only screen and (min-width: 992px) {
	.dropdown:hover>.dropdown-menu {
	  display: block;
	}    
}

nav#header.navbar-expand-lg .navbar-nav .nav-link{
padding: 1.5rem 1.8rem;
}

a.nav-link.btn.btn-info{
margin-top: 15px;
color: #fff;
margin-left: 10px;
font-size: .74rem;
padding: .75rem 1.75rem;
}

.nav-link {
	color: #6d6a75;
	font-size: 1.5rem;
	font-weight: 500;
}
.nav-link:hover {
color:#00634d;
}


.dropdown-menu {
padding: 0px;
margin: 0px;
color: #0a335c;
border: none;
border-radius: 0px;
}
.dropdown-item {
display: block;
width: 100%;
padding: .75rem 1.5rem;
clear: both;
font-weight: 400;
color: #0a335c;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
border-bottom: 1px solid #eee;
}

.flexia-navbar.flexia-sticky-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0 .15em .35em 0 rgba(0,0,0,.135);
	background-color: #fff;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.flexia-navbar.flexia-sticky-navbar nav#header { 
	background-color: #fff;
}
.home .flexia-navbar {
	position: absolute;
}
.home .flexia-navbar.flexia-sticky-navbar {
	position: fixed;
}
.flexia-navbar {
z-index: 999999;
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
position: relative;
width: 100%;
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}
@-webkit-keyframes slideInDown{
    from{
        transform:translate3d(0,-100%,0);
        visibility:visible
    }
    to{
        transform:translate3d(0,0,0)
    }
}

/******* Carousel **********/

#carouselExampleCaptions{
margin-top: 130px;
}

.carousel-caption h2{color:#fff;font-size: 40px;}
.carousel-caption p{font-size: 18px;
margin: 18px 0px;}

.carousel-caption{position:absolute;right:25%;top: 35px;left:25%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}



/******* HOME  **********/

.dark-green-bg {
	background-color: #032b22;
}
.green-bg {
	background-color: #00634d;
}
.grey-bg {
	background-color: #efeae4;
}
.pink-bg {
	background-color: #ffafda;
}
.beige-bg {
	background-color: #ede8d0;
}
.light-green-bg {
	background-color: #40ffb5;
}
.pad-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pad-tp-80 {
	padding-top: 80px;
}
.pad-btm-80 {
	padding-bottom: 80px;
}
.light-green-clr {
	color: #40ffb5;
}
.dark-green-clr {
	color: #032b22 !important;
}
.green-clr {
	color: #00634d;
}
.pad-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Hero section */
.hero-section {
    /* height: 100vh; */
    /* background: url('<?php echo esc_url(get_template_directory_uri()); ?>/img/hero-bg.jpg') no-repeat center center/cover; */
}

/* Other sections */
.section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
	margin-top: -100px;
    margin-bottom: -100px; /* Adjust to overlap with the previous section */
    transition: transform 0.2s ease-out;
    transform-style: preserve-3d;
}

/* Alternate section background for better visibility */
.section:nth-child(even) {
    
}


/* .rellax {
    position: relative;
    transform: translateZ(0);
}

.scene {
    position: relative;
    z-index: 1;
} */



/* @media (max-width: 768px) {
    .section {
        transform: none !important;
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 0;
    }
} */


.hero-content {
	max-width: 1350px;
	margin: 0 auto;
	width: 100%;
	left: 0;
	right: 0;
	text-align: right;
	bottom: 20px;
}
.hero-content h1 {
	font-size: 140px;
	color: #fff;
	width: 765px;
	line-height: 1;
	float: right;
	margin: 0;
	text-shadow: 4px 1px 18px rgba(0,0,0,0.3);
}

#company-logos{
    
    padding: 15px 0 15px 0;
}

#company-logos .item.t-logo {
  display: flex;
  justify-content: center;
}
#company-logos .item.t-logo img {
  width: auto;
}
#company-logos .item img {
  height: 85px;
  object-fit: cover;
    
}
#company-logos .item.in-touch-logo {
	height: 85px;
}
#company-logos .item.in-touch-logo img {
  height: 50px;
}

.services-section .servWrap img {
	height: 356px;
	object-fit: cover;
	object-position: center;
}
.services-section .servWrap.feat-servWrap img {
	height: auto;
}
.portfolio-section .contentWrap {
	padding-right: 110px;
	padding-left: 100px;
}
.press-section .press-col {
	padding: 0px 30px;
}
.press-section .press-col .pressWrap {
	padding: 85px 45px;
	background-image: url("img/press-item-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	min-height: 453px;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
.press-section .press-col .pressWrap .quote {
	margin: 0;
	height: 201px;
}
.foot-logo {
	width: 360px;
}
#footer h4 {
	color: #fff;
	font-size: 30px;
}
#footer h5 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 10px;
}
#footer p {
	margin: 0 !important;
}
.footer-social {
	gap: 30px;
}
.footer-social i {
	font-size: 40px;
}
.footer-social .circle-bg {
	width: 40px;
	height: 40px;
	display: flex;
	background-color: #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.footer-social .circle-bg i {
	font-size: 28px;
	color: #032b22;
}

.postImg img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}
.post-title {
	font-size: 1.9rem;
}
.postInfoWrap a {
	color: #032b22;
	text-decoration: none;
}
.postInfoWrap a:hover {
	text-decoration: none;
	color: #032b22;
}

/*Single Post */
.pagination {
	width: 100%;
	display: block !important;
	text-align: right;
	margin-top: 30px;
  }
  .pagination .page-numbers {
	border: none;
	border-radius: 10px;
	color: #fff;
	padding: 3px 13px;
	background-color: #000;
	font-weight: 600;
	font-size: 18px;
  }
  .pagination .page-numbers.current {
	border: none;
	background-color: #00634d;
  }
  .pagination .page-numbers:hover {
	border: none;
	color: #fff;
	background-color: #00634d;
	text-decoration: none;
  }
  .single.single-post article.post {
	
	padding: 60px 30px 30px 30px;
	border: none;
  }
  .single.single-post article.post .entry-header {
	text-align: center;
	width: 900px;
	margin: 0 auto;
  }
  .single.single-post article.post h1.entry-title {
	margin-top: 0;
	font-weight: 500;
	color: #22282B;
	font-size: 50px;
  }
  .single.single-post article.post .entry-header .entry-meta {
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
  }
  .single.single-post article.post .entry-header .entry-meta a {
	color: #00634d;
  }
  .single.single-post article.post .entry-header .entry-meta a:hover {
	color: #454B52;
	text-decoration: none;
  }
  .single.single-post article.post .entry-content a {
	color: #00634d;
  }
  .single.single-post article.post .entry-content a:hover {
	color: #333;
	text-decoration: none;
  }
  .single .post-navigation a.btn {
	color: #565859;
	text-transform: none;
	border-radius: 10px;
	font-size: 16px;
  letter-spacing: 0;
  }
  .single .post-navigation a.btn:hover {
	background-color: #00634d;
	border-color: #00634d;
	color: #fff;
	text-decoration: none;
  }
  .single.single-post article.post .entry-content {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  }
  .single.single-post article.post .entry-content img {
  margin-bottom: 30px;
  }

  .wt-50 {
	display: flex;
	gap: 20px;
  }
  
  .wpcf7-form-control::-webkit-input-placeholder {
	font-family: Red Hat Display;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	text-align: left;
  
  }
  
  .wpcf7-form .wpcf7-form-control.wpcf7-text {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #E5E4E6;
	padding: 12px 20px;;
	height: 51px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #E5E4E6;
	padding: 20px;
	height: 120px;
  }
  .wt-100 .f-field {
	width: 100%;}
  
	.wt-100 .f-field br {
	  display: none;
  }
  .wpcf7-form .wt-50 p {
	display: flex;
	gap: 15px;
  }
  .wpcf7-form .wt-50 p br {
	display: none;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	padding: 0.7rem 1.2rem .7rem 1.2rem;
	  border-radius: 0px;
	  background-color: #00634d;
	  border: 1px solid #00634d;
	  color: #fff;
	  font-family: "Cormorant Garamond", serif;
	  font-size: 18px;
	  font-weight: 600;
	  line-height: 30px;
	  text-align: left;
  }

  .row.position-relative {
    position: relative;
}

.servWrapContainer {
    position: relative;
}

.full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.4s ease, opacity 0.4s ease;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; /* Prevent the overlay from capturing mouse events */
}

.full-overlay .servInner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100%;
}

.overlay-img {
    flex: 0 0 30%;
    max-width: 421px;
    margin-right: 20px;
}

.overlay-content {
    flex: 1;
    text-align: left;
}

.overlay-content h3 {
    margin-top: 0;
}
.overlay-content h4 {
	font-size: 1.7rem;
	color: #6d6a75;
}
.overlay-content p {
    margin: 10px 0 0;
}

.servWrap {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.servWrap:hover ~ .full-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, 1);
    pointer-events: auto; /* Allow interaction with the overlay */
}

.full-overlay:hover {
    opacity: 1; 
    visibility: visible;
    background-color: rgba(255, 255, 255, 1);
}





a.servBox{
	text-decoration: none;
	background-color: #fff;
	border-radius: 6px;
	padding:25px;
	width: 90%;
	height: 100%;
margin: 0 auto;
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.2);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
	display: block;
	position: relative;
}
.home-services .col-6{
		margin-bottom: 50px;
}

.iconWrap{
	position:absolute;
	right:30px;
	top:25px;
width: 30px;
height: 30px;
}
.iconWrap i{
opacity: 0;
color: #fff;
background-color: rgba(255,255,255,.1);
border-radius: 50%;
width: 25px;
height: 25px;
text-align: center;
vertical-align: middle;
padding: 7px;
font-size: 12px;
}
a.servBox:hover .iconWrap i{
opacity: 1;
}
.iconWrap img{
opacity: 1;
background-color: rgba(245,136,76,.1);
border-radius: 50%;
text-align: center;
vertical-align: middle;
padding: 7px;
font-size: 12px;
	position: absolute;
top: 0;
}
a.servBox:hover .iconWrap img{
opacity: 0;
}

.servBox p{font-size: 13px;
color: #000;}

a.servBox:hover{
	text-decoration: none;
	color: #fff;
	background-color: #2367a9;
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.1);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.1);
}

a.servBox:hover h3, a.servBox:hover p{
	color: #fff;
}

.home-why{
		padding-top: 75px;
	padding-bottom: 75px;
}
.home-why img{
	width: 90px;
margin: 20px auto;
}
.home-why p{
	margin-top: 20px;
}




/******* SUB PAGES  **********/

.content.page{padding-top: 75px;
padding-bottom: 75px;}

.pageHeader{margin-top: 120px;
padding-bottom: 50px;
background-image: url('img/slide-1.jpg');
padding-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}

.pageHeader h1{
	color: #fff;
font-size: 2rem;
text-transform: none;
}


/******* FOOTER  **********/


.footer{
	background-color: #2367a9;
		background-image: url("img/bg-footer.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width:100%;
	padding-top: 75px;
	padding-bottom: 75px;
	color:#fff;
}

.footer .list-group-item {
background-color: transparent; 
border: none; 
	font-size: 18px;
}

.conWrap{
background-color: #fff;
width: 100%;
border-radius: 10px;
min-height: 400px;
padding: 10px 30px;
color: #0a335c;
font-weight: 600;
}

.conWrap label {
display: block;
	font-size: 14px;
}

.conWrap label.error {
font-size: 10px;
font-weight: 400;
margin-bottom: 0px;
}

.conWrap .form-field {
display: block;
margin: 10px 0 10px;
clear: both;
float: left;
width: 100%;
}

.conWrap input, .conWrap textarea{
	border: 1px solid #eee;
display: block;
width: 100%;
font-size: 12px;
border-radius: 5px;
padding: 10px 10px;
	color: darkgray;
}

.conWrap input.btn.btn-default{
display: table;
width: auto;
float: right;
color: #fff;
padding: .75rem 3em;
border-radius: .25rem;
}

#footer{
	color:#fff;
	padding-top:90px;
	padding-bottom: 90px;
}

#footer nav{
	margin-top: 10px;
margin-bottom: 1rem;
	background-color: transparent;
}

#footer nav .menu-item{padding: 0px 15px;}

#footer .menu-item a[aria-current=page]{color:#f5884c}

#footer a, #footer a:hover{
		color:#fff;
	text-decoration: none;
}


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}




.btn.btn-info.btn-grn.schedule-call-btn {
  background-color:#40ffb5;
  color: #00634d;
  padding: .75rem 2.7rem;
  margin-top: 20px;
  font-size: 1.2rem;
}







@media only screen and (max-width: 1200px) {
	nav#header .navbar-brand img {
		height: auto;
		width: 360px;
	}
	.navbar-brand h5 {
		font-size: 22px;
	}
	nav#header.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1.5rem 1.3rem;
	}
	.hero-content {
		width: auto;
		right: 20px;
	}
	.hero-content h1 {
		font-size: 110px;
		width: 640px;
	}
	body h2 {
		font-size: 3.2rem;
	}
	h2.big-title {
		font-size: 4rem;
	}
	body h3 {
		font-size: 1.8rem;
	}
	.portfolio-section .contentWrap {
		padding-left: 0;
		padding-right: 0;
	}
	.press-section .press-col {
		padding: 0px 15px;
	}
	.press-section .press-col .pressWrap {
		padding: 60px 15px;
	}
	#footer h4 {
		font-size: 28px;
	}
}



@media only screen and (max-width: 991px) {
	.navbar {
		padding: .5rem .8rem;
	}
	.icon-1,
  .icon-2,
  .icon-3 {
	position: absolute;
	left: 25%;
	top: 50%;
	width: 32px;
	height: 3px;
	background-color: black;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  
  .icon-1 {
	transform: translateY(-8px);
	animation-delay: 100ms;
  }
  
  .icon-3 {
	transform: translateY(8px);
	animation-delay: 250ms;
  }
  
  .hamburger-icon {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 24%;
	right: 2%;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0.5);
  }
  .hamburger-icon:hover {
	transform: scale(1.2);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  .icon-1.a {
	transform: rotate(40deg);
  }
  
  .icon-3.b {
	transform: rotate(-40deg);
  }
  
  .icon-2.c {
	opacity: 0;
  }
  
  .clear {
	clear: both;
  }
  
  @keyframes slideIn {
	0% {
	  width: 0%;
	  opacity: 0;
	}
	100% {
	  width: 50%;
	  opacity: 1;
	}
  }
  #navbar {
	background: #00634d;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	z-index: 10;
	opacity: 0;
	transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	transition-delay: 100ms;
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: end !important;
    flex-direction: column;
  }
  #navbar ul {
	/* margin: 0;
	position: absolute;
	top: 30%;
	left: 40%; */
	background-color: #00634d;
    text-align: center;
  }
  #navbar ul li {
	list-style: none;
	font-size: 24px;
	color: #fff;
  }
  #navbar.show {
	width: 50%;
	opacity: 1;
  }
  
  .dark-blue {
	position: absolute;
	top: 0;
	left: 0;
	background: #c6fff3;
	height: 100vh;
	width: 0%;
	transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
	transition-delay: 50ms;
	z-index: 5;
	opacity: 1;
  }
  
  .dark-blue.slide {
	width: 50%;
	opacity: 1;
  }
  
  @keyframes shotup {
	0% {
	  transform: translateY(300%);
	  opacity: 0;
	}
	90% {
	  transform: translateY(-50px);
	}
	100% {
	  transform: translateY(0%);
	  opacity: 1;
	}
  }
  
  .hamburger-menu-logo {
	width: 270px;
	margin-bottom: 15px;
  }
	nav#header .navbar-toggler {
		padding: 5px;
		outline: none;
		background-color: #00634d;
		border: 1px solid #00634d;
	  }
	  nav#header .navbar-toggler .navbar-toggler-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	  }
	  nav#header .navbar-toggler .navbar-toggler-icon i {
		color: #fff;
		font-size: 35px;
	  }
	  .phone-mobile-view .nav-link.btn.btn-info i {
		color: #fff;
	  }
	  nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-bars {
		display: block;
	  }
	  nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-bars {
		display: none;
	  }
	  nav#header .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: none;
	  }
	  nav#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon .fa-light.fa-xmark {
		display: block;
	  }
	  #navbar {
		background-color: #00634d;
	  }
	  nav#header.navbar-expand-lg .navbar-nav .nav-link {
		padding: .7rem 1.3rem;
		color: #fff;
	  }
	  nav#header.navbar-expand-lg .navbar-nav .nav-link:hover {
		color: rgb(64, 255, 181);
	  }
	  .home #navbar {
		margin-top: 0;
	}
	.hero-section {
		height: 600px;
	}
	.hero-section img {
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.hero-content h1 {
	  font-size: 90px;
	  width: 530px;
	}
	#company-logos .item.in-touch-logo img {
		height: auto;
	}
	body h2 {
		font-size: 3rem;
	}
	h2.big-title {
		font-size: 3.6rem;
	}
	body h3 {
		font-size: 1.6rem;
	}
	body {
		font-size: 1.2rem !important;
	}
	#footer h4 {
		font-size: 26px;
	}
	#footer h5 {
		font-size: 22px;
	}
	body h1 {
		font-size: 4rem;
	  }
	  .postImg img {
		height: 300px;
	  }
	  .single.single-post article.post .entry-header {
		width: 100%;
	  }
	  .single.single-post article.post {
		padding: 0px 15px 30px 15px;
	  }
}


@media only screen and (max-width: 767px) {
	#navbar.show {
		width: 80%;
	}
	.hamburger-icon {
		right: 3%;
	}
	.hero-content h1 {
	  font-size: 75px;
	  width: 100%;
	}
	.pad-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.foot-logo {
		width: 100%;
	}
	.single.single-post article.post h1.entry-title {
		font-size: 38px;
	  }
	  .wt-50 {
		gap: 0;
		flex-direction: column;
	  }
}


@media only screen and (max-width: 479px) {
	#navbar.show {
		width: 100%;
	}
	.hero-content {
		right: 14px;
	}
	.hero-content h1 {
	  font-size: 60px;
	}
	h2.big-title {
		font-size: 3.4rem;
	}
	nav#header .navbar-brand img {
		width: 250px;
	}
	.navbar-brand h5 {
		font-size: 20px;
	}
	.navbar-brand {
		margin-right: 0;
	}
	body h1 {
		font-size: 3.4rem;
	}
	.single.single-post article.post h1.entry-title {
		font-size: 35px;
	}
	.brand-wrap {
		display: block;
	}
	.home nav#header .btn.btn-info.btn-grn.schedule-call-btn {
		display: none;
	}
	.btn.btn-info.btn-grn.schedule-call-btn {
		padding: .75rem 1.5rem;
	}
	.btn.btn-info.schedule-call-btn {
		padding: .75rem 2em;
	}
}