@import url(https://fonts.googleapis.com/css?family=DM+Serif+Text|Work+Sans:400,500&display=swap);
@import url(all.min.css);
@import url(bootstrap.min.css);
@import url(magnific-popup.css);
@import url(menu.css);
@import url(owl.css);
@import url(aos.css);
@import url(animate.css);
@import url(flaticon.css);
@import url(custom-animations.css);
@import url(spacing.css);
@import url(img_resize.css);
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
*,
li,
ul {
  margin: 0;
  padding: 0;
}
.contact-page-img,
.page-wrapper,
.service-single-img,
.testimonials-outer,
.underline {
  position: relative;
}
.scroll-top,
a {
  cursor: pointer;
}
*,
.hero-section .container-fluid,
li,
ul {
  padding: 0;
}
.btn-style-two,
.hero-btn .theme-btn,
.social-style-one,
img {
  display: inline-block;
}
.about-us-img .about-img-title h3,
.pricing-box .price-rate .for,
body {
  font-family: 'Work Sans', sans-serif;
}
*,
.location .close,
a,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  outline: 0;
}
:root {
  --primary-color: #0c1824;
  --secondary-color: #0c1824e9;
  --accent-color: #0c1824;
  --highlight-color: #112030;
  --text-color: #37cce0;
}
* {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body {
  color: #797979;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.section-title-hint,
a {
  color: var(--text-color);
}
.price-btn a,
.pricing-box .price-rate *,
h1,
h2,
h3 {
  font-family: 'DM Serif Text', serif;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:focus,
a:hover,
a:visited {
  color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
}
h1 {
  font-size: 53px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

li,
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  background: #fff;
  overflow: hidden;
}
.theme-btn,
.theme-btn:hover,
a.theme-btn,
a.theme-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
footer:after,
header:after,
section:after {
  display: block;
  clear: both;
  content: '';
}
.logo-outer > .logo > a > img {
  border-radius: 10px !important;
}
.section-title-hint {
  margin: 47px 0 5px;
  line-height: 20px;
}
.section-title {
  line-height: 60px;
  color: var(--primary-color);
}
.theme-btn,
a.theme-btn {
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 14px 20px;
}
.btn-style-two {
  text-decoration: underline;
}
.blgo-details-content .date-admin li a,
.btn-style-two:hover,
.social-style-one:hover a:hover {
  color: var(--text-color);
}
.underline:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background: #fff;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.underline:hover:after {
  width: 100%;
}
.list-style-one li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 17px;
  margin: 0 18px -4px 0;
  background: url('../images/list.png') no-repeat;
}
.blgo-details-content .date-admin li:last-child:after,
.scroll-top {
  display: none;
}
.social-style-one a {
  font-size: 17px;
  margin: 0 13px;
  color: #fcdcd8;
}
.social-style-one a:first-child {
  color: var(--text-color);
  margin-left: 0;
}
.social-style-one a:last-child {
  margin-right: 0;
}
.social-style-one:hover a {
  color: #fcdcd8;
}
@keyframes fade {
  0%,
  100% {
    background-size: 0;
  }
  50% {
    background-size: 200px;
  }
}
.preloader {
  animation: 2s infinite fade;
  transition: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px;
  background-image: url(../images/preloader.svg);
}
.blog-page .loadmore-btn i,
.box-shape,
.scroll-top,
.services-page .loadmore-btn i,
.services-page .service-box:before {
  background: var(--primary-color);
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  -webkit-animation: 2s infinite pulse;
  animation: 2s infinite pulse;
}
.hero-btn,
.services-boxes {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.box-shape {
  position: absolute;
  width: 150px;
  height: 40%;
  max-height: 250px;
  top: 35px;
  -webkit-transform: translate3d(0, -35px, 0);
  transform: translate3d(0, -35px, 0);
}
input:not([type]),
input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  border: none;
  width: 100%;
  margin-bottom: 15px;
}
input:not([type]):focus,
input:not([type]):hover,
input[type='color']:focus,
input[type='color']:hover,
input[type='date']:focus,
input[type='date']:hover,
input[type='datetime-local']:focus,
input[type='datetime-local']:hover,
input[type='datetime']:focus,
input[type='datetime']:hover,
input[type='email']:focus,
input[type='email']:hover,
input[type='month']:focus,
input[type='month']:hover,
input[type='number']:focus,
input[type='number']:hover,
input[type='password']:focus,
input[type='password']:hover,
input[type='search']:focus,
input[type='search']:hover,
input[type='tel']:focus,
input[type='tel']:hover,
input[type='text']:focus,
input[type='text']:hover,
input[type='time']:focus,
input[type='time']:hover,
input[type='url']:focus,
input[type='url']:hover,
input[type='week']:focus,
input[type='week']:hover,
textarea:focus,
textarea:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero-section {
  padding-bottom: 200px;
}
.hero-contect {
  position: relative;
  max-width: 770px;
  margin-left: auto;
  margin-top: 60px;
  padding-right: 185px;
  padding-left: 50px;
}
.hero-contect .section-title {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 70px;
}
.hero-contect .hero-content-bottom {
  position: absolute;
  right: -30px;
  bottom: 0;
}
.hero-btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.hero-btn .theme-btn {
  margin-right: 30px;
}
.hero-img {
  position: relative;
  height: 776px;
  background: url(../images/Home/hero.jpg) 0 0 / cover no-repeat;
}
.pop-over {
  position: absolute;
  background: var(--secondary-color);
  height: 65%;
  width: 50%;
  left: 0;
  bottom: -120px;
}
.page-banner-area {
  padding-bottom: 30px;
}
.banner-content {
  position: relative;
  max-width: 425px;
  margin-left: auto;
  margin-top: 60px;
}
.banner-content .section-title,
.blgo-details-content .date-admin,
.blgo-details-content p {
  margin-bottom: 25px;
}
.banner-content .banner-bottom-img {
  position: absolute;
  right: -220px;
  bottom: -75px;
  max-width: 514px;
  z-index: 2;
}
.about-us-img,
.banner-img,
.blog-box,
.price-item-inner,
.pricing-box,
.services-boxes {
  position: relative;
}
.banner-img {
  height: 626px;
  margin-left: 65px;
  margin-right: -15px;
  background: url(../images/banner/banner.png) center right/cover no-repeat;
}
.banner-img .pop-over {
  height: 76%;
  width: 34%;
  bottom: -75px;
}
.service-details .banner-content {
  max-width: 630px;
  padding-right: 85px;
  padding-left: 50px;
}
.service-details .banner-img {
  margin-left: 150px;
}
.service-details .banner-bottom-img {
  right: -57.4%;
  bottom: -40px;
}
.service-details .pop-over {
  width: 527px;
  left: -193px;
}
.about .section-title,
.blog .section-title,
.contact .section-title,
.pricing .section-title {
  width: 690px;
}
.pricing .banner-img {
  background: url(../images/pricing/hero.png) center right/cover no-repeat;
}
.about .banner-img {
  background: url(../images/about/hero_banner.jpg) center right/cover no-repeat;
}
.servives .banner-img {
  background: url(../images/services/hero_ser.jpg) center right/cover no-repeat;
}
.residential .banner-img {
  background: url(../images/Redenditialcleaning/main-photo.webp) center
    right/cover no-repeat;
}
.commercial .banner-img {
  background: url(../images/Commercial/hero-img.jpg) center right/cover
    no-repeat;
}
.ShortTermCleaning .banner-img {
  background: url(../images/services/hero-big-str.jpg) center right/cover
    no-repeat;
}
.blog .banner-img {
  background: url(../images/blog/hero.jpg) center right/cover no-repeat;
}
.contact .banner-img {
  background: url(../images/contact/hero-top.png) center right/cover no-repeat;
}
.about-page,
.about-section,
.pricing-section,
.pricing-table,
.services-page,
.services-page.single,
.services-section {
  margin-bottom: 50px;
}
.services-boxes {
  display: flex;
}
.about-us-img .about-img-title,
.comment-section .comment-item,
.pricing-boxes,
.testimonial-single {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.service-box h6 {
  color: var(--text-color);
  margin: 30px 0 8px;
}
.comment-section .comment-item .comment-others h4 .replay a,
.service-box h3 a {
  color: #000;
}
.services-content {
  max-width: 675px;
}
.about-us-content p,
.services-content p {
  max-width: 510px;
}
.services-page .service-box {
  margin-bottom: 50px;
  position: relative;
}
.services-page .service-box:before {
  position: absolute;
  content: '';
  height: calc(100% - 15px);
  width: calc(100% + 25px);
  left: -50px;
  top: 35px;
  -webkit-transition: 1s;
  transition: 1s;
}
.services-page .service-box:last-child {
  display: table;
  margin-right: 0;
}
.services-page .service-box:last-child:before {
  left: -25px;
  width: 100%;
}
.blog-title-box h3 a,
.location .location-details *,
.services-page .service-box h3,
.services-page .service-box h3 a,
.services-page .service-box h6,
.services-page .service-box h6 a,
.services-page .service-box.active h3 a,
.services-page .service-box.active h6,
.services-page .service-box:hover h3 a,
.services-page .service-box:hover h6,
.team-box .team-des h3,
.team-box .team-des h6,
.team-box.active .team-des h3,
.team-box.active .team-des h6,
.team-box:hover .team-des h3,
.team-box:hover .team-des h6 {
  color: #fff;
}
.services-page .loadmore-btn {
  font-size: 20px;
  margin: 0 0 100px 15px;
}
.services-page .loadmore-btn i {
  color: #fff;
  margin-right: 15px;
  padding: 10px 15px;
}
.blgo-details-content,
.service-single {
  margin-bottom: 100px;
}
.blog-details,
.contact-page,
.service-single.img-right {
  margin-bottom: 250px;
}
.price-item h2,
.service-single-content .section-title,
.testimonial-details h4 {
  margin-bottom: 20px;
}
.contact-page-img .box-shape,
.service-single-img .box-shape {
  left: 0;
}
.about-us-img .about-img-title,
.pricing-box .price-rate {
  left: 30px;
  bottom: 30px;
  background: var(--secondary-color);
  position: absolute;
}
.service-single-content {
  padding-left: 45px;
}
.img-right .service-single-content {
  padding: 0 45px 0 0;
}
.about-us-content {
  max-width: 575px;
}
.about-us-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-right: 50px;
}
.about-us-img .box-shape {
  height: 50%;
  top: 55px;
  right: 0;
}
.about-us-img .about-img-title {
  width: 300px;
  height: 210px;
  z-index: 1;
  padding: 20px 25px;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-us-img .about-img-title h3 {
  color: #fff;
  line-height: 35px;
  margin-bottom: 0;
}
.pricing-boxes,
.testimonial-single {
  display: flex;
}
.pricing-box {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.pricing-box .price-rate {
  padding: 45px 25px 20px;
}
.pricing-box .price-rate * {
  color: #fff;
  display: block;
}
.price-item h2 span,
.price-item h3,
.pricing-box .price-rate .from {
  font-size: 22px;
}
.pricing-box .price-rate .price {
  font-size: 53px;
  margin: 15px 0 20px;
}
.pricing-box .price-rate .for {
  font-size: 25px;
}
.pricing-content {
  max-width: 660px;
}
.pricing-content p {
  max-width: 485px;
}
.price-item-inner {
  padding-left: 50px;
  margin-bottom: 85px;
  z-index: 1;
}
.price-item-inner .box-shape {
  max-height: none;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
  z-index: -1;
  height: 100%;
  width: calc(100% - 75px);
}
.price-item {
  padding: 50px 40px;
  margin-right: 20px;
  background: #fff9f9;
}
.price-item h2 {
  font-size: 53px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe4e4;
}
.price-item ul {
  text-align: center;
}
.price-item ul li {
  margin-top: 15px;
}
.price-btn {
  padding-top: 35px;
}
.price-btn a {
  color: #fff;
  font-size: 25px;
  -webkit-transition: 1s;
  transition: 1s;
}
.testimonial-section {
  margin-bottom: 48px;
}
.testimonial-section .owl-carousel .owl-item img {
  width: auto;
}
.testimonial-section .owl-nav {
  position: absolute;
  left: 355px;
  bottom: 35px;
}
.testimonial-section .owl-nav .owl-next,
.testimonial-section .owl-nav .owl-prev {
  float: left;
}
.testimonial-section .owl-nav .owl-prev {
  color: #fff;
  background: var(--primary-color);
  padding: 4px 15px;
}
.testimonial-section .owl-nav .owl-next {
  margin: 4px 0 0 25px;
  color: var(--text-color);
  background: 0 0;
}
.blog-box.big .blog-img,
.blog-page .row .col-md-12:nth-child(2) .blog-img {
  background: url(../images/Redenditialcleaning/blog-2.jpg) 0 0 / cover
    no-repeat;
}
.testimonials-outer .testi-quote {
  background: url('../images/qute.svg') center center/cover no-repeat;
  height: 152px;
  width: 163px;
  position: absolute;
  left: -80px;
  bottom: 20px;
  z-index: 5;
}
.testimonial-img {
  display: contents;
}
.testimonial-img img {
  margin-right: 75px;
}
.testimonial-details {
  padding-bottom: 75px;
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-page,
.blog-section {
  margin-bottom: 150px;
}
.blog-box {
  padding-left: 50px;
  padding-right: 20px;
  display: grid;
  margin-bottom: 100px;
}
.blog-box .blog-img {
  background: url(../images/Redenditialcleaning/blog-3.jpg) 0 0 / cover
    no-repeat;
  height: 400px;
}
.blog-box.big .blog-img {
  height: 638px;
}
.blog-title-box {
  max-width: 285px;
  color: #fff;
  background: var(--secondary-color);
  position: absolute;
  padding: 35px 40px 55px 35px;
  left: 0;
  top: 45%;
}
.blog-thumbnail,
.team-box,
.video-wrap {
  padding-left: 50px;
  position: relative;
}
.blog-title-box h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}
.blog-title-box h3 a:hover {
  font-style: italic;
}
.blog-page .row .col-md-12:first-child .blog-img {
  background: url(../images/Redenditialcleaning/blog-1.jpg) 0 0 / cover
    no-repeat;
}
.blog-page .row .col-md-12:nth-child(3) .blog-img {
  background: url(../images/Redenditialcleaning/blog-3.jpg) 0 0 / cover
    no-repeat;
}
.blog-page .blog-box {
  margin-bottom: 95px;
  padding-right: 80px;
}
.blog-page .blog-box .blog-img {
  height: 550px;
  margin-bottom: 50px;
}
.blog-page .blog-box .blog-title-box {
  top: 230px;
}
.blog-page .loadmore-btn {
  font-size: 20px;
  margin: 0 0 100px 65px;
  z-index: 9;
}
.blog-page .loadmore-btn i {
  color: #fff;
  margin-right: 15px;
  padding: 10px;
}
.blog-thumbnail {
  margin-bottom: 90px;
}
.blog-thumbnail .box-shape {
  min-height: 250px;
  left: 0;
}
.blog-thumbnail .thumbnail-img {
  background: url(../images/blog/blog-details.png) 0 0 / cover no-repeat;
  height: 626px;
}
.blgo-details-content h3 {
  margin-bottom: 25px;
  line-height: 35px;
}
.blgo-details-content .date-admin li {
  display: inline-block;
  font-size: 20px;
}
.blgo-details-content .date-admin li:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #797979;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 6px 5px 10px;
}
.blgo-details-content .theme-btn {
  background: var(--primary-color);
  display: inline-block;
  margin-top: 10px;
}
.blog-middle {
  margin: 50px 0;
}
.blog-img-middle {
  position: relative;
  z-index: 1;
}
.blog-img-middle .box-shape {
  min-height: 150px;
  left: 0;
  z-index: -1;
}
.comment-section .comment-item {
  display: flex;
  margin-bottom: 35px;
}
.comment-section .comment-item .comment-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}
.comment-section .comment-item .comment-others {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.comment-section .comment-item .comment-others h4 {
  color: #000;
  line-height: 26px;
}
.comment-section .comment-item .comment-others h4 .replay {
  float: right;
  margin-top: -12px;
}
.comment-section .comment-item.replay {
  padding-left: 75px;
}
.comment-section .comment-item:last-child {
  margin-bottom: 0;
}
.comment-section .comment-form {
  padding-top: 25px;
}
.comment-section input,
.comment-section textarea {
  border-bottom: 2px solid #797979;
  padding-bottom: 10px;
  margin: 25px 0;
}
.comment-section button {
  background: var(--primary-color);
}
.team-box {
  margin-bottom: 130px;
  z-index: 1;
}
.team-box .team-img-wrap {
  position: relative;
  padding-right: 20px;
}
.team-box .team-img {
  height: 522px;
  background-repeat: no-repeat;
  background-position: center;
}
.team-box .box-shape {
  height: calc(100% + 75px);
  width: 305px;
  left: -50px;
  -webkit-transition: 1s;
  transition: 1s;
  max-height: none;
  z-index: -1;
}
.team-box.small .team-img {
  margin-top: 0;
  height: 285px;
}
.team-box .team-des {
  margin-top: 25px;
}
.team-section .row .col-xl-4:first-child .team-img {
  background-image: url(../images/team/team-3.png);
  background-size: contain;
  background-position: left;
}
.team-section .row .col-xl-4:nth-child(2) .team-img {
  background-image: url(../images/team/team-1.png);
}
.team-section .row .col-xl-4:nth-child(3) .team-img {
  background-image: url(../images/team/team-2.png);
}
.team-section .row .col-xl-4:nth-child(4) .team-img {
  background-image: url(../images/team/team-4.png);
}
.team-section .row .col-xl-4:nth-child(5) .team-img {
  background-image: url(../images/team/team-5.png);
}
.team-section .row .col-xl-4:nth-child(6) .team-img {
  background-image: url(../images/team/team-6.png);
}
.video-wrap .box-shape {
  height: 210px;
  left: 0;
}
.video-wrap .video-img {
  height: 450px;
  margin-right: 40px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/about/video.png) center center/cover no-repeat;
}
.video-wrap .video-btn {
  background: var(--primary-color);
  position: absolute;
}
.video-wrap .video-btn a {
  display: block;
}
.video-wrap .video-btn img {
  margin: 25px;
}
.partner-section {
  margin-bottom: 230px;
}
.contact-item:first-child,
.location .location-details,
.partner-section .section-title-hint {
  margin-top: 0;
}
.partner-item {
  margin-top: 75px;
}
.partner-item img {
  opacity: 0.25;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
.partner-item img:hover {
  opacity: 1;
}
.location-details {
  margin-top: 30px;
}
.contact-item {
  margin-top: 20px;
}
.contact-img-bottom {
  position: absolute;
  bottom: 0;
  right: calc(100% - 50px);
  width: 240px;
}
.location .map {
  height: 600px;
}
.location .modal-dialog {
  max-width: 935px;
}
.location .modal-content {
  border: none;
  border-radius: 0;
  background: var(--primary-color);
}
.location .close {
  position: absolute;
  top: 20px;
  right: 30px;
  opacity: 1;
  z-index: 999;
  color: #fff;
  background-color: transparent;
  border: none;
}
.location .close span:before {
  font-size: 14px;
}
.map-outer iframe {
  width: 100%;
  height: 100%;
}
.map-outer {
  width: 100%;
  height: 500px;
}
.footer-contact-info {
  max-width: 310px;
  padding: 115px 0 33px;
}
.footer-contact-info > a {
  font-weight: 600;
}
.footer-contact-form {
  position: relative;
  padding: 105px 0 120px 135px;
  z-index: 1;
}
.footer-contact-form:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1200px;
  left: 0;
  top: 0;
  background: var(--primary-color);
  z-index: -1;
}
.footer-contact-form input,
.footer-contact-form textarea {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid;
}
.footer-contact-form input::-webkit-input-placeholder,
.footer-contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.footer-contact-form input::-moz-placeholder,
.footer-contact-form textarea::-moz-placeholder {
  color: #fff;
}
.footer-contact-form input:-moz-placeholder,
.footer-contact-form textarea:-moz-placeholder {
  color: #fff;
}
.footer-contact-form input:-ms-input-placeholder,
.footer-contact-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-contact-form .theme-btn {
  background: #fff;
  color: var(--text-color);
}
.copyright {
  margin-top: 158px;
}
.mobile-copyright p {
  color: #fff;
  margin: 45px 0 0;
}
@media (max-width: 480px) {
  .box-shape-st-1 {
    background: #faebd7;
  }
  .residential .banner-img {
    display: none;
  }
  .page-banner-area {
    padding-bottom: 10px;
  }
  .blog-img:first-child {
    background-image: url(assets/images/Redenditialcleaning/blog-2.jpg) !important;
  }
  .blog-img:nth-child(2) {
    background-image: url(assets/images/Redenditialcleaning/blog-3.jpg) !important;
  }
  .blog-img:nth-child(3) {
    background-image: url(assets/images/Redenditialcleaning/blog-1.jpg) !important;
  }
}
.owl-nav {
  display: none !important;
}
.footer-column h3 {
  text-align: left !important;
}

.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse12 1.5s infinite ease-in-out;
}

/* Responsive styling for dots on mobile */
@media (max-width: 768px) {
  .dot {
    height: 15px;
    width: 15px;
    margin-right: 8px;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .dot {
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 5px;
  }

  .dots-container {
    justify-content: center;
    margin: 0 auto;
  }
}

.dot:last-child {
  margin-right: 0;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse12 {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }

  50% {
    transform: scale(1.2);
    background-color: #6793fb;
    box-shadow: 0 0 0 10px rgba(178, 212, 252, 0);
  }

  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(178, 212, 252, 0.7);
  }
}
