/*!
Theme Name: WP Microsite
Author: Ashraf Khan
Description: Custom wordpress theme use for micro websites
Version: 1.0.0
Tested up to: 5.4#3f0073
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: microsite

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

body {
    color: #3f0073;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}
h2 {
    font-weight: 600;
}
a {
    text-decoration: none;
    color: inherit;
    overflow-wrap: anywhere;
}

.btn-primary {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #3f0073;
    line-height: 30px;
    border-radius: 40px;
    padding: 5px 17px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: #3f0073 -2px -2px 0px 2px, #01acf0 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
    transition: all 0.2s;
}
.btn-primary:hover {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #3f0073;
    background: #01acf0;
    line-height: 30px;
    border-radius: 40px;
    padding: 5px 17px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: #3f0073 -2px -2px 0px 2px, #3f0073000  0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
    transition: all 0.2s;
}


#masthead {
    background: #fff;
}
.admin-bar #masthead.fixed-top {
	top: 32px;
}
.call-now {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px
}
.callbx {
  display: flex;
  align-items: center;
  margin-left: 20px;
  background-color: #01acf0;
  padding: 14px 20px;
  border-radius: 44px
}
.item-icon {
  position: relative;
  text-align: center;
  height: 38px;
  width: 100%;
  max-width: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  animation: pulse2 infinite 2s;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #3f0073;
}

.item-icon i {
  width: 38px
}

.item-icon:after {
  content: "";
  height: 58px;
  width: 58px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  animation: pulse2 infinite 2s
}

.item-icon {
  position: relative;
  text-align: center;
  height: 38px;
  width: 100%;
  max-width: 38px;
  line-height: 38px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  animation: pulse2 infinite 2s;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #3f0073;
}
.get-free {
  background: transparent;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  line-height: 42px
}
.get-free span {
  font-weight: 600;
  font-size: 14px;
  display: block;
  line-height: 12px
}
.main-nav {
  background: #3f0073;
  z-index: 3;
  padding: 0
}
.main-nav .navbar-nav>.nav-item>.nav-link {
  font-size: 14px;
  padding: 12px 20px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  opacity: 1 !important
}

.main-nav .navbar-nav>.nav-item>.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #01acf0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .2s ease-in-out 0;
  transition: all .2s ease-in-out 0;
  z-index: -1
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover {
  color: #fff
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
  visibility: visible;
  background-color: #01acf0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
.quote-form input.wpcf7-submit {
    min-width: 100px;
}
input, optgroup, select, textarea {
    width: 100%;
    padding: .5rem 1rem;
}
@media(max-width: 991.98px) {
  .main-nav .navbar-nav>.nav-item>.nav-link {
    padding-left:0;
    padding-right: 0;
    padding-top: .9rem;
    padding-bottom: .9rem;
    color: #fff
  }

  .main-nav .navbar-nav>.nav-item>.nav-link:hover {
    color: #01acf0
  }

  .main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
    display: none
  }
}

.main-nav .navbar-nav>.nav-item .dropdown-menu {
  border: 0;
  background: #3f0073;
  -webkit-box-shadow: 0 10px 34px -20px rgba(0,0,0,0.41);
  box-shadow: 0 10px 34px -20px rgba(0,0,0,0.41);
  border-radius: 4px
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #fff;
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
  background: 0;
  color: #fff
}

.main-nav .navbar-nav>.nav-item.cta>a {
  color: #fff;
  background: #01acf0;
  border-radius: 0
}

.main-nav .navbar-nav>.nav-item.active>a {
  color: #fff
}

.main-nav .navbar-nav>.nav-item>a.nav-link.active:before {
  visibility: visible;
  background-color: #01acf0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

@media(max-width: 991.98px) {
  .main-nav .navbar-nav>.nav-item.active>a {
    color:#01acf0
  }

  .main-nav .navbar-nav>.nav-item.active>a:before {
    display: none
  }
}

.main-nav .navbar-toggler {
  border: 0;
  color: rgba(255,255,255,0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1rem
}

.main-nav .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.animation-nav {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.hero-wrap {
  background-image: url('/wp-content/uploads/Banner-homepage.jpg');
  background-position: center;
  background-size: cover;
  padding: 30px 0px 80px 0px;
  position: relative;
  min-height: 650px;
}
.hero-wrap-inner {
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  position: relative;
  height: 180px;
}
.quote-form {
    padding: 50px 40px 0;
    background-color: #01acf0;
    /* box-shadow: 4px 6px 8px 0px #ccccccc7; */
    border: 8px solid #ffffff;
}
.quote-form input, .quote-form optgroup, .quote-form select, .quote-form textarea {
  width: 100%;
    border-radius: 31px;
    border: none;

}



  .rounded-border-gradient {
    inline-size: var(--size-content-1);
    aspect-ratio: var(--ratio-widescreen);
    border: solid var(--size-2) transparent;
    border-radius: var(--radius-4);
    background: 
      linear-gradient(var(--surface-1), var(--surface-1)) padding-box, 
      var(--gradient-1) border-box;
  }



