/*
Theme Name: Interim Fit
Theme URI: 	upthinksolutions.com
Template: 	Divi
Version: 	4.25.1
*/

/*
Custom styling
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Proxima Nova Light';
	src: url('fonts/Proxima-Nova-Light.eot');
	src: url('fonts/Proxima-Nova-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima-Nova-Light.woff2') format('woff2'),
		url('fonts/Proxima-Nova-Light.woff') format('woff'),
		url('fonts/Proxima-Nova-Light.ttf')  format('truetype'),
		url('fonts/Proxima-Nova-Light.svg#Proxima Nova Lt') format('svg');
}
@font-face {
	font-family: 'Proxima Nova Bold';
	src: url('fonts/Proxima-Nova-Bold.eot');
	src: url('fonts/Proxima-Nova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Proxima-Nova-Bold.woff2') format('woff2'),
		url('fonts/Proxima-Nova-Bold.woff') format('woff'),
		url('fonts/Proxima-Nova-Bold.ttf')  format('truetype'),
		url('fonts/Proxima-Nova-Bold.svg#Proxima Nova') format('svg');
}
body {
	font-weight: 400;
	font-family: 'Proxima Nova Light';
}

/* Headings styling
----------------------------------------------- */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 600;
	padding-bottom: 20px;
}

body h2 {
	font-size: 40px;
}
body h3,
.blog .entry-title,
.archive .entry-title,
body.single .post .entry-title {
	font-size: 30px;
}
body h4 {
	font-size: 25px;
}
body h5 {
	font-size: 22px;
}
body h6 {
	font-size: 20px;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	padding-top: 20px;
}

/* Paragraph styling
--------------------------------------------------- */

body p {
	padding-bottom: 25px;
}
p:last-of-type + * {
	padding-top: 25px;
}
p:empty {
	display: none;
}

body p strong {
	font-family: 'Proxima Nova Bold';
}

/* Buttons styling
----------------------------------------------- */

#page-container .et_pb_button {
	display: inline-block;
	padding: 18px 50px 15px;
	line-height: normal !important;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	font-family: 'Proxima Nova Bold';
}
#page-container .et_pb_button:after {
	display: none;
}
#page-container .et_pb_button:hover {
	background: #f64225;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	box-shadow: 0 0 12px rgba(0, 0, 0, .45);
}

#page-container .white-button {
	background: #fff;
	color: #000;
}

.et_pb_button + .et_pb_button {
	margin-left: 25px;
}

#page-container .btn {
	display: inline-block;
	padding: 18px 50px 15px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	border-radius: 10px;
	background: #f64225;
	color: #fff !important;
	font-size: 16px;
	font-family: 'Proxima Nova Bold';
	text-transform: uppercase;
}
#page-container .btn:hover {
	background: #f64225;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	box-shadow: 0 0 12px rgba(0, 0, 0, .45);
}

/*
wpforms styling
--------------------------------------------------- */

html body #page-container div.wpforms-container-full {
	margin: 0 auto;
}
#main-content .wpforms-form .wpforms-field-label {
	font-weight: 500;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select {
	height: auto;
}
#main-content .wpforms-form input,
#main-content .wpforms-form select,
#main-content .wpforms-form textarea {
	border: 1px solid #a5a5a5;
	border-radius: 0;
	font-family: inherit;
	padding: 12px 15px;
}
#page-container .wpforms-container .wpforms-form :-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::-moz-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form :-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-ms-input-placeholder {
	color: #000;
}
#page-container .wpforms-container .wpforms-form ::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-container .wpforms-form ::placeholder {
	color: #000;
	opacity: 1;
}
#page-container .wpforms-submit-container {
	text-align: center;
	margin-top: 0;
}

#page-container div.wpforms-container-full .wpforms-form button[type=submit] {
	display: inline-block;
	padding: 18px 50px 15px;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	box-shadow: none;
	height: auto;
	border: none;
	border-radius: 10px;
	background: #f64225;
	color: #fff;
	font-size: 16px;
	font-family: 'Proxima Nova Bold';
	text-transform: uppercase;
}
#page-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
	background: #f64225;
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	box-shadow: 0 0 12px rgba(0, 0, 0, .45);
}

#page-container .wpforms-confirmation-container-full {
	background: #f64225;
	border: none;
}
#page-container .wpforms-confirmation-container-full p {
	color: #fff;
}

/* list style
--------------------------------------------------- */

#main-content .entry-content ul,
#main-content .entry-content ol {
	padding: 0 0 0 20px;
	line-height: 1.5;
}
#main-content .entry-content li {
	list-style-position: outside;
	padding-bottom: 10px;
}
#page-container #main-content .entry-content li:last-of-type {
	padding-bottom: 0;
}

#main-content .entry-content ul li ul,
#main-content .entry-content ul li ol {
	margin-top: 10px;
}

body .entry-content ul + *,
body .entry-content ol + * {
	margin-top: 25px;
}
p:last-of-type + ul,
p:last-of-type + ol {
	margin-top: 25px;
}

#page-container #main-content .list-style-2 ul,
#page-container #main-content ul.list-style-2 {
	padding-left: 0;
}
#main-content .list-style li,
#main-content .list-style-2 li {
	display: block;
	position: relative;
	padding-left: 30px;
}
#main-content .list-style li:before {
	content: "";
	background-image: url(images/star.png);
	width: 18px;
	height: 17px;
	position: absolute;
	top: 4px;
	left: 0;
}
#main-content .list-style .et_pb_bg_layout_dark li:before {
	background-image: url(images/star-white.png);
}
#main-content .list-style-2 li:before {
	content: "";
	background-image: url(images/list-icon.png);
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
}

