/*!
Theme Name: Genesis 2024
Theme URI: https://ecstherapygroup.com
Author: Logic Web Media
Author URI: https://logicwebmedia.com/
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: "Lato", serif;
font-weight: 300;
color: #333;
letter-spacing: 1px;
background-color: #f2ede2 !important;}

h1,h2,h3,h4,h5{font-family: "Lato", serif;font-weight: 400;color:#161f36;}
h3, h4 {font-weight: 500;}
body h2 {
	font-size: 2.5rem;
	line-height: 1.4em;
}
h5.top-text, .top-text {
font-family: "Lato", serif;
font-size: 1.2rem;
line-height: 1em;
text-transform: uppercase;
letter-spacing: 2px;
color: #666;
font-weight: 400;
}
.upper{text-transform: uppercase;}
.blue{color:#9db6c6;}
.dark-blue{color:#0a335c;}
.white{color:#fff;}
.fw-700{font-weight: 700;}
.orange{color:#f5884c;}
.btn {
display: inline-block;
font-weight: 400;
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: 1rem;
line-height: 1.5;
border-radius: 50px;
letter-spacing: 1px;
font-family: "Lato", serif;
}

.btn-info, .btn-default{color:#fff; background-color: #161f36; border-color: #161f36;text-transform: uppercase;font-weight: 400;
-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: #161f36; border-color: #161f36;text-decoration: none;}


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);
}

.white-bg{background-color:#fff;}
.divider{height: 4px;
width: 100px;
background-color: #9db6c6;
margin: 20px 0px;}
.divider.div-center{;
margin: 20px auto;}

.w-75, .w-100, .w-25, .w-50 {
    height: auto;
}


/******* Header **********/



.above-top{background-color: #333; color: #fff;font-weight: 300 !important;
letter-spacing: 2px;}
nav#header .navbar-brand img {
height: 80px;
	width: auto;
  }
nav#header .navbar-brand {
display: inline-block;
	padding:0px;
	margin:0px;
  }
.flexia-sticky-navbar nav#header .navbar-brand {
display: none;
  }
.flexia-sticky-navbar nav#header .navbar-brand.d-none {
display: inline-block!important;
padding: 0px;
margin: 0px;
  }
/* nav#header{
	-webkit-box-shadow: 1px 1px 15px 2px rgba(0,0,0,.3);
box-shadow: 1px 1px 15px 2px rgba(0,0,0,.3);
} */

nav#header.navbar {
	padding: 40px 0px;
}
.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);
}
	

@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 0.9rem;
font-family: "Lato", serif;
}

nav#header a.nav-link.btn.btn-info{
color: #fff;
padding: .75rem 1.75rem;
}

/* nav{background-color: #fff;} */

.nav-link {
	color: #fff;
	text-transform: uppercase;
letter-spacing: 1.2px;
font-size: 0.8rem;
  }
.nav-link:hover {
color:#eee;
}
.flexia-navbar.flexia-sticky-navbar #header .nav-link {
	color: #222222;
}
.flexia-navbar.flexia-sticky-navbar #header .nav-link:hover {
color:#161f36;
}
.flexia-navbar.flexia-sticky-navbar #header a.nav-link.btn.btn-info {
	color: #fff;
}