span.wpcf7-form-control-wrap.your-email:before {
color: #999;
content: "\f003" !important;
font-family: FontAwesome !important;
left: 15px;
position: absolute;
top: 10px;
}
.namef:before {
    content: "\f0e0";
}
.page-header {
  color: #3f0073;
  background: #01acf0;
  margin-bottom: 50px;
}
.page-header a {
  color: #3f0073;
  text-decoration: none;
}
.blog .inner_h2 {
  color: #01acf0;
  font-size: 22px;
}
.blog .inner_h2 a {
  color: #01acf0;
  font-size: 22px;
}
.accordion-header {
    background-color: #3f0073;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: 400;
}
.accordion-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.accordion-content {
  padding: 10px;
  display: none;
}
.wpcf7-response-output {
  color: #fff;
}
.footer {
  clip-path: polygon(50% 2%,100% 10%,100% 99%,0% 100%,0% 10%);
  padding: 60px 0px 0px 0px;
  background-color: #3f0073;
  background-image: url(/wp-content/uploads/choose-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-widget .widget-title {
    font-size: 18px;
    font-weight: 700;
	color: #01acf0;
}

.footer ul  {
    list-style-type: none;
    padding-left: 0;
    color:#fff;
}
.footer .widget_nav_menu ul li::before, .footer .widget_recent_entries ul li::before {
    content: ">";
    transform: rotateY(25deg);
    font-size: 22px;
    color: #01acf0;
	font-weight: 700;
	vertical-align: middle;
    margin-right: 4px;
}
.footer a {
	color: #fff;
	text-decoration:none;
}
.footer p {
    color: #fff;
}
/* Shital */
.ratings{
	display: flex;
    gap: 10px;
    align-items: center;
}
.google{
	box-shadow: 0px 0px 5px gray;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 7px;
}
.import-list-style3 li {
    margin: 5px 20px;
    font-size: 16px;
    font-size: 18px;
    list-style-image: url(/wp-content/uploads/arrow-right-1.png);
    font-weight: normal;
    color: #000000;
    margin-bottom: 15px;
    padding-left:0rem;
}
.import-list-style3{
		padding-left:0rem ;
}
.sitemap-list-style {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-column-gap: 10px;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.sitemap-list-style li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
   padding-left: 8%;
    padding-top: 1%;
}
.sitemap-list-style li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background-image: url(/wp-content/uploads/arrow-right.png);
    background-repeat: no-repeat;
   width: 20px;
    height: 20px;
}
.rod2box{
background-color: #fff;
    height: 97%;
    text-align: center;
	box-shadow:0px 0px 5px gray;
	transition:all 0.3;
	overflow:hidden;
}
.rod2box img{
	transition:all 0.3s;
}
.spring3box1 {
    display: flex;
    background-color: #01acf0;
    align-items: center;
    padding: 1%;
    margin-bottom: 2%;
    gap: 5px;
    border-radius: 60px;
}

.rod2box:hover img {
	transform:scale(1.1);
}
.Servicesb {
    height: 93%;
    background-color: #fff;
    border-radius: 0px 6px 7px 31px;

    padding: 20px;
    border-bottom: 6px solid #01acf0;
    transition: .3s;
    box-shadow: 0px 10px 30px 0px rgba(19, 25, 226, 8%);
    border-radius: 10px;
    padding: 20px;
}
.Servicesb:hover {
    background: rgb(41 55 133 / 22%);
    color: #ffffff!important;
    box-shadow: 0px 10px 30px 0px rgba(19, 25, 226, 8%);
}
.Servicesb {
    transition: .3s;
}
.Servicesb h3{
	color:#fff !important;
}
.pop_box_banner-01 {
    z-index: 1;
    /* background-image: linear-gradient(to right, #3f0073 , #01acf0); */
    color: #3f0073;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    width: 70%;
    padding: 20px;
    margin-top: -133px;
    margin-bottom: 50px;
    background: #f7f5e1;
    border-bottom: 10px solid #01acf0;
    background-image: linear-gradient(to bottom right, #3f0073, #3f0073);
    border-radius: 128px;
    box-shadow: 0px 10px 5px #dee2e6;
}
.pop_box_banner-01 h3 {
    font-weight: 800;
    color: #fff;
}
.pop_box_banner-01 p {
    color: #fff;
}
.pop_box_banner-01 h6 {
    color: #fff;
}
#wpcf7-f45542-p2-o1 h2 {
	text-align: center;
    color: #fff;
    font-weight: 900;
}
.hero-wrap .slider-text .slider-title {
    font-size: 32px;
    font-weight: 600;
	    color: #f7f5e1;
    margin-top: -23px;
}

.title_text_heading {
    font-size: 24px;
    font-weight: 600;
}

.title_text_heading_h3 {
    font-size: 21px;
    font-weight: 600;
}

.hero-wrap .slider-item {
    background-position: center;
    background-size: cover;
    padding: 30px 0px 80px 0px;
    position: relative;
}
.hero-wrap .slider-text .slider-title {
    font-size: 40px;
    font-weight: 600;
    color: #f7f5e1;
    margin-top: -20px;
    font-family: fantasy;
    font-weight: 200;
}
.professional-section {
    /* background-image: url(/wp-content/uploads/carpet-cleaning.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #3f0073;
    padding-top: 39px;
}
.professional-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(3,0,20,.67);
}
textarea {
    resize: vertical;
    height: 103px;
}
.home_par h2, .home_par h3 {
    font-size: 25px;
    font-weight: 600;
}
.winning_services_section {
    margin-top:60px;
}
.winning_services_section .awards-img {
    display: flex;
    justify-content: space-around;
    padding: 0px 160px;
    margin-bottom: 20px;
}
.header_googleReviews {display: block;height: 400px;overflow: auto;background: #efefef;padding: 15px;z-index: 1;}
.header_googleReviews .rplg-row-left img{width: 22px;height: 22px;}
.header_googleReviews .rplg-row-left p{font-size: 12.5px;font-weight: 600;padding: 2px 0px 0px 7px;}
.header_googleReviews .rplg-row{justify-content: space-between;}
.header_googleReviews .rplg-row-right img{width:14px;height:14px;}
.header_googleReviews .rplg-box-content p {font-size: 12px;}
.header_googleReviews .rplg-reviews ul li {background-color: #fafafa;padding: 10px;margin-bottom:10px;}

#wpcf7-f45542-p2-o1 .btn-outline-light {
     display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #3f0073;
    background: #3f0073;
    line-height: 30px;
    border-radius: 40px;
    padding: 5px 17px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: #3f0073 -2px -2px 0px 2px, #0dcaf0 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
    transition: all 0.2s;
}
.process_box_new-step {
    padding: 24px 37px;
    text-align: center;
    border-radius: 0px 5px 0px 5px #3f0073;
    box-shadow: 0 0 5px 5px #dee2e6;
    border: 2px solid #ccc;
    border-radius: 95px 155px 148px 103px / 48px 95px 130px 203px;
}
.process_box_new-step h3 {
    font-size: 20px;
    font-weight: 800;
}
.feature-box-classic .feature-box-image::after, .feature-box-wrapper.feature-box-modern::after {
    background-image: url(/wp-content/themes/klenster/assets/images/strip-circle.png);
}
.services_section {
    background-color: var(--e-global-color-af894a3 );
    background-image: url(/wp-content/uploads/bg-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
#wpcf7-f45542-p2-o1 .btn-outline-light {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #3f0073;
    line-height: 30px;
    border-radius: 40px;
    padding: 5px 17px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: #3f0073 -2px -2px 0px 2px, #f7f5e1 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
    transition: all 0.2s;
}
.services-dark:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;

    background-size: cover !important;
}

.services-dark {
    background: linear-gradient(rgb(35 160 54),#01acf0) !important;
}
.si {
    border-radius: 40px;
    border: double;
    border-color: #d7232b
}

.red {
    padding: 41px;
    background: linear-gradient(98.3deg,#3f0073 10.6%,#f00 97.7%)
}

.backk {
    background-image: url("/images/spray.png");
    padding: 60px;
    background-size: cover
}

.local {
    box-shadow: -3px -3px 0 5px #01acf0;
    padding: 30px;
    height: 100%
}

.locl {
    box-shadow: -3px -3px 0 5px #3f0073;
    padding: 30px;
    height: 100%
}

.under {
    padding: 41px;
    background: linear-gradient(98.3deg,#3f0073 10.6%,#f00 97.7%);
    margin-top: 80px
}

.serv {
    box-shadow: -3px -3px 0 5px #01acf0;
    padding: 30px;
    height: 100%
}

.ser {
    box-shadow: -3px -3px 0 5px #3f0073;
    padding: 30px;
    height: 100%
}

img.service-icon {
    max-width: 200px;
    margin-left: -300px
}

.site-logo {
    padding: 30px;
    text-align: center
}

.callbx img {
    vertical-align: middle;
    border-style: none
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843)
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.0705882353)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.1019607843)
}

table tbody+tbody {
    border-top: 2px solid hsla(0,0%,50.2%,.5019607843)
}

@media (max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

.same_day_section {
    background: #f5f5f5b0;
    padding: 30px 0;
    margin: 0;
}
.services-dark h2 {
    color: #fff;
    margin-bottom: 30px;
}
.services-dark .icon-body h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.same_day_section p , .same_day_section_1 p , .same_day_section_2 p {
    font-size: 18px;
    text-align: justify;
}

.same_day_section_1 {
    padding: 30px 0px;
}

.same_day_section_2 {
    padding: 30px 0px;
}

.removal_section p {
    text-align: justify;
}

.contain-text h2 {
    font-size: 24px;
}
.process_box_new {
    text-align: center;
    padding: 40px 22px;
    box-sizing: border-box;
    /* border-color: #23a036; */
    box-shadow: 0 0 5px 5px #dee2e6;
    border-bottom: 7px solid #01acf0;
    border-radius: 0px 0px 20px 20px;
    border-top: 7px solid #3f0073;
}
.card-contact {
     background: #3f0073!important;
}
.page-id-18 .bg-danger {

    background: #3f0073!important;
}
.text-bg-danger {
    color: #fff!important;
    /* background-color: RGBA(220,53,69,var(--bs-bg-opacity,1))!important; */
    background: #01acf0!important;
}
.contactnew {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px gray;
    padding: 3%;
    transition: all 0.3s;
    height: 97%;
    border: 5px double #0dcaf0;
    background: #dee2e6;
}
#headingOne {
	display:none;
}
.accordion-button::after { 
	display:none;
}
.contactnew:hover{
	transform:scale(1.1);
	box-shadow: 1px 1px 10px #3f0073;
}
.contactnew:hover h3{
	color:#3f0073;
}
.process_box_new h3 {color: #3f0073 !important; font-size: 20px;
    font-weight: 600;}
