html {scroll-behavior: smooth;}

html, body{overflow-x:hidden;}

body {font-family: 'Roboto', sans-serif;font-weight: 400; color: #000;font-size: 18px;}
* {list-style: none;text-decoration: none}

.grid-container {max-width:1460px;}

h1,h2,h3{font-family: 'Roboto', sans-serif; margin:0px;}
h1 {line-height:90px; color:#fff; font-weight:700; padding-bottom:20px;}
h2 {font-size:46px; line-height:58px; color:#000; font-family: 'Roboto', sans-serif; position: relative; margin-bottom:0; font-weight: 700; text-transform: uppercase;}
h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 16px;
}

p {font-size: 18px;line-height: 32px;color: #000;font-weight: 400;padding-bottom: 20px;margin: 0px;}


a{color: #FE6500;}
a:hover{color: #000;}

a.btn {
	background: #000;
	padding: 17px 22px 19px 29px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	font-size: 18px;
	transition: all ease 0.3s;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	height: 60px;
}
a.btn:hover{background:#FE6500; color:#fff;}

a.btn:hover img {
	animation:swing infinite 2s;
}

a.btn img {
	width: auto;
	position: relative;
	top: -2px;
	margin-left: 2px;
}

.features-content a.btn {
padding: 10px 30px 20px 30px;
}

.features-content a.btn img {
    top: -8px;
}

ul {margin: 0;}
.darkblue-bg {background:#000066;}
.blue-bg {background:#0099ff;}
.green-bg {background:#9fd065;}
.dark-grey-bg {background:#f0f0f0;}
.light-grey-bg {background:#f7f7f7;}
.pink-bg {background:#ff1ec8; color:#fff;}
.round20 { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px;}
.round40 { -webkit-border-radius:40px; -moz-border-radius:40px; border-radius:40px;}
.btn {font-family: 'Roboto', sans-serif; text-transform:uppercase; font-weight:400; color:#fff; text-decoration:none; outline:0; transition:all ease 0.3s;}

.blue-text {color:#0099ff;}
.green-text {color:#9fd065;}
.pink-text {color:#ff1ec8;}


.nav-top-right {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
a.top-right-phone {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
a.top-right-phone:hover{color:#FE6500;}
a.top-quote-btn {
	color: #000;
	background: #fff;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding: 12px 26px;
	margin-left: 36px;
	transition: all ease 0.3s;
}
a.top-quote-btn:hover{color: #fff;background:#FE6500;transition: all ease 0.3s;}

.nav-outer-main {
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	position: fixed;
	z-index:1111111;
	background: #000;
}
.nav-outer { margin: 0 auto; position: relative; padding:0 14px; max-width:1460px;}
.nav-outer-main .top-bar-right > ul {transition: all ease 0.3s;}
.nav-outer-main.stickymenu .top-bar-right > ul {top: 40px; transition: all ease 0.3s;}

.nav-outer-main.stickymenu .sticky-phone .fa.fa-phone{margin-right:6px;}
.nav-outer-main.stickymenu .top-links-inner{border:0;}

@keyframes smoothScroll {
    0% {
        transform: translateY(-140px);
    }
    100% {
        transform: translateY(0px);
    }
}

.nav-outer ul li.active a {color:#19CBF0;background: transparent;}

.is-drilldown {position: relative;overflow: visible !important;min-height: auto !important;}
.top-bar{background: transparent; padding: 0;}
.dropdown.menu > li > a {
	font-size: 18px;
	padding:55px 0 0 0;
	top: 0px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
}
.nav-outer-main.stickymenu .top-bar-right > ul a {
	padding-top: 37px;	
	transition: all ease 0.3s;
}
.dropdown.menu > li > a::before {
	content: "";
	background: #fff;
	height: 0;
	width: 100%;
	position: absolute;
	top: auto;
	bottom: -16px;
	transition: all ease 0.3s;
}
.dropdown.menu > li > a:hover::before {
	opacity: 1;
	height: 5px;
	transition: all ease 0.3s;
}


.dropdown.menu > li > a:hover{color:#fff;}
.top-bar-right > ul {
	float: right;
	background: transparent;
	margin-right: 0;
	text-align: center;
	position: absolute;
	left: 240px;
	right: auto;
	display: block;
}
.logo {
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 20px 25px;
}
.dropdown.menu > li {
	display: inline-block;
	margin-left: 34px;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {border: inset 0;}
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {right: auto;left: 0; margin-top:0px;}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after { content:'\f107'; font-family: 'FontAwesome'; margin-top: -8px; right:18px;}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
	right: auto;
	left: 0;
	top: 127px;
	border-radius: 0;
	border-top-left-radius: 0px;
	margin: 0;
	text-align: left;
	width: 235px;
	background: #000;
	border: 0;
}
.is-dropdown-submenu > li {position: relative;}
.is-dropdown-submenu{min-width:240px;}

.search-btn {position:absolute; right:15px; top:50px; font-size:20px;}
.search-btn a { color:#fff;}
.search-btn a:hover{color:#0099ff;}
.nav-outer-main.nav-outer-inn .searchbox input[type="search"]{border:1px #0099ff solid;background:#f2f2f2;}

.sticky-phone {position:absolute; right:14px; top:4px; text-align:right; width:auto; display:none;}
.sticky-phone a {color: #fff;font-size: 20px;font-weight: 500;}

.cell.medium-6.location-map{padding:0 28px;}
.quote-form .cell.large-6{padding:0 12px;}

/* .nav-outer-main.stickymenu .logo{margin-top: 10px;} */


.nav-outer-main.stickymenu .sticky-phone {display:block;}

.slider-text h1 span.banner-text-2, .slider-text h1 span#flipper {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
}

.nav-outer .logo img {
	transition: all ease 0.3s;
	width: 105px;
}

.nav-outer-main.stickymenu .logo img {
	width: 65px;
	transition: all ease 0.3s;
  }
  .nav-outer-main.stickymenu .vertical.medium-horizontal.menu.dropdown {
		top: 0;
   }
   

/* ------video section-------- */

.video-sec {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 846px;
	margin-top: 100px;
}
.video-sec:before {content:''; width:100%; height:100%; position:absolute; left:0; top:0;
background:rgba(0,0,0,.40);
}

.video-text {z-index: 1; width:100%; max-width:1467px; padding: 0 14px; position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); margin:0 auto;}
.video-text h1 {
	font-size: 60px;
	line-height: 74px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0;
}
.video-text-inner {
	max-width: 750px;
	float: left;
	margin-top:7.5%;
	position: relative;
}
.video-text-inner p {
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	padding-top: 0;
	margin-bottom: 16px;
}
.video-text-inner .btn {border: 3px #ef0e70 solid; font-size: 20px;padding: 16px 40px;color: #fff;transition: all ease 0.3s;font-weight: 500;}
.btn.border-btn {border: 3px #fff solid;background: transparent; margin-left: 16px;}
.video-text-inner .btn.border-btn:hover{border: 3px #ef0e70 solid;background: #ef0e70; color: #fff;}
.video-text-inner .btn:hover {background:#fff; color:#ef0e70; border-color:#fff;}

.video-text-inner form {
	display: flex;
	gap: 10px;
}
.video-text-inner form select {
	margin: 0;
	width: 330px;
	height: 54px;
	border: 0;
	box-shadow: 0 0 0 !important;
	border-radius: 50px;
	padding: 0 26px;
	background: #fff url(../img/select-arrow.png) no-repeat;
	background-position: right;
}
.video-text-inner form input {
	border-radius: 50px;
	border: 0;
	height: 54px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	padding:0 29px;
	cursor: pointer;
	transition: all ease 0.5s;
}
.video-text-inner form input:hover{background-color: #fff; color: #000;transition: all ease 0.5s;}

.banner-form {
	padding: 30px 25px;
	border-radius: 20px;
	background: #fff;
	width: 432px;
	position: relative;
	top: 0;
	right: 0;
	float:right ;
}

.banner-form h4 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.video-sec img{height:100%;object-fit:cover;}
.banner-form p {
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 20px;
}

.banner-form input {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	background: #000;
	height: 53px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight:300;
	margin-bottom:8px;
}

.banner-form textarea {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	background: #000;
	height: 153px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight:300;
	margin-bottom:8px;
}

.banner-form input#submit-btn[type="submit"] {
	background: #000 !important;
	color: #fff;
	width: 100%;
	border-radius: 30px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	height: 48px;
	font-size: 20px;
	transition: all ease 0.5s;
}
.banner-form input#submit-btn[type="submit"]:hover {
	background:#FE6500 !important;
	color: #fff;
	transition: all ease 0.5s;
}

/* ------welcome-------- */

.welcome-section{width: 100%; position: relative; padding:120px 0;}
.welcome-section::before{content:""; width: 30%; height:100%; position: absolute;
	top: 0; right: 0; left: 0; bottom: 0; background-color: #000; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.welcome-section img {width: 100%;}
.pop-box {text-align:center;position: relative;}
.pop-box-pic{position: relative;}
.cell.medium-7.welcome-right{padding-left:100px;}
.welcome-content {top: 50%;position: relative;transform: translateY(-50%);}
.welcome-pic{position:relative}
.welcome-pic img{border-radius: 20px;}
.welcome-pic::before{content:""; background: url(../img/video-icon-bg.png) no-repeat; width: 169px; height: 133px; position: absolute;
top: 0; right: 0;}
.welcome-right h2 {margin-bottom: 18px;}
.welcome-right p.welcome-text {padding: 0;}
.welcome-right p{padding-bottom: 22px;}
.welcome-right a.btn {margin-top: 8px;}

.video-icon {
	width: 86px;
	height: 86px;
	background: #000;
	position: absolute;
	right: 29px;
	top: 2px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease 0.5s;
}
.video-icon .fa {
	color: #fff;
	font-size: 28px;
	position: relative;
	left: 4px;
	transition: all ease 0.5s;
	animation: pulse infinite 2s;
}

.video-icon:hover {
	animation: pulse 0.5s;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all ease 0.5s;
}
.video-icon:hover .fa.fa-play {
	color: #000;
	transition: all ease 0.5s;
}

/* ------services-------- */

.services-sec{width:100%;padding:120px 0px 130px;}
.services-sec .grid-container {max-width: 100%;padding: 0;}
.services-sec .grid-x.grid-padding-x {margin: 0px;}
.services-sec .grid-container .cell {
	padding: 0px;
	position: relative;
}
.services-sec h2{margin-bottom:6px;}

.services-sec .slider {background: transparent;margin: 0;}
.services-pic{position: relative;}

.services-sec .service-box {
	padding: 0;
	background: #000;
	border-radius: 20px;
	margin: 0 24px;
}
.services-sec .service-box img{border-radius:20px; margin-bottom:50px;}

.services-sec h3{font-size:36px;margin-bottom:10px;color:#fff;text-transform:uppercase;font-weight:700;}
.services-sec p{color:#fff;}

.services-pic img {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.services-sec-content {
	position: relative;
	width: 566px;
	float: right;
	margin-right: 100px;
}

.service-box-inner {
	padding: 0 40px 60px;
}

.services-sec .service-box .btn img {
	margin: 0;
	border-radius: 0;
	display: inline-block;
	filter: invert(100%);
}

.services-sec .service-box a.btn {
	background: #fff;
	color: #000;
}
.services-sec .service-box a.btn:hover{
	background:#FE6500;
	color:#fff;
}
.services-sec .service-box a.btn:hover img{filter: invert(0);}
.services-sec .services-sec-left .services-pic {
	height: 100%;
}

.services-sec-content .slick-prev {
	left: 46px;
	background:url(../img/arror-left.png) no-repeat !important;
	width: 78px;
	height: 78px;
}
.services-sec-content .slick-next {
	right: auto;
	background: url(../img/arror-right.png) no-repeat !important;
	width: 78px;
	height: 78px;
	left: 118px;
}


/*footer*/

.footer {width:100%; background:#e3e3e3; padding:70px 0px 0;}
.foot-1 {text-align: center;}
.foot-4 li{padding-left: 54px;}

.copyright {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 13px 0;
	background: #000;
	margin: 66px auto 0;
}
.copyright .copy {
	width: 100%;
}
.copyright-inner{max-width: 82rem; margin: 0 auto; display: flex; justify-content: space-between; padding:0 14px;}

.copyright a{color:#787878; text-decoration:underline;}
.copyright a:hover{color:#2793cf;}
.footer h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: normal;
}

.footer li {
	margin-bottom: 8px;
	color: #000;
	font-size: 16px;
	position: relative;
}
.footer .foot-4 li {
	margin-bottom: 4px;
	height: 52px;
	display: flex;
	align-items: center;
}

.footer li .fa {
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 20px;
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	text-align: center;
	padding-top: 11px;
}

.footer li a {
	color: #000;
}
.footer li a:hover{color:#FE6500;}

.foot-social {margin-top:32px;}
.foot-social a {
	color: #fff;
	font-size: 18px;
	margin: 0 3px;
	background: #000;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	padding-top: 5px;
	transition: all ease 0.5s;
}
.foot-social a:hover {
	background-color: #fff;
	color: #000;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
	animation: pulse 0.5s;
}
.btn-learn:hover{animation:btneffc .5s;}
.banner a:hover{animation:btneffc .5s;}

.footer input[type="text"] {
	background: #e4e4e4;
	border: 0;
	border-radius: 10px;
	height: 56px;
	width: 302px;
	box-shadow: 0 0 0;
}

.footer input[type="submit"] {
	box-shadow: none;
	border: 0px;
	height: 64px;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	padding: 15px 38px;
	background: #ef0e70;
	transition: all ease 0.5s;
	border-radius: 50px;
	height: auto;
}
.footer input[type="submit"]:hover {background:#2793cf;}

.footer .cell.large-12 {
	display: flex;
	justify-content: space-between;
}


.why-choose-section {
	padding: 110px 0;
	text-align: center;
}
.why-choose-box {
	display: flex;
	gap: 22px;
	background: #000;
	border-radius: 50px;
	padding: 5px;
	transition: all ease 0.5s;
}
.why-choose-box p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	padding: 0;
	display: flex;
	align-items: center;
}
.why-choose-box span {
	background: #fff;
	width: 78px;
	height: 78px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.5s;
}
.why-choose-section .cell.medium-12 {
	margin-bottom: 18px;
}

.why-choose-box:hover {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all ease 0.5s;
}
.why-choose-box:hover span {
	background: #000;
	transition: all ease 0.5s;
	animation:pulse 0.5s;
}
.why-choose-box:hover span img {
	filter: brightness(0) invert(1);
}
.why-choose-box:hover p {
	color: #000;
}

.portfoio-sec{
	/* padding:120px 0 230px; */
	padding:80px 0 0px; 
	background:#000;
}

.portfolio-top h2, .portfolio-top p{color:#fff; text-align: center;}
.portfolio-top h2{margin-bottom: 50px;}
.portfolio-top p{padding-bottom:10px;}

.portfolio-box{position: relative;}
.portfolio-box::before {
	content: "";
	background: url(../img/video-icon-bg-bk.png) no-repeat;
	width: 169px;
	height: 133px;
	position: absolute;
	top: 0;
	right: 0;
}
.portfoio-sec .slick-track {
	padding-top: 20px;
}
.portfolio-box .video-icon {
	width: 86px;
	height: 86px;
	background: #fff;
	position: absolute;
	right: 29px;
	top: 2px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 111;
}
.portfolio-box .video-icon .fa {
	color: #000;
	font-size: 28px;
	position: relative;
	left: 4px;
  }

  .portfolio-box  .video-icon:hover {
	animation: pulse 0.5s;
	background: #000;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all ease 0.5s;
}
.portfolio-box  .video-icon:hover .fa.fa-play {
	color: #fff;
	transition: all ease 0.5s;
}

  .portfolio-box img {
		width:100%;
		border-radius:20px;
   }
   .portfolioslider .slick-slide {
		padding: 0 25px;
	}
	.portfolio-title-main{position: absolute;bottom:90px;left: 0;}
	.portfolio-title{
		position: relative;
		z-index: 1;
		background-size: 100%;
		color: #fff;
		font-size: 22px;
		padding: 18px 43px 17px 33px;
		line-height: 52px;
		background-position: right;
		background-color: #000;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.portfolio-title::before{
		background: url(../img/title-bg.png) no-repeat;
		content: "";
		left: 0;
		position: absolute;
		height: 100px;
		width: 20px;
		top: -19px;
		bottom: 0;
	}

	.portfoio-sec .slick-dots{bottom:-100px;}
	.portfoio-sec .slick-dots li {width: 39px;height: 39px;margin: 0 9px;}
	.portfoio-sec .slick-dots button{width:39px;height:39px;}
	.portfoio-sec .slick-dots button:before{width:39px;height:39px;}


	.review-sec{padding:120px 0 220px;}
	.review-box {text-align: center;}
	.review-box {text-align: center;box-shadow: 0 0 8px rgba(0,0,0,.1);border-radius: 20px;padding:65px 40px 18px;
		position: relative;}
	.review-box .quote {position: absolute;left: 17px;top: 21px; animation: swing infinite 2s; transition: all ease 0.3s;}
	.review-box:hover .quote {
		animation: swing infinite 2s;
		transition: all ease 0.3s;
	}
	.review-sec .review-pic {
		display: inline-block;
		border-radius: 100%;
		overflow: hidden;
		box-shadow: 0 0 8px rgba(0,0,0,.1);
		border: 3px #fff solid;
		position: absolute;
		top: -52px;
		left: 0;
		right: 0;
		width: 94px;
		height: 94px;
		margin: 0 auto;
		transition: all ease 0.3s;

	}
	.review-box:hover .review-pic {
		animation: pulse 0.5s;
		box-shadow: 0 0 18px rgba(0,0,0,.3);
		transition: all ease 0.3s;
	}
	.review-sec h2 {margin-bottom:38px;text-align: center;}
	.review-sec .slick-slide{padding:0 20px;}
	.review-sec .slick-track{padding-top:82px; padding-bottom: 20px;}
	.reviewslider .slick-dots{bottom:-100px;}
	.reviewslider .slick-dots li {width: 39px;height: 39px;margin: 0 9px;}
	.reviewslider .slick-dots button{width:39px;height:39px;}
	.reviewslider .slick-dots button:before{width:39px;height:39px;}
	.review-sec .slick-dots li button::before{background:url(../img/dots-black.png) no-repeat;}
	.review-sec .slick-dots li.slick-active button:before{background:url(../img/dots-active-black.png) no-repeat;}


	.services-sec.treat-sec{padding:0 0 120px;}
	.treat-pic{position:relative;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;}
	.treat-pic img{width:100%;}
	.treat-pic::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.3);
	}
	.services-sec.treat-sec h2{text-align:left;margin-bottom:24px;}
	.services-sec.treat-sec p{color: #000;}
	.services-sec.treat-sec .treat-sec-content {max-width: 700px;margin-left: 66px;top: 50%;position: relative;
		transform: translateY(-50%);}
	.treat-icon {width: 76px;height: 76px;border: 1px #000 solid;border-radius: 100%;display: flex;justify-content: center;
		align-items:center;margin-right:20px;}
	.treat-icon img{filter:invert(100%);height:40px;}
	.treat-content{display:flex;align-items:center;}
	.treat-content p{padding:0;}	
	.treat-sec-content li{margin-bottom:14px;}
	.treat-sec-content .btn{margin-top:40px;}

	.client-logo-section h2 {text-align: center;padding: 0 14px 60px;}
	.client-logo-section .grid-container {max-width: 100%;padding: 0;}
	.client-logo-section .grid-x.grid-padding-x {margin: 0;}
	.client-logo-section .cell.medium-12 {padding: 0;}

	.client-logo ul{display:flex;flex-wrap:wrap;}
	.client-logo li{width: 20%;text-align: center;}
	.client-logo li .client-logo-box{display:block;background:#f5f5f5;padding:41px 20px;}
	.client-logo ul li:nth-child(2n) .client-logo-box{background:#e3e3e3;}


	.portfoio-sec.after-before{background:#fff;}

	.portfoio-sec.after-before .video-icon:hover {
		animation: pulse 0.5s;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,.3);
		transition: all ease 0.5s;
	}
	.portfoio-sec.after-before .video-icon:hover .fa.fa-play {
		color: #000;
		transition: all ease 0.5s;
	}

	.portfoio-sec.after-before h2{margin-bottom:20px;color:#000;}
	.portfoio-sec.after-before p{max-width:1090px;margin:0 auto 60px;color:#000;}
	.portfoio-sec.after-before .portfolio-box:before{background:url(../img/video-icon-bg.png) no-repeat;}
	.portfoio-sec.after-before .video-icon{background:#000;}
	.portfoio-sec.after-before .video-icon .fa{color:#fff;}
	
	.portfoio-sec.after-before .slick-dots li button::before {
		background: url(../img/dots-black.png) no-repeat;
	}
	.portfoio-sec.after-before .slick-dots li.slick-active button::before {
		background: url(../img/dots-active-black.png) no-repeat;
	}

	.portfoio-sec.after-before .portfolio-title{color:#000;background:#fff;font-size:22px;}
	.portfoio-sec.after-before .portfolio-title::before{background:url(../img/title-bg-1.png) no-repeat;}
	.portfoio-sec.after-before .slick-slide{padding:0 25px;}


	.faq-section{background:#e3e3e3; padding:100px 0 120px;}
	.faq-section h2{text-align: center; margin-bottom:65px;}
	.faq-section img {
		border-radius: 20px;
		height: 100%;
		object-fit: cover;
	}
	.faq-section .cell.medium-6 {padding: 0 22px;}

.accordion{background:transparent;border:0;}
.accordion .accordion-item{margin-bottom:14px;border:0;}
.accordion a.accordion-title{
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border: 0 !important;
	background-color: #FFF;
	border-radius: 10px !important;
	transition: background-color 300ms ease-out 0s;
	padding: 18px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,.15);
}
.accordion a.accordion-title:focus{background-color:#FFF;}
.accordion-content{border: 0; background-color: transparent;}
.accordion-item.is-active a.accordion-title {
	background: #000 !important;
	color: #fff;
}
.accordion-item a.accordion-title:hover{background:#000;color: #fff;}
.accordion-title::before {
	content: "\f0da";
	font-family: FontAwesome;
	width: 10px;
	height: 25px;
	transform: translateY(-50%);
	margin-top: 0;
	transition: all ease 0.3s;
	font-size: 26px;
}
.is-active .accordion-title::before{content:"\f0d7"; font-family: FontAwesome;transition: all ease 0.3s;}
.accordion .accordion-item:hover .accordion-title::before{filter:brightness(0) invert(1);}
.is-active .accordion-title::before{filter:brightness(0) invert(1);}
.accordion li.accordion-item:last-child{margin-bottom:0;}
.accordion p{padding-bottom:14px;}


.service-area-section{padding:120px 0;}
.service-area-section h2{margin-bottom:20px;}


.service-locations {
	display: flex;
	justify-content: space-between;
}
.service-locations li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 28px;
}
.service-locations li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 7px;
	transition: all ease 0.3s;
}


.service-locations li:hover::before {
	left: 6px;
	transition: all ease 0.3s;
}

.service-area-section iframe {
	width: 100%;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.7);
}

.service-area-section .grid-container {
	max-width: 100%;
	padding: 0;
}
.service-area-section .grid-x.grid-padding-x {
	margin: 0;
}
.service-area-section .cell.medium-6 {
	padding: 0;
}
.service-area-section .service-conten {
	max-width: 717px;
	float: right;
	padding-right: 100px;
}
.service-area-section a.btn {
	margin-top: 40px;
}
.cell.medium-6.service-area-left {
	padding: 75px 0;
}

.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(2) .why-choose-box img {animation: swing infinite 2s;}
.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(3) .why-choose-box img {animation: wobble infinite 2s;}
.why-choose-section .grid-x.grid-padding-x .why-choose-outer:nth-child(4) .why-choose-box img {animation: tada infinite 2s;}


.portfoio-sec .grid-x.grid-padding-x.portfolio-bottom{
	margin: 0 -40px;
}


.services-content {
	padding: 38px;
	border-radius: 20px;
	background: rgba(255,255,255,.84);
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 586px;
}
.services-content p {
	color: #000;
}

.video-text-inner br {
	display: none;
}
.banner-form br {
	display: none;
}
.banner-form .wpcf7-spinner {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.service-area-section iframe {
	max-height: 100% !important;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
	padding-right: 0;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	opacity:0;
}

.banner-form .wpcf7-form p {
	padding: 0;
}
.banner-form .wpcf7-form .wpcf7-response-output {
	margin: 14px 0 0;
	font-size: 13px;
}

.video-text-inner form{flex-wrap:wrap;}
.video-text-inner .wpcf7-form .wpcf7-response-output{width: 100%;margin: 0;color: #fff;text-align: center;}
.video-text-inner .wpcf7-form .wpcf7-not-valid-tip{position:absolute;bottom:-53px;transition: all ease 0.5s;}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu a {transition: all ease 0.5s;color: #fff;padding: 16px 18px;}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu a:hover{background:#fff;color:#000;}


.popup{z-index:99999999999 !important;position:fixed !important;}
.popup-content {
	padding: 0 !important;
	width: 100% !important;
	max-width: 800px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.popup-content iframe{display:block;}
.popup-content .close-popup {
	right: 0;
	color: #000;
	background: #fff;
	line-height: normal;
	font-size: 28px;
	width: 30px;
	height: 30px;
	top: 1px;
	text-align: center;
	line-height: 27px;
	border-bottom-left-radius: 12px;
}
.nav-outer-main.stickymenu .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu{top:94px;}
.inner-banner {
	margin-top: 100px;
	padding-top: 11%;
	padding-bottom: 10%;
	margin-bottom: 80px;
	position: relative;
	text-align: center;
	background-size: cover !important;
}
.inner-banner::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.5);
}
.inner-banner h1 {
	position: relative;
	padding: 0;
}
.inner-banner .wpcf7-form br {
	display: none;
}

.inner-banner-form{
	padding: 30px 25px;
	border-radius: 20px;
	background: #fff;
	width: 432px;
	position: relative;
	top: 0;
	right: 0;
	float: right;
}
.inner-banner-form input {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	height: 53px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight: 300;
	margin-bottom: 8px;
}
.inner-banner-form textarea {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	height: 153px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight: 300;
	margin-bottom: 8px;
}

.inner-banner-form input[type="submit"] {
	background: #000 !important;
	color: #fff;
	width: 100%;
	border-radius: 30px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 500;
	height: 48px;
	font-size: 20px;
	transition: all ease 0.5s;
}

.after-bnr-sec{text-align:center;margin-bottom:80px;}
.after-bnr-sec .grid-container{max-width:1010px;}
.after-bnr-sec h2{margin-bottom:30px;}

.rug-cln-sec {
	width: 100%;
	position: relative;
	padding: 100px 0;
}
.rug-cln-sec::before {
	content: "";
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: -1;
}
.rug-cln-sec .rug-cln-pic {
	height: 100%;
}
.rug-cln-sec .rug-cln-pic iframe, .rug-cln-sec .rug-cln-pic img {
	width: 100%;
	height: 490px;
	object-fit: cover;
	border-radius: 20px;
	border-bottom-right-radius: 20px;
}
.rug-cln-content {
	padding-left: 40px;
}

.rug-cln-sec .grid-x.grid-padding-x {
	align-items: center;
}

.abt-cln-sec {
	background: #e3e3e3;
	padding:100px 0 20px;
	margin: 100px 0;
}

.abt-cln-sec img {
	border-radius: 20px;
}

.abt-cln-sec .grid-x.grid-padding-x {
	align-items: center;
	margin-bottom: 80px;
}

.abt-cln-text h2 {
	margin-bottom: 16px;
}
.abt-cln-text a.btn {
	margin-top: 16px;
}
.abt-cln-text li {
	margin-left: 20px;
	list-style:disc;
}

.find-sec{margin-bottom: 100px;}
.find-sec{text-align:center;}
.find-sec h2{margin-bottom: 46px;}
.find-sec a.btn{margin-top:26px;}

.find-sec .find-box {
	text-align: center;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	border-radius: 20px;
	padding: 40px 40px 25px;
	position: relative;
	height: 100%;
}
.find-sec .cell.large-4 {
	margin-bottom: 40px;
}
.find-sec .grid-x.grid-padding-x {
	justify-content: center;
}

.how-to-sec {
	background: #000;
	padding: 100px 0 80px;
	margin: 100px 0;
}
.how-to-sec h2, .how-to-sec p, .how-to-sec ol {
	color: #fff;
}
.how-to-sec .how-to-pic {
	height: 100%;
}
.how-to-sec .how-to-pic iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.how-to-sec ol li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 18px;
}
.how-to-sec ol {
	margin: 0;
}
.how-to-sec ol li::before {
	content: "\f105";
	position: absolute;
	left: 0;
	color: #fff;
	font-family: FontAwesome;
}

.features-sec img {
	border-radius: 20px;
	margin-top: 12px;
	height: 100%;
	object-fit: cover;
}

.features-sec h2{margin-bottom:24px;}

.features-content .accordion a.accordion-title {
	background: #e3e3e3;
	box-shadow: 0 0 0;
}
.features-content .accordion a.accordion-title:hover {
	background: #000;
	box-shadow: 0 0 0;
}


.testimonial-section {
	text-align: center;
	padding: 100px 0 180px;
	background: #000;
	margin-top: 100px;
}
.testimonial-section h2{
	color: #fff;
}
.testimonial-section h2 {
	margin-bottom: 40px;
}
.testimonial-section .testimonial-box {
	background: #111;
	height: 100%;
	padding: 35px;
	border-radius: 20px;
}
.testimonial-section h3 {
	font-size: 20px;
	font-style: italic;
}

.testimonial-section .cell.large-4.slick-slide {
	padding: 0 16px;
}
.testimonial-section .review-box {
	background: #fff;
	padding: 45px 30px 22px;
	height:100%;
}

.testimonial-section .slick-list, .testimonial-section .slick-track {
	display: flex;
}

.bottom-section-gallery {
	padding: 80px 0 100px;
	margin: 0px 0 0;
	background: #e3e3e3;
	text-align: center;
}
.bottom-section-gallery h2 {
	margin-bottom: 20px;
}
.bottom-section-gallery .grid-container {
	max-width: 1100px;
}

.bottom-section {
	text-align: center;
	padding: 80px 0;
}
.bottom-section h2 {
	margin-bottom: 20px;
}
.bottom-section .grid-container {
	max-width: 1100px;
}
.features-sec .grid-x.grid-padding-x {
	flex-direction: row-reverse;
}

.page-id-324 .features-sec .grid-x.grid-padding-x {
	align-items: center;
}
.page-id-260 .features-sec .grid-x.grid-padding-x {
	align-items: center;
}
.page-id-339 .features-sec .grid-x.grid-padding-x {
	align-items: center;
}

.features-pic {
	height: 100%;
}

.cln-faq-section {
	padding: 80px 0 100px;
	margin: 100px 0 0;
	background: #e3e3e3;
}

.cln-faq-section h2 {
	text-align: center;
	margin-bottom: 34px;
}

.cln-faq-section .grid-container {
	max-width: 1080px;
}

.bottom-section a.btn {
	margin-top: 20px;
}

.inner-pages.location{
	margin-top: 100px;
	text-align: center;
}
.inner-pages.location .cell.large-12{
	margin-bottom: 30px;
}
.inner-pages.location .cell.large-4 {
	margin-bottom: 34px;
}
.inner-pages.location .location-text a {
	background: #f2f2f2;
	padding: 20px;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	transition: all 0.5s linear;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.inner-pages.location .location-text a:hover{
	background: #000;
	color: #fff;
	transition: all 0.5s linear;
}
.inner-pages.location .location-text:hover h3 {
	color: #fff;
	transition: all 0.5s linear;
}

.inner-pages.location h3 {
	margin: 0;
}

.inner-pages.location .grid-x.grid-padding-x {
	justify-content: center;
}

.locations-sec {
	margin-bottom: 70px;
}

.services-loc-content img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
	margin-bottom: 30px;
}

.loc-services-sec .grid-container {
	max-width: 1000px;
}

.loc-services-sec .slider.responsive {
	background: transparent;
}

.inner-pages.location .loc-services-sec h3 {
	margin-bottom: 20px;
	font-weight: 700;
}

.inner-pages.location .loc-services-sec a.btn {
	margin-top: 10px;
}

.inner-pages.location .loc-services-sec a.btn img {
	width: auto;
	height: auto;
	margin: 0;
	display: inline-block;
}

.accordion-content a.acc-con-link {
	color: #FE6500;
}
.accordion-content a.acc-con-link:hover {
	color: #000;
}

.bottom-section .accordion {
	text-align: left;
}

.page-id-339 .features-sec {
	margin-top: 100px;
}
.bottom-section .accordion a.accordion-title {
	background: #e3e3e3;
	box-shadow: 0 0 0;
}
.bottom-section .accordion a.accordion-title:hover {
	background: #000;
}

.abt-section-top {
	width: 100%;
	position: relative;
	padding: 100px 0;
	margin:200px 0 100px;
}
.abt-section-top:before {
	content: "";
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: -1;
}

.abt-section-top img{border-radius:20px;}

.rug-cln-sec h2 {margin-bottom: 18px;}
.abt-section-top h2 {margin-bottom: 18px;}

.abt-section-top .abt-content{padding-left:40px;}
.abt-media-section{margin-bottom:80px;}


.abt-media-section .abt-media-box {
	padding: 28% 0;
	position: relative;
}
.abt-media-section iframe {
	width: 100%;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
}


.cell.large-12.medium-12.location-content--abt {
	width: 33.33333%;
	margin-bottom: 34px;
}
.cell.large-12.medium-12.location-content--abt a {
	background: #f2f2f2;
	padding: 20px;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
	transition: all 0.5s linear;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	text-align: center;
}

.cell.large-12.medium-12.location-content--abt a:hover{
	background: #000;
}

.cell.large-12.medium-12.location-content--abt a:hover h3{
	color: #fff;
}

.cell.large-12.medium-12.location-content--abt h3 {
	margin: 0;
}

.locations-sec-abt {
	margin-bottom: 70px;
}

.locations-sec-abt .grid-x.grid-padding-x {
	justify-content: center;
}

.portfolio-section {
	margin: 170px 0 70px;
	text-align: center;
}

.portfolio-section h2 {
	margin-bottom: 34px;
}
.portfolio-section .pt-portfolio-box {
	margin-bottom: 34px;
	border-radius: 20px;
	overflow: hidden;
}

.portfolio-section .pt-portfolio-box img {
	transition: all 0.5s linear;
}
.portfolio-section .pt-portfolio-box:hover img {
	transform: scale(1.1);
	transition: all 0.5s linear;
}
.offer-service-section h2 {
	text-align: center;
	margin-bottom: 34px;
}
.offer-service-section .offer-sr-box span img {
	border-radius: 20px;
	margin-bottom: 24px;
}
.offer-service-section {
	margin-bottom: 100px;
}

.offer-service-section .offer-sr-box {
	height: 100%;
	padding-bottom: 70px;
	position: relative;
}

.offer-service-section .offer-sr-box .btn {
	position: absolute;
	bottom: 0;
}

.inner-pages.blogs {
	margin-top: 100px;margin-bottom: 100px;
}
.blogs-sec .cell.large-12.medium-12.blogs-content {
	width: 33.333%;
	margin-bottom: 34px;
}
.blogs-sec .cell.large-12.medium-12.blogs-content .blogs-text {
	text-align: center;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	border-radius: 20px;
	padding: 34px 40px 106px;
	position: relative;
	height: 100%;
}
.inner-pages.blogs h2.entry-title {
	text-align: center;
	margin-bottom: 44px;
}

.footer-form {
	background: #000;
	padding: 100px 0;
}
.footer-form h4 {
	color: #fff;
	text-align: center;
	font-size: 46px;
	line-height: 58px;
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-bottom: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-form .wpcf7-form {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.footer-form input {
	margin: 0;
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	height: 53px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight: 300;
	margin-bottom: 8px;
}
.footer-form br {
	display: none;
}
.footer-form textarea {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	height: 173px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5 !important;
	font-weight: 300;
	margin-bottom: 8px;
}

.footer-form .wpcf7-form p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
}

.footer-form p .wpcf7-form-control-wrap:last-child {
	width: 100%;
}

.footer-form input#submit-btn {
	color: #000;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 46px;
	transition: all ease 0.3s;
	cursor: pointer;
	height: auto;
	margin: 0;
}
.footer-form input#submit-btn:hover {
	color: #fff;
	background: #FE6500 !important;
	transition: all ease 0.3s;
}
.footer-form .wpcf7-form .wpcf7-response-output {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.footer-form .wpcf7-form .wpcf7-spinner {
	position: absolute;
	bottom: -10px;
}

.loc-services-sec .slick-prev {
	left: 10px;
	background: url(../img/arror-left.png) no-repeat !important;
	width: 78px;
	height: 78px;
	top: 33%;
}
.loc-services-sec .slick-next {
	right: 10px;
	background: url(../img/arror-right.png) no-repeat !important;
	width: 78px;
	height: 78px;
	top: 33%;
}

.blogs-text a:hover h3 {
	color: #FE6500;
}
.blogs-sec .blogs-text a.btn {
	position: absolute;
	bottom: 41px;
	left: 0;
	width: 192px;
	right: 0;
	margin: 0 auto;
}

.inner-pages.blog-single .grid-container {
	max-width: 1100px;
}

.inner-pages.blog-single h2 {
	margin: 20px 0 16px;
}

.inner-pages.blog-single h3 {
	margin-top: 10px;
}

.inner-pages.blog-single ul {
	margin-bottom: 20px;
}
.inner-pages.blog-single ul li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 7px;
}
.inner-pages.blog-single ul li::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}
.inner-pages.blog-single ol li {
	margin-bottom: 8px;
	list-style:decimal;
}
.inner-pages.blog-single {
	margin-bottom: 70px;
}

.map-outer{margin-top:90px;}
.map-outer iframe {
	display:block;
	width:100%;
	height:420px;
}

.inner-pages.contact-us h2 {
	margin-bottom: 24px;
}

.inner-pages.contact-us br {
	display: none;
}
.inner-pages.contact-us .wpcf7-form input {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	background: #000;
	height: 53px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5;
	font-weight: 300;
	margin-bottom: 8px;
}
.inner-pages.contact-us .wpcf7-form textarea {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	border-radius: 5px;
	height: 170px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	background: #f7f7f5;
	font-weight: 300;
	margin-bottom: 8px;
}

.inner-pages.contact-us .wpcf7-form input[type="submit"] {
	box-shadow: 0 0 0 !important;
	border: 0 !important;
	background: #000;
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	padding-left: 17px;
	margin-bottom: 8px;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 30px;
	width: 100%;
}

.inner-pages.contact-us .wpcf7-form input[type="submit"]:hover{
  color: #fff;
  background: #FE6500;
  transition: all ease 0.3s;
}

.con-details-ct {
	padding-left: 60px;
}
.con-details-ct li {
	padding-left: 0;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.con-details-ct li .fa {
	background: #000;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	text-align: center;
	font-size: 30px;
	margin-right: 16px;
	line-height: 60px;
	transition: all ease 0.5s;
}

.con-details-ct li:hover .fa {
	transition: all ease 0.5s;
	animation: pulse 0.5s;
	background: #fff;
	color: #000;
	box-shadow: 0 0 11px rgba(0,0,0,.3);
}

.con-details-ct li span, .con-details-ct li a {
	font-size: 24px;
	font-weight: 500;
}

.con-social-ct {
	padding-left: 60px;
	margin-top: 50px;
}

.con-social-ct a {
	font-size: 34px;
	color: #000;
}

.con-details-ct li span, .con-details-ct li a {
	font-size: 24px;
	font-weight: 500;
	color: #000;
}

.con-details-ct li a:hover {
	color:#FE6500;
}

.con-social-ct .fa {
	background: #ffff;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	text-align: center;
	font-size: 30px;
	margin-right: 19px;
	line-height: 60px;
	box-shadow: 0 0 11px rgba(0,0,0,.3);
}
.con-social-ct .fa:hover {
	transition: all ease 0.5s;
	animation: pulse 0.5s;
	color: #fff !important;
	background: #000;
}

.con-social-ct a:hover {
	color: #000 !important;
}

.inner-pages.contact-us .wpcf7-form .wpcf7-response-output {
	text-align: center;
	margin-top: 0;
}

.footer-form {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}
.footer-form::before {
	content: "";
	background:rgba(0,0,0,.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-template-template-aboutUs .abt-section-top {
	margin-top: 100px;
}

.single.single-post .bottom-section.ls-before-footer {
	padding-top: 0;
}

.ls-persian-oriental{padding-bottom:80px;}
.ls-persian-oriental h3 {
	margin-top: 26px;
}
.ls-persian-oriental img {
	border-radius: 20px;
}

.ls-persian-oriental .btn {
	margin-top: 10px;
}


.single.single-post .rug-cln-sec ul{margin:0px 0 10px;}
.single.single-post .rug-cln-sec ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 18px;
}
.single.single-post .rug-cln-sec ul li::before {
	content: "\f105";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}

.single.single-post .abt-cln-sec ul{margin:0px 0 10px;}
.single.single-post .abt-cln-sec ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 18px;
}
.single.single-post .abt-cln-sec ul li::before {
	content: "\f105";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
}


.bottom-section.ls-before-footer ul{margin:0px;}
.bottom-section.ls-before-footer ul li {
	margin-bottom: 16px;
	position: relative;
	padding-left: 18px;
}
.bottom-section.ls-before-footer ul li::before {
	content: "\f105";
	position: absolute;
	left: auto;
	font-family: FontAwesome;
	margin-left: -16px;
}



.error-page { width: 100%; padding:0 0px 100px; text-align: center;}
.error-page h1 {color:#000; text-align:center; font-size:50px; line-height:60px; margin:0px; padding-bottom: 10px;}
.not-found form label { display: none;}
.not-found p { padding-bottom: 15px; margin:0px;}
.not-found form input[type="search"] { box-shadow: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; height: 54px; font-size: 18px; padding-left: 20px; padding-right: 20px; border: 1px solid #e0e0e0; margin-bottom: 14px; color: #4d4d4d; font-weight: 300;}
.not-found form input[type="submit"] {
	box-shadow: none;
	border: 0px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	cursor: pointer;
	padding: 18px 50px;
	background: #000;
	transition: all ease 0.5s;
	border-radius: 60px;
	height: auto;
	text-transform: uppercase;
	margin-top: 20px;
}
.not-found form input[type="submit"]:hover {color: #fff; background: #FE6500;}

.search-results .inner-pages.search-page header.page-header { padding-bottom: 0px !important;}
.search-results .inner-pages.search-page header.page-header h1 { text-align: center; color:#000; font-size: 50px;  line-height: 60px; margin: 0px; padding-bottom: 10px;}
.search-results .inner-pages.search-page .search-result-count { text-align: center; padding-bottom: 20px; color:#282828;}
.search-results .inner-pages.search-page article {margin-bottom: 35px; border-bottom: 1px solid #eaeaea; padding-bottom: 20px;}
.search-results .inner-pages.search-page article h2 {text-transform:none; font-size:36px; line-height:42px; padding-bottom: 20px; margin:0px; }
.search-results .inner-pages.search-page article h2:before {display:none;}

.search-results .inner-pages.search-page .navigation.pagination { display: flex; justify-content: center; text-align: center;}
.search-results .inner-pages.search-page .navigation.pagination h2 {display:none;}
.search-results .inner-pages.search-page .navigation.pagination .nav-links { display: flex; align-items: center;}
.search-results .inner-pages.search-page .navigation.pagination .nav-links .page-numbers svg { vertical-align: middle; display: inline-block;} 
.search-results .inner-pages.search-page .navigation.pagination .nav-links .page-numbers.current {background:#500778;}
.search-results .inner-pages.search-page .navigation.pagination .nav-links .page-numbers { margin: 4px; font-weight:300; border-radius: 4px; padding: 6px 14px;}

.search-results .inner-pages.search-page {
	padding-bottom: 60px;
}

.search-no-results .inner-pages.search-page {
	text-align: center;
	padding-bottom: 80px;
}


.search-no-results .inner-pages.search-page h1.page-title {
	color: #000;
}

.dropdown.menu > li.current_page_item a::before {
	opacity: 1;
	height: 5px;
}
.dropdown.menu > li.current-menu-ancestor a::before {
	opacity: 1;
	height: 5px;
}


.footer-form p .wpcf7-form-control-wrap {
	width: 49.2%;
}

.dropdown.menu.medium-horizontal li .is-dropdown-submenu li.current_page_item a {
	background: #fff;
	color: #000;
}

.vertical.medium-horizontal.menu.drilldown li.current_page_item a {
	color: #fff;
	background: #000;
}

.vertical.medium-horizontal.menu.drilldown li.current-menu-ancestor > a {
	background: #000;
	color: #fff;
}
.vertical.medium-horizontal.menu.drilldown li.current-menu-ancestor a:after{
	border-color: transparent transparent transparent #fff;
}
.home .portfoio-sec {
	padding: 120px 0 230px;
}


.rug-cln-sec.new-rug-clean-sec-1 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
}
.rug-cln-sec.new-rug-clean-sec-1 li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 3px;
	transition: all ease 0.3s;
}

.abt-cln-sec.new-rug-clean-sec-4 {
	margin-top: 0;
	margin-bottom: 20px;
}

.abt-cln-sec.new-rug-clean-sec-4 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
}
.abt-cln-sec.new-rug-clean-sec-4 li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 3px;
	transition: all ease 0.3s;
}


.bottom-section.new-rug-clean-sec-7{text-align:left;}
.bottom-section.new-rug-clean-sec-7 ul {
	margin: 20px 0;
}

.bottom-section.new-rug-clean-sec-7 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
	text-align: left;
}
.bottom-section.new-rug-clean-sec-7 li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    line-height: 1;
}

.features-sec.new-rug-clean-sec-8 {
	background: #e3e3e3;
	padding: 80px 0;
}

.features-sec.new-rug-clean-sec-8 .accordion a.accordion-title {
	background: #fff;
}
.features-sec.new-rug-clean-sec-8 .accordion a.accordion-title:hover {
	background: #000;
}
.cln-faq-section.other-services-faq.new-rug-clean-sec-10 {
	margin: 0;
	text-align:left;
}

.cln-faq-section.other-services-faq.new-rug-clean-sec-10 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
	text-align: left;
}
.cln-faq-section.other-services-faq.new-rug-clean-sec-10 ul {
	margin: 5px 0 20px;
}

.cln-faq-section.other-services-faq.new-rug-clean-sec-10 li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 16px;
    line-height: 1;
	transition: all ease 0.3s;
}

.abt-cln-sec.new-rug-clean-sec-11 {
	margin-top: 0;
}


.cln-faq-section.other-services-faq.new-rug-clean-sec-10 h2 {
	text-align: left;
}

.abt-cln-sec.new-rug-clean-sec-11 {
	margin-bottom: 0;
}
.abt-cln-sec.new-rug-clean-sec-11 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
	text-align: left;
}
.abt-cln-sec.new-rug-clean-sec-11 ul {
	margin: 5px 0 20px;
}
.abt-cln-sec.new-rug-clean-sec-11 li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 3px;
	transition: all ease 0.3s;
}


.bottom-section.new-rug-clean-sec-12 {
	text-align: left;
}
.bottom-section.new-rug-clean-sec-12 li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
	list-style: none !important;
	margin-left: 0;
	line-height: 22px;
	text-align: left;
}
.bottom-section.new-rug-clean-sec-12 li::before {
	content: "";
	background: url(../img/arrow.png) no-repeat;
	left: 0;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 3px;
	transition: all ease 0.3s;
}
.cln-faq-section.new-rug-clean-sec-13 {
	margin-top: 0;
}

.bottom-section.new-rug-clean-sec-12 li {
	padding: 0;
	list-style: decimal !important;
}
.bottom-section.new-rug-clean-sec-12 li:before {
	opacity:0;
}
.cln-faq-section.new-rug-clean-sec-13-a {
	background: transparent;
	margin: 0;
	text-align: center;
}

.cln-faq-section.new-rug-clean-sec-13-a br {
	display: none;
}
.cln-faq-section.new-rug-clean-sec-13-a a.btn {
	margin-top: 20px;
}

.cln-faq-section.new-rug-clean-sec-13 .accordion-item.is-active a.accordion-title h3 {
	color: #fff;
}


.page-id-260 .rug-cln-sec-temp.new-rug-clean-sec-1temp img {
	border-radius: 20px;
}
.page-id-260 .bottom-section.new-rug-clean-sec-2 {
	display: none;
}
.page-id-260 .features-sec.new-rug-clean-sec-3 .grid-x.grid-padding-x {
	flex-direction: inherit;
}
.page-id-260 .features-sec.new-rug-clean-sec-3 {
	padding: 100px 0;
	margin: 100px 0 0;
	background: #e3e3e3;
}
.page-id-260 .features-sec.new-rug-clean-sec-3 .features-content {
	padding-right: 60px;
}
.page-id-260 .abt-cln-sec.new-rug-clean-sec-4 {
	background: transparent;
}
.page-id-260 .bottom-section.new-rug-clean-sec-7 {
	background: #e3e3e3;
}
.page-id-260 .bottom-section.new-rug-clean-sec-7 {
	background: #e3e3e3;
}
.page-id-260 .features-sec.new-rug-clean-sec-8 {
	top: 0;
	background: transparent;
}
.page-id-260 .abt-cln-sec.new-rug-clean-sec-11 {
	top: 0;
}
.page-id-260 .bottom-section.new-rug-clean-sec-12 {
	display: none;
}
.page-id-260 .cln-faq-section.new-rug-clean-sec-13 {
	background: transparent;
}

.page-id-260 .cln-faq-section.new-rug-clean-sec-13-a {
	background: #e3e3e3;
}

.page-id-260 .features-sec.new-rug-clean-sec-8 .accordion a.accordion-title {
	box-shadow: 0 0 6px rgba(0,0,0,.15);
}

.page-id-260 .abt-cln-sec.new-rug-clean-sec-4 .grid-x.grid-padding-x.abt-cln-con.abt-cln-con-1 {
	flex-direction: row-reverse;
}

.page-id-260 .abt-cln-sec.new-rug-clean-sec-4 .abt-cln-text {
	padding-left: 40px;
}
.page-id-260 .abt-cln-sec.new-rug-clean-sec-11 .grid-x.grid-padding-x.abt-cln-con.abt-cln-con-1 {
	flex-direction: row-reverse;
}

.page-id-260 .abt-cln-sec.new-rug-clean-sec-11 .grid-x.grid-padding-x.abt-cln-con.abt-cln-con-1 .abt-cln-text {
	padding-left: 40px;
}











