/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

h1,h2,h3,h4,h5,h6 {
	font-weight:600;
}
blockquote {
	position: relative;
	font-style: italic;
	border-left: none;
	padding: 10px 20px 10px 100px;
	margin: 0 0 20px;
	font-size: 17.5px;
}
blockquote:before {
	font-size: 120px;
	line-height: 1em;
	font-style: normal;
	content: "“";
	position: absolute;
	left: 20px;
	top: -15px;
	color: #c7d5e1;
}
.fl-module-icon-group.social-icons-primary-color .fl-module-content i,
.fl-module-icon-group.social-icons-primary-color .fl-module-content i::before,
.fl-module-icon-group.social-icons-secondary-color .fl-module-content i,
.fl-module-icon-group.social-icons-secondary-color .fl-module-content i::before {
	-webkit-transition: all 0.2s ease-out!important;
	-moz-transition: all 0.2s ease-out!important;
	-ms-transition: all 0.2s ease-out!important;
	-o-transition: all 0.2s ease-out!important;
	transition: all 0.2s ease-out!important;
}
.header-menu .fl-menu .sub-menu {
	min-width: 240px;
}
.header-menu .fl-menu .menu ul li a:before {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	font-weight:900;
	font-size: 10px;
	position: relative;
	top: -1px;
	width: 0;
	opacity: 0;
	overflow: hidden;
}
.header-menu .fl-menu .menu ul li a:hover:before,
.header-menu .fl-menu .menu ul li:hover>a:before {
	width: 16px;
	opacity: 1;
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-ms-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.fl-module.shine {
	display: block;
	position: absolute;
    left: -38px;
    top: -23px;
	background-image: var(--wpr-bg-fb0bdd7b-9bd5-4bbd-9560-060150944346);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	width: 130px!important;
	height: 130px;
	-webkit-animation: glitter 6s linear 0s infinite normal;
	animation: glitter 6s linear 0s infinite normal;
	text-indent: -9999px;
}
@media only screen and (max-width: 992px) {
	.fl-module.shine {
		left: -18px;
	}
}
@-webkit-keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1) rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}
@keyframes glitter {
	0% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.3) rotate(720deg);
		transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(0.3) rotate(0deg);
		transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}
@-moz-keyframes glitter {
	0% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
	25% {
		-moz-transform: scale(1) rotate(360deg);
		opacity: 1;
	}
	50% {
		-moz-transform: scale(0.3) rotate(720deg);
		opacity: 0;
	}
	100% {
		-moz-transform: scale(0.3) rotate(0deg);
		opacity: 0;
	}
}
@keyframes ring {
	0% {
	   -webkit-transform:rotate(-10deg);
	   -ms-transform:rotate(-10deg);
		transform:rotate(-10deg);
	}
	2% {
		-webkit-transform:rotate(10deg);
		-ms-transform:rotate(10deg);
		transform:rotate(10deg);
	}
	4% {
		-webkit-transform:rotate(-15deg);
		-ms-transform:rotate(-15deg);
		transform:rotate(-15deg);
	}
	6% {
		-webkit-transform:rotate(15deg);
		-ms-transform:rotate(15deg);
		transform:rotate(15deg);
	}
	8% {
		-webkit-transform:rotate(-12deg);
		-ms-transform:rotate(-12deg);
		transform:rotate(-12deg);
	}
	10% {
		-webkit-transform:rotate(12deg);
		-ms-transform:rotate(12deg);
		transform:rotate(12deg);
	}
	12% {
		-webkit-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		transform:rotate(0deg);
	}
}
.fl-module-button.quote .fl-button {
	overflow:hidden;
}
.fl-module-button.quote .fl-button>.ac-bell {
	display:inline-block;
}
.fl-module-button.quote .fl-button:hover>.ac-bell {
	-webkit-animation:ring 10s ease .1s;
	animation:ring 10s ease .1s;
	-webkit-transform-origin:top center;
	-ms-transform-origin:top center;
	transform-origin:top center;
	transform-origin-z:initial;
}

.fl-module-button.calculate .fl-button::before,
.fl-module-button.quote .fl-button::before,
.price-box-link a.btn::before {
	content:'';
	display:block;
	position:absolute;
	background:rgba(255,255,255,.5);
	width:60px;
	height:100%;
	left:0;
	top:0;
	opacity:.5;
	-webkit-filter:blur(30px);
	filter:blur(30px);
	-webkit-transform:translateX(-100px) skewX(-10deg);
	-ms-transform:translateX(-100px) skewX(-10deg);
	transform:translateX(-100px) skewX(-10deg)
}
.fl-module-button.calculate .fl-button::after,
.fl-module-button.quote .fl-button::after,
.price-box-link a.btn::after {
	content:'';
	display:block;
	position:absolute;
	background:rgba(255,255,255,.2);
	width:30px;
	height:100%;
	left:30px;
	top:0;
	opacity:0;
	-webkit-filter:blur(5px);
	filter:blur(5px);
	-webkit-transform:translateX(-100px) skewX(-10deg);
	-ms-transform:translateX(-100px) skewX(-10deg);
	transform:translateX(-100px) skewX(-10deg);
}
.fl-module-button.calculate .fl-button:hover::before,
.fl-module-button.quote .fl-button:hover::before,
.price-box-link a.btn:hover::before {
	-webkit-transform:translateX(300px) skewX(-10deg);
	-ms-transform:translateX(300px) skewX(-10deg);
	transform:translateX(300px) skewX(-10deg);
	opacity:.6;
	-webkit-transition:.7s;
	-o-transition:.7s;
	transition:.7s;
}
.fl-module-button.calculate .fl-button:hover::after,
.fl-module-button.quote .fl-button:hover::after,
.price-box-link a.btn:hover::after {
	-webkit-transform:translateX(300px) skewX(-10deg);
	-ms-transform:translateX(300px) skewX(-10deg);
	transform:translateX(300px) skewX(-10deg);
	opacity:1;
	-webkit-transition:.7s;
	-o-transition:.7s;
	transition:.7s;
}