.Servicesb h3 {color: #3f0073 !important;}
.services .icon-body {padding-top: 10px;}
.services .icon-body h3 {font-size: 18px;font-weight: 400;text-align: center;}
.cleaning_area_section h2 {font-size: 30px;line-height: 1.1;margin-bottom: 10px;}
.cleaning_area_section ul li img{width:20px;}
.cleaning_area_section ul li {font-size: 16px;font-weight: 500;line-height: 32px;position: relative;padding-left: 20px;display: flex;}
.cleaning_area_section ul li:before {content: "\f164";font-family: "Font Awesome 5 Free";font-size: 20px;margin: 0 12px 0 -24px;color: #0dcaf0;transition: 0.3s;}
.faq .accordion .card button:focus, .faq .accordion .card button:hover{background-color:transparent;color:#3f0073;box-shadow: 0 0 0 0.2rem rgb(247 247 247);}
.faq .accordion .card .btn:first-child:active{    border-color: #f7f7f7;}
/* Shital */

/* About Us Start*/
  .testimonials-section {
    background: #fff;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider__nav {
    width: 12px;
    height: 12px;
    margin: 12px;
    border-radius: 0%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
  }
  .slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
  }
  .slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
  }
  .slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
  }
  .slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
  }
  .slider__nav:checked:nth-of-type(5) ~ .slider__inner {
    left: -400%;
  }
  .slider__inner {
    position: absolute;
    top: 80px;
    left: 0;
    width: 500%;
    height: auto;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .slider__contents {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -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;
    margin: 0 15px;
  }
  .slider__caption {
    font-size: 18px;
    opacity: .5;
    font-family: 'Roboto';
    font-weight: bold;
  }
  .slider__txt {
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 750px;
  }
  quote {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 100px;
    color: #01acf0;
    line-height: 0.8;
    margin-bottom: 0;
    height: 40px;
  }
  .textwidget p {
      color:#fff;
  }
  
@media (max-width: 480px) {
    .testimonials-section {
        height: 550px;
    }
/* 	h2 {
		font-size:28px!important;
	} */
	.set1 h2.mbr-1 {
		display:none!important;
	}
    .tp-faq-img img {
    margin-left: 0px!important;
    margin-top: 0px!important;
    width: 100%;
}
#section-id-1681167952008 {
    height:100%!important;
}
	.content_block_4 .content-box .inner-box .step-list li:nth-child(2) {
		    right: -85px!important;
	}
	.content_block_4 .content-box .inner-box .step-list li:last-child {
		left: -119px!important;
	}
	.content_block_4 .content-box .inner-box .step-list li:first-child {
    left: 38.5%!important;
    top: -117px!important;
}
	.content_block_4 .content-box .inner-box .step-list li:nth-child(3) {
    left: 39%!important;
    bottom: -117px!important;
}
	h2 {
	font-size: 16px !important;
	}
.box-99 {
    height: 200px;
}
.bnt999 {
    margin-top: 20px!important;
}
.services_row {
    margin-top: -45px;
}
.single-choose-box {
  width: 306px!important;
	    padding: 77px!important;
    border-radius: 50%!important;
}
.choose-content li {
margin-top: 20px!important;
}
}
  
  @-webkit-keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
  
  @keyframes check {
    50% {
      outline-color: #333;
      box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
      outline-color: #333;
      box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
  }
/* About Us end*/
/* Shital  */
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #3f0073!important;
}
.content_services {
	margin-top:60px;
}
.banner1 .primary-btn {
    background-color: #7e1212 !important;
}