/* anchor tag style
--------------------------------------------------- */

.entry-content a:hover {
	color: #408685;
}
.et_pb_bg_layout_dark a,
.et_pb_bg_layout_dark a:hover {
	color: #fff;
}
a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	display: inline-block;
}

/* underline text style
--------------------------------------------------- */

body a,
body u {
	text-underline-position: under;
}

/* table style
--------------------------------------------------- */

table {
	width: 100%;
} 
tr {
	background: transparent;
}
thead tr,
tbody tr:nth-child(2n+2) {
	background: #eee;
}
th,
td {
	border: 1px solid #dadada;
}

/* image styling
--------------------------------------------------- */

img.alignright {
	margin-left: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
img.alignleft {
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 0;
}
.frame-img-widget img {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}
.round-img-widget img {
	border-radius: 50%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.40);
}

/* Divi builder sections and module styling
---------------------------------------------------------------------------------------------------- */

.et_pb_pagebuilder_layout #main-content {
	position: relative;
	overflow: hidden;
}

/* builder section 
----------------------------------------------- */

body .et_pb_section {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* builder row and container 
----------------------------------------------- */

body .et_pb_row,
body .container {
	width: 100%;
}

/* text module pick full height
----------------------------------------------- */

.et_pb_text_inner:after {
	content: '';
	clear: both;
	display: block;
}

/* Divi sup styling
----------------------------------------------- */

#page-container sup {
	bottom: 0.2em;
}

/* dashicons icon styling
--------------------------------------------------- */

.dashicons-icon i {
	font-family: dashicons;
	font-style: normal;
	font-weight: 400;
}
.dashicons-phone {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	display: inline-block;
}

/* outside image module
--------------------------------------------------- */

.et_pb_row .outside-right {
	margin-right: -98px;
}
.et_pb_row .outside-left {
	margin-left: -98px;
}

/* vertical align row
--------------------------------------------------- */

body .flex-row,
body .reverse-column-row {
	display: flex;
}
body .flex-row .et_pb_column:first-of-type,
body .reverse-column-row .et_pb_column:last-of-type {
	align-self: center;
}

/* 
Header styling
---------------------------------------------------------------------------------------------------- */

body.et_fixed_nav.et_show_nav #page-container {
	margin-top: 0 !important;
}

#main-header,
#main-header #et-top-navigation {
	font-weight: normal;
}

/* Header right widget area styling
--------------------------------------------------- */

.header-right-area {
	position: relative;
	float: right;
	padding-top: 20px;
	padding-left: 50px;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*
.home .header-right-area {
padding-top: 40px;
}
.home .et-fixed-header .header-right-area {
padding-top: 20px;
}
*/

/* Header menu styling
--------------------------------------------------- */

#main-header #et-top-navigation {
	padding-top: 40px;
}

/*
.home #main-header #et-top-navigation {
padding-top: 60px;
}
.home #main-header.et-fixed-header #et-top-navigation {
padding-top: 40px;
}
*/

body #top-menu > li {
	padding-right: 25px;
}
body #top-menu > li > a {
	font-family: 'Proxima Nova Bold';
}
body #top-menu li a:hover {
	opacity: 1;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a,
body.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 10px;
	margin-bottom: 5px;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a:hover {
	color: #408685 !important;
}
#main-header li ul {
	padding-top: 0;
	padding-bottom: 0;
}
body #top-menu .menu-item-has-children li {
	padding: 0;
	line-height: 1.1;
	display: block;
	position: relative;
}
body #main-header .nav li ul a {
	width: 100%;
	padding: 14px 20px;
	text-transform: none;
	color: #000 !important;
}
body #top-menu li li a:hover {
	background: #f64225;
	color: #fff !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a {
	color: initial !important;
}
body #main-header.et-fixed-header #top-menu ul li.current-menu-item>a:hover {
	color: #fff !important;
}

/* Menu hover 
--------------------------------------------------- */

#top-menu > li > a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 0;
	width: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 3px solid #408685;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#top-menu > li.current-menu-item > a::before,
#top-menu > li.current_page_item > a::before,
#top-menu > li > a:hover:before {
	width: 25px;
}

/*
Home Page styling
---------------------------------------------------------------------------------------------------- */

/* Home Header styling
--------------------------------------------------- */

.home #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.home #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}

.home #et-main-area {
	margin-top: -109px;
}

/* Banner Section
--------------------------------------------------- */

#hero-img-section {
	min-height: 678px;
	padding-top: 130px;
}
#hero-img-section:before {
	content: "";
	width: 40%;
	height: 100%;
	background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -o-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -ms-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}



.page-id-425 #page-container #main-header,
.page-id-720 #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-id-425 #page-container #main-header.et-fixed-header,
.page-id-720 #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.page-id-425 #et-main-area,
.page-id-720 #et-main-area {
	margin-top: -89px;
}

#hero-img-section-new {
	min-height: 1080px;
	padding-top: 320px;
}
#hero-img-section-new .et_pb_column {
	max-width: 500px;
}

/* Home Panel 2
--------------------------------------------------- */