.fl-module-button .fl-button,
.fl-module-button .fl-button:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-module-button.outline .fl-button:hover .fl-button-text {
	-webkit-transition: width 0.2s ease-out;
	-moz-transition: width 0.2s ease-out;
	-ms-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.top-bar-mobile .group, .top-bar-desktop .group {
	display:inline-block;
	white-space:nowrap;
}
@media only screen and (max-width: 1050px) {
	.top-bar-mobile .group, .top-bar-desktop .group {
		display:block;
	}
}
.top-bar-mobile .fl-col-group.collapse-trigger, .top-bar-desktop .social-quote .fl-module-icon-group {
	z-index:1;
}
@media only screen and (max-width: 855px) {
	.top-bar-desktop .social-quote .fl-module.social-icons-primary-color {
		display:none;
	}
	.top-bar-desktop .fl-col.social-quote > .fl-col-content {
		grid-template-columns: 1fr;
	}
}

/*************************/
/*                       */
/*        Global         */
/*                       */
/*************************/
.max-800 p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.max-750 p {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.max-700 p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.max-450 p {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.fl-module-heading.h-decor h1, .fl-module-heading.h-decor h2 {
	padding-bottom: 29px!important;
	background: var(--wpr-bg-adfbb95c-6836-4255-9db1-80eccc1baf67) no-repeat bottom center;
}
div[class*="rating"] i {
    color:#c2c2c2;
}
.rating-1 .fl-icon-group .fl-icon:nth-child(1) i,
.rating-2 .fl-icon-group .fl-icon:nth-child(1) i,
.rating-2 .fl-icon-group .fl-icon:nth-child(2) i,
.rating-3 .fl-icon-group .fl-icon:nth-child(1) i,
.rating-3 .fl-icon-group .fl-icon:nth-child(2) i,
.rating-3 .fl-icon-group .fl-icon:nth-child(3) i,
.rating-4 .fl-icon-group .fl-icon:nth-child(1) i,
.rating-4 .fl-icon-group .fl-icon:nth-child(2) i,
.rating-4 .fl-icon-group .fl-icon:nth-child(3) i,
.rating-4 .fl-icon-group .fl-icon:nth-child(4) i,
.rating-5 .fl-icon-group .fl-icon:nth-child(1) i,
.rating-5 .fl-icon-group .fl-icon:nth-child(2) i,
.rating-5 .fl-icon-group .fl-icon:nth-child(3) i,
.rating-5 .fl-icon-group .fl-icon:nth-child(4) i,
.rating-5 .fl-icon-group .fl-icon:nth-child(5) i,
.rating-1-half .fl-icon-group .fl-icon:nth-child(1) i,
.rating-2-half .fl-icon-group .fl-icon:nth-child(1) i,
.rating-2-half .fl-icon-group .fl-icon:nth-child(2) i,
.rating-3-half .fl-icon-group .fl-icon:nth-child(1) i,
.rating-3-half .fl-icon-group .fl-icon:nth-child(2) i,
.rating-3-half .fl-icon-group .fl-icon:nth-child(3) i,
.rating-4-half .fl-icon-group .fl-icon:nth-child(1) i,
.rating-4-half .fl-icon-group .fl-icon:nth-child(2) i,
.rating-4-half .fl-icon-group .fl-icon:nth-child(3) i,
.rating-4-half .fl-icon-group .fl-icon:nth-child(4) i,
.rating-5-half .fl-icon-group .fl-icon:nth-child(2) i,
.rating-5-half .fl-icon-group .fl-icon:nth-child(3) i,
.rating-5-half .fl-icon-group .fl-icon:nth-child(4) i,
.rating-5-half .fl-icon-group .fl-icon:nth-child(5) i {
    color:#ffb400;
}
.rating-1-half .fl-icon-group .fl-icon:nth-child(2) i,
.rating-2-half .fl-icon-group .fl-icon:nth-child(3) i,
.rating-3-half .fl-icon-group .fl-icon:nth-child(4) i,
.rating-4-half .fl-icon-group .fl-icon:nth-child(5) i {
    background-image: linear-gradient(to right, #ffb400 50%, #c2c2c2 50% );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.fl-module-icon.align-top .fl-icon {
	vertical-align:top;
}
.fl-module-icon.align-bottom .fl-icon {
	vertical-align:bottom;
}

.fl-row.header .collapse-trigger a[aria-expanded="true"] i::before {
	content: "\f078";
}
.fl-builder-edit .fl-row.header .collapse:not(.show) {
	display: block;
}
.fl-builder-edit .fl-row.fl-page-header-fixed {
	display: block!important;
	position:relative!important;
}
.fl-row.header {
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.05);
	box-shadow: 0 3px 5px rgba(0,0,0,.05)
}
.fl-row.breadcrumbs a {
	color:#74828e;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.fl-row.breadcrumbs a:hover {
	text-decoration:none;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
#topbarcollapse.fl-row.header i {
	font-size:30px;
}
.fl-row.header .icon-primary-color .fl-icon i,
.fl-row.header .fl-module-icon-group.social-icons-primary-color .fl-module-content i:hover,
.fl-row.header .fl-module-icon-group.social-icons-primary-color .fl-module-content i:hover::before,
.fl-row.header .icon-secondary-color .fl-icon i,
.fl-row.header .header-menu .menu > li > a:hover,
.fl-row.header .header-menu .menu > li > a:focus,
.fl-row.header .header-menu .menu > li > .fl-has-submenu-container:hover > a,
.fl-row.header .header-menu .menu > li > .fl-has-submenu-container.focus > a,
.fl-row.header .header-menu .sub-menu > li > a:hover,
.fl-row.header .header-menu .sub-menu > li > a:focus,
.fl-row.header .header-menu .sub-menu > li > .fl-has-submenu-container:hover > a,
.fl-row.header .header-menu .sub-menu > li > .fl-has-submenu-container.focus > a,
.fl-row.header .header-menu .menu > li.current-menu-item > a,
.fl-row.header .header-menu .menu > li.current-menu-item > .fl-has-submenu-container > a,
.fl-row.header .header-menu .sub-menu > li.current-menu-item > a,
.fl-row.header .header-menu .sub-menu > li.current-menu-item > .fl-has-submenu-container > a,
.fl-row.header .header-menu .fl-menu .fl-menu-mobile-toggle.hamburger,
.fl-row.header .header-menu .fl-menu .fl-menu-mobile-toggle.hamburger:hover,
.fl-row.header .header-menu .fl-menu .fl-toggle-arrows .fl-has-submenu-container:hover > .fl-menu-toggle::before,
.fl-row.header .header-menu .fl-menu .fl-toggle-arrows .fl-has-submenu-container.focus > .fl-menu-toggle::before,
.fl-row.header .header-menu .fl-menu .fl-toggle-arrows li.current-menu-item > .fl-has-submenu-container > .fl-menu-toggle::before,
.fl-row.header .header-menu .fl-menu .fl-toggle-none .fl-has-submenu-container:hover > .fl-menu-toggle::before,
.fl-row.header .header-menu .fl-menu .fl-toggle-none .fl-has-submenu-container.focus > .fl-menu-toggle::before,
.fl-row.header .header-menu .fl-menu .fl-toggle-none li.current-menu-item > .fl-has-submenu-container > .fl-menu-toggle::before,
.fl-row.header .fl-module-icon-group.social-icons-secondary-color .fl-module-content i:hover,
.fl-row.header .fl-module-icon-group.social-icons-secondary-color .fl-module-content i:hover::before,
.fl-row.header .collapse-trigger .fl-icon i,
.fl-row.header .collapse-trigger .fl-icon i::before,
.fl-row.header .collapse-trigger .fl-icon i:hover,
.fl-row.header .collapse-trigger .fl-icon i:hover::before {
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.fl-row.footer .fl-module-subscribe-form .fl-form-field {
	width: calc(100% - 50px);
	display: inline-block;
	float: left;
}
.fl-row.footer .fl-module-subscribe-form .fl-form-button {
	width:50px;
	float:right;
}
.fl-row.footer .cleaning-services-list .fl-post-feed-post {
	line-height: 26px;
	font-size:16px;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 7px;
	position:relative;
	border-bottom:none;
}
.fl-row.footer .cleaning-services-list .marker-list {
	padding-inline-start: 0px;
}
.fl-row.footer .cleaning-services-list .fl-post-feed-post a {
	color:#677d8f;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.footer .fl-module-subscribe-form .fl-form-button .fl-button-icon {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.footer .cleaning-services-list .fl-post-feed-post::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'Alderaan-Cleaning';
	content: "\e967";
	font-size: 11px;
}
.fl-row.footer .address .group {
	display:inline-block;
}
.fl-row.footer .contact-icons .fl-icon-text a {
	color: #677d8f;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.footer .cleaning-services-list .fl-post-feed-post a:hover,
.fl-row.footer .contact-icons .fl-icon-text a:hover,
.fl-row.bottomline a,
.fl-row.bottomline a i::before,
.fl-row.bottomline a:hover,
.fl-row.bottomline a:hover i::before{
	text-decoration:none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* DEFAULT SITE FORM DESIGN */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 40px;
    padding: 0;
    width: 100%;
    padding-left: 15px;
    text-align: left;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #282d47;
    font-weight: 400;
    font-family: sans-serif;
	margin-top:0;
	background: #fafafa;
}
body .gform_wrapper select {
	background-color: #fafafa;
}
body .gform_wrapper input::placeholder { 
    color:#7a7a7a;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap:16px!important;
}
.gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_zip {
    flex: 0 0 100%;
}
.gform_wrapper.gravity-theme .ginput_container_select .gfield_select {
    height:40px;
    border-radius: 5px;
    font-family:sans-serif;
    font-size:14px;
    padding-left: 11px;
    opacity:1;
    border-color: #e6e6e6;
}
@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_complex span.name_last,
    .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_zip {
        margin-bottom: 0px;
    }
    .gform_wrapper.gravity-theme .ginput_complex span.name_first {
        margin-bottom: 16px
    }
}
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type=submit] {
    text-transform: uppercase;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin: auto;
    display: block;
}
@media only screen and (min-width: 768px){
	body .gform_wrapper .gform_footer input.button, 
	body .gform_wrapper .gform_footer input[type=submit], 
	body .gform_wrapper .gform_page_footer input.button, 
	body .gform_wrapper .gform_page_footer input[type=submit] {
		padding: 10px 100px;
	}
}
/* QUOTE POPUP FORM */
body .pum-container .fl-col.pop-up-left,
body .pum-container .fl-col.pop-up-right {
	width:50%;
	background:#ffffff;
}
body .pum-container .gform_wrapper select.medium,
body .pum-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	font-size:14px;
}
.pum-theme-282 .pum-content + .pum-close {
	font-size:20px;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
    right: -8px;
    top: -8px;
}
.pum-theme-282 .pum-content + .pum-close:hover {
	opacity:.75;
}
@media only screen and (max-width: 1000px){
	div#popmake-288 {
		max-width: 750px;
	}
	div#popmake-288 .fl-col.pop-up-right {
		display:none;
	}
}
@media only screen and (max-width: 768px){
	div#popmake-288 { 
		position:static;
		left: 0!important;
	    margin-top: 35%!important;
	    width: calc(100% - 20px)!important;
	    margin-left: 20px!important;
	    margin-right: 20px!important;
	}
}
/*************************/
/*                       */
/*        Service        */
/*                       */
/*************************/