.banner-check-list {
    margin-left: -40px;
}

.banner-check-list li {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    margin-right: 20px;
}

.banner-check-list i.far.fa-check-circle {
    color: #0dcaf0;
}
.banner-text-left {
    margin-left: 90px;
    max-width: 750px;
}

.banner-text-left .banner-check-list {
    margin-bottom: 15px;
}

.banner-text-left h2 {
    font-size: 66px;
}

.banner-check-list li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 400;
}

.banner-check-list li:last-child {
    margin: 0;
}

.banner-check-list li i {
    margin-right: 7px;
}

.banner-text-left p {
    max-width: 550px;
}
.h1_span {
    color: #0dcaf0;
}

.slider-title-h2 {
    color: #fff;
    font-size: 22px;
}
.hero-wrap01 {
    background-position: center;
    background-size: cover;
    padding: 30px 0px 30px 0px;
    position: relative;
    min-height: 300px;
}
.hero-wrap01 .slider-text .slider-title {
    font-size: 32px;
    font-weight: 600;
}
.slider-title-h1 {
	font-size: 40px;
    font-weight: 600;
	color:#fff;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.services .icon-body p {
	color:#3f0073;
	    text-align: center;
}
.box-09 h3 {
    color: #01acf0 !important;
    font-size: 23px;
    padding-left: 20px;
    padding-top: 11px;
    font-weight: 700;
}
.box-099 h3{
    color: #f7f5e1;
   font-size: 23px;
    padding-left: 20px;
    padding-top: 11px;
    font-weight: 700;
}
.box-099 {
    background: #01acf0;
    padding: 30px 11px;
}
.box-09 {
    background: #f7f5e1 !important;
    padding: 30px 11px;
}
.icon-body-03 {
    display: flex;
    /* background: red; */
}
.text_need h2 {
color:#fff;	
}
.Servicesb img {
    width: 100%;
    transition: .5s ease;
}
.process_box_new-step:hover {
    background: #01acf0;}
/* Shital */
.choose-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
        padding: 37px 0 10px;
    z-index: 1;
}
.choose-area .sec-title {
    padding-bottom: 49px;
}
.sec-title h3 {
       font-size: 2rem;
    font-weight: 600;
    color:#3f0073;
}
.sec-title .title {
    color:#3f0073;
}
.choose-area::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
} 
.single-choose-box {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    width: 210px;
    padding: 45px 0 34px;
    border-radius: 50%;
    margin-right: 7px;
    /* margin-bottom: -16px; */
    z-index: 1;
    box-shadow: 7px 0px 5px -3px rgba(47,47,47,0.5), 0px 8px 7px -3px rgba(47,47,47,0.5), -7px 0px 5px -3px rgba(47,47,47,0.5);
    background: #3f0073;
}
.single-choose-box::before {
    position: absolute;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #01acf0;
    content: "";
    z-index: -1;
    transition: all 0.5s ease-in-out 0s;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-30deg) translateZ(0px);
    opacity: 0;
}
.single-choose-box:hover::before{
    opacity: 1;
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transition-delay: 0.1s;
}
.single-choose-box:last-child{
    margin-right: 0;
}
.single-choose-box span:before{
    color: #3f0073;
    font-size: 60px;
    line-height: 60px;
    transition: all 0.5s ease-in-out .3s;
}
.single-choose-box:hover span:before{
    color: #ffffff;
}
.single-choose-box h4{
	color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin: 14px 0 0;
    transition: all 0.5s ease-in-out .5s;
}
.single-choose-box:hover h4{
    color: #ffffff;
}
.choose-area .contact-us{
    position: relative;
    display: block;
    padding-top: 21px;
}
.choose-area .contact-us h3{
    color: #3f0073;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.choose-area .contact-us h3 a {
    color: #fff;
    font-size: 24px;
    font-family: 'Covered By Your Grace', cursive;
    text-decoration: underline;
}