.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: 9999;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	background-color: #fff;
}
.flexia-navbar.flexia-sticky-navbar #header { 
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	padding: 10px 0px;
}
.flexia-navbar {
z-index: 999999;
transition: all .3s ease-in-out;
transform: translate3d(0,0,0);
position: absolute;
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 **********/

.hero-banner {
	background-image: url("img/gen-hero.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 220px;
	padding-bottom: 120px;
	position: relative;
}
.hero-banner::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  .hero-banner .row {
	position: relative;
	z-index: 99;
  }

.hero-banner .banner-text h1 {
border-bottom:1px solid #fff;
  }

.banner-text h1 {
	font-size: 3.5rem;
	line-height: 1.4em;
	margin-bottom: 35px;
	padding-bottom: 40px;
	font-weight: 300;
  }
  .banner-image-box {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 275px;
  }
  .banner-image-box img {
	height: 220px;
	object-fit: cover;
	object-position: center;
	border-radius: 20px 20px 0px 0px;
  }
  .banner-image-box .banner-image-box-content {
	padding: 24px;
  }
  .banner-image-box .banner-image-box-content p {
	margin: 0;
	background-color: #161f361f;
	border-radius: 50px;
	padding: 10px 30px 10px 30px;
	color: #222;
	margin-bottom: 20px;
  }


#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}

.hero-banner .btn.btn-info{font-size: 14px;
padding: .75rem 2em;}

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

.pad-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pad-top-100 {
	padding-top: 100px;
}
.pad-bottom-100 {
	padding-bottom: 100px;
}
.rounded-3 {
	border-radius: 20px;
}
.grey-bg {
	background-color: #f8f8f8;
}
.light-green-bg {
	background-color: #9db6c6;
}
.areaWrap {
	transition: .3s all ease-in-out;
	background-color: rgba(255,255,255,.7);
}
.areaWrap:hover {
	background-color: #fff;
}
.servBox {
	padding: 40px;
	transition: .2s all ease-in-out;
  }
  .servBox:hover {
	background-color: #9db6c6;
  }
  .servBox i {
	font-size: 50px;
	color: #161f36;
  }
  .home-cta {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 240px;
	padding-bottom: 240px;
	position: relative;
}
.home-cta h2{

}
.overlay::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  .overlay .row {
	position: relative;
	z-index: 99;
  }
  .cta-btn.contact-btn .btn.btn-info {
	background-color: #222;
  }

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;
}

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.webp');
padding-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}

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

.inner-header {
	background-image: url("img/gen-hero.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 220px;
	padding-bottom: 120px;
	position: relative;
}
.inner-header::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  }
  .inner-header .row {
	position: relative;
	z-index: 99;
  }
  .inner-header .banner-text h1 {
	padding-bottom: 20px;
  }


  .wpcf7-form .wpcf7-form-control.wpcf7-text {
	border: none;
	background-color: #fff;
	padding: 13px 15px;
	margin-bottom: 20px;
	width: 100%;
   font-weight: 500;
   border-radius: 10px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	border: none;
	  background-color: fff;
	  margin-bottom: 30px;
	  width: 100%;
	  height: 140px;
	  font-weight: 500;
	  border-radius: 10px;
	  padding: 13px 15px;
  }
  .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	padding: .75rem 1.75rem;
	border-radius: 10px;
	background-color: #161f36;
	border: 1px solid #161f36;
	color: #fff;
	font-family: "Lato", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
  }
  .formWrap {
	background-color: #9db6c6;
  }
  .contactWrap i {
	font-size: 34px;
	color: #161f36;
  }
  .contactWrap a {
	color: #909090;
  }
  .contactWrap a:hover {
	color: #161f36;
  }


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