.fl-row.service .fl-col.contact-box .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    background-color: #f3f3f3;
    padding: 26px 30px;
    color: #4b5b68;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fl-row.service #menu-service-menu.menu {
    padding: 0;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    list-style: none;
}
.fl-row.service #menu-service-menu.menu li {
    position: relative;
    background-color: #f2f4f5;
    margin-bottom: 1px;
    margin-top: 0;
}
.fl-row.service #menu-service-menu.menu li:hover {
    background-color: #fff;
}
.fl-row.service #menu-service-menu.menu li.current-menu-item a {
    color: #ffffff;
}
.fl-row.service #menu-service-menu.menu li:hover {
    background-color: #ffffff;
}
.fl-row.service #menu-service-menu.menu li a {
    display: block;
    text-decoration: none;
    color: #4b5b68;
    padding: 15px 0 15px 22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.service #menu-service-menu.menu li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.service #menu-service-menu.menu li:hover:after {
    opacity: 1;
}
.fl-row.service #menu-service-menu.menu li.current-menu-item a:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    font-family: 'Alderaan-Cleaning';
    content: "\e96a";
    padding: 0 10px 0 0;
}
.fl-row.service .marker-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.fl-row.service .marker-list>li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
    margin-top: 0;
}
.fl-row.service .marker-list>li:after {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'Alderaan-Cleaning';
    content: "\e967";
}
.fl-row.service .sub-services-list b {
    display: block;
}
.fl-row.service .fl-contact-form .fl-button {
	border:initial;
}
.fl-row.service .fl-col.contact-box .fl-module-button.quote .fl-module-content a.fl-button,
.fl-row.service .fl-col.contact-box .fl-module-button.quote .fl-module-content a.fl-button:visited,
.fl-row.service .fl-contact-form .fl-button {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
	overflow:hidden;
}
/*************************/
/*                       */
/*          Home         */
/*                       */
/*************************/
:focus,
.fl-row.services .fl-module-slick-slider .slick-slide:focus {
	outline:none;
}
.fl-row.services .fl-module-slick-slider .buttons {
	text-align:center;
	padding-top: 30px;
}
.fl-row.services .fl-module-slick-slider .slick-slide {
	padding-left:15px;
	padding-right:15px;
}
.fl-row.services .fl-module-slick-slider .btn-prev, .fl-row.services .fl-module-slick-slider .btn-next {
	color:transparent;
	font-size:0;
	line-height:0;
	position: relative;
	float: left;
	top: 1px;
	bottom: -33px;
	left: 50%;
	height: 55px;
	width: 65px;
	margin-bottom: 26px;
	border: 1px solid #edeff1;
	border-radius: 27px 0 0 27px;
	box-shadow: -1px 5px 5px rgba(0,0,0,.05);
	opacity: 1;
	z-index: 1;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.fl-row.services .fl-module-slick-slider .btn-prev {
	border-radius: 27px 0 0 27px;
	transform: translateX(-100%);
}
.fl-row.services .fl-module-slick-slider .btn-next {
	border-radius: 0 27px 27px 0;
	transform: translateX(-100%);
	box-shadow: 1px 5px 5px rgba(0,0,0,.05);
	background-color: #fff;
	color: #3d4b57;
}
.fl-row.services .fl-module-slick-slider .btn-prev:active, .fl-row.services .fl-module-slick-slider .btn-prev:hover {
	background-color: #f9f9f9;
	color: #3d4b57;
}
.fl-row.services .fl-module-slick-slider .btn-next:active, .fl-row.services .fl-module-slick-slider .btn-next:hover {
	background-color: #f9f9f9;
}
.fl-row.services .fl-module-slick-slider .btn-prev::before, .fl-row.services .fl-module-slick-slider .btn-next::before {
	font-family: 'Alderaan-Cleaning';
	font-size: 20px;
	line-height: 53px;
	color: #8a9aa7;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.fl-row.services .fl-module-slick-slider .btn-prev::before {
	content: "\e995";
	color:#ffffff;
}
.fl-row.services .fl-module-slick-slider .btn-prev:hover::before {
	color:#8a9aa7;
}
.fl-row.services .fl-module-slick-slider .btn-next::before {
	content: "\e996";
}
.fl-row.services .fl-module-slick-slider .slick-dots li button,
.fl-row.happy-customers .fl-module-slick-slider .slick-dots li button,
.fl-row.pricing-plan .fl-module-slick-slider .slick-dots li button,
.fl-row.our-team .fl-module-slick-slider .slick-dots li button,
.fl-row.services-grid .slick-dotted .slick-dots li button,
.fl-row.our-prices .slick-dotted .slick-dots li button
 {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:#e1e5e9;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.services .fl-module-slick-slider .slick-dots li button:hover,
.fl-row.happy-customers .fl-module-slick-slider .slick-dots li button:hover,
.fl-row.pricing-plan .fl-module-slick-slider .slick-dots li button:hover,
.fl-row.our-team .fl-module-slick-slider .slick-dots li button:hover,
.fl-row.services-grid .slick-dotted .slick-dots li button:hover,
.fl-row.our-prices .slick-dotted .slick-dots li button:hover {
	outline: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.services .fl-module-slick-slider .slick-dots li.slick-active button,
.fl-row.services .fl-module-slick-slider .slick-dots li.slick-active button:hover,
.fl-row.happy-customers .fl-module-slick-slider .slick-dots li.slick-active button,
.fl-row.happy-customers .fl-module-slick-slider .slick-dots li.slick-active button:hover,
.fl-row.pricing-plan .fl-module-slick-slider .slick-dots li.slick-active button,
.fl-row.pricing-plan .fl-module-slick-slider .slick-dots li.slick-active button:hover,
.fl-row.our-team .fl-module-slick-slider .slick-dots li.slick-active button,
.fl-row.our-team .fl-module-slick-slider .slick-dots li.slick-active button:hover,
.fl-row.services-grid .slick-dotted .slick-dots li.slick-active button,
.fl-row.services-grid .slick-dotted .slick-dots li.slick-active button:hover,
.fl-row.our-prices .slick-dotted .slick-dots li.slick-active button,
.fl-row.our-prices .slick-dotted .slick-dots li.slick-active button:hover {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.services .fl-module-slick-slider .slick-dots li button::before,
.fl-row.happy-customers .fl-module-slick-slider .slick-dots li button::before,
.fl-row.pricing-plan .fl-module-slick-slider .slick-dots li button::before,
.fl-row.our-team .fl-module-slick-slider .slick-dots li button::before,
.fl-row.services-grid .slick-dotted .slick-dots li button::before,
.fl-row.our-prices .slick-dotted .slick-dots li button::before {
	content:none;
}
.fl-row.services .fl-module-slick-slider .service-card {
	text-align: center;
	margin: 12px 0 30px;
	padding: 50px 60px 55px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 15px 30px rgba(85,85,85,.16);
	-moz-box-shadow: 0 15px 30px rgba(85,85,85,.16);
	box-shadow: 0 15px 30px rgba(85,85,85,.16);
}
.fl-row.services .fl-module-slick-slider .service-card:hover .service-card-icon {
	transform: scale(1.2);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
}
.fl-row.services .fl-module-slick-slider .service-card .service-card-icon {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-ms-transition: 0.25s;
	-o-transition: 0.25s;
}
.fl-row.services .fl-module-slick-slider .service-card .service-card-title {
	margin-top:46px;
	font-size: 20px;
	line-height: 24px;
}
.fl-row.services .fl-module-slick-slider .service-card-list {
	text-align: center;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.fl-row.services .fl-module-slick-slider .service-card .service-card-list > li:before {
	position: relative;
	top: -1px;
	padding: 0 10px;
	display: inline-block;
	font-family: 'Alderaan-Cleaning';
	content: "\e967";
	font-size: 11px;
}
.fl-row.services .fl-module-slick-slider .service-card .btn {
	background-color: transparent;
	color: #3d4b57;
	line-height: 21px;
	margin-top: 20px;
	padding: 11px 30px;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	border-radius: 23.5px;
	vertical-align: top;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
}
.fl-row.services .fl-module-slick-slider .service-card .btn:hover {
	color: #ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.fl-row.services .fl-module-slick-slider .service-card  .service-card-icon {
	font-size:70px;
	line-height: 1;
}
@media all and (max-width: 1199px) {
	.fl-row.services .fl-module-slick-slider .service-card {
		padding: 40px 35px 45px;
	}
}
@media all and (max-width: 991px) {
	.fl-row.services .fl-module-slick-slider .service-card-title {
		font-size: 18px;
		line-height: 22px;
	}
	.fl-row.services .fl-module-slick-slider .service-card .btn {
		font-size: 12px;
	}
}
@media all and (max-width: 767px) {
	.fl-row.services .fl-module-slick-slider .service-card {
		padding: 30px 35px 35px;
	}
	.fl-row.services .fl-module-slick-slider .service-card-icon {
		font-size: 56px;
	}
	.fl-row.services .fl-module-slick-slider .service-card .btn {
		font-size: 12px;
		line-height: 17px;
		padding: 10px 20px;
	}
}

.fl-row.about .nav-tabs {
	border-bottom: inherit;
}
.fl-row.about .nav-tabs .nav-link {
	border: inherit;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.fl-row.about .nav-tabs .nav-item.show .nav-link, .fl-row.about .nav-tabs .nav-link.active {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
}

.fl-row.about .marker-list {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
.fl-row.about .marker-list li {
	position:relative;
	padding-left:22px;
}
.fl-row.about .marker-list li::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-family: 'Alderaan-Cleaning';
	content: "\e967";
	font-size: 12px;
	vertical-align: middle;
	line-height: 22px;
}
.fl-row.about .nav-link::after {
	content: "";
	background: #3d4c58;
	height: 16px;
	position: absolute;
	width: 1px;
	left:auto;
	right: 0;
	top: 15px;
	bottom: -1px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.fl-row.about .nav-tabs .nav-item:last-child .nav-link::after {
	content:none;
}
.fl-row.about .fl-tabs-panels {
	background:none;
}
.fl-row.about .nav-tabs .nav-link {
	position:relative;
	font-size:20px;
	font-family:Poppins;
	font-weight:600;
	color:#3D4C59;
	-webkit-transition: all 0.2s ease-out!important;
	-moz-transition: all 0.2s ease-out!important;
	-ms-transition: all 0.2s ease-out!important;
	-o-transition: all 0.2s ease-out!important;
	transition: all 0.2s ease-out!important;
}
.fl-row.about .nav-tabs .nav-item:first-child .nav-link {
	padding-left: 0px;
}
.fl-row.about  .nav-tabs .nav-link:hover, .fl-row.about  .nav-tabs .nav-link.active {
	background-color: transparent;
	-webkit-transition: all 0.2s ease-out!important;
	-moz-transition: all 0.2s ease-out!important;
	-ms-transition: all 0.2s ease-out!important;
	-o-transition: all 0.2s ease-out!important;
	transition: all 0.2s ease-out!important;
}
.fl-row.about .fl-tabs-label:focus {
	outline: none;
}
.fl-row.about .num-box {
	flex:0 1 50%;
	position: relative;
	padding: 0 40px 0 37px;
}
.fl-row.about .num-box-num {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	font-weight: 700;
}
.fl-row.about .nav.nav-tabs {
	margin-bottom:25px;
}
.fl-row.about .left-tabs {
	z-index:1;
}
.fl-row.about .right-img {
	position: absolute;
	bottom:0;
	right:0%;
}
.fl-row.about .right-img .fl-photo-content {
	margin-right:-10%;
}

.fl-row.about .right-img .fl-module-content{
	overflow:hidden;
}
@media (min-width: 1200px) {
	.fl-row.about .left-tabs {
		width: 66.66666667%;
		float:left;
	}
	.fl-row.about  .num-boxes {
		display:flex;
		flex-flow:row wrap;
	}
	.fl-row.about .num-box {
		flex:0 1 50%;
	}
}
@media (max-width: 991px) {
	.fl-row.about h6 {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.fl-row.about .left-tabs {
		z-index:1;
		width: 58.33333333%;
	}
}
@media (max-width: 767px) {
	.fl-row.about .right-img {
		position: static;
	}
	.fl-row.about .right-img .fl-photo-content {
		margin-right:0px;
	}
	.fl-row.about h6 {
		font-size: 16px;
	}
}
@media (min-width:992px) and (max-width: 1037px) {
	.fl-row.about .right-img .fl-photo-content {
		width:90%;
	}
}
@media (min-width:900px) and (max-width: 991px) {
	.fl-row.about .right-img .fl-photo-content {
		width:80%;
	}
}
@media (min-width:768px) and (max-width: 899px) {
	.fl-row.about .left-tabs {
		width: 66.66666667%;
	}
	.fl-row.about .right-img .fl-photo-content {
		width:70%;
	}
}

@media (min-width:769px) and (max-width: 991px) {
	.fl-row.natural-products .fl-col.image,
	.fl-row.natural-products .fl-col.text {
		position:relative;
	}
	.fl-row.natural-products .fl-col.image img {
		height: 480px!important;
		width: auto;
		max-width: none!important;
		position: relative;
		margin-top: 20px;
		margin-left: -40%;
	}
}
.fl-row.choose-us .marker-box,
.fl-row.natural-products .marker-box {
	position: relative;
	padding: 0 40px 0 30px;
	margin-top: 35px;
}
.fl-row.choose-us .marker-box .marker-box-marker,
.fl-row.natural-products .marker-box .marker-box-marker,
.fl-row.our-values .marker-box .marker-box-marker {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	font-weight: 700;
}
.fl-row.choose-us .marker-box .marker-box-marker:before,
.fl-row.natural-products .marker-box .marker-box-marker:before,
.fl-row.our-values .marker-box .marker-box-marker:before {
	font-family: 'Alderaan-Cleaning';
	content: "\e9af";
}
@media (min-width:992px) and (max-width: 1199px) {
	.fl-row.choose-us .fl-col.image {
		width: 41.66666667%;
	}
	.fl-row.choose-us .fl-col.text {
		width: 58.33333333%;
	}
}
@media (max-width: 768px) {
	.fl-row.choose-us .fl-col.image,
	.fl-row.choose-us .fl-col.text,
	.fl-row.natural-products .fl-col.image,
	.fl-row.natural-products .fl-col.text {
		max-width: 100%;
	}
	.fl-row.choose-us .fl-col.image .fl-visible-desktop {
		display:block;
	}
}
.fl-row.happy-customers .testimonial-card-testimony {
	max-width: 800px;
	padding: 0 0 45px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.fl-row.happy-customers .testimonial-card-author {
	text-align: center;
}
.fl-row.happy-customers .testimonial-card-author img {
	text-align: center;
	display: inline-block;
	margin-bottom: 15px;
}
.fl-row.happy-customers .slide-content:focus {
	outline: none;
}
.fl-row.happy-customers .slick-dots {
	margin: 30px 0 -15px;
	bottom: unset;
}
.fl-row.happy-customers .slide-content {
	position:relative;
}
@media (min-width: 1100px) {
	.fl-row.happy-customers .slide-content::before {
		content: "”";
		position: absolute;
		top: -.1em;
		right: 0;
		font-size: 260px;
		line-height: 1em;
		font-family: Arial,Helvetica,sans-serif;
		color: rgb(221,224,226);
	}
	.fl-row.happy-customers .slide-content::after {
		content: "“";
		position: absolute;
		bottom: -.45em;
		left: 0;
		font-size: 260px;
		line-height: 1em;
		font-family: Arial,Helvetica,sans-serif;
		color: rgb(221,224,226);
	}
}
.fl-row.counter .fl-icon-wrap:after {
	content: '';
	display: block;
	margin: 26px auto;
	height: 2px;
	width: 35px;
}
@media (max-width: 767px) {
	.fl-row.counter .fl-icon-wrap:after {
		margin: 12px auto 10px;
	}
}
.fl-row.counter .fl-number-string {
	font-weight: 600;
}
.fl-row.estimates .fl-col.service-house .fl-rich-text {
	position: relative;
	width: 795px;
	height: 664px;
	background:var(--wpr-bg-fb805fcc-4dac-4052-a46a-7e7e0c8d083e);
	background-repeat:norepeat;
}
.fl-row.estimates .fl-col.service-house .fl-rich-text .service-house {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	padding: 23% 21% 6%;
}
.fl-row.estimates .fl-col.service-house .fl-rich-text .service-house .service-house-item-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	position: absolute;
	padding: 10px;
	top: 70%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	font-family: 'Poppins',sans-serif;
	color: #fff;
	text-align: center;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
}
.fl-row.estimates .fl-col.service-house .fl-rich-text .service-house .service-house-item:hover .service-house-item-title {
	top: 0;
	opacity: 1;
}
.fl-row.estimates .fl-col.service-house .fl-rich-text .service-house > * {
	display: block;
	margin: 10px;
	flex-basis: calc(50% - 20px);
	position: relative;
	overflow: hidden;
	text-decoration: none;
}
@media (min-width: 1200px) {
	.fl-row.estimates .fl-col.text[style] {
		width: 41.66666667%!important;
	}
	.fl-row.estimates .fl-col.text {
		padding-top: 100px;
		padding-bottom: 100px;
		width: 41.66666667%;
	}
	.fl-row.estimates .fl-col.service-house[style] {
		width: 58.33333333%!important;
	}
	.fl-row.estimates .fl-col.service-house {
		width: 58.33333333%;
	}
	.fl-row.estimates .fl-row-content-wrap {
		overflow:hidden;
	}
}
@media (max-width: 1199px) {
	.fl-row.estimates .fl-row-content-wrap {
		padding-top: 60px;
	}
	.fl-row.estimates .fl-col.text[style], .fl-row.estimates .fl-col.text, .fl-row.estimates .service-house[style], .fl-row.estimates .service-house {
		width: 100%!important;
	}
	.fl-row.estimates .fl-col.service-house .fl-rich-text {
		margin-left:auto;
		margin-right:auto;
	}
}
@media (max-width: 991px) {
	.fl-row.estimates .fl-col.service-house .fl-rich-text {
		width: 500px;
		height: 418px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}
@media (max-width: 768px) {
	.fl-row.estimates .fl-col.service-house {
		max-width: 100%;
	}
}
@media (max-width: 499px) {
	.fl-row.estimates .fl-col.service-house .fl-rich-text {
		background:none;
		width: 100%;
		height: auto;
		padding: 0px 15px;
	}
	.fl-row.estimates .fl-col.service-house .fl-rich-text .service-house {
		position: relative;
		padding: 0 0 10px;
	}
}
.fl-row.news .bx-wrapper .bx-pager.bx-default-pager a {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #e1e5e9;
}
.fl-row.news .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.fl-row.news .fl-post-carousel-title {
	display:none;
}
.fl-row.news .fl-post-carousel-title, .fl-row.news .fl-post-carousel-content h3 {
	font-size:19px;
}
.fl-row.news .fl-post-carousel-text {
	background-color: #f7f8f9;
}
.fl-row.news .fl-post-carousel-more {
	margin-top: 16px;
	padding: 11px 30px;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	border-radius: 23.5px;
	vertical-align: top;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	font-family: 'Poppins',sans-serif;
	background-color: transparent;
	color: #3d4b57;
	line-height: 21px;
	display:inline-block;
}
.fl-row.news .fl-post-carousel-more:hover {
	color: #ffffff;
}

.fl-row.pricing-plan .nav-tabs {
	border-bottom: none;
}
.fl-row.pricing-plan .nav-tabs .nav-link {
	border:none;
}

.fl-row.pricing-plan .nav-tabs .nav-item.show .nav-link,
.fl-row.pricing-plan .nav-tabs .nav-link.active {
	border-color:transparent;
}
.fl-row.pricing-plan .fl-module-bootstrap-tabs>.fl-module-content {
	text-align:center;
}
.fl-row.pricing-plan .nav-tabs  {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 16px auto 30px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: -ms-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	border: 1px solid #edeff1;
	border-radius: 55px;
	height: 55px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-bottom: 0;
}
.fl-row.pricing-plan .tab-content .tab-pane > p {
	display:none;
}
.fl-row.pricing-plan .tab-content .tab-pane > .fl-builder-module-template {
	padding:0 10px;
}
.fl-row.pricing-plan .nav-tabs li {
	margin-bottom:0px;
	position: relative;
	display: block;
}
.fl-row.pricing-plan .nav-tabs>li>a {
	margin: 0;
	font-size: 15px;
	line-height: 55px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: block;
	padding: 0 28px;
	color: #3d4c58;
	border-radius: 0;
	white-space: nowrap;
	font-weight: 600;
	border: none;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.fl-row.pricing-plan .nav-tabs > li > a.active,
.fl-row.pricing-plan .nav-tabs > li > a:hover {
	background-color: #f1f2f3;
}
.fl-row.pricing-plan .nav-tabs > li > a::after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 1px;
	height: 55px;
	background-color: #edeff1;
	background: #edeff1;
	bottom: -1px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.fl-row.pricing-plan .slick-slide,
.fl-row.our-prices .slick-slide {
	padding-right: 15px;
	padding-left: 15px;
}
.fl-row.pricing-plan .price-box,
.fl-row.our-prices .price-box {
	text-align: center;
	margin: 5px 0 35px;
	padding: 0 0 40px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-box-shadow: 0 10px 30px rgba(85,85,85,.16);
	-moz-box-shadow: 0 10px 30px rgba(85,85,85,.16);
	box-shadow: 0 10px 30px rgba(85,85,85,.16);
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	border-top: 1px solid #e6e9ec;
	border-right: 1px solid #e6e9ec;
	float: left;
	position: relative;
}
.fl-row.pricing-plan .price-box-title,
.fl-row.our-prices .price-box-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
	padding: 25px 0;
	border-bottom: 1px solid #edeff1;
}
.fl-row.pricing-plan .price-box-price,
.fl-row.our-prices .price-box-price {
	border-bottom: 1px solid #edeff1;
	margin-bottom: 24px;
	padding-bottom: 22px;
}
.fl-row.pricing-plan .price-box-price b,
.fl-row.our-prices .price-box-price b {
	font-size: 90px;
	line-height: 1em;
	font-weight: 600;
	color: #3d4c58;
	font-family: 'Poppins',sans-serif;
	display:block;
}
.fl-row.our-prices .price-box-price b {
	font-size: 70px;
	margin-right:20px;
}
.fl-row.pricing-plan .price-box-price b sup:first-child,
.fl-row.our-prices .price-box-price b sup:first-child {
	font-weight: 400;
	padding: 0 10px;
}
.fl-row.pricing-plan .price-box-price b sup,
.fl-row.our-prices .price-box-price b sup {
	top: -46px;
	font-size: 24px;
	color: #b2b9c1;
}
.fl-row.pricing-plan .price-box-price b sup:last-child,
.fl-row.our-prices .price-box-price b sup:last-child {
	font-weight: 400;
	padding: 0 5px;
}
.fl-row.pricing-plan .price-box-row,
.fl-row.our-prices .price-box-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	padding:0px 10px;
}
.fl-row.pricing-plan .price-box-row b,
.fl-row.our-prices .price-box-row b {
	font-weight: 400;
}
.fl-row.pricing-plan .price-box-link,
.fl-row.our-prices .price-box-link {
	margin-top: 26px;
}
.fl-row.pricing-plan .price-box:not(.price-box-featured) .btn:not(:hover),
.fl-row.our-prices .price-box:not(.price-box-featured) .btn:not(:hover) {
	background-color: #b2b9c1;
}
.fl-row.pricing-plan .price-box .btn,
.fl-row.our-prices .price-box .btn {
	padding: 11px 30px;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	height: auto;
	color: #fff;
	border-radius: 23.5px;
	border: 0;
	vertical-align: top;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
	font-family: 'Poppins',sans-serif;
	min-width: 160px;
}
.fl-row.pricing-plan .price-box .btn:hover,
.fl-row.our-prices .price-box .btn:hover {
	color:#ffffff;
}
@media (max-width: 767px) {
	.fl-row.pricing-plan .nav-tabs>li>a,
	.fl-row.our-prices .nav-tabs>li>a {
		font-size: 12px;
		padding: 0 18px;
	}
	.fl-row.pricing-plan .price-box-price b,
	.fl-row.our-prices .price-box-price b {
		font-size: 75px;
	}
	.fl-row.pricing-plan .price-box-price b sup,
	.fl-row.our-prices .price-box-price b sup {
		top: -37px;
	}
}
@media (max-width: 650px) {
	.fl-row.pricing-plan .price-box-title,
	.fl-row.our-prices .price-box-title {
		font-size: 20px;
	}
	.fl-row.pricing-plan .price-box-price b sup:first-child,
	.fl-row.our-prices .price-box-price b sup:first-child {
		padding: 0 5px;
	}

}
@media (min-width: 500px) and (max-width: 650px) {
	
	.fl-row.pricing-plan .price-box-title,
	.fl-row.our-prices .price-box-title {
		font-size: 20px;
	}
	.fl-row.pricing-plan .price-box-price b,
	.fl-row.our-prices .price-box-price b {
		font-size: 60px;
	}
	.fl-row.pricing-plan .price-box-price b sup,
	.fl-row.our-prices .price-box-price b sup {
		top: -27px;
	}
	.fl-row.pricing-plan .price-box .btn,
	.fl-row.our-prices .price-box .btn {
		min-width:120px;
	}
}
@media (max-width: 479px) {
	.fl-row.pricing-plan .nav-tabs {
		margin: 10px auto 15px;
		border-radius: 0;
		height: auto;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 0;
	}
	.fl-row.pricing-plan .nav-tabs > li {
		width:100%;
		padding: 0 20px;
	}
	.fl-row.pricing-plan .nav-tabs > li > a {
		line-height: 40px;
		border-radius: 5px;
		padding: 0 11px;
	}
	.fl-row.pricing-plan .nav-tabs > li > a::after {
		content: none;
	}
}

/*************************/
/*                       */
/*        About Us       */
/*                       */
/*************************/
.fl-row.our-mission-vision .fl-icon {
	vertical-align:top;
	padding-top: 12px;
}
.fl-row.our-team .person {
	text-align:center;
}
.fl-row.our-team .person .person-img img {
	margin: 0 auto;
}
.fl-row.our-team .person .person-name {
	margin-top: 28px;
}
.fl-row.our-team .person .person-position {
	font-weight: 400;
	margin-top: 12px;
	font-size: 15px;
}
.fl-row.our-team .person .person-divider {
	margin: 15px auto;
	height: 2px;
	width: 35px;
}
.fl-row.our-team .person .person-text {
	max-width: 355px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 27px;
}
.fl-row.our-team .slick-dots {
	position:static;
	margin-top:40px;
}
.fl-row.our-values .marker-box {
	position: relative;
	padding: 0 40px 0 30px;
}
.fl-row.history p.info {
	font-size: 18px;
	font-weight: 600;
	background-color: #f9f9fa;
	margin: 0 0 34px;
	border: none;
	text-align: center;
	padding: 12px 20px;
}
.fl-row.history p.info i {
	position: relative;
	top: 4px;
	font-size: 26px;
	padding-right: 10px;
}


.fl-row.satisfaction-guaranteed .fl-col.guaranteed-image .fl-col-content {
	position:relative;
}
.fl-row.satisfaction-guaranteed .fl-module.guaranteed-stamp {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
}
@media (max-width: 1199px) {
	.fl-row.satisfaction-guaranteed .fl-module.guaranteed-stamp img {
		max-width: 120px;
	}
}
@media (min-width: 1080px) and (max-width: 1199px) {
	.fl-row.satisfaction-guaranteed .fl-module h2 {
	font-size: 32px;
	line-height: 40px;
	margin: -.2em 0 18px;
	}
}
@media (max-width: 767px) {
	.fl-row.satisfaction-guaranteed .fl-module h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.fl-row.satisfaction-guaranteed .fl-module.guaranteed-stamp img {
		max-width: 100px;
	}
}
.fl-row.why-hire-us .fl-icon-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 15px rgba(85,85,85,.15);
	-moz-box-shadow: 0 8px 15px rgba(85,85,85,.15);
	box-shadow: 0 8px 15px rgba(85,85,85,.15);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.fl-row.why-hire-us .fl-icon-wrap .fl-icon {
	display:inline-block;
}
.fl-row.why-hire-us .fl-icon-wrap .fl-icon i {
	line-height: 120px;
	width: auto;
}

/*************************/
/*                       */
/*        Services       */
/*                       */
/*************************/
.fl-row.services-grid .service-box-text .fl-rich-text {
	max-width: 350px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 27px;
}
.fl-row.services-grid .service-box-more {
    color:#6a7680;
    font-size:15px;
    font-weight:600;
    text-decoration: none;
    font-family: 'Poppins',sans-serif;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.services-grid .service-box-more:hover, .service-box-more:active {
    text-decoration:none;
}
.fl-row.services-grid .service-box-more .ac {
    margin-top: -1px;
    vertical-align:middle;
}
.fl-row.additional-services .fl-list-item-icon {
    font-family: 'Alderaan-Cleaning';
}
.fl-row.additional-services .fl-module-list .fl-list .fl-list-item-icon::before {
    content: "\e967";
}
.fl-row.discounts .discount-box .fl-module-content {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
	-webkit-box-shadow: 0 15px 30px rgba(85,85,85,.16); */
    -moz-box-shadow: 0 15px 30px rgba(85,85,85,.16);
    box-shadow: 0 15px 30px rgba(85,85,85,.16);
    background-color: #ffffff;
    min-height: 190px;

}
.fl-row.discounts .discount-box-sale {
    font-size: 42px;
    line-height: 1em;
    font-weight: 700;
}
.fl-row.discounts .fl-rich-text h4 {
    margin-top: 12px;
    margin-bottom: 15px;
}
.fl-row.discounts .discount-box-sale {
    color: #8adaeb;
}
.fl-row.discounts .discount-box-sale strong {
    color: #3d4b57;
    font-size: 38px;
}
.fl-row.our-prices .slick-prev,
.fl-row.our-prices .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 200;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.our-prices .slick-prev {
    left: -40px;
}
.fl-row.our-prices .slick-next {
    right: -40px;
}
.fl-row.our-prices .slick-prev:before,
.fl-row.our-prices .slick-next:before {
    font-family: 'Alderaan-Cleaning';
    font-size: 36px;
    line-height: 40px;
    color: #8a9aa7;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.our-prices .slick-prev:before {
    content: "\e96b";
}
.fl-row.our-prices .slick-next:before {
    content: "\e969";
}
.fl-row.our-prices .slick-prev.slick-disabled:before,
.fl-row.our-prices .slick-next.slick-disabled:before,
.fl-row.our-prices .slick-prev.slick-disabled:after,
.fl-row.our-prices .slick-next.slick-disabled:after {
    opacity: .25;
}
.fl-row.our-prices .bb-slick-slider {
	margin-left:40px;
	margin-right:40px;
}
@media screen and (max-width:990px) {
    .fl-row.our-prices .fl-module-slick-slider.pricing-plan {
        max-width:720px;
        margin:0 auto;
    }
}
/*************************/
/*                       */
/*          FAQs         */
/*                       */
/*************************/
.fl-row.faq .fl-accordion-button {
    position:relative;
}
.fl-row.faq .fl-accordion-button-icon {
    position:absolute;
    top:2px;
}
.fl-row.faq .fl-accordion-button-label {
    color: #3d4c58;
    font-weight:600;
    vertical-align: middle;
    padding-left:85px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
}
.fl-row.faq .fl-accordion-button-label:hover {
    padding-left: 115px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
}
.fl-row.faq .fl-accordion-button-label:active,
.fl-row.faq .fl-accordion-button-label:focus {
    outline:none;
}
.fl-row.faq .fl-accordion-button-icon {
    font-size:20px;
    border: solid 2px;
    padding: 15px 16px;
    line-height: 1;
    border-radius: 50%;
}
.fl-row.faq .fl-accordion-content {
    padding-left:105px;
}

/*************************/
/*                       */
/*     Testimonials      */
/*                       */
/*************************/
.fl-row.testimonials-grid .fl-col .fl-col-content {
    position:relative;
}
.fl-row.testimonials-grid .fl-module-rich-text .fl-rich-text::before {
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 90px;
    color: #c7d5e1;
}
.fl-builder-edit .fl-row.testimonials-grid .fl-module-rich-text .fl-rich-text::before {
    top: -65px;
}
.fl-row.regular-customers .slide-content img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: opacity 0.3s,-webkit-filter 0.3s;
    -webkit-transition: opacity 0.3s,-webkit-filter 0.3s;
    -o-transition: filter 0.3s,opacity 0.3s;
    transition: filter 0.3s,opacity 0.3s;
    transition: filter 0.3s,opacity 0.3s,-webkit-filter 0.3s;
    -webkit-transition: filter 0.3s,-webkit-filter 0.3s,opacity 0.3s;
    opacity: .5;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.fl-row.regular-customers .slide-content img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}




/*************************/
/*                       */
/*       Contact         */
/*                       */
/*************************/
.fl-row.get-in-touch .fl-contact-form textarea {
	min-height:250px;
}
.fl-row.get-in-touch .fl-contact-form a.fl-button, 
.fl-row.get-in-touch .fl-contact-form a.fl-button:visited {
    border: initial;
}
.fl-row.get-in-touch .marker-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.fl-row.get-in-touch .marker-list>li {
	position:relative;
	line-height: 26px;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 7px;
		
}
.fl-row.get-in-touch .marker-list>li:after {
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'Alderaan-Cleaning';
    content: "\e967";
}