#wpcf7-f45542-p2-o1 h3{
    margin-bottom: 20px;
    text-align: center;
    color: #3f0073;
    font-weight: 900;
    text-decoration: overline;
}
.srcbox {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.srcbox li {
    padding: 10px;
    width: 25%
}

.border-box {
    padding: 35px 20px 20px;
    border-radius: 5px;
    height: 100%;
    clip-path: polygon(0 0,95% 20%,100% 100%,0 90%);
    background: #f2f6ff;
    transition: all .3s ease
}

.center-box {
    text-align: center
}

.border-box:hover {
    clip-path: polygon(0 15%,100% 0,100% 90%,0 100%);
    transition: all .3s ease
}

.center-box img {
    max-width: 40px;
    transform: rotate(-45deg)!important
}

.center-box span {
    display: flex;
    background: #e8692438;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: rotate(45deg);
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px
}

.center-box span:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: #e86924;
    position: absolute;
    transform: rotate(60deg);
    border-radius: 5px
}

.content_block_4 .content-box .inner-box {
    position: relative;
    display: inline-block;
    width: 390px;
    height: 390px;
   	left: 110px;
    top: 100px;
    background: #eceff6;
    border-radius: 50%;
    text-align: center;
    padding: 80px 70px;
}

.content_block_4 .content-box .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 22px;
}

.content_block_4 .content-box .inner-box .step-list {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    /* border: 3px solid; */
}

.content_block_4 .content-box .inner-box .step-list li:first-child {
    left: 50%;
    transform: translateX(-50%);
    top: -105px
px
;
}

.content_block_4 .content-box .inner-box .step-list li {
    position: absolute;
    display: inline-block;
    width: 180px;
    height: 180px;
    text-align: center;
    color: #fff;
    background: #3f0073;
    border-radius: 50%;
    padding: 38px 30px;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border: 5px solid #01acf0;
}

.content_block_4 .content-box .inner-box .step-list li:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border-radius: 50%;
    opacity: 0;
    transition: all 500ms ease;
}

