.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
}
.blog h2, .blog h1.h-sm {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px!important;
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	line-height: 28px;
	padding: 0 20px;
	border-radius: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
	bottom: 0;
	margin-top: 0;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px;
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	max-width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before-label:before {
	content: attr(data-content);
}
.twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-after-label:before {
	content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 0;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 0;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px;
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}
.twentytwenty-before {
	z-index: 20;
}
.twentytwenty-after {
	z-index: 10;
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	z-index: 40;
	cursor: pointer;
	border: 3px solid transparent;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
}
.twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
}
.twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
}
.twentytwenty-left-arrow {
	border-right: 6px solid #424242;
	left: 50%;
	margin-left: -17px;
	opacity: 0;
}
.twentytwenty-right-arrow {
	border-left: 6px solid #424242;
	right: 50%;
	margin-right: -17px;
	opacity: 0;
}
.twentytwenty-up-arrow {
	border-bottom: 6px solid #424242;
	top: 50%;
	margin-top: -17px;
	opacity: 0;
}
.twentytwenty-down-arrow {
	border-top: 6px solid #424242;
	bottom: 50%;
	margin-bottom: -17px;
	opacity: 0;
}
.twentytwenty-wrapper:hover .twentytwenty-handle {
	background: #fff;
	border: 3px solid white;
}
.twentytwenty-wrapper:hover .twentytwenty-wrapper-down-arrow, .twentytwenty-wrapper:hover .twentytwenty-up-arrow, .twentytwenty-wrapper:hover .twentytwenty-left-arrow, .twentytwenty-wrapper:hover .twentytwenty-right-arrow {
	opacity: 1;
}

.cleaning-demo-two .btn, .cleaning-demo-two .more-link {
  display: inline-block!important;
}

.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
  width: 100%!important;
}

@media (max-width: 991px){
  .cleaning-demo-two p {
      font-size: 15px!important;
      line-height: 22px!important;
      margin-bottom: 22px!important;
  }
}

@media (max-width: 767px){
  .faq-item .panel-title a {
      font-size: 16px!important;
  }
}

@media (max-width: 991px){
  .cleaning-demo-two h4 {
      font-size: 18px;
      line-height: 28px!important;
  }

  .faq-item .panel-title a {
    line-height: 28px!important;
  }
}

.cleaning-about-company .text-center{
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1024px){
  .price-carousel-2 .slick-prev {
    left: -40px;
  }
  .price-carousel-2 .slick-next {
    right: -40px;
  }
}

@media (max-width: 767px){
	.price-carousel-2 .slick-prev {
	  left: -30px;
	}
	.price-carousel-2 .slick-next {
	  right: -30px;
	}
  }

@media (max-width: 480px) {
  .services-list-row .col-xs-6 {
    width: 100%;
  }
  .services-list-row .marker-list {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-service-btn .contact-info {
    padding-right: 30px;
}

blockquote:before {
    font-size: 120px;
    line-height: 1em;
    font-style: normal;
    content: "“"!important;
    position: absolute;
    left: 20px;
    top: -15px;
    color: #c7d5e1;
}

.get-banner h2 + .btn {
    margin: 0 0 0 55px;
    vertical-align: middle;
}

.custom-headingfaq {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
}

.person-img img {
    border-radius: 50%;
    max-width: 100%;
    width: 100%;
}

.service-box-img img {
    border-radius: 50%;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1199px){
	[data-bg].hide-bg-md {
		background-image: none !important;
	}
	.block.fullwidth-bg.inset-70.bg-bottom.bottom-null.hide-bg-md {
		background-image: none!important;
	}
}

@media (max-width: 991px){
	.get-banner h2 + .btn {
		margin: 20px 0 0;
		clear: both;
	}
}

@media (max-width: 767px){
	.home-testimonials-text .testimonials-carousel {
		padding-bottom: 85px;
		padding-top: 10px;
		background-image: -webkit-gradient(linear,left bottom,left top,from(#3e7fbb),to(#40a0e1));
		background-image: -webkit-linear-gradient(bottom,#3e7fbb,#40a0e1);
		background-image: -o-linear-gradient(bottom,#3e7fbb,#40a0e1);
		background-image: linear-gradient(
	0deg
	,#3e7fbb,#40a0e1);
	}
}

@media (max-width: 767px){
	.home-testimonials-text {
		background-size: 100% 100%;
		background-position: center center;
	}
}

 @media (max-width: 767px){
	.home-testimonials-text {
		background-image: url(../images/testiminials-bg-mobile.jpg)!important;
	}
}

@media (max-width: 767px) {
	.home-testimonials-text {
		padding: 40px 0 60px;
	}
}

@media (max-width: 767px){
	.home-testimonials-text .testimonials-carousel {
		padding-bottom: 85px;
		padding-top: 10px;
		background-image: -webkit-gradient(linear,left bottom,left top,from(#3e7fbb),to(#40a0e1));
		background-image: -webkit-linear-gradient(bottom,#3e7fbb,#40a0e1);
		background-image: -o-linear-gradient(bottom,#3e7fbb,#40a0e1);
		background-image: linear-gradient(
	0deg
	,#3e7fbb,#40a0e1);
	}
}

footer.page-footer .page-footer-bot{
    font-family: Open Sans;
    font-weight: 400!important;
    font-size: 16px;
    line-height: 26px;
}

.block-testimonials-bg .testimonial-item{
	position: relative;
	text-align: center;
	color: white;
}

.marker-list>li {
    color: #677d8f!important;
}

.news-carousel .news-prw p{
	font-weight: 400;
}

.services-circle-item.pos-5 .services-circle-item-title {
    width: 130px;
    height: 130px;
    background-size: cover;
    right: -55%;
    top: 40%;
}

.services-circle-item.pos-6 .services-circle-item-title {
    width: 130px;
    height: 130px;
    background-size: cover;
    right: -55%;
    top: 40%;
}