#home-panel-2 {
	padding-top: 0;
	padding-bottom: 0;
}
#home-panel-2 .et_pb_column {
	background-color: #408685;
	padding: 20px;
	margin: -130px 2px 0 !important;
}
#home-panel-2 h4 {
	font-size: 25px;
}



#home-panel-2-new .et_pb_column {
	background-color: #235d8f;
	border-radius: 32px;
	padding: 40px 20px;
}
#home-panel-2-new h5 {
	font-size: 22px;
	line-height: 1.5;
}

/* Home Panel 3
--------------------------------------------------- */

#home-panel-3-new {
	padding-top: 0;
	padding-bottom: 50px;
}
#main-content .home-panel-3-row-1 {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#main-content .home-panel-3-row-2 {
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}
#main-content .home-panel-3-row-2 .et_pb_column:nth-child(2) {
	padding-left: 20px;
	padding-right: 20px;
}
body .home-panel-3-row-2 .et_pb_column:nth-child(2):before {
	content: "";
	width: 1px;
	height: 236px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
body .home-panel-3-row-2 .et_pb_column:nth-child(2):after {
	content: "";
	width: 1px;
	height: 236px;
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
#home-panel-3-new h5 {
	font-size: 22px;
}

/* Home Panel 4
--------------------------------------------------- */

#home-panel-4 h4 {
	font-size: 25px;
}



#home-panel-4-new .et_pb_row {
	display: flex;
}
#home-panel-4-new .et_pb_column {
	align-self: center;
}
#home-panel-4-new .et_pb_column:nth-child(1) {
	padding-right: 178px;
	line-height: 2;
}
#home-panel-4-new .et_pb_column:nth-child(2) {
	padding-left: 38px;
}
#home-panel-4-new .et_pb_code {
	background-color: #fff;
	border-radius: 32px;
	-webkit-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	-moz-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	padding: 40px;
}
#home-panel-4-new .et_pb_code_inner {
	display: flex;
}
#home-panel-4-new .et_pb_code_inner > * {
	align-self: center;
}
#home-panel-4-new h5 {
	color: #408685;
}
body .panel-4-icon {
	width: 14%;
}
body .panel-4-text {
	width: 86%;
	padding-left: 30px;
}

/* Home Panel 5
--------------------------------------------------- */

#home-panel-5-new .et_pb_row {
	display: flex;
}
#home-panel-5-new .et_pb_column {
	align-self: center;
}

/* Home Panel 6
--------------------------------------------------- */

#main-content .panel-5-images-row li {
	padding-bottom: 0;
	display: flex;
	align-items: center;
	min-height: 94px;
}
#main-content .panel-5-images-row .soliloquy-container .soliloquy-image {
	width: 75%;
}

/* Home Panel 7
--------------------------------------------------- */

#main-content .panel-7-row-2 .et_pb_column {
	background-color: #fff;
	border-radius: 32px;
	-webkit-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	-moz-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	padding: 28px;
}
body .panel-7-row-2 h6 {
	font-size: 16px;
	background-color: #408685;
	color: #fff;
	font-family: 'Proxima Nova Bold';
	display: inline-block;
	padding: 18px 50px 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
body .panel-7-row-2 h5 {
	font-size: 22px;
}
body.page-id-720 .panel-7-row-2 h5 {
	color: #408685;
}

/* Home Panel 8
--------------------------------------------------- */

#home-panel-8-new .et_pb_row {
	display: flex;
}
#home-panel-8-new .et_pb_column {
	align-self: center;
}

/* Satisfaction Guaranteed Section
--------------------------------------------------- */

#main-content .satisfaction-guaranteed-area {
	padding-top: 100px;
	padding-bottom: 100px;
}
#main-content .satisfaction-guaranteed-area .et_pb_row {
	display: flex;
	border-radius: 40px;
	-webkit-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	-moz-box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	box-shadow: 0 0 8px rgba(171, 190, 209, 0.4);
	padding-left: 30px;
	padding-right: 30px;
}
#main-content .satisfaction-guaranteed-area .et_pb_column {
	align-self: center;
}
#main-content .satisfaction-guaranteed-area .et_pb_image {
	margin-top: -100px;
	margin-bottom: -100px;
}

/* footer form styling
--------------------------------------------------- */

#form-area form {
	position: relative;
}
#form-area .wpforms-field {
	padding: 0 0 10px;
	float: left;
	clear: none;
}
#form-area .left-side-field {
	width: 52%;
}
#form-area .left-side-field .wpforms-one-half {
	width: 49%;
}
#form-area .left-side-field .wpforms-first + .wpforms-one-half {
	margin-left: 2%;
}
#form-area .right-side-field {
	width: 26%;
	margin-left: 1%;
}
#main-content #form-area input,
#main-content #form-area select,
#main-content #form-area textarea {
	background: #fff;
	border: none;
	font-size: 18px;
	color: #000;
	padding: 13px 20px 12px;
	border-radius: 10px;
}
#form-area .wpforms-submit-container {
	padding-top: 0;
	clear: none;
	float: right;
	width: 21%;
	text-align: right;
}
#form-area div.wpforms-container-full .wpforms-form button[type=submit]:before {
	content: "\f346";
	font-family: dashicons;
	line-height: 0;
	position: relative;
	top: 3px;
	left: -2px;
}
#form-area .wpforms-container-full .wpforms-error {
	color: #fff;
	display: inline-block;
	margin-top: 0;
}
#form-area .wpforms-container-full .wpforms-error:before {
	background-color: #fff;
}