.content_block_4 .content-box .inner-box .step-list li:before {
    border: 4px dotted #f56627;
}

.content_block_4 .content-box .inner-box .step-list li .icon-box {
    position: relative;
    display: inline-block;
    font-size: 42px;
	  margin-top: -18px;
    line-height: 40px;
    color: #b6b6c2;
    margin-bottom: 9px;
    transition: all 500ms ease;
}

.content_block_4 .content-box .inner-box .step-list li h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(3) {
    left: 50%;
    transform: translateX(-50%);
    bottom: -105px;
}

.content_block_4 .content-box .inner-box .step-list li:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
}

.content_block_4 .content-box .inner-box .step-list li:first-child {
    left: 50%;
    transform: translateX(-50%);
    top: -105px;
}

.content_block_4 .content-box .inner-box .step-list li:last-child {
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
}

.content_block_4 .content-box .inner-box .arrow {
    position: absolute;
    width: 460px;
    height: 461px;
    left: -35px;
    top: -38px;
    background-repeat: no-repeat;
    z-index: -1;
}

.content_block_4 .content-box .inner-box .step-list li:hover .icon-box {
    color: #f56627;
}

img.img_pser1 {
    width: 100%;
    border-radius: 5px;
}

p.p-set1 {
    text-align: center;
    color:#000;
}

.set2 {
    padding: 40px 0px;
    background-color: #f7f5e1;
}

.h2_mdes {
    color: #000000;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
	  text-align: center;
}

.img_sa {
    position: relative;
    display: block;
    padding-left: 65px;
    margin-top: 25px;
}

.img_sa:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -20px;
    top: -20px;
    border-radius: 5px;
}

.img_sa:after {
    border: 2px solid #f56627;
}

