/*
Theme Name: Taps and Toilet Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


/*-------------------[GENERAL]--------------------*/


/*---------- Google Font ----------*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*---------- Typography ----------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	color: #2c2c2c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	padding: 0;
	margin: 0;
	font-size: 19px;
}

img,
img:hover,
a,
a:hover,
:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
}

input.text:focus,
input.title:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	border-color: transparent!important;
	color: #b2b2b2 !important;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	opacity: 1;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	opacity: 1;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	opacity: 1;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	opacity: 1;
}

select::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	opacity: 1;
}

select::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	opacity: 1;
}

select:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	opacity: 1;
}

select:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	opacity: 1;
}

textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	opacity: 1;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	opacity: 1;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	opacity: 1;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0 !important;
}

select option:first-child {
	color: #b2b2b2;
	opacity: 1 !important;
}

select option:first {
	color: #b2b2b2;
	opacity: 1 !important;
}

select option:first {
	color: #b2b2b2;
	opacity: 1 !important;
}


/*------------------------------------------------*/


/*------------------------------------------------*/


/* Video Popup Icon Animation */


/*------------------------------------------------*/

.video-popup a {
	animation: shadow-pulse 1.5s infinite;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	background: #26b4b8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(38, 180, 184, 0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgb(0 0 0 / 0%);
	}
}


/* Video Popup Fancybox - Custom size */


/* .fancybox-popup {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
} */


/*------------------------------------------------*/


/*-----------------[HEADER-MENU]------------------*/


/*------------------------------------------------*/

.headerSection {
	padding: 0 !important;
}

.headerSection .headerRow.et_pb_row {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1480px;
	width: 100%;
	padding: 15px 40px !important;
}

.headerSection .headerRow.et_pb_row:after,
.headerSection .headerRow.et_pb_row:before {
	display: none;
}

.headerSection .headerRow .et_pb_menu__wrap {
	justify-content: flex-end !important;
}

.headerSection .headerRow .headerMenuSec {
	width: calc(100% - 480px);
	margin-right: 0;
}

.headerSection .headerRow .headerLogoSec {
	margin-right: 0;
	max-width: 200px;
	width: 100%;
}

.headerSection .headerRow .headerContactSec {
	width: 265px;
	margin-right: 0 !important;
	margin-left: 25px;
	padding-left: 25px;
	border-left: 2px solid #eee;
}

.headerSection .header-contact {
	display: flex;
	align-items: center;
}

.headerSection .header-contact .img {
	width: 40px;
}
.headerSection .header-contact .img img {
	width: 100%;
}
.headerSection .header-contact .txt {
	width: calc(100% - 40px);
	padding-left: 10px;
}

.headerSection .header-contact .txt h3 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.headerSection .header-contact .txt h3 a {
	color: #26b4b8;
	font-weight: 700;
	font-size: 26px;
}

.headerSection .header-contact .txt h3 a:hover {
	text-decoration: underline;
}

.headerSection .et_pb_menu .et-menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.headerSection .et_pb_menu .et-menu>li {
	padding: 0 0 0 40px;
	margin: 0;
}

.headerSection .et_pb_menu .et-menu>li a {
	font-size: 17px;
	font-weight: 500;
	color: #2c2c2c;
	line-height: 1;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
}

.headerSection .et_pb_menu .et-menu>li a:hover,
.headerSection .et_pb_menu .et-menu>li a.active {
	color: #26b4b8;
	opacity: 1;
}

.headerSection .et_pb_menu .et-menu>li a:before {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: ".";
	color: transparent;
	background: #26b4b8;
	height: 2px;
}