/*
footer styling
---------------------------------------------------------------------------------------------------- */

/* footer widget 1 styling
--------------------------------------------------- */

#main-footer #footer-widgets {
	padding: 50px 0;
	display: flex;
}
#footer-widgets .footer-widget {
	margin: 0;
	align-self: center;
}
#footer-widgets .footer-widget:first-of-type,
#footer-widgets .footer-widget:last-of-type {
	width: 27%;
}
#footer-widgets .footer-widget:nth-child(2) {
	width: 46%;
}
#footer-widgets .footer-widget:first-of-type {
	padding-right: 15px;
}
#footer-widgets .footer-widget:last-of-type {
	text-align: center;
	padding-left: 15px;
}
#main-footer #footer-widgets .et_pb_widget {
	margin-bottom: 0 !important;
}
#footer-widgets .footer-widget:first-of-type .et_pb_widget {
	float: none;
}
#footer-widgets .footer-widget:nth-child(2) .et_pb_widget {
	width: 50%;
}
#footer-widgets .widget_media_image a {
	display: table;
}
#footer-widgets img {
	display: block;
}
#main-footer #footer-widgets .et_pb_button {
	color: #fff;
	text-decoration: none;
}
#footer-widgets p {
	padding-bottom: 10px;
}
#footer-widgets .et_pb_widget p:last-of-type {
	padding-bottom: 0;
}
#footer-widgets .footer-widget a:hover {
	color: #f64225;
	text-decoration: underline;
}

/* social icons styling
--------------------------------------------------- */

#main-footer #footer-widgets .footer-widget .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	background: #f64225;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff !important;
	font-size: 18px;
	font-family: 'Proxima Nova Bold';
	text-align: center;
	text-shadow: none;
	margin-right: 5px;
	text-decoration: none;
}
#main-footer #footer-widgets .footer-widget .social-icons a:last-of-type {
	margin-right: auto;
}
#main-footer #footer-widgets .footer-widget .social-icons a:hover {
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, .45);
	box-shadow: 0 0 12px rgba(0, 0, 0, .45);
}

/*
footer contact section
--------------------------------------------------- */

#footer-contact-section {
	padding-bottom: 30px;
}
#footer-contact-section .textwidget {
	text-align: center;
}

/*
footer copyright section
--------------------------------------------------- */

/*
#footer-copyright-section {
padding: 15px 0;
background-color: #235d8f;
}
#footer-copyright-section .textwidget {
text-align: center;
color: #fff;
font-family: 'Proxima Nova Bold';
}
#footer-copyright-section p:after {
content: "\f344";
font-family: dashicons;
line-height: 0;
position: relative;
top: 4px;
left: 3px;
}
#footer-copyright-section a {
color: #fff;
text-decoration: underline;
}
*/

/*
End Home Page styling
---------------------------------------------------------------------------------------------------- */

/*
Blog page styling
---------------------------------------------------------------------------------------------------- */

/*
blog banner styling
--------------------------------------------------- */

.blog #inner-banner-section,
.archive #inner-banner-section,
.category #inner-banner-section {
	padding-bottom: 0;
}
.blog #inner-banner-section .et_pb_row,
.archive #inner-banner-section .et_pb_row,
.category #inner-banner-section .et_pb_row {
	padding-bottom: 0;
	margin: 0 auto;
}
.blog #inner-banner-section .et_pb_column,
.archive #inner-banner-section .et_pb_column,
.category #inner-banner-section .et_pb_column {
	width: 100%;
	margin-right: auto;
}
.blog #inner-banner-section .et_pb_image,
.archive #inner-banner-section .et_pb_image,
.category #inner-banner-section .et_pb_image {
	display: none;
}
.blog #inner-banner-section h1,
.archive #inner-banner-section h1,
.category #inner-banner-section h1 {
	padding-bottom: 0;
}

/*
blog categories section styling
--------------------------------------------------- */

.archive #blog-category-section,
.category #blog-category-section {
	display: none;
}
#blog-category-section .textwidget {
	text-align: center;
}

/*
main content area styling
--------------------------------------------------- */

#main-content.post-custom-style .container {
	padding-top: 0;
	margin-top: 30px;
}
#main-content .container:before {
	display: none;
}

/*
post styling
--------------------------------------------------- */

.post-custom-style article,
.archive article,
.sp-custom-style #left-area article,
.blog article {
	border: 1px solid #d7d7d7;
	padding: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
.blog #left-area .entry-title {
	padding-bottom: 10px;
}
#left-area .et_pb_post .post-meta {
	margin-bottom: 0;
	font-size: 16px;
	padding-bottom: 10px;
}
#left-area .et_pb_post .post-meta a {
	color: #f64225;
}
.post-custom-style .et_pb_post .entry-content,
.archive .et_pb_post .entry-content,
.sp-custom-style .et_pb_post .entry-content {
	padding-top: 0;
}
body .has-post-thumbnail .entry-featured-image-url {
	margin-bottom: 0;
}
.has-post-thumbnail .entry-featured-image-url img {
	width: 45%;
	float: left;
	margin-right: 20px;
	min-height: 270px;
	object-fit: cover;
}
.entry-title a {
	text-decoration: none;
}
.post-custom-style .post-excerpt .post-more-link {
	display: inline-block;
	margin-top: 12px;
	padding: 0;
}