#footer h3{
	color: #303434;
		margin-bottom: 38px;
	}
	#footer h4{color: #9db6c6;font-size: 24px;margin-bottom: 30px;}
	
	#footer .fa-brands{}
	
	#footer .list-inline-item:not(:last-child) {
	margin-right: 1rem;
	}
	#footer .fa-brands{color:#ffffff;}
	#footer .socList a {
	  border: 1px solid #ffffff;
	  width: 40px;
	  height: 40px;
	  display: flex;
	  border-radius: 50%;
	  align-items: center;
	  justify-content: center;
	}
	
	#footer img{width:70%;
	margin-top:30px;}
	.foot-contact .row{border-bottom: 1px solid #6C6E70;}
			.foot-contact{
			margin-bottom: 40px;}
	
	.footer{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	#footer .foot-col-1 {
		padding-right: 25px;
	  }
	.conWrap label {
	display: block;
		font-size: 14px;
		color:#252B42;
		font-weight: 500;
	}
	
	.conWrap label.error {
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 0px;
	}
	
	.conWrap .form-field {
	display: inline-block;
	margin: 10px 0 10px;
	clear: none;
	float: left;
	width: 100%;
	}
	
	.conWrap input, .conWrap textarea{
	border: 1px solid #BDBDBD;
	display: block;
	width: 100%;
	font-size: 14px;
	border-radius: 0px;
	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{
	padding-top: 60px;
	color: #bbb;
	background-color: #161f36;
	}
	
	
	#footer nav{
		margin-top: 10px;
	margin-bottom: 1rem;
		background-color: transparent;
	}
	
	ul.list-unstyled.nav-list a, ul.list-unstyled.nav-list a:hover{
	color: #fff;
	}
	
	ul.list-unstyled.nav-list li{
	margin-bottom:15px;
	display: flex;
	  align-items: start;
	}
	
	ul.list-unstyled.nav-list li i {
	  margin-right: 12px;
	  margin-top: 3px;
	  font-size: 20px;
	}
	ul.list-unstyled.nav-list.foot-menu li i {
	  font-size: 14px;
	  margin-right: 5px;
	}
	#footer a {
	color: #bbb;
		text-decoration: none;
	}
	#footer a:hover {
		color: #bbb;
				text-decoration: none;
	}
	.foot-copy {
	  border-top: 1px solid #6C6E70;
	}
	.list-unstyled.privacy-terms-link {
	  display: flex;
	  align-items: center;
	  margin: 0;
	  justify-content: end;
	  gap: 20px;
	}


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

/*****blog styles*****/
.well{border: 10px solid #9db6c6;
padding: 20px 50px;
background-color: rgba(255,255,255,.7);}



/* Responsive CSS */

@media only screen and (max-width: 1200px) {
body .container {
	max-width: 100%;
  }
  nav#header.navbar-expand-lg .navbar-nav .nav-link {
	padding: 1.5rem 1.2rem;
  }
  .home-cta {
	padding-top: 150px;
	padding-bottom: 150px;
  }
  #footer {
	padding-top: 20px;
  }
	.nav-link {
    letter-spacing: 1px;
    font-size: 0.6rem;
}
	
.banner-text h1 {
    font-size: 2.5rem;
}
nav#header .navbar-brand img {
    height: 60px;
}	
	.foot-copy {
    font-size: 10px;
}
}


@media only screen and (max-width: 991px) {
	nav#header .navbar-brand {
		padding-left: 15px;
	  }
	nav#header .navbar-toggler {
		padding: 5px;
		outline: none;
		margin-right: 12px;
	  }
	  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;
	  }
	  .flexia-navbar.flexia-sticky-navbar nav#header .navbar-toggler .navbar-toggler-icon i {
		color: #303434;
	  }
	  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;
	  }
	  .flexia-navbar.flexia-sticky-navbar #header {
		padding: 0px 0px;
	  }
	  #navbar {
		background-color: #fff;
		padding: 20px;
		text-align: center;
	  }
	  nav#header.navbar-expand-lg .navbar-nav .nav-link {
		padding: 1rem 1.2rem;
		color: #222;
	  }
	  nav#header.navbar-expand-lg .navbar-nav .nav-link:hover {
		color: #161f36;
	  }
	  nav#header a.nav-link.btn.btn-info:hover {
		color: #fff;
	  }
	.banner-text h1 br {
		display: none;
	}
	.banner-text h1 {
		font-size: 3rem;
	}
	.btn {
		padding: .75rem 1.5em;
	}
	body h2 {
		font-size: 2.2rem;
	}
	.servBox {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 767px) {
	nav#header.navbar {
		padding: 0px 0px;
	}
	.banner-text h1 {
		font-size: 2.5rem;
	}
	ul.list-unstyled.nav-list li {
		justify-content: center;
	}
	.pad-100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.inner-header {
		padding-top: 135px;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.banner-text h1 {
		font-size: 2rem;
	}
	.hero-banner {
		padding-top: 150px;
		padding-bottom: 80px;
	}
	body h2 {
		font-size: 1.8rem;
	}
	body h3 {
		font-size: 1.3rem;
	}
}


.wpcf7 form.sent .wpcf7-response-output {
border-color: #161f36;
	border-radius: 10px;
margin: 2em 0.5em 1em 0em;
}