.h2_mdes_1 {
		color: #000000;
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.service-item {
    /* border-radius: 10px; */
    border: 2px solid #000;
    background-color: #f7f5e1;
    padding: 20px 15px;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    height: 94%;
    padding: 30px 30px 0;
    border-bottom: 7px solid #01acf0;
}

.service-item .service-top img {
    width: 100%;
    border-radius: 10px;
}

.service-item .service-bottom h3 {
    display: block;
    color: #3f0073;
    margin-top: 20px;
    font-weight: 800;
    font-size: 22px;
}

.service-item .service-bottom p {
	  text-align: justify;
    margin-bottom: 15px;
    transition: 0.5s all ease;
}

.services_text_1 {
    text-align: center;
    padding-bottom: 24px;
    color: #f56627;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.service-item:hover {
    background-color: #3f0073;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.service-item:hover .service-bottom h3 {
    color: #ffffff;
}

.service-item:hover .service-bottom p {
    color: #ffffff;
}


.ser_text_1 {
    text-align: center;
    padding-bottom: 20px;
    color: #000;
    display: block;
    font-size: 34px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_one p {
    text-align: justify;
}

.row_one {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home_one {
    background: #000;
    color: #fff;
	  padding: 40px;
}


.home_two {
    background-image: url(http://samedaycarpetcleaninghenleybeach.au/wp-content/uploads/Home-Carpet-Cleaning.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home_one h2 {
    text-align: left;
    color: #f7f5e1;
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.cleaning_area_section_2 {
    margin-top: -32px;
}

.home_three {
    background-image: url(/wp-content/uploads/how_3.jpeg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cleaning_area_section_2 {
    margin-top: -32px;
}

.hot_h2 {
		text-align: center;
    padding-bottom: 10px;
    color: #000000;
    display: block;
    font-size: 38px;
    font-weight: 600;
}

.cleaning_area_section_4 {
    background: #f56627;
    padding: 50px;
    padding-bottom: 26px;
}


.conten_var h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #f56627;
    display: block;
    font-weight: 600;
}
.conten_var {
    padding: 20px;
    padding-bottom: 0px;
}

.div_sec {
    background: #efedd2;
    border-radius: 20px;
}


.div_sec p {
	text-align: justify;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #3f0073;
    color: #fff;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,0.07);
    padding: 40px 15px 34px 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 318px;
    box-shadow: 0px 10px 5px #01acf0;
}

.green-color .feature-block-one .inner-box:before {
    border: 2px solid #17ab4b;
}

.inner-box p {
    text-align: justify;
}

.feature-block-one .inner-box:hover:before {
    height: 100%;
    opacity: 1;
}
.green-color .feature-block-one .inner-box:before {
    border: 2px solid #17ab4b;
}

.cleaning_area_section_5 {
    padding: 40px 0px;
    background: #f7f5e1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.cleaning_area_section_5 .section-title-wrapper-two {
    margin-top: 0px; 
}
.cleaning_area_section .section-title-wrapper-two {
    margin-top: 0px; 
}
.prices_section .section-title-wrapper-two {
    margin-top: 0px; 
}
.local-area-sec .section-title-wrapper-two {
    margin-top: 0px; 
}
.testominial-sec .section-title-wrapper-two {
    margin-top: 0px; 
}
h2.main_h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #000;
    display: block;
    font-weight: 600;
}

h2.extra_h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #f56627;
    display: block;
    font-weight: 600;
}

.cleaning_area_section6 {
    margin-top: -20px;
    background: #efedd2;
    padding: 50px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.lis-deco li {
    list-style: none;
}

.lis-deco li:before {
    content: "\f123";
    font-family: fontawesome;
    font-size: 20px;
    margin: 0 5px 0 -24px;
    color: #f56627;
    transition: 0.3s;
}

.lis-deco li:hover {
    transition: 0.5s;
}

.inner-box h4 {
    text-align: left;
    padding-bottom: 10px;
    color: #f7f5e1;
    display: block;
    font-weight: 600;
}
.feature-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0;
    border-radius: 5px;
    transition: all 500ms ease;
}

.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 35px;
    background: #f3f3f3;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 24px;
    transition: all 500ms ease;
}



img.imag_5 {
    width: 100%;
    border-radius: 10px;
}

.bene_bxs {
    background-color: #f7f5e1;
    padding: 15px;
    text-align: center;
    border: 2px solid #f56627;
    border-radius: 10px;
    margin-top: 40px;
    height: 78%;
}

.im_bx img {
    width: 30%;
    display: block;
    margin: -61px auto 26px;
}

.benefits_h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.serv_sect-1 {
			margin-top: -30px;
	}

@media (max-width: 991.98px) {
	.row_one {
    display: block;
	}
	
	.home_three {
		padding: 50%;
	}
	
	.one_1 {
			display: flex;
			flex-direction: column-reverse;
	}
	
	.content_block_4 .content-box .inner-box {
    display: block;
	}
	.content_block_4 .content-box .inner-box .step-list li {
    position: absolute;
    display: inline-block;
    width: 154px;
    height: 154px;
	}
.content_block_4  {
    left: -117px;
}

	.content_block_4 .content-box .inner-box {
    width: 150px;
    height: 170px;
	}
	.home_two {
		padding: 50%;
	}
	
	.cleaning_area_section p {
    text-align: justify;
	}
	
	.home_one {
		padding: 40px 20px;
	}
	
	.cleaning_area_section h2, .h2_mdes, .h2_mdes_1, h2.main_h2, h2.extra_h2, .conten_var h2, .hot_h2, .home_one h2, .h2_mdes {
		font-size: 26px;
	}
	
	.cleaning_area_section_5 p {
    text-align: justify;
	}
	
	.immg-mble {
		display: block !important;
	}
	
}

.hero-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right,#3a3a3a8a,transparent);
}

.moder li {
    color: #000;
    font-weight: 500;
}

ul.moder {
    list-style: none;
}

.moder li {
    margin: 0 5px 0 0px;
    font-size: 16px;
    list-style-image: url(/wp-content/uploads/arrow-right-11.png);
    font-weight: normal;
    color: #fff;
    margin-bottom: 14px;
    padding-left: 0rem;
}

.tp-cta-area-two-bg {
    margin: -130px auto 0;
    max-width: 1390px;
    padding: 60px 44px;
    position: relative;
    z-index: 8;
}
.tp-cta-two {
    background: #3f0073;
    border-radius: 4px;
    padding: 60px 30px 50px;
    transition: all .3s ease-out 0s;
    display: flex;
    border: 10px double #01acf0;
    box-shadow: 0px 5px 10px #ccc;
    height: 100%;
}

ul.step-list-mb li h6 {
    margin-top: 20px;
    padding-left: 10px;
}
ul.step-list-mb li {
    width: 90%;
    background: #f56627;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 10px;
    display: flex;
}
ul.step-list-mb {
    list-style: none;
}

.immg-mble {
	display: none;
}
.sppb-addon {
    position: relative;
    bottom: 167px;
    text-align: center;
    color: #fff;
    /* display: flex; */
}
.sppb-addon-title {
    position: relative;
    bottom: 54px;
}
.tp-section-title-two {
    color: #000!important;
    font-size: 38px!important;
    text-align: center;
    font-family: fantasy;
    font-weight: 200;
}
.tp-cta-area-two {
    margin-top: 172px;
}
.tp-section-title-two span {
    color: #3f0073!important;
}
#section-id-1681167952008 {
    /* padding: 90px 33px; */
    text-align: center;
    height: 512px;
    background: #f7f7f7;
    padding: 60px 44px;
}
.sppb-addon h2 {
    font-size: 16px;
    line-height: 2;
    color: #fff!important;
    font-weight: 700;
}
h2.mbr-1 {
    color: #000000;
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 46%;
}
#sppb-addon-wrapper-1681167952038 {
    margin: 0 0 30px 0;
}
#sppb-addon-1681167952038 {
    box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1681167952038 .services-item {
    position: relative;
    z-index: 1;
    padding: 45px;
}
.sect_03 {
    text-align: center;
    padding: 20px 0px;
}
.sp-page-builder .page-content #section-id-1681167952008 {
    padding-top: 125px;
    padding-bottom: 100px;
    background-color: var(--tg-alice-blue-two);
    box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-1681167952038 .services-item .services-bg-shape svg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: .3s ease-in-out;
}
@media (min-width: 992px){
.sppb-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}}
.sp-pagebuilder-row, .sppb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 1200px){
.sppb-row-container {
    max-width: 1140px;
}}
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
    will-change: top;
}
#sppb-addon-1681167952038 .services-item {
    position: relative;
    z-index: 1;
    padding: 45px;
}
#sppb-addon-1681167952038 .services-content-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#sppb-addon-1681167952056 .services-content-top .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--maincolor);
    color: #ffffff;
    flex: 0 0 50px;
    line-height: 1;
    margin-right: 12px;
    transition: .3s ease-in-out;
}
#sppb-addon-1681167952038 .services-item {
    position: relative;
    z-index: 1;
    padding: 45px;
}
#sppb-addon-1681167952038 .services-content-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#sppb-addon-1681167952038 .services-item .services-bg-shape svg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: .3s ease-in-out;
}
#sppb-addon-1681167952038 {
    box-shadow: 0 0 0 0 #ffffff;
}
#sp-main-body .sppb-section .sppb-column-addons {
    postion:static;
}
#sppb-addon-1681167952038 {
    box-shadow: 0 0 0 0 #ffffff;
}
#sppb-addon-wrapper-1681167952038 {
    margin: 0 0 30px 0;
}
.sppb-column, .sppb-column-addons {
    position: relative;
    z-index: 1;
    width: 100%;
}
#sppb-addon-1681167952038 .services-item:hover .services-bg-shape svg {
    color: var(--maincolor);
}
#sppb-addon-1681167952038 .services-item {
    position: relative;
    z-index: 1;
    padding: 45px;
}
#sppb-addon-1681167952038 .services-item .services-bg-shape svg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: .3s ease-in-out;
}
.sppb-column {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bene_bxs-1 {
    background-color: #dee2e6;
    padding: 15px;
    text-align: center;
    border: 5px solid #0dcaf0;
    border-radius: 10px;
    margin-top: 40px;
    height: 90%;
}
.home_h3 {
	font-family: fantasy;
    font-size: 20px;
}
.contactnew h3 {
font-family: fantasy;
    font-size: 30px;
}
.tp-cta-two p {
    color: #fff;
    margin-bottom: 0;
    transition: all .3s ease-out 0s;
}
.tp-cta-two-icon {
        margin-top: -13px;
}
.tp-cta-two-text-title {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    transition: all .3s ease-out 0s;
    text-transform: capitalize;
    font-weight: 700;
}
.tp-cta-two:hover {
    background: #01acf0;
}
.section-title-wrapper-two {
        margin-top: 85px;
} 
.bg-gray-light {
    background: #f7f5e1;
    margin-top: 71px;
}
.before-section {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 29px;
}

.btn-primary1 {
    margin-bottom: 65px!important;
}
.tp-faq-img img {
    margin-left: -140px;
    margin-top: -45px;
    max-width: inherit;
}
.tp-faq-text {
    margin-top: -10px;
}
.set1 {
    background: url(http://samedaycarpetcleaninghenleybeach.au/wp-content/uploads/bg1.jpg) center center/cover no-repeat scroll;
    padding-top: 120px;
    padding-bottom: 227px;
}
.set1 .section-title-wrapper-two {
    margin-top:0px;
}
.services__box:hover {
    background: #01acf0;
    border-color: #01acf0;
}
.services__box {
    padding: 40px 20px;
    padding-left: 25px;
    /* border: 4px solid #3f0073; */
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 17px;
    z-index: 1;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0px 10px 5px #ccc;
    border-top: 5px solid;
}
.services__box::before {
    position: absolute;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    right: -90px;
    bottom: -90px;
    content: "";
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.services__box .s__icon {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #01acf0;
    line-height: 80px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
}
.services__box h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color:#000;
}
.services__box p {
    color:#000;
}
.services__right {
    padding: 0px 47px;
}
.services__right p {
    color:#000;
}

.services__area {
    padding: 60px 0px;
    border-spacing: #ccc;
    background: #f7f5e1;
}
.serv_sect-1 .tp-section-title-two {
    color: #fff!important;
    font-size: 36px!important;
}
.serv_sect-1 p {
    color: #000;
}
.faq .tp-section-title-two {
    color: #000!important;
    font-size: 36px!important;
    text-align: center;
}
.cleaning_area_section .tp-section-title-two {
   text-align:center;
}
.cleaning_area_section-5 .tp-section-title-two {
   text-align:center;
}
.cleaning_area_section p {
   color:#000!important;
}

.tips_p {
   color:#000!important;
   text-align:center;
}
.prices_section {

    color:#000!important;
}
.text-white-price {
    color:#000!important;
}
.Salisbury_h1 {
        color: #fff;
}
.iner_abt p {
	color:#000;
}

.for_inyup {
	margin-top: 150px;
}

@media (max-width: 480px) {
	.for_inyup {
		margin-top: 0px;
	}
}

.serv_sect-1 {background-color: #ccc;background-image: url(/wp-content/uploads/banner_services.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 10px 0px;text-align: center;}
/*** 