/*
custom pagination styling
--------------------------------------------------- */

#main-content .custom-pagination ul {
	border-top: 1px solid #ccc;
	padding: 25px 0;
	text-align: center;
}
.custom-pagination li {
	display: inline-block;
}
.custom-pagination li a {
	padding: 3px 10px;
	display: block;
}
.custom-pagination .active a {
	background: #235d8f;
	color: #fff;
}

/*
Sidebar styling
--------------------------------------------------- */

#main-content #left-area {
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
}
#page-container #main-content .post .read-more {
	display: table;
	margin-top: 20px;
}

/*
#main-content #sidebar {
width: 28%;
padding-left: 0;
}
*/

#sidebar .et_pb_widget {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 30px;
}
#sidebar .et_pb_widget:last-child,
#sidebar .widget_archive {
	border-bottom: none;
}
#sidebar .et_pb_widget li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#sidebar .et_pb_widget li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#sidebar .et_pb_widget a {
	color: #000;
}

/* sidebar archive widget styling
--------------------------------------------------- */

#sidebar .widget_archive select {
	background: url(images/down-arrow.png) no-repeat right 10px center;
	border: none;
	border-bottom: 1px solid #d7d7d7;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	font-size: 16px;
	color: #000;
	height: auto;
	padding: 0 10px 5px;
}
#sidebar .widget_archive select::-ms-expand {
	display: none;
}

/* sidebar about box styling
--------------------------------------------------- */

.about-box {
	position: relative;
	text-align: center;
}
.about-box img {
	border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.55);
	margin-bottom: 20px;
}
.about-box a {
	text-decoration: none;
}
.about-box h4 {
	font-size: 18px;
	padding-top: 0;
}
#sidebar .about-box h4 a {
	background: #235d8f;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	padding: 28px 8px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 90px;
}
#sidebar .about-box h4 a:hover {
	background: #5a86af;
}
.about-box a .icon {
	display: block;
	font-size: 35px;
	margin-bottom: 5px;
}
#page-container #sidebar .et_pb_button {
	color: #fff;
}

/* sidebar location widget styling
--------------------------------------------------- */

#sidebar iframe,
#sidebar .widget_media_image img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.40);
	padding-bottom: 0;
}
#sidebar .widget_media_image img {
	display: block;
}

/*
Single page styling
---------------------------------------------------------------------------------------------------- */

/*
main content area styling
--------------------------------------------------- */

.single #main-content .container:before {
	display: none;
}
#main-content .sp-custom-style #sidebar {
	padding-left: 0;
}

/*
End Blog page styling
---------------------------------------------------------------------------------------------------- */

body .services-panel-7 h4 {
	font-size: 25px;
}
.page-id-9 #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-id-9 #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.page-id-9 #et-main-area {
	margin-top: -89px;
}
#main-content .services-banner {
	min-height: 600px;
	display: flex;
}

/*
Services Page Styling
--------------------------------------------------- */

.page-id-543 #page-container #main-header,
.page-id-722 #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-id-543 #page-container #main-header.et-fixed-header,
.page-id-722 #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.page-id-543 #et-main-area,
.page-id-722 #et-main-area {
	margin-top: -89px;
}
#services-hero {
	min-height: 797px;
	padding-top: 310px;
}
#services-hero .et_pb_column {
	max-width: 460px;
}
#services-section-2 .et_pb_row {
	display: flex;
}
#services-section-2 .et_pb_column {
	align-self: center;
}
#main-content .services-key-benefits {
	overflow: hidden;
	border-radius: 24px;
	margin-left: 70px;
	margin-right: 70px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 714px;
	display: flex;
}
body .services-key-benefits:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	position: absolute;
	top: 0;
	left: 0;
}
#services-section-3 .et_pb_column {
	max-width: 800px;
}
#services-section-4 .et_pb_row {
	display: flex;
}
#services-section-4 .et_pb_column {
	align-self: center;
}
.page-id-722 #services-section-4 h4 {
	color: #235d8f;
}
#services-section-5 .et_pb_column {
	max-width: 610px;
}
#services-section-7 .et_pb_row {
	display: flex;
}
#services-section-7 .et_pb_column {
	align-self: center;
}
#services-section-7 .et_pb_column:nth-child(1) {
	padding: 48px;
	border-radius: 24px;
}
#services-section-7 .et_pb_column:nth-child(1) h2 {
	font-size: 40px;
}
#services-section-7 .et_pb_tabs {
	border: none;
	display: flex;
}
#services-section-7 .et_pb_tabs > * {
	align-self: center;
}
#services-section-7 .et_pb_tabs ul.et_pb_tabs_controls {
	background-color: transparent;
}
#services-section-7 .et_pb_tabs ul.et_pb_tabs_controls:after {
	border-top: transparent;
}
#services-section-7 .et_pb_tabs .et_pb_tabs_controls li {
	border-right: none;
	margin-bottom: 10px;
	float: none;
}
#services-section-7 .et_pb_tabs .et_pb_tabs_controls li:last-of-type {
	margin-bottom: 0;
}
#services-section-7 .et_pb_tabs .et_pb_tabs_controls li a {
	padding: 25px 50px;
	line-height: normal !important;
	text-align: center;
	font-family: 'Proxima Nova Bold';
	font-size: 16px;
	border-radius: 10px;
	background-color: #f2f2f7;
	color: #235d8f !important;
	min-width: 220px;
}
#services-section-7 .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	background-color: #f64225;
	color: #fff !important;
}
#services-section-7 .et_pb_tabs .et_pb_all_tabs {
	margin-top: 0;
	width: 100%;
}
#services-section-7 .et_pb_tabs .et_pb_all_tabs ul {
	width: 47%;
	float: left;
}
#services-section-7 .et_pb_tabs .et_pb_all_tabs ul + ul {
	margin-top: 0;
	margin-left: 6%;
}