.headerSection .et_pb_menu .et-menu>li a:hover:before,
.headerSection .et_pb_menu .et-menu>li a.active:before {
	width: 100%;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a {
	background: #26b4b8;
	padding: 13px 27px;
	border-radius: 5px;
	color: #fff !important;
	border: 1px solid #26b4b8;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:hover {
	color: #26b4b8 !important;
	background: transparent;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:before {
	display: none;
}

.headerSection .et-menu .menu-item-has-children>a:first-child:after {
	font-size: 20px;
	right: -20px;
	top: 8px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	border-top: none;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	border-bottom: 3px solid #26b4b8;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li {
	padding: 0;
	display: block;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li a {
	font-size: 16px !important;
	margin: 0 !important;
	padding: 13px 15px !important;
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee !important;

}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li  a:before{
	display: none;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li:not(:last-child) a {
	margin-bottom: 10px;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li a:hover {
	background-color: transparent;
	border: 0;
}
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul li:last-child a {
	border: none !important;
}
.headerSection .headerRow .headerLogoSec img {
	max-width: 200px;
}
.headerSection .headerRow .headerLogoSec a{display:inline-block; line-height: 1;}

/* Header Sticky  */

header .has_et_pb_sticky .headerSection {
	box-shadow: 0px 20px 30px rgba(26, 54, 85, 0.1);
    width: 100% !important;
}

@media only screen and (max-width: 1279px) {
	/* 	Header  */
	.headerSection .et_pb_menu .et-menu>li {
		padding: 0 0 0 25px;
	}
	.headerSection .header-contact .txt h3 a {
		font-size: 20px;
	}
	.headerSection .headerRow .headerContactSec {
		width: 215px;
		margin-left: 20px;
		padding-left: 20px;
	}
	.headerSection .headerRow .headerMenuSec {
		width: calc(100% - 435px);
	}
	.headerSection .et_pb_menu .et-menu>li a {
		font-size: 16px;
	}
    .headerSection .et_pb_menu .et-menu > li.getInTouch_menu a{padding-left: 20px; padding-right: 20px;}
    .headerSection .headerRow .headerLogoSec img {
	max-width: 180px;
}
.headerSection .headerRow.et_pb_row {
	padding: 15px 30px !important;
}
.headerSection .et-menu .menu-item-has-children > a:first-child::after {
	right: -17px;
}
}

@media only screen and (max-width: 980px) {
	.headerSection .headerRow .headerLogoSec img {
		max-width: 180px;
	}
	/*  Mobile Menu */
	.headerSection .headerRow .headerMenuSec {
		margin-bottom: 0!important;
	}
	.headerSection .headerRow .headerLogoSec {
		margin-bottom: 0!important;
	}
	.headerSection .headerRow .headerContactSec {
		margin-bottom: 0!important;
	}
	.mobile_menu_bar:before {
		color: #26b4b8 !important;
		font-size: 45px;
	}
	.mobile_nav.opened .mobile_menu_bar:before {
		content: "\4d";
	}
	.et_mobile_menu {
		width: 100% !important;
		border-top-color: #26b4b8 !important;
	}
	.et_mobile_nav_menu {
		margin: 0 !important;
	}
	.headerSection .headerRow .headerMenuSec {
		order: 3;
	}
	.et_pb_menu .et_mobile_nav_menu {
		float: right;
	}
	.headerSection .headerRow .headerLogoSec {
		max-width: 150px;
		text-align: left !important;
	}
	.headerSection .headerRow .headerLogoSec {
		max-width: 100%;
	}
	.headerSection .headerRow .headerContactSec {
		margin-bottom: 0 !important;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.headerSection .headerRow .headerMenuSec {
		width: auto;
		margin-left: 20px;
	}
	#mobile_menu1 {
		width: 450px !important;
		top: 62px;
		left: -365px;
	}
}

@media only screen and (max-width: 767px) {
	/* 	.headerSection .headerRow.et_pb_row {
	justify-content: space-between;
}
	.headerSection .headerRow .headerContactSec {
	display: none;
} */
	.headerSection .headerRow .headerContactSec {
		margin-bottom: 0 !important;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin-left: 0 !important;
		padding-left: 0 !important;
		border: 0;
	}
	.headerSection .header-contact .img {
		display: none;
	}
	.headerSection .header-contact .txt {
		width: auto;
		padding-left: 0;
	}
	.headerSection .headerRow .headerLogoSec img {
		max-width: 145px;
	}
	.headerSection .headerRow.et_pb_row {
		padding: 10px 15px !important;
	}
	#mobile_menu1 {
		width: 360px !important;
		top: 55px;
		left: 50%;
		margin-left: -180px;
	}
}

@media only screen and (max-width: 599px) {
	.headerSection .header-contact .txt h3 {
		font-size: 12px;
	}
	.headerSection .header-contact .txt h3 a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 479px) {
	.headerSection .headerRow .headerContactSec {
		display: none;
	}
}


/*------------------------------------------------*/


/*-------------------[Footer]---------------------*/


/*------------------------------------------------*/

footer .footerTop {
	background: #0f5791;
	padding: 50px 0 25px !important;
}

footer .footerTop h3 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

footer .footerTop h3:after {
	content: "";
	width: 45px;
	height: 2px;
	bottom: -15px;
	left: 0;
	position: absolute;
	z-index: 1;
	background: #26b4b8;
}


/* Footer - About Us */

footer .footerTop ul li,
footer .footerTop p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

footer .footerTop .socialLinks {
	margin: 20px 0 0;
	list-style: none;
	padding: 0;
	display: inline-block;
}

footer .footerTop .socialLinks li {
	display: inline-block;
	line-height: 1;
}

footer .footerTop .socialLinks li:not(:last-child) {
	margin-right: 15px;
}

footer .footerTop .socialLinks li a {
	display: inline-block;
}

footer .footerTop .socialLinks li a:hover {
	opacity: 0.7;
}

footer .footerTop .socialLinks li img {
	width: 35px;
	border-radius: 100%;
}
/* Footer - Contact Us */

footer .footerTop .contactUSFooter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footerTop .contactUSFooter ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

footer .footerTop .contactUSFooter ul li img {
	width: 28px;
	margin-right: 15px;
	flex-shrink: 0;
	position: relative;
	top: 5px;
}

footer .footerTop .contactUSFooter ul li:not(:last-child) {
	margin-bottom: 15px;
}

footer .footerTop .contactUSFooter ul li,
footer .footerTop .contactUSFooter ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
    word-break: break-all;
}

footer .footerTop .contactUSFooter ul li a:hover {
	color: #26b4b8;
	opacity: 1;
}


/* Footer Menu (Quick Links) */

footer .footerTop .et_pb_menu .et-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block !important
}

footer .footerTop .et_pb_menu .et-menu>li {
	display: block !important;
	margin-top: 0!important;
	padding: 0!important;
}

footer .footerTop .et_pb_menu .et-menu>li:not(:last-child) {
	margin-bottom: 35px;
}

footer .footerTop .et_pb_menu .et-menu>li a {
	display: inline-block;
	padding: 0!important;
	color: #fff;
}

footer .footerTop .et_pb_menu .et-menu>li a:hover {
	opacity: 1;
	color: #26b4b8;
}


/* Opening Hours  */

footer .footerTop .openHrFooter p:not(:last-child) {
	margin-bottom: 20px;
}

footer .footerTop .et_pb_column {
	width: 25% !important;
	margin-right: 0 !important;
}

footer .footerTop .contactUSFooter {
	padding-left: 55px;
}

footer .footerTop .openHrFooter {
	padding-left: 55px;
}

footer .footerTop .quickLinksFooter {
	padding-left: 100px;
}


/* Footer Bottom */

footer .footerBottom {
	padding: 0 !important;
	border-top: 1px solid #3e78a6;
	background: #0f5791;
}

footer .footerBottom .copyRightSection {
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .footerBottom .copyRightSection p {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

footer .footerBottom .copyRightSection .copyRightText {
	text-align: left;
}

footer .footerBottom .copyRightSection .emergencyText {
	text-align: right;
}

footer .footerBottom .copyRightSection .copyRightText p {
	color: #a8c6de;
}

footer .footerBottom .copyRightSection .emergencyText a {
	color: #fff;
}

footer .footerBottom .copyRightSection .emergencyText a:hover {
	color: #26b4b8;
}

@media only screen and (max-width: 1349px) {
	footer .footerTop .contactUSFooter {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 1279px) {
	footer .footerTop .et_pb_column {
		width: 50% !important;
	}
	footer .footerTop .quickLinksFooter {
		padding-left: 0;
	}
	footer .footerTop .contactUSFooter,
	footer .footerTop .openHrFooter {
		padding-left: 50px;
	}
	footer .footerTop .quickLinksFooter,
	footer .footerTop .openHrFooter {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 980px) {
	footer .footerTop .et_pb_column {
		margin-bottom: 0 !important;
	}
	.copyRightSection .et_pb_column {
		margin-bottom: 0 !important;
	}
	footer .footerBottom .copyRightSection .copyRightText,
	footer .footerBottom .copyRightSection .emergencyText {
		text-align: center;
	}
	footer .footerBottom .copyRightSection .copyRightText {
		padding-bottom: 10px;
	}
	/* 	 Divi - Footer mobile menu hide*/
	footer .et_pb_menu__menu {
		display: block !important;
	}
	footer .et_mobile_nav_menu {
		display: none!important;
	}
	footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	footer .footerTop .et_pb_column {
		width: 100%!important;
		padding: 0!important
	}
	footer .footerTop .et_pb_column:not(:first-child) {
		margin-top: 45px !important;
	}
	footer .footerTop {
		padding-top: 25px !important;
	}
}


/*------------------------------------------------*/


/* Global Section Top-Bottom Padding */


/*------------------------------------------------*/

.sectionPadd {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

@media only screen and (max-width: 1279px) {
	.sectionPadd {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}

@media only screen and (max-width: 980px) {
	.sectionPadd {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}

@media only screen and (max-width: 767px) {
	.sectionPadd {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
}


/*------------------------------------------------*/


/* Globally Set - Section Title */


/*------------------------------------------------*/

.sectionTitle {
	text-align: center;
}

.sectionTitle h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #26b4b8;
}

.sectionTitle h3:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background: #26b4b8;
	display: inline-block;
	right: -55px;
	top: 50%;
	margin-top: -1px;
}

.sectionTitle h3:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background: #26b4b8;
	display: inline-block;
	left: -55px;
	top: 50%;
	margin-top: -1px;
}

.sectionTitle h2 {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
}

.sectionTitle p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.sectionTitle p:not(:last-child) {
	margin-bottom: 20px !important;
}
.paralex_Section .sectionTitle h2 {
	color: #fff;
	text-align: left;
	font-size: 42px;
}
@media only screen and (max-width: 1279px) {
	.sectionTitle h2,
	.ourWorksSection .sectionTitle h2, .paralex_Section .sectionTitle h2  {
		font-size: 38px;
	}
	.sectionTitle p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.sectionTitle h3 {
		font-size: 18px;
	}
	.sectionTitle h2,
	.ourWorksSection .sectionTitle h2, .paralex_Section .sectionTitle h2  {
		font-size: 35px;
	}
	.sectionTitle p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.sectionTitle h3 {
		font-size: 16px;
	}
	.sectionTitle h2,
	.ourWorksSection .sectionTitle h2, .paralex_Section .sectionTitle h2  {
		font-size: 30px;
	}
	.sectionTitle p {
		font-size: 16px;
	}
}


/*------------------------------------------------*/


/* Button - .btn style */


/*------------------------------------------------*/

a.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	background: #26b4b8;
	padding: 17px 30px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #26b4b8;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transition: all 0.4s ease;
	text-shadow: none;
	cursor: pointer;
}

a.btn:hover:after {
	height: 450%;
	transition: all 1s ease 0s;
}

a.btn:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: 0;
	transition: all 0.35s ease 0s;
	background: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.btn:hover span {
	color: #26b4b8;
	position: relative;
	z-index: 1;
}

a.btn:hover {
	color: #26b4b8;
	background: transparent;
}

@media only screen and (max-width: 1279px) {
	a.btn {
		font-size: 17px;
	}
}

@media only screen and (max-width: 980px) {
	a.btn {
		font-size: 16px;
	}
}


/*------------------------------------------------*/


/* Error(404) Page */


/*------------------------------------------------*/

.errorPageSection h1 {
	font-size: 40px !important;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
}

.errorPageSection p {
	font-size: 20px !important;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
}

.errorPageSection p:not(:last-child) {
	margin-bottom: 20px;
}

.errorPageSection .btn {
	margin-top: 30px;
	text-transform: capitalize;
}

@media only screen and (max-width: 980px) {
	.errorPageSection h1 {
		font-size: 36px !important;
	}
	.errorPageSection p {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 767px) {
	.errorPageSection h1 {
		font-size: 32px !important;
	}
	.errorPageSection p {
		font-size: 18px !important;
	}
}

body.error404 footer .getInTouchSection,
body.error404 footer .testimonialSection {
	display: none;
}


/*------------------------------------------------*/


/*------------------[HOMEPAGE]--------------------*/


/*------------------------------------------------*/


/* Banner Section */

.homeMainBanner .et_pb_slide_description {
	padding: 180px 0 !important;
}

.homeMainBanner .et_pb_slides .et_pb_container {
	height: auto !important;
	max-width: 1240px;
	width: 100%;
}

.homeMainBanner .et_pb_slide_content .slider {
	max-width: 700px;
	width: 100%;
	text-align: left;
}
.homeMainBanner .et_pb_slide{
	/*background-attachment: fixed !important;*/
}

.homeMainBanner h3 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #fff;
	margin-left: 55px;
}

.homeMainBanner h3:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	background: #fff;
	display: inline-block;
	left: -55px;
	top: 50%;
	margin-top: -1px;
}

.homeMainBanner h1,
.homeMainBanner h2 {
	font-size: 75px;
	font-weight: 700;
	color: #fff;
}

.homeMainBanner p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
}

.homeMainBanner ul.buttonBoxOuter {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.homeMainBanner ul.buttonBoxOuter li {
	margin: 20px 20px 0 0;
}

.homeMainBanner .et-pb-arrow-next {
	opacity: 1 !important;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	font-size: 50px;
}

.homeMainBanner .et-pb-arrow-prev {
	opacity: 1 !important;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	font-size: 50px;
}

.homeMainBanner .et_pb_slider:hover .et-pb-arrow-next {
	opacity: 1 !important;
	right: 0;
}

.homeMainBanner .et_pb_slider:hover .et-pb-arrow-prev {
	opacity: 1 !important;
	left: 0;
}

@media only screen and (max-width: 1599px) {
	.homeMainBanner .et_pb_slide_description {
		padding: 100px 0 !important;
	}
	.homeMainBanner h3 {
		font-size: 18px;
	}
	.homeMainBanner h1,
	.homeMainBanner h2 {
		font-size: 65px;
	}
	.homeMainBanner p {
		font-size: 19px;
	}
	.homeMainBanner .et_pb_slides .et_pb_container {
		max-width: 1140px;
	}
}

@media only screen and (max-width: 1279px) {
	.homeMainBanner .et_pb_slide_description {
		padding: 100px 0 !important;
	}
	.homeMainBanner h1,
	.homeMainBanner h2 {
		font-size: 55px;
	}
	.homeMainBanner p {
		font-size: 18px;
	}
	.homeMainBanner .et-pb-arrow-next,
	.homeMainBanner .et-pb-arrow-prev {
		font-size: 40px;
	}
	.homeMainBanner .et_pb_slide_description {
		padding: 85px 30px !important;
	}
}

@media only screen and (max-width: 980px) {
	.homeMainBanner .et_pb_slide_content .slider {
		max-width: 100%;
	}
	.homeMainBanner .et-pb-arrow-next,
	.homeMainBanner .et-pb-arrow-prev {
		font-size: 35px;
	}
	.homeMainBanner .et_pb_slide_description {
		padding: 60px 30px !important;
	}
	.homeMainBanner h1,
	.homeMainBanner h2 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.homeMainBanner .et_pb_slide_description {
		padding: 45px 15px !important;
	}
	.homeMainBanner .et-pb-arrow-next,
	.homeMainBanner .et-pb-arrow-prev {
		font-size: 30px;
	}
	.homeMainBanner h3 {
		font-size: 16px;
	}
	.homeMainBanner h1,
	.homeMainBanner h2 {
		font-size: 30px;
	}
	.homeMainBanner p {
		font-size: 16px;
	}
}


/* About Us Section */

.aboutUsSection {}

.aboutUsSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.aboutUsSection .sectionTitle h3:after {
	display: none;
}

.aboutUsSection .sectionTitle h2 {
	text-align: left;
}

.aboutUsSection .sectionTitle p {
	text-align: left;
}

.aboutUs_rightCol {
	padding: 35px;
	background: #26b4b8;
	background: rgb(0,66,139);
	background: linear-gradient(0deg, rgba(0,66,139,1) 0%, rgba(38,180,184,1) 100%);	
	border: 2px solid #fff;
	margin-top: -200px;
	box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 0px;
	position: relative;
}

.aboutUs_rightCol:before {
	position: absolute;
	background: url('images/bottom-crop-image.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	left: 50%;
	bottom: -67px;
	transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	max-width: 551px;
	width: 100%;
	height: 69px;
}

.aboutUs_rightCol h3,
.aboutUs_rightCol h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 50px;
	position: relative;
}

.aboutUs_rightCol h3:after,
.aboutUs_rightCol h1:after {
	position: absolute;
	height: 2px;
	width: 124px;
	background: #fff;
	content: "";
	margin-left: -62px;
	left: 50%;
	bottom: -20px;
}

.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .instruction {
	display: none;
}

.gform_wrapper .gform_validation_errors>h2.hide_summary {
	padding: 0;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	font-size: 15px!important;
	font-weight: 400;
	color: #b2b2b2;
	padding: 15px!important;
	border: 1px solid transparent;
	border-radius: 5px;
	width: 100%;
	outline: 0;
}

.gform_wrapper select {
	background-image: url(images/select-down-arrow.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 96% center;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.gform_wrapper .gfield {
	margin-bottom: 15px;
}

.gform_wrapper .gf_left_half {
	padding-right: 8px !important;
}

.gform_wrapper .gf_right_half {
	padding-left: 8px !important;
}

.gform_wrapper textarea {
	resize: none;
	height: 105px !important;
}

.gform_wrapper input[type="submit"] {
	font-size: 18px !important;
	font-weight: 500;
	line-height: 1 !important;
	padding: 17px 30px !important;
	border-radius: 5px;
	color: #fff !important;
	border: 2px solid #fff;
	background: transparent;
	max-width: 175px;
	margin: 0 auto !important;
	cursor: pointer;
	min-height: auto;
}

.gform_wrapper input[type="submit"]:hover {
	background: #fff;
	color: #26b4b8 !important;
}

div#gform_confirmation_message_2 {
	color: #fff;
	text-align: center;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1 !important;
	min-height: auto !important;
}

@media only screen and (max-width: 1279px) {
	.gform_wrapper .gfield.gfield--width-half {
		grid-column: span 12 !important;
		-ms-grid-column-span: 12 !important;
		padding: 0 !important;
		margin: 0 auto !important;
		width: 100%;
	}
	.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
		padding-right: 0;
	}
	.gform_wrapper.gravity-theme .ginput_complex {
		display: block!important;
	}
	.gfield {
		margin-bottom: 0;
	}
	.aboutUs_rightCol:before {
		bottom: -60px
	}
}

@media only screen and (max-width:980px) {
	.aboutUs_rightCol {
		margin-top: 30px !important;
	}
	.aboutUs_rightCol:before {
		display: none;
	}
}

@media only screen and (max-width:980px) {
	.aboutUs_rightCol {
		padding: 30px 20px;
	}
	.aboutUs_rightCol h3,
	.aboutUs_rightCol h1 {
		font-size: 26px;
	}
	.logoSection img {
		max-width: 160px;
	}
}
div#field_3_17 {
	margin-bottom: 0 !important;
}
div#field_2_9, div#field_2_10 {
	margin-bottom: 5px !important;
}

@media (max-width: 640px){
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 0;
	}
}

/* Why Choose Us Section */

.whyChooseUsSection .sectionTitle h2 {
	color: #fff;
}

.whyChooseUsSection .chooseUsOuter {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 0 !important;
}

.whyChooseUsSection .chooseUsOuter .et_pb_column {
	background: rgba(15, 87, 145, 0.8);
	padding: 15px;
	border-radius: 10px;
	min-height: 210px;
	margin-top: 60px !important;
}

.whyChooseUsSection .chooseUsOuter .et_pb_column:hover {
	background: #26b4b8;
}

.whyChooseUsSection .chooseUs_Item {
	text-align: center !important;
}

.whyChooseUsSection .chooseUs_Item img {
	margin-top: -75px;
	margin-bottom: 10px;
	width: 85px;
}

.whyChooseUsSection .chooseUs_Item h3 {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

.whyChooseUsSection .chooseUs_Item p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.waterdrop_animation {
	background: rgba(255, 255, 255, 0.7);
	transform: rotate(-45deg);
	width: 15px;
	height: 15px;
	-moz-border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	-webkit-border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	-moz-animation-name: drip;
	-webkit-animation-name: drip;
	animation-name: drip;
	-moz-animation-timing-function: cubic-bezier(1, 0, .91, .19);
	-webkit-animation-timing-function: cubic-bezier(1, 0, .91, .19);
	animation-timing-function: cubic-bezier(1, 0, .91, .19);
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: relative;
	margin: 0 auto;
	top: -55px;
	opacity: 0;
}

@keyframes drip {
	to {
		top: 50px;
	}
}

.whyChooseUsSection .chooseUsOuter .et_pb_column:hover .waterdrop_animation {
	opacity: 1;
}

@media only screen and (max-width: 1279px) {
	.whyChooseUsSection .chooseUs_Item h3 {
		font-size: 19px;
	}
	.whyChooseUsSection .chooseUs_Item p {
		color: #fff;
		font-size: 15px;
	}
}

@media only screen and (max-width: 980px) {
	.whyChooseUsSection .chooseUs_Item h3 {
		font-size: 18px;
	}
}


/* Our Works Section */

.ourWorksSection {}

.ourWorksSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.ourWorksSection .sectionTitle h3:after {
	display: none;
}

.ourWorksSection .sectionTitle h2 {
	text-align: left;
	font-size: 40px;
}

@media only screen and (max-width: 1279px) {
	.ourWorksSection .sectionTitle h2 {
		font-size: 38px;
	}
}

@media only screen and (max-width: 980px) {
	.ourWorksSection .sectionTitle h2 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.ourWorksSection .sectionTitle h2 {
		font-size: 30px;
	}
}

.ourWorksSection .sectionTitle p {
	text-align: left;
}

.ourWorksSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
}

.ourWorksSection ul li {
	background: url('./images/check-icon.png;');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 20px;
}

.ourWorksSection ul li:not(:last-child) {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
	.ourWorksSection ul li {
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.ourWorksSection ul li {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.ourWorksSection ul li {
		font-size: 16px;
	}
}

.ourWorksSection .counterBoxOuter .happyCustomers {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ourWorksSection .counterBoxOuter .happyCustomers li {
	background: transparent;
	padding-left: 0;
	margin-bottom: 0;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.ourWorksSection .counterBoxOuter .happyCustomers li img {
	width: 60px;
}
.ourWorksSection .counterBoxOuter .happyCustomers li h3 {
	position: static;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	color: #2c2c2c;
	display: block;
}

.ourWorksSection .counterBoxOuter .happyCustomers li h3:after,
.ourWorksSection .counterBoxOuter .happyCustomers li h3:before {
	display: none;
}

.ourWorksSection .counterBoxOuter .happyCustomers li h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.ourWorksSection .ourWorks_rightCol {
	position: relative;
}

.ourWorksSection .ourWorks_rightCol {
	position: relative;
}

.ourWorks_rightCol .fullWidth span.et_pb_image_wrap {
	width: 100%;
}

.ourWorks_rightCol .fullWidth img {
	width: 100%;
}

.ourWorksSection .ourWorks_rightCol .aboutUsPlayIcon {
	position: absolute;
	top: 50%;
	left: -42px;
	margin-top: -42px;
}

.emergencyContactSection {
	background: #26b4b8;
	border-radius: 10px;
	padding: 35px 40px!important;
	color: #fff;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.emergencyContactSection .emergencyContact_leftCol {
	margin: 0;
	width: calc(100% - 290px);
}

.emergencyContactSection .emergencyContact_rightCol {
	margin: 0;
	width: 330px;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #fff;
}

.emergencyContact_leftCol h2 {
	font-size: 30px;
	color: #fff;
}

.emergencyContact_leftCol p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
}

.emergencyContact_rightCol .contact_detail {
	display: flex;
	align-items: center;
}

.emergencyContact_rightCol .contact_detail .img {
	width: 40px;
}

.emergencyContact_rightCol .contact_detail .txt {
	width: calc(100% - 40px);
	padding-left: 15px;
}

.emergencyContact_rightCol .contact_detail .txt h3 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	color: #fff;
}

.emergencyContact_rightCol .contact_detail .txt h3 a {
	color: #fff;
	font-weight: 700;
	font-size: 28px;
}

.emergencyContact_rightCol .contact_detail:hover a {
	text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
	.ourWorksSection .counterBoxOuter .happyCustomers li h4 {
		font-size: 14px;
	}
	.ourWorksSection .counterBoxOuter .happyCustomers li h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width:980px) {
	.ourWorksSection .counterBoxOuter .happyCustomers {
		max-width: 450px;
		margin: 0 auto;
	}
	.emergencyContactSection {
		flex-direction: column;
		margin-top: 0 !important;
	}
	.emergencyContact_rightCol,
	.emergencyContact_leftCol {
		width: 100% !important;
	}
	.emergencyContact_rightCol {
		margin-left: 0!important;
		padding-left: 0!important;
		padding-top: 30px;
		margin-top: 30px !important;
		border-left: 0 !important;
		border-top: 1px solid #fff;
	}
	.ourWorksSection .ourWorks_rightCol .aboutUsPlayIcon {
		left: 50%;
		margin-left: -33px;
	}
}

@media only screen and (max-width:767px) {
	.ourWorksSection .counterBoxOuter .happyCustomers {
		max-width: 450px;
		margin: 0 auto;
	}
	.ourWorksSection .counterBoxOuter .happyCustomers li {
		width: 100%;
	}
	.emergencyContact_rightCol .contact_detail .txt h3 a {
		font-size: 24px;
	}
	.emergencyContactSection {
		padding: 30px 20px !important;
	}
}


/* Our Service - Section */

.serviceSection {
	padding-top: 85px!important;
	padding-bottom: 0!important;
	margin-top: 120px;
}

.serviceSection .sectionTitle {
	max-width: 850px;
	width: 100%;
}

.serviceSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.serviceSection .sectionTitle h3:after {
	display: none;
}

.serviceSection .sectionTitle h2 {
	text-align: left;
}

.serviceSection .sectionTitle p {
	text-align: left;
}

.serviceSection .serviceSecRow {
	margin-right: 0;
	max-width: 1335px;
	background: #fff;
	padding: 100px 75px;
	padding: 100px 75px 50px;
	position: relative;
}

.serviceSection .serviceSecRow::before {
	z-index: 5;
	content: "";
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(images/services-tap-image.png);
	width: 603px;
	height: 887px;
	left: -430px;
	/* 	bottom: 125px; */
	top: -210px;

}

ul.services-outer {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* 	margin-left: -15px;
	margin-right: -15px; */
	margin-left: -10px;
	margin-right: -10px;
}

ul.services-outer li {
	/* 	width: 33.33%;
	padding: 0 15px; */
	padding: 0 10px;
	width: 100%;
}

.serviceSection .owl-carousel .owl-stage {
	margin-bottom: 10px !important;
}

.ServiceBoxWrapper .feturedImg {
	line-height: 0;
	display: block;
}

.ServiceBoxWrapper .feturedImg img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: top center;
}


/* .ServiceBoxWrapper .feturedImg img:hover {
transform: scale(1.05);	
} */

.ServiceBoxWrapper:hover .feturedImg img {
	transform: scale(1.05);
}

.ServiceBoxWrapper .serviceItem {
	background: #fff;
	padding: 0 30px 30px;
	box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 0px;
	margin-top: -20px;
	margin-right: 30px;
	position: relative;
}

.ServiceBoxWrapper .serviceIcon img {
	margin-top: -65px;
	margin-bottom: 15px;
	display: inline-block;
	width: auto;
	width: 85px;
}

.ServiceBoxWrapper .serviceTile {
	font-size: 20px;
	font-weight: 700;
}

.ServiceBoxWrapper .serviceTile:hover a {
	color: #26b4b8;
}

.ServiceBoxWrapper .description {
	font-size: 16px;
	font-weight: 400;
	display: -webkit-inline-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}

.ServiceBoxWrapper {
	height: 100%;

}
.ServiceBoxWrapper .serviceItem{
	height: calc(100% - 180px);
}
.know_more_btn {
	font-size: 18px;
	color: #26b4b8;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	margin-top: 20px;
}

.know_more_btn:hover {
	margin-left: 10px;
}

.owl-nav {
	position: absolute;
	right: 80px;
}

.owl-nav .owl-prev span {
	height: 14px;
	width: 26px;
	background: url('images/gray-right-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	position: absolute;
	font-size: 0;
	line-height: 1;
	top: 0;
	left: 0;
	margin: 10px !important;
}

.owl-nav .owl-prev span:hover {
	background: url('images/green-right-arrow.png');
}

.owl-nav .owl-next span {
	height: 14px;
	width: 26px;
	background: url('images/gray-left-arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
	position: absolute;
	font-size: 0;
	line-height: 1;
	top: 0;
	right: 0;
	margin: 10px !important;
}

.owl-nav .owl-next span:hover {
	background: url('images/green-left-arrow.png');
}

@media only screen and (max-width: 1799px) {
	.serviceSection .serviceSecRow::before {
		width: 530px;
		left: -330px;
		top: -230px;
	}
}

@media only screen and (max-width: 1599px) {
	.ServiceBoxWrapper .serviceItem {
		padding: 0 20px 20px;
	}
	.ServiceBoxWrapper .serviceTile {
		font-size: 18px;
	}
	.serviceSection .serviceSecRow::before {
		left: -300px;
	}
}

@media only screen and (max-width: 1399px) {
	.serviceSection {
		padding-top: 60px !important;
	}
	.serviceSection .serviceSecRow::before {
		background-image: url(images/tap-image.png);
		/* 		display: none; */
	}
	.serviceSection .serviceSecRow::before {
		background-image: url(images/tap-image.png);
		background-size: contain;
		width: 603px;
		height: 887px;
		left: -200px;
		top: -160px;
	}
	.serviceSection .serviceSecRow {
		/* 		width: 95%; */
		padding: 60px 40px;
	}
	.ServiceBoxWrapper .serviceTile {
		font-size: 17px;
	}
}
@media only screen and (max-width: 980px) {
	.serviceSection{
		margin-top: 0;
	}
	.serviceSection .serviceSecRow::before {
		display: none;
	}
	.serviceSection .serviceSecRow {
		width: 95%;
	}
}
@media only screen and (max-width: 767px) {
	.serviceSection .serviceSecRow {
		padding: 40px 20px;
	}
	.serviceSection {
		padding-top: 40px !important;
	}
}


/* FAQ - Section */

.faqSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.faqSection .sectionTitle h3:after {
	display: none;
}

.faqSection .sectionTitle h2 {
	text-align: left;
}

.faqSection .sectionTitle p {
	text-align: left;
}

@media only screen and (max-width: 980px) {
	.faqSection .sectionTitle {
		margin-bottom: 60px !important;
	}
	.serviceSection .serviceSecRow::before {
		bottom: 80px;
	}
}


/* Toggle Area */
.faqSection .et_pb_toggle_content {
	display: none;
}
.faqSection .et_pb_toggle_open .et_pb_toggle_title {}

.faqSection .et_pb_toggle .et_pb_toggle_title:before {
	right: 20px !important;
}

.faqSection .et_pb_toggle_open {
	padding: 0;
	border: 0;
}

.faqSection .et_pb_toggle_close {
	background-color: #f3f3f3;
	padding: 0;
	border: 0;
}

.faqSection h5.et_pb_toggle_title {
	background: #f3f3f3;
	padding: 20px 45px 20px 20px !important;
	border: 0;
	color: #2c2c2c;
	font-size: 18px;
}

.faqSection .et_pb_toggle_content {
	padding: 20px 20px 5px;
}

.faqSection .et_pb_toggle .et_pb_toggle_title:before {
	position: absolute;
	content: "" !important;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('images/acco-plus-icon.png');
	height: 18px;
	width: 17px;
	font-size: 0!important;
	left: auto;
	top: 20px;
	right: 20px;
	margin: 0;
}

.faqSection .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:after {
	position: absolute;
	content: "" !important;
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url('images/acco-minus-icon.png');
	height: 18px;
	width: 17px;
	font-size: 0!important;
	left: auto;
	top: 20px;
	right: 20px;
	margin: 0;
}

.faqSection .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	display: none;
}

.faqSection .et_pb_toggle.et_pb_module.et_pb_accordion_item {
	margin-bottom: 15px !important;
}

.faqSection .et_pb_toggle.et_pb_toggle_open,
.faqSection .et_pb_toggle.et_pb_toggle_close {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faqSection .et_pb_toggle_close .et_pb_toggle_content,
.faqSection .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
	/* 	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; */
}

@media only screen and (max-width: 767px) {
	.faqSection h5.et_pb_toggle_title {
		font-size: 16px;
	}
}


/* Testimonial Section */

.testimonialSection {
	padding: 95px 0 !important;
}

.testimonialSection .et_pb_row {
	max-width: 1530px;
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	background-color: #fff;
	padding: 0;
	align-items: center;
}

.testimonialSection .leftCol {
	position: relative;
	min-height: 560px;
	width: 55% !important;
	height: 100%;
}

.testimonialSection .leftCol:before {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -78px;
	width: 156px;
	height: 100%;
	background-color: #ffffff;
	z-index: 0;
	-webkit-transform: skew(15deg);
	transform: skew(15deg);
}

.testimonialSection .video-popup {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -33px;
	margin-right: 33px;
}

.testimonialSection .rightCol {
	width: 45% !important;
	background-image: url('images/testimonial-qoute-icon.png');
	background-repeat: no-repeat;
	background-size: 186px;
	background-position: top 50px right 50px;
	text-align: left !important;
	padding: 30px 0;
}

.testimonialSection .sectionTitle {
	max-width: 525px;
	width: 100%;
}

.testimonialSection .sectionTitle .et_pb_text_inner {
	text-align: left !important;
}

.testimonialSection .sectionTitle h3 {
	margin-left: 55px;
}

.testimonialSection .sectionTitle h3:after {
	display: none;
}

.testimonialSection .sectionTitle h2 {
	text-align: left;
}
.testimonialSection .sectionTitle h2 span {
	display: block;
}
.testimonialSection .sectionTitle p {
	text-align: left;
}

.testimonialSection .sectionTitle img {
	display: block;
	width: auto;
}

.testimonialSection .sectionTitle h4 {
	font-size: 19px;
	font-weight: 700;
	color: #0f5791;
}

.testimonialSection .sectionTitle h4 .designation {
	font-size: 16px;
	font-weight: 500;
	color: #2c2c2c;
}


/* Testimonial Slider */

.testimonialslider {
	max-width: 1530px;
}

.testimonialslider .owl-nav {
	bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.testimonialslider .owl-nav {
		bottom: 15px;
	}
}

@media only screen and (max-width: 1279px) {
	.testimonialSection {
		/* 		padding: 60px 0 !important; */
		/* 		background-size: 95% 100% !important; */
		padding: 45px 0 !important;
	}
}

@media only screen and (max-width: 980px) {
	.testimonialSection .leftCol {
		min-height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	.testimonialSection .leftCol {
		width: 100% !important;
		min-height: 300px;
		object-fit: contain;
	}
	.testimonialSection .leftCol:before {
		display: none;
	}
	.testimonialSection .rightCol {
		width: 100% !important;
		padding: 30px;
	}
	.testimonialSection .video-popup {
		margin-right: -33px;
		right: 50%;
	}
}


/* GET IN TOUCH - Section */

.chatSection {
	max-width: 775px!important;
	width: 100%;
	margin: 0 auto;
	padding-left: 40px!important;
	padding-right: 40px!important;
}

.chatSection .et_pb_column {
	padding: 40px;
	border: 1px solid #26b4b8;
	border-radius: 10px;
}
.chatSection .et_pb_column img {
	height: 65px !important;
	width: 65px !important;
}

.chatSection .et_pb_column:hover {
	background: #26b4b8;
}

.chatSection .et_pb_column:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}


/*------------------------------------------------*/


/*------------------[SUBPAGES]--------------------*/


/*------------------------------------------------*/


/* Inner Pages Banner Section - Global Style */

.inner_bannerSection {
	padding: 125px 0 110px !important;
}

.inner_bannerSection h2 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	text-align: center !important;
	padding-bottom: 0;
	margin-bottom: 10px;
	color: #26b4b8;
}

.inner_bannerSection h2:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background: #26b4b8;
	display: inline-block;
	right: -55px;
	top: 50%;
	margin-top: -1px;
}

.inner_bannerSection h2:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background: #26b4b8;
	display: inline-block;
	left: -55px;
	top: 50%;
	margin-top: -1px;
} 
.inner_bannerSection h1 {
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}

@media only screen and (max-width: 1599px) {
	.inner_bannerSection {
		padding: 105px 0 90px !important;
	}
	.inner_bannerSection h1 {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1279px) {
	.inner_bannerSection {
		padding: 85px 0 70px !important;
	}
	.inner_bannerSection h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 980px) {
	.inner_bannerSection {
		padding: 65px 0 50px !important;
	}
	.inner_bannerSection h1 {
		font-size: 45px;
	}
	.inner_bannerSection h2 {
		font-size: 18px;
	}
	.inner_bannerSection h2:after, .inner_bannerSection h2:before {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.inner_bannerSection {
		padding: 45px 0 30px !important;
	}
	.inner_bannerSection h1 {
		font-size: 30px;
	}
	.inner_bannerSection h2 {
		font-size: 16px;
	}
}


/*------------------------------------------------*/


/* Conatct Us */


/*------------------------------------------------*/

.contactSection .sectionTitle h3:after {
	display: none;
}

.contactSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.contactSection .sectionTitle h2 {
	text-align: left;
}

.contactSection .sectionTitle p {
	text-align: left;
}

.contactSection input,
.contactSection select,
.contactSection textarea {
	background-color: #f8f8fa;
}

.contactSection .et_pb_blurb_content {
	display: flex;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 500;
}

.contactSection .et_pb_main_blurb_image {
	margin-bottom: 0px;
	flex-shrink: 0;
	max-width: 40px;
}

.contactSection .et_pb_blurb_container {
	padding-left: 30px;
}

.contactSection .et_pb_blurb_content p,
.contactSection .et_pb_blurb_content a {
	font-size: 18px;
	line-height: 28px;
	color: #2c2c2c;
	font-weight: 500;
    word-break: break-word;
}

.contactSection .et_pb_blurb_content:hover a {
	color: #26b4b8;
	text-decoration: underline;
}

.contactSection .ct-divider {
	height: 1px;
}

.contactSection .ct-divider:before {
	border-top-color: #e8e8e8;
}

.contactSection .ct-row-left {
	padding-top: 60px;
}

.contactSection .ct-card {
	box-shadow: rgb(0 0 0 / 10%) 0px 2px 10px 0px;
	padding: 60px 45px;
}

.contactSection input[type="submit"] {
	border: 2px solid #26b4b8;
	color: #fff !important;
	background: #26b4b8;
	margin-left: 0 !important;
}

.contactSection input[type="submit"]:hover {
	color: #26b4b8 !important;
	background: #fff;
}

@media only screen and (max-width: 1279px) {
	.contactSection .ct-card {
		padding: 40px 30px;
	}
	.contactSection .et_pb_blurb_content p br {
		display: none;
	}
	.contactSection .et_pb_main_blurb_image {
		max-width: 30px;
	}
	.contactSection .et_pb_blurb_container {
		padding-left: 20px;
	}
}

.gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
	margin-bottom: 5px;
}

div#field_1_4 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
	.contactSection .ct-row-left {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.contactSection .ct-card {
		padding: 40px 40px;
	}
	.contactSection .et_pb_blurb_content p,
	.contactSection .et_pb_blurb_content a {
		font-size: 17px;
	}
	.contactSection .et_pb_blurb_container {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.contactSection .et_pb_blurb_content p,
	.contactSection .et_pb_blurb_content a {
		font-size: 16px;
	}
	.contactSection .ct-card {
		padding: 40px 30px;
	}
}


/*------------------------------------------------*/


/* Services Page */


/*------------------------------------------------*/

.servicesMain_Section {
	padding-bottom: 40px !important;
}

.service_Page ul.services-outer {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.service_Page ul.services-outer li {
	padding: 0 15px;
	width: 33.33%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
	.service_Page ul.services-outer li {
		width: 50%;
	}
	.servicesMain_Section {
		padding-bottom: 30px !important;
	}
}

@media only screen and (max-width: 980px) {
	.servicesMain_Section {
		padding-bottom: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.servicesMain_Section {
		padding-bottom: 10px !important;
	}
	.service_Page ul.services-outer li {
		width: 100%;
	}
	.inner_bannerSection h1 br {
		display: none;
	}
}


/*------------------------------------------------*/


/* About Us Page */


/*------------------------------------------------*/

.ourTeamSection {
	padding-bottom: 220px !important;
}

.ourTeamSection .sectionTitle h2 {
	color: #fff;
}

.ourTeamSection .sectionTitle p {
	color: #fff;
}

.ourTeamSection .sectionTitle {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* Team Members - Section */

.teamMembersBlock {
	margin-top: -280px;
	padding-bottom: 50px !important;
}

.teamMembersBlock img {
	border-radius: 10px;
}

.teamMembersBlock h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 10px 5px;
}

.teamMembersBlock h4 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 0 10px;
	color: #26b4b8;
}

@media only screen and (max-width: 1279px) {
	.teamMembersBlock h3 {
		font-size: 20px;
	}
}

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

@media only screen and (max-width: 767px) {
	.teamMembersBlock h3 {
		font-size: 18px;
	}
}

.whyWeBetterSection {}

.whyWeBetterSection {
	padding-bottom: 60px !important;
}

.whyWeBetterSection .sectionTitle h3:after {
	display: none;
}

.whyWeBetterSection .sectionTitle h3 {
	text-align: left;
	margin-left: 55px;
}

.whyWeBetterSection .sectionTitle h2 {
	text-align: left;
}

.whyWeBetterSection .sectionTitle p {
	text-align: left;
}

.whyWeBetterSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 30px;
}

.whyWeBetterSection ul li {
	background: url('./images/check-icon.png;');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 40px;
	font-weight: 500;
	font-size: 19px;
}

.whyWeBetterSection ul li:not(:last-child) {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
	.whyWeBetterSection ul li {
		font-size: 18px;
	}
}

@media only screen and (max-width: 980px) {
	.whyWeBetterSection ul li {
		font-size: 17px;
	}
}

@media only screen and (max-width: 767px) {
	.whyWeBetterSection ul li {
		font-size: 16px;
	}
}


/*  Our Better Services */

.ourbetterOption ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: -10px;
}

.ourbetterOption ul li {
	background: #e6feff;
	padding: 30px;
	margin: 10px !important;
	width: calc(50% - 20px);
}

.ourbetterOption ul li img {
	margin-bottom: 10px;
	max-width: 75px;
}

.ourbetterOption ul li h3 {
	font-size: 24px;
	font-weight: 700;
}

.ourbetterOption ul li p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #808080;
}

@media only screen and (max-width: 1599px) {
	.ourbetterOption ul li h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1349px) {
	.ourbetterOption ul li h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1279px) {
	.ourbetterOption ul li h3 {
		font-size: 20px;
	}
	.ourbetterOption ul {
		display: block;
		margin: 0 auto;
	}
	.ourbetterOption ul li {
		width: 100%;
		margin: 0 0 15px !important;
		padding: 20px;
	}
	.ourbetterOption ul li img {
		max-width: 60px;
	}
	.ourbetterOption ul li p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 980px) {
	.ourbetterOption ul {
		max-width: 400px;
	}
	.whyWeBetterSection {
		padding-bottom: 10px !important;
	}
	.teamMembersBlock {
		padding-bottom: 20px !important;
	}
}


/*------------------------------------------------*/


/* Blog Page */


/*------------------------------------------------*/

.blogListSection .et_pb_salvattore_content {
	display: flex;
	justify-content: center;
	margin: 0 -30px !important;
}

.blogListSection .et_pb_salvattore_content .column {
	margin: 0 15px !important;
}

.blogListSection .et_pb_salvattore_content .column .et_pb_post {
	margin-bottom: 60px !important;
	padding: 0 !important;
	border: 0!important;
}

.blogListSection .et_pb_image_container {
	margin: 0 !important;
}

.blogListSection .entry-featured-image-url {
	margin-bottom: 15px !important;
}

.blogListSection .entry-featured-image-url:hover img {
	transform: scale(1.05);
}

.blogListSection .et_pb_blog_grid h2 {
	font-size: 21px!important;
	color: #2c2c2c;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 10px !important;
}

.blogListSection .et_pb_blog_grid h2:hover {
	color: #26b4b8;
}

.blogListSection .post-content-inner p {
	font-size: 16px !important;
	color: #2c2c2c;
	font-weight: 500;
}

.more-link {
	font-size: 18px;
	color: #26b4b8;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	margin-top: 20px;
	text-transform: capitalize;
}

.more-link:hover {
	margin-left: 10px;
}

.blogListSection .et_pb_post .post-meta {
	font-size: 0 !important;
}

.blogListSection .et_pb_post .post-meta span.author.vcard {
	color: #2c2c2c;
	font-size: 15px !important;
	font-weight: 500;
	width: 50%;
	display: inline-block;
	background: url('images/author.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
}

.blogListSection .et_pb_post .post-meta span.published {
	color: #2c2c2c;
	font-size: 15px !important;
	font-weight: 500;
	width: 50%;
	display: inline-block;
	background: url('images/calender.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
}

.blogListSection .et_pb_post .post-meta span.author.vcard a {
	color: #2c2c2c;
}

.blogListSection .et_pb_post .post-meta span.author.vcard a:hover {
	color: #26b4b8;
}


/* Change in Order */

.blogListSection .et_pb_salvattore_content .column article.et_pb_post {
	display: flex;
	flex-direction: column;
}

.blogListSection .et_pb_post .et_pb_image_container {
	order: 1;
}

.blogListSection .et_pb_post .post-meta {
	order: 2;
}

.blogListSection .et_pb_post h2.entry-title {
	order: 3;
}

.blogListSection .et_pb_post .post-content {
	order: 4;
}

@media only screen and (max-width: 980px) {
	.blogListSection .et_pb_blog_grid h2 {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 767px) {
	.blogListSection .et_pb_blog_grid h2 {
		font-size: 18px !important;
	}
	blogListSection .post-content-inner p {
		font-size: 14px !important;
	}
	.more-link {
		font-size: 18px;
	}
	.blogListSection .et_pb_salvattore_content .column .et_pb_post {
		margin-bottom: 30px !important;
	}
	.blogListSection .et_pb_salvattore_content {
		margin: 0 auto !important;
	}
}

#pa_load_more a.btn:hover {
	color: #26b4b8 !important;
}


/*------------------------------------------------*/


/* Blog Detail Page */


/*------------------------------------------------*/

.blogDetailBanner {
	background-image: url("images/blog-detail-banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.blogDetailBanner .wrapper {
	text-align: center;
	max-width: 945px;
	margin: 0 auto;
	width: 100%;
}

.bloginner_contentSection .et_pb_column.right_colmn {
	width: 360px;
}

.bloginner_contentSection .et_pb_column.left_colmn {
	width: calc(100% - 360px);
	margin-right: 0 !important;
	padding-right: 30px !important;
}

.bloginner_contentSection .et_pb_column.left_colmn img.attachment-single-post-full {
	width: 100%;
	margin-bottom: 10px;
}

.bloginner_contentSection .post-meta {
	font-size: 0 !important;
}

.bloginner_contentSection span.author.vcard {
	color: #2c2c2c;
	font-size: 15px !important;
	font-weight: 500;
	width: auto;
	display: inline-block;
	background: url('images/author.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.bloginner_contentSection .post-meta span.published {
	color: #2c2c2c;
	font-size: 15px !important;
	font-weight: 500;
	width: auto;
	display: inline-block;
	background: url('images/calender.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	padding-left: 30px;
}

.bloginner_contentSection .post-meta span.author.vcard a {
	color: #2c2c2c;
}

.bloginner_contentSection .post-meta span.author.vcard a:hover {
	color: #26b4b8;
}

.bloginner_contentSection .et_pb_column.left_colmn ul,
.bloginner_contentSection .et_pb_column.left_colmn ol {
	margin-top: 30px;
	margin-bottom: 30px;
}

.bloginner_contentSection .et_pb_column.left_colmn h2 {
	font-size: 32px;
}

.bloginner_contentSection .et_pb_column.left_colmn h3 {
	font-size: 28px;
}

.bloginner_contentSection .et_pb_column.left_colmn h4 {
	font-size: 25px;
}

.bloginner_contentSection .et_pb_column.left_colmn h5 {
	font-size: 22px;
}

.bloginner_contentSection .et_pb_column.left_colmn h6 {
	font-size: 20px;
}

.bloginner_contentSection .et_pb_column.left_colmn p,
.bloginner_contentSection .et_pb_column.left_colmn li {
	font-size: 18px;
	line-height: 1.5;
	color: #2c2c2c;
	font-weight: 500;
}

.bloginner_contentSection .et_pb_column.left_colmn p:not(:last-child),
.bloginner_contentSection .et_pb_column.left_colmn li:not(:last-child) {
	margin-bottom: 15px;
}

.bloginner_contentSection .et_pb_column.left_colmn li {
	background: url('./images/check-icon.png;');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 40px;
}

.bloginner_contentSection .et_pb_column.left_colmn img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bloginner_contentSection .et_pb_column.right_colmn {
	width: 360px;
	background: #f5f5f5;
	padding: 30px;
}

.bloginner_contentSection .et_pb_column.right_colmn h2 {
	font-size: 24px;
	color: #3c3c3c;
	padding-bottom: 25px;
}

.bloginner_contentSection .et_pb_column.right_colmn li a {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.bloginner_contentSection .et_pb_column.right_colmn li .fImages {
	width: 90px;
	line-height: 0;
}

.bloginner_contentSection .et_pb_column.right_colmn li .fImages img {
	border-radius: 10px;
	line-height: 0;
}

.bloginner_contentSection .et_pb_column.right_colmn li .blogTiletxt {
	width: calc(100% - 90px);
	padding-left: 15px;
}

.bloginner_contentSection .et_pb_column.right_colmn li .blogTiletxt {
	color: #2c2c2c !important;
	font-size: 17px!important;
	line-height: 1.5;
	font-weight: 700;
}

.bloginner_contentSection .et_pb_column.right_colmn li:hover .blogTiletxt {
	color: #26b4b8!important;
}

.bloginner_contentSection .et_pb_column.right_colmn li:hover .fImages img {
	opacity: 0.7;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.heateor_sss_sharing_title {
	margin-right: 10px;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	color: #2c2c2c;
}

div.heateor_sss_follow_ul a,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	float: left;
	padding: 0!important;
	list-style: none!important;
	border: none!important;
	margin: 7px;
}

span.heateor_sss_svg {
	background: #0f5791 !important;
}

.heateor_sss_button_instagram span.heateor_sss_svg {
	background: #0f5791 !important;
}

div.heateor_sss_follow_ul a:hover,
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 1279px) {
	.bloginner_contentSection .et_pb_row.main_wrappper {
		display: flex;
		flex-direction: column;
	}
	.bloginner_contentSection .et_pb_column.left_colmn {
		width: 100%;
		padding-right: 0 !important;
		margin: 0 auto !important;
	}
	.bloginner_contentSection .et_pb_column.right_colmn {
		max-width: 360px;
		width: 100% !important;
		margin: 50px auto 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	.bloginner_contentSection .et_pb_column.left_colmn img.alignright {
		max-width: 100%;
		text-align: center !important;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.bloginner_contentSection .et_pb_column.right_colmn li .fImages {
		width: 75px;
	}
	.bloginner_contentSection .et_pb_column.right_colmn li .blogTiletxt {
		width: calc(100% - 75px);
		padding-left: 10px;
	}
	.bloginner_contentSection .et_pb_column.right_colmn li .blogTiletxt {
		font-size: 14px !important;
	}
	.bloginner_contentSection .et_pb_column.right_colmn {
		padding: 20px 15px;
	}
}


/*------------------------------------------------*/


/* Location Page */


/*------------------------------------------------*/


/*  Below Banner Section */

.row_Block2 .sectionTitle h2,
.row_Block2 .sectionTitle p {
	text-align: left;
}

.row_Block2 .counterBoxOuter .happyCustomers {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row_Block2 .counterBoxOuter .happyCustomers li {
	background: transparent;
	padding-left: 0;
	margin-bottom: 0;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.row_Block2 .counterBoxOuter .happyCustomers img{
	width: 60px;
}
.row_Block2 .counterBoxOuter .happyCustomers li h3 {
	position: static;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	color: #2c2c2c;
	display: block;
}

.row_Block2 .counterBoxOuter .happyCustomers li h3:after,
.row_Block2 .counterBoxOuter .happyCustomers li h3:before {
	display: none;
}

.row_Block2 .counterBoxOuter .happyCustomers li h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 1279px) {
	.row_Block2 .counterBoxOuter .happyCustomers li h4 {
		font-size: 14px;
	}
	.row_Block2 .counterBoxOuter .happyCustomers li h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width:980px) {
	.ourWorksSection .counterBoxOuter .happyCustomers {
		max-width: 450px;
		margin: 0 auto;
	}
}

@media only screen and (max-width:767px) {
	.row_Block2 .counterBoxOuter .happyCustomers {
		max-width: 450px;
		margin: 0 auto;
	}
	.row_Block2 .counterBoxOuter .happyCustomers li {
		width: 100%;
	}
}


/* Paralex Section Below Banner */

.parallax_bgSection {
	/* 	background-attachment: fixed !important; */
}


.paralex_Section .sectionTitle p {
	color: #fff;
	text-align: left;
}

.dropIconImage {
	position: relative;
}

.dropIconImage::after {
	/*     position: absolute; */
	content: "";
	background: url('images/green-drop-icon.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 85px;
	height: 110px;
	width: 85px;
	right: 30px;
	bottom: -40px;
}

.left_Col.dropIconImage::after {
	background: url('images/blue-drop-icon.png');
}

.dropIconImage .et_pb_image .et_pb_image_wrap,
.dropIconImage .et_pb_image .et_pb_image_wrap img {
	width: 100% !important;
	max-width: 100%;
}


/* Request a Qoute -  Section  */

.req_a_qouteSection .req_a_qouteRight-col {
	position: relative;
}

.req_a_qouteSection .req_a_qouteRight-col .greenPlayIcon {
	position: absolute;
	top: 50%;
	left: -42px;
	margin-top: -42px;
}

.req_a_qouteSection .req_a_qouteRight-col .video-popup.greenPlayIcon a {
	animation: shadow-pulse 1.5s infinite;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 20px rgb(255 255 255 / 0%);
	}
}

.req_a_qouteSection .req_a_qouteFormRow {
	display: flex;
	align-items: center;
	padding: 50px 0 45px 60px !important;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.req_a_qouteLeft-col {
	padding-right: 30px;
}

.req_a_qouteSection .req_a_qouteLeft-col h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}

.req_a_qouteSection .gform_wrapper .gravity-theme .ginput_complex .name_first {
	padding-right: 0 !important;
}

.req_a_qouteSection .gform_wrapper input[type="submit"] {
	margin-left: 0!important;
	margin-top: 20px !important;
}

.req_a_qouteSection .gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100%;
    cursor: pointer;
}

.req_a_qouteSection .gform_wrapper.gravity-theme .timeInputBlock .ginput_complex {
	align-items: center;
	color: #fff;
}

.req_a_qouteSection .gform_wrapper div#field_3_9 {
	margin-bottom: 0;
}

.req_a_qouteSection .gform_wrapper .gform_confirmation_message {
	color: #fff;
}

.req_a_qouteSection .gform_wrapper .timeInputBlock select {
	background-position: 85% center;
}

.req_a_qouteSection .mob-displayBlock {
	display: none !important;
}

@media only screen and (max-width: 1279px) {
	.req_a_qouteSection .desk-displayBlock {
		display: none !important;
	}
	.req_a_qouteSection .mob-displayBlock {
		display: block !important;
	}
	.req_a_qouteSection .req_a_qouteFormRow {
		flex-direction: column-reverse;
		max-width: 600px;
		margin: 0 auto !important;
		padding: 40px !important;
	}
	.req_a_qouteSection .req_a_qouteRight-col {
		padding-top: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 40px !important;
	}
	.req_a_qouteSection .req_a_qouteRight-col,
	.req_a_qouteSection .req_a_qouteLeft-col {
		width: 100% !important;
		margin: 0 !important;
	}
	.req_a_qouteLeft-col {
		padding-right: 0px;
	}
	.req_a_qouteSection .req_a_qouteRight-col .bigImage {
		text-align: center !important;
	}
	.req_a_qouteSection .req_a_qouteRight-col .greenPlayIcon {
		left: 50%;
		margin-left: -33px;
	}
	.req_a_qouteSection .gform_wrapper.gravity-theme .ginput_complex {
		display: flex!important;
	}
}

@media only screen and (max-width: 767px) {
	.req_a_qouteSection .req_a_qouteFormRow {
		padding: 40px 30px !important;
	}
}

span#input_3_1_3_container {
	padding-right: 0;
}


/* Schedule Service Section */

.scheduleServiceSection {
	padding: 35px 0 40px!important;
	max-width: 750px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.scheduleServiceSection h2 {
	font-size: 30px;
	font-weight: 500;
	color: #fff !important;
}

.scheduleServiceSection p {
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
}

.scheduleServiceSection .buttonBlock ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

.scheduleServiceSection .buttonBlock ul li {
	line-height: 0;
	display: inline-block;
}

.scheduleServiceSection .buttonBlock a.btn {
	font-size: 17px;
	padding: 13px 28px;
}

.scheduleServiceSection .buttonBlock ul li:last-child a.btn {
	color: #2c2c2c;
	background: #ffff;
	border-color: #fff;
	margin-left: 10px;
}

.scheduleServiceSection .buttonBlock ul li:last-child a.btn:hover {
	color: #fff;
	background: #26b4b8;
	border-color: #26b4b8;
}

@media only screen and (max-width: 980px) {
	.scheduleServiceSection h2 {
		text-align: center !important;
	}
	.scheduleServiceSection p {
		text-align: center !important;
	}
	.scheduleServiceSection .buttonBlock ul {
		text-align: center !important;
	}
	.scheduleServiceSection h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.scheduleServiceSection h2 {
		font-size: 26px;
	}
	.scheduleServiceSection p {
		font-size: 15px;
	}
	.scheduleServiceSection .buttonBlock ul li:last-child a.btn {
		font-size: 16px;
	}
	.scheduleServiceSection .buttonBlock ul {
		max-width: 320px;
		margin: 0 auto;
	}
	.scheduleServiceSection .buttonBlock ul li {
		display: block;
	}
	.scheduleServiceSection .buttonBlock a.btn {
		display: block;
	}
	.scheduleServiceSection .buttonBlock ul li:last-child a.btn {
		margin-left: auto;
		margin-top: 20px;
	}
}


/*------------------------------------------------*/


/* Services Detail Page */


/*------------------------------------------------*/

.servicesDetailBanner {
	background-image: url("images/services-detail-banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.servicesDetailBanner .wrapper {
	text-align: center;
	max-width: 945px;
	margin: 0 auto;
	width: 100%;
	padding-top: 0 !important;
	padding-bottom: 0!important;
}

.servicesinner_contentSection .et_pb_column.left_colmn {
	width: 250px;
	margin-right: 0 !important;
}

.servicesinner_contentSection .et_pb_column.right_colmn {
	width: calc(100% - 250px);
	padding-left: 40px !important;
	margin-right: 0 !important;
}

.servicesinner_contentSection .et_pb_column.left_colmn ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}

.servicesinner_contentSection .et_pb_column.left_colmn ul li {
	display: block;
}

.servicesinner_contentSection .et_pb_column.left_colmn ul li a {
	color: #2c2c2c;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	background: #f3f3f3;
	border-radius: 5px;
	margin-bottom: 10px;
}

.servicesinner_contentSection .et_pb_column.left_colmn ul li a:hover,
.servicesinner_contentSection .et_pb_column.left_colmn ul li a.active {
	color: #fff;
	background: #26b4b8;
}

.servicesinner_contentSection .et_pb_column.right_colmn ul,
.servicesinner_contentSection .et_pb_column.right_colmn ol {
	margin-top: 30px;
	margin-bottom: 30px;
}

.servicesinner_contentSection .et_pb_column.right_colmn h2, section.summarySection.serviceDetails h2 {
	font-size: 32px;
}

section.summarySection.serviceDetails h3 {
	font-size: 30px;
}

.servicesinner_contentSection .et_pb_column.right_colmn h3 {
	font-size: 28px;
	color: #fff;
}

.servicesinner_contentSection .et_pb_column.right_colmn h4 {
	font-size: 25px;
}

.servicesinner_contentSection .et_pb_column.right_colmn h5 {
	font-size: 22px;
}

.servicesinner_contentSection .et_pb_column.right_colmn h6 {
	font-size: 20px;
}

.servicesinner_contentSection .et_pb_column.right_colmn p,
.servicesinner_contentSection .et_pb_column.right_colmn li {
	font-size: 18px;
	line-height: 1.5;
	color: #2c2c2c;
	font-weight: 500 !important;
}

.servicesinner_contentSection .et_pb_column.right_colmn p:not(:last-child),
.servicesinner_contentSection .et_pb_column.right_colmn li:not(:last-child) {
	margin-bottom: 15px;
}


/* Counter section */

.serviceDetails ul.happyCustomers li {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.serviceDetails ul.happyCustomers li .left_col {
	width: 60px;
}

.serviceDetails ul.happyCustomers li .right_col {
	width: calc(100% - 60px);
	padding-left: 30px;
}

.serviceDetails ul.happyCustomers li .right_col h3 {
	padding-bottom: 0;
}

.serviceDetails ul.happyCustomers li .right_col p {
	font-size: 16px;
}

.scheduleServiceSection.serviceDetails {
	background: #1e71b4;
	max-width: 100% !important;
	padding: 30px 50px !important;
}

.scheduleServiceSection.serviceDetails .left_col {
	width: 260px;
}

.scheduleServiceSection.serviceDetails .right_col {
	width: calc(100% - 260px);
	padding-left: 40px;
}

.scheduleServiceSection.serviceDetails .right_col .buttonBlock {
	line-height: 1;
}

.scheduleServiceSection.serviceDetails .right_col .buttonBlock ul,
.scheduleServiceSection.serviceDetails .right_col .buttonBlock ul li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.scheduleServiceSection.serviceDetails .right_col h2 {
	font-size: 30px;
}

.scheduleServiceSection.serviceDetails .right_col p {
	font-size: 16px;
}


/* Benefits Section - Service Details */

.benefitsSection {
	padding-top: 45px;
}

.benefitsSection ul {
	display: flex;
	flex-wrap: wrap;
}

.benefitsSection ul li {
	background: url('./images/check-icon.png;');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 25px;
	padding-left: 40px;
	margin-bottom: 20px !important;
	width: 50%;
}

.summarySection p {
	font-size: 19px;
	font-weight: 500;
}

@media only screen and (max-width: 1279px) {
	.servicesinner_contentSection .et_pb_column.right_colmn p,
	.summarySection p {
		font-size: 18px;
		font-weight: 500;
	}
	.servicesinner_contentSection .et_pb_column.left_colmn {
		width: 100%;
		margin: 0 auto !important;
		text-align: center;
		padding-bottom: 40px !important;
	}
	.servicesinner_contentSection .et_pb_column.right_colmn {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
	}
	.scheduleServiceSection.serviceDetails {
		padding: 30px 30px !important;
	}
	section.summarySection.serviceDetails {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 980px) {
	.servicesinner_contentSection .et_pb_column.right_colmn li {
		font-size: 17px;
	}
	.summarySection p {
		font-size: 17px;
		font-weight: 500;
	}
	.scheduleServiceSection.serviceDetails .right_col h2 {
		font-size: 28px;
	}
	.ourWorksSection.serviceDetails .counterBoxOuter .happyCustomers {
		flex-direction: column;
		max-width: 225px;
	}
	.scheduleServiceSection.serviceDetails {
		padding: 30px 30px !important;
		flex-direction: column;
	}
	.scheduleServiceSection.serviceDetails .left_col {
		max-width: 260px;
		width: 100%;
	}
	.scheduleServiceSection.serviceDetails .right_col {
		width: 100%;
		padding-left: 0;
	}
	.scheduleServiceSection .buttonBlock ul {
		margin: 0 auto !important;
	}
	.benefitsSection ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.servicesinner_contentSection .et_pb_column.right_colmn li {
		font-size: 16px;
	}
	.summarySection p {
		font-size: 16px;
	}
	.scheduleServiceSection.serviceDetails .right_col h2 {
		font-size: 26px;
	}
}


/* Select Box on small device */

div.srvicesListMenu {
	display: none;
}

@media only screen and (max-width: 1279px) {
	div.srvicesListMenu p {
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 15px !important;
	}
	ul.srvicesListMenu {
		display: none;
	}
	div.srvicesListMenu {
		display: block;
	}
	select.select {
		border: 1px #2c2c2c solid !important;
		padding: 15px;
		color: #2c2c2c;
		max-width: 320px;
		width: 100%;
	}
	select.select option {
		cursor: pointer;
	}
}


/*  Few additional CSS */

body.single-services .req_a_qouteSection {
	padding: 0 !important;
}

body.single-services .req_a_qouteSection .et_pb_row {
	width: 100%;
}

body.single-post .testimonialSection,
body.single-post .getInTouchSection {
	display: none;
}

body.page-id-52 .testimonialSection {
	display: none;
}

body.page-id-52 .getInTouchSection {
	background-color: #f7f7f7;
}

.pa-active-menu-item .et-menu-nav>ul>li.current-menu-item>a {
	color: #26b4b8 !important;
}

.pa-active-menu-item .et-menu-nav>ul>li.current-menu-item>a:before {
	width: 100%;
	opacity: 1;
}

.ServiceBoxWrapper .icon_relative {
	position: relative;
}

.ServiceBoxWrapper .icon_relative .waterdrop_animation {
	position: absolute;
	top: -62px;
	left: 35px;
}

.ServiceBoxWrapper:hover .waterdrop_animation {
	opacity: 1;
}

.whyChooseUsSection {
	/*background-attachment: fixed !important;*/
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:hover:after {
	height: 450%;
	transition: all 1s ease 0s;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: 0;
	transition: all 0.35s ease 0s;
	background: #fff;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:hover span {
	color: #26b4b8;
	position: relative;
	z-index: 1;
}

.headerSection .et_pb_menu .et-menu>li.getInTouch_menu a:hover {
	color: #26b4b8;
	background: transparent;
}


/*  Loaction Page  Additional - CSS */

.dropIconImage .icon_relative {
	position: absolute;
	right: 30px;
	top: -125px;
	left: auto;
	display: inline-block;
}

.dropIconImage .icon_relative .waterdrop_animation {
	background: rgba(255, 255, 255, 0.7);
	transform: rotate(-45deg);
	width: 15px;
	height: 15px;
	-moz-border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	-webkit-border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	border-radius: 100% 0 50% 50% / 50% 0 100% 55%;
	-moz-animation-name: drip;
	-webkit-animation-name: drip;
	animation-name: drip;
	-moz-animation-timing-function: cubic-bezier(1, 0, .91, .19);
	-webkit-animation-timing-function: cubic-bezier(1, 0, .91, .19);
	animation-timing-function: cubic-bezier(1, 0, .91, .19);
	-moz-animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: relative;
	margin: 0 auto;
	top: 20px;
	opacity: 0;
}

@keyframes drip {
	to {
		top: 100px;
	}
}

.dropIconImage:hover .icon_relative .waterdrop_animation {
	opacity: 1;
}


@media only screen and (max-width: 1279px) {
	.et_pb_slider .et_pb_slide_1{
		background-position:  right center;
	}
}
.request_a_quoteForm .gform_confirmation_message {
    color: #fff;
}
.ServiceBoxWrapper .serviceTile:hover a, .know_more_btn:hover {
	cursor: pointer;
}
.mapSection.et_pb_section  {
	padding: 0 !important;
}
.mapSection.et_pb_section .et_pb_row {
width: 100% !important;
}