/*
About Us Page Styling
--------------------------------------------------- */

.page-id-637 #page-container #main-header,
.page-id-721 #page-container #main-header {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-id-637 #page-container #main-header.et-fixed-header,
.page-id-721 #page-container #main-header.et-fixed-header {
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
	box-shadow: 0 0 7px rgba(0,0,0,.1);
}
body.page-id-637 #et-top-navigation nav>ul>li>a {
	color: #fff;
}
.page-id-637 #et-main-area,
.page-id-721 #et-main-area {
	margin-top: -89px;
}
#about-us-hero {
	min-height: 797px;
	padding-top: 310px;
}
#about-us-hero .et_pb_column {
	max-width: 440px;
}
#about-section-2 .et_pb_row {
	display: flex;
}
#about-section-2 .et_pb_column {
	align-self: center;
}
#about-section-2 .et_pb_image .et_pb_image_wrap {
	border-radius: 24px;
	overflow: hidden;
}
#main-content .about-cta-section {
	overflow: hidden;
	border-radius: 24px;
	margin-left: 70px;
	margin-right: 70px;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 552px;
	display: flex;
}
body .about-cta-section:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 27.29%, rgba(0, 0, 0, 0.84) 71.25%, rgba(0, 0, 0, 0.86) 100.55%);
	position: absolute;
	top: 0;
	left: 0;
}
#about-section-3 .et_pb_column {
	max-width: 415px;
}
#about-section-4 .et_pb_row {
	display: flex;
}
#about-section-4 .et_pb_column {
	align-self: center;
}
#about-section-4 h2 {
	font-size: 40px;
}
#about-section-6 .et_pb_column {
	max-width: 460px;
}
#about-section-7 .et_pb_row {
	display: flex;
}
#about-section-7 .et_pb_column {
	align-self: center;
}
#about-section-7 h2 {
	font-size: 40px;
}



































/* 
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1600px) {

	#inner-banner1 .et_pb_image img,
	#inner-banner2 .et_pb_image img,
	#inner-banner3 .et_pb_image img,
	#inner-banner6 .et_pb_image img,
	#inner-banner7 .et_pb_image img {
		max-height: 525px;
	}

}

@media only screen and (max-width: 1230px) { 

	body .et_pb_row,
	body .container {
		width: 95%;
	}
	.et_pb_row .outside-right {
		margin-right: auto;
	}
	.et_pb_row .outside-left {
		margin-left: auto;
	}
	#hero-img-section:before {
		width: 60%;
	}



	#home-panel-2-new br {
		display: none;
	}
	#home-panel-4-new .et_pb_column:nth-child(1) {
		padding-right: 0;
	}
	#home-panel-4-new .et_pb_column:nth-child(2) {
		padding-left: 0;
	}
	#services-hero {
		background-position: 80%;
	}
	#services-hero .et_pb_column {
		background-color: rgb(255 255 255 / 80%);
		padding: 30px;
	}
	#services-section-7 .et_pb_column:nth-child(1) {
		padding: 30px;
	}
	#services-section-7 br {
		display: none;
	}

}

@media only screen and (max-width: 980px) { 

	body.et_header_style_left #logo,
	body.et_header_style_centered #logo,
	body.et_header_style_split #logo {
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.entry-content img.alignright,
	.entry-content img.alignleft {
		float: none;
		display: block;
		margin: 0 auto 25px;
	}
	body h1 {
		font-size: 40px;
	}
	body h2,
	#services-section-7 .et_pb_column:nth-child(1) h2,
	#about-section-4 h2,
	#about-section-7 h2 {
		font-size: 36px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .post .entry-title {
		font-size: 27px;
	}
	body h4 {
		font-size: 22px;
	}
	body h5,
	#home-panel-2-new h5,
	#home-panel-3-new h5,
	body .panel-7-row-2 h5 {
		font-size: 20px;
	}
	body h6 {
		font-size: 18px;
	}
	body .et_pb_section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main-content .et_pb_image {
		text-align: center;
	}
	#page-container .et_pb_button,
	#page-container .btn,
	#page-container div.wpforms-container-full .wpforms-form button[type=submit],
	body .pum.pum-overlay .pum-container.popmake .wpforms-submit-container button {
		padding: 15px 25px 12px;
	}
	body .flex-row {
		display: block;
	}
	body .reverse-column-row {
		flex-direction: column-reverse;
	}
	body .reverse-column-row .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	body.et_header_style_left .logo_container {
		position: relative;
		width: auto;
		float: left;
		padding-top: 5px;
	}
	.header-right-area {
		padding-top: 14px;
		padding-left: 0;
		padding-bottom: 0;
		padding-right: 60px;
	}

	/*
	.home .header-right-area {
	padding-top: 5px;
}
	.home .et-fixed-header .header-right-area {
	padding-top: 5px;
}
	*/

	#main-header #et-top-navigation {
		padding-top: 0;
		clear: both;
		margin-top: -44px;
	}

	/*
	.home #main-header #et-top-navigation {
	padding-top: 0;
}
	.home #main-header.et-fixed-header #et-top-navigation {
	padding-top: 0;
}
	*/

	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 17px;
	}
	#main-header #et-top-navigation .et_mobile_menu {
		padding: 15px;
	}
	#main-header #et-top-navigation .et_mobile_menu li a {
		font-size: 16px;
	}
	.home #et-main-area {
		margin-top: 0;
	}
	#hero-img-section {
		min-height: 100%;
		padding-top: 20px;
	}
	#hero-img-section:before {
		display: none;
	}
	#hero-img-section .et_pb_column {
		background-color: rgb(0 0 0 / 60%);
		padding: 30px;
	}
	#home-panel-2 {
		padding-top: 50px;
	}
	#home-panel-2 .et_pb_column {
		margin: 0 auto 30px !important;
	}
	#home-panel-3 .et_pb_row {
		padding-top: 0;
	}
	#main-content .panel-5-images-row .soliloquy-container .soliloquy-image {
		width: 100%;
	}
	#home-panel-6 .et_pb_module {
		text-align: center;
	}
	#home-panel-7 {
		padding-bottom: 0;
	}
	#home-panel-7 .et_pb_row {
		padding-bottom: 0;
	}
	#main-footer #footer-widgets {
		padding-bottom: 20px;
		display: block;
		text-align: center;
	}
	#footer-widgets .footer-widget:nth-child(n) {
		width: 100% !important;
		margin: 0 !important;
	}
	#main-footer #footer-widgets .et_pb_widget {
		float: none;
	}
	#footer-widgets .footer-widget:first-of-type {
		padding-right: 0;
	}
	#footer-widgets .widget_media_image a {
		margin: 0 auto;
	}
	#footer-widgets .footer-widget:nth-child(2) {
		padding: 30px 0;
	}
	#footer-widgets .footer-widget:nth-child(2) .et_pb_widget {
		width: 100%;
	}
	#footer-widgets .footer-widget:nth-child(2) .et_pb_widget + .et_pb_widget {
		padding-top: 30px;
	}
	#footer-widgets .footer-widget:last-of-type {
		padding-left: 0;
	}
	.page-id-9 #et-main-area {
		margin-top: 0;
	}
	.page-id-9  #page-container #main-header {
		background: #fff;
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
		-moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
		box-shadow: 0 0 7px rgba(0,0,0,.1);
	}
	#main-content .services-banner {
		min-height: 100%;
		display: block;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blog #et-main-area #main-content .container {
		padding-top: 30px;
	}
	#main-content #sidebar {
		max-width: 350px;
		clear: both;
		margin: 0 auto;
	}
	.has-post-thumbnail .entry-featured-image-url img {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}



	.page-id-425 #page-container #main-header,
	.page-id-720 #page-container #main-header {
		background: #fff;
	}
	.page-id-425 #et-main-area,
	.page-id-720 #et-main-area {
		margin-top: 0;
	}
	#hero-img-section-new {
		min-height: 100%;
		background-size: contain;
		background-position: top center;
		padding-top: 60%;
		padding-bottom: 0;
	}
	#hero-img-section-new .et_pb_row {
		padding-bottom: 0;
	}
	#hero-img-section-new .et_pb_column {
		max-width: 100%;
	}
	#home-panel-3-new br {
		display: none;
	}
	#main-content .home-panel-3-row-1 {
		padding-top: 30px;
	}
	#main-content .home-panel-3-row-2 {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	#main-content .home-panel-3-row-2 .et_pb_column:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
	}
	body .home-panel-3-row-2 .et_pb_column:nth-child(2):before,
	body .home-panel-3-row-2 .et_pb_column:nth-child(2):after {
		display: none;
	}
	#home-panel-4-new .et_pb_row {
		display: block;
	}
	#home-panel-4-new .et_pb_column:nth-child(1) {
		line-height: 1.5;
	}
	#home-panel-4-new .et_pb_code_inner {
		display: block;
		text-align: center;
	}
	body .panel-4-icon {
		width: 100%;
	}
	body .panel-4-text {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	#home-panel-5-new .et_pb_row {
		flex-direction: column-reverse;
	}
	#home-panel-5-new .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	.page-id-425 #main-content .panel-5-images-row {
		padding-top: 0;
	}
	.page-id-637 #main-content .panel-5-images-row {
		padding-top: 0;
		padding-bottom: 0;
	}
	#home-panel-7-new .et_pb_row:nth-child(1) {
		padding-top: 0;
	}
	#main-content .panel-7-row-2 {
		display: block;
		padding-bottom: 0;
	}
	#main-content .panel-7-row-2 .et_pb_column {
		width: 100%;
		margin-right: auto;
		float: none;
		margin-bottom: 30px;
	}
	#main-content .panel-7-row-2 .et_pb_module {
		text-align: center;
	}
	#home-panel-7-new .et_pb_row:nth-child(3) {
		padding-top: 0;
	}
	#home-panel-8-new .et_pb_row {
		display: block;
	}
	#home-panel-8-new .et_pb_button_module_wrapper {
		text-align: center;
	}
	#main-content .satisfaction-guaranteed-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#main-content .satisfaction-guaranteed-area .et_pb_row {
		display: block;
	}
	#main-content .satisfaction-guaranteed-area .et_pb_image {
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-id-543 #page-container #main-header,
	.page-id-722 #page-container #main-header {
		background: #fff;
	}
	.page-id-543 #et-main-area,
	.page-id-722 #et-main-area {
		margin-top: 0;
	}
	#services-hero {
		min-height: 100%;
		background-size: contain;
		background-position: top center;
		padding-top: 45%;
		padding-bottom: 0;
	}
	#services-hero .et_pb_row {
		padding-bottom: 0;
	}
	#services-hero .et_pb_column {
		background-color: transparent;
		padding: 0;
		max-width: 100%;
	}
	#services-section-2 .et_pb_row {
		flex-direction: column-reverse;
	}
	#services-section-2 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#main-content .services-key-benefits {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		min-height: 100%;
		display: block;
		background-size: contain;
		background-position: top center;
		padding-top: 45%;
		padding-bottom: 0;
	}
	body .services-key-benefits:before {
		display: none;
	}
	#main-content .services-key-benefits .et_pb_row {
		padding-bottom: 0;
	}
	body .services-key-benefits .et_pb_text_inner > * {
		color: #000 !important;
	}
	#services-section-3 .et_pb_column {
		max-width: 100%;
	}
	#services-section-4 .et_pb_row {
		display: block;
	}
	#services-section-5 .et_pb_column {
		max-width: 100%;
	}
	#services-section-7 {
		padding-top: 0;
	}
	#services-section-7 .et_pb_row {
		padding-top: 0;
		display: block;
	}
	#services-section-7 .et_pb_tabs {
		display: block;
	}
	#services-section-7 .et_pb_tabs .et_pb_tabs_controls li {
		margin-left: auto;
		margin-right: auto;
		border-bottom: none;
		display: table;
	}
	#services-section-7 .et_pb_tabs .et_pb_tab {
		padding: 30px 0 0;
	}
	#services-section-7 .et_pb_tabs .et_pb_all_tabs ul {
		width: 100%;
		float: none;
	}
	#services-section-7 .et_pb_tabs .et_pb_all_tabs ul + ul {
		margin-left: auto;
		padding-top: 10px;
	}
	.page-id-637 #page-container #main-header,
	.page-id-721 #page-container #main-header {
		background: #fff;
	}
	.page-id-637 #et-main-area,
	.page-id-721 #et-main-area {
		margin-top: 0;
	}
	#about-us-hero {
		min-height: 100%;
		background-size: contain;
		background-position: top center;
		padding-top: 44%;
		padding-bottom: 0;
	}
	#about-us-hero .et_pb_row {
		padding-bottom: 0;
	}
	#about-us-hero .et_pb_column {
		max-width: 100%;
	}
	#about-us-hero .et_pb_text_inner > * {
		color: #000 !important;
	}
	#about-section-2 .et_pb_row {
		flex-direction: column-reverse;
	}
	#about-section-2 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#main-content .about-cta-section {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
		min-height: 100%;
		display: block;
		background-size: contain;
		background-position: top center;
		padding-top: 37%;
		padding-bottom: 0;
	}
	body .about-cta-section:before {
		display: none;
	}
	#main-content .about-cta-section .et_pb_row {
		padding-bottom: 0;
	}
	body .about-cta-section .et_pb_text_inner > * {
		color: #000 !important;
	}
	#about-section-3 .et_pb_column {
		max-width: 100%;
	}
	#about-section-4 .et_pb_row {
		flex-direction: column-reverse;
	}
	#about-section-4 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}
	#about-section-6 .et_pb_column {
		max-width: 100%;
	}
	#about-section-7 .et_pb_row {
		flex-direction: column-reverse;
	}
	#about-section-7 .et_pb_column:first-of-type {
		margin-bottom: 0;
		padding-top: 30px;
	}

}

@media only screen and (max-width: 767px) { 

	body h1 {
		font-size: 35px;
	}
	body h2,
	#services-section-7 .et_pb_column:nth-child(1) h2,
	#about-section-4 h2,
	#about-section-7 h2 {
		font-size: 32px;
	}
	body h3,
	.blog .entry-title,
	.archive .entry-title,
	body.single .post .entry-title {
		font-size: 24px;
	}
	.et_pb_button + .et_pb_button {
		margin-left: 0;
	}
	#page-container .one_half,
	#page-container .one_half.et_column_last {
		width: 100%;
	}
	#page-container .one_half {
		margin-right: 0;
	}
	#page-container .one_half.et_column_last {
		margin-top: 25px;
	}

}

@media only screen and (max-width: 500px) { 

	body h1 {
		font-size: 30px;
	}
	body h2,
	#services-section-7 .et_pb_column:nth-child(1) h2,
	#about-section-4 h2,
	#about-section-7 h2 {
		font-size: 28px;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first {
		width: 100%;
	}
	body div.wpforms-container-full .wpforms-form .wpforms-first ~ div {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}
	body .logo_helper {
		display: none;
	}
	body.et_header_style_left .logo_container {
		margin-top: 10px;
	}
	.header-right-area {
		padding-right: 0;
		padding-top: 5px;
	}
	#main-header #et-top-navigation {
		margin-top: -20px;
	}
	body.et_header_style_left #main-header #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0;
	}
	.blog .et_pb_post .entry-title,
	.archive .et_pb_post .entry-title {
		padding-bottom: 20px;
	}
	#page-container #blog-category-section .et_pb_button {
		font-size: 13px;
	}

}
