@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/*font-family: "Manrope", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*#### Common css start ####*/
.common-btn1 {
  position: relative;
  padding: 8px 15px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  border: 0;
  color: #fff;
  font-size: 16px;
}
.common-btn1 i {
  position: relative;
  margin-left: 5px;
}
.common-btn1:hover {
  color: #fff;
}

.common-btn2 {
  position: relative;
  padding: 8px 15px;
  background-color: #0a0505;
  border-color: #0a0505;
  border: 0;
  color: #fff;
  font-size: 16px;
}
.common-btn2 i {
  position: relative;
  margin-left: 5px;
}
.common-btn2:hover {
  background-color: #0a0505;
  border-color: #0a0505;
  color: #fff;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h3,
.common-title h2 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.common-title h4 {
  position: relative;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.common-title h4 span {
  position: relative;
  display: inline-block;
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 15px;
  margin-bottom: 10px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
}

.top-header-wrap {
  position: relative;
  width: 100%;
  background-color: #0d0b0b;
  padding: 8px 0px;
}

.top-head-left-wrap {
  position: relative;
  width: 100%;
}

.social-media {
  position: relative;
}
.social-media ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.social-media ul li {
  position: relative;
  margin-right: 12px;
}
.social-media ul li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
.social-media ul li a:hover {
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hed-contact-info {
  position: relative;
}
.hed-contact-info ul {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.hed-contact-info ul li {
  position: relative;
  margin-left: 20px;
}
.hed-contact-info ul li p {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}
.hed-contact-info ul li p a {
  color: #fff;
}
.hed-contact-info ul li p a i {
  color: #fff;
  width: 25px;
  height: 25px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.header-menu-wrap {
  position: relative;
  width: 100%;
}
.header-menu-wrap .navbar {
  position: relative;
}
.header-menu-wrap .navbar .logo-wrap {
  position: relative;
}
.header-menu-wrap .navbar .navbar-nav {
  position: relative;
}
.header-menu-wrap .navbar .navbar-nav li {
  position: relative;
  padding: 5px 12px;
}
.header-menu-wrap .navbar .navbar-nav li a {
  color: #182c31;
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  transition: all 0.5s;
}
.header-menu-wrap .navbar .navbar-nav li a:hover {
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.header-menu-wrap .navbar .navbar-nav li.active a {
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.head-right-wrap {
  position: static;
}

.head-right-wrap ul {
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-bottom: 0px;
}

.head-right-wrap ul li {
  position: relative;
  text-align: center;
  padding: 0px 10px;
}

.head-right-wrap ul li:last-child {
  padding-right: 0;
}

/*#### Header css end ####*/
/*### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .video-wrap {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.banner-wrapper .video-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(13, 11, 11, 0.81) 17.93%,
    rgba(13, 11, 11, 0.234) 75.13%
  );
  z-index: 1;
}
.banner-wrapper .video-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 105px;
  background-image: url(../images/banner-google-review-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.banner-wrapper .video-wrap video {
  position: relative;
  width: 100%;
  margin-bottom: -6px;
}
.banner-wrapper .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.banner-wrapper .banner-content-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.banner-wrapper .banner-content-wrap h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-wrapper .banner-content-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
}

/*### Banner css end ####*/
/*#### expertise section css start ####*/
.our-expertise-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.expertise-list {
  position: relative;
  width: 100%;
}
.expertise-list .expertise-img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.expertise-list .expertise-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.expertise-list .expertise-img .expertise-btn {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.expertise-list .expertise-img .expertise-btn i {
  position: relative;
  transform: rotate(-45deg);
}
.expertise-list h3 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.expertise-list h3 a {
  color: inherit;
}
.expertise-list p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 15px;
  margin-bottom: 10px;
}
.expertise-list:hover .expertise-img img {
  transform: scale(1.1);
}
.expertise-list:hover .expertise-img .expertise-btn {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*#### expertise section css end ####*/
/*#### about us css start #####*/
.about-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.about-left-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.about-left-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.about-left-img .about-experience-text {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/about-shape-img1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-left-img .about-experience-text .experience-year {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 5px;
}
.about-left-img .about-experience-text .experience-text {
  position: relative;
  font-size: 18px;
  color: #182c31;
  font-weight: 600;
}
.about-left-img:hover img {
  transform: scale(1.1);
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.about-right-content ul li {
  position: relative;
  width: 50%;
  color: #182c31;
  font-size: 16px;
  padding: 5px 0px;
  padding-left: 30px;
}
.about-right-content ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../images/listing-check-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/*#### about us css end #####*/
/*#### company-overview section css start ####*/
.company-overview-wrapper {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.company-overview-inner-wrap {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  border-radius: 10px;
  padding: 15px 15px 15px 30px;
  margin-bottom: -60px;
  z-index: 1;
}
.company-overview-inner-wrap .company-overview-right-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -80px;
  margin-bottom: -15px;
}
.company-overview-inner-wrap .overview-list {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-left: 1px solid #fff;
}
.company-overview-inner-wrap .overview-list h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.company-overview-inner-wrap .overview-list p {
  position: relative;
  width: 100%;
  color: #fff;
}

.company-overview-inner-wrap .col-12:first-child > .overview-list {
  border-left: 0;
}

/*#### company-overview section css end ####*/
/*##### Services section css start ####*/
.services-wrapper {
  position: relative;
  width: 100%;
}
.services-wrapper .services-inner-wrapper {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
  background-image: url(../images/services-section-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.services-wrapper .services-inner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.services-wrapper .services-inner-wrapper .common-title h3 {
  color: #fff;
}
.services-wrapper .services-inner-wrapper .srv-corner-shape-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background-color: #fff;
}
.services-wrapper .services-inner-wrapper .srv-corner-shape-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/services-round-corner-shape-bg.png);
}

#services-slider {
  z-index: 2;
}

#services-slider .services-sld-items {
  position: relative;
  padding: 0px 15px;
}

.services-wrap {
  position: relative;
  width: 100%;
}
.services-wrap .services-img {
  position: relative;
  width: 100%;
  -webkit-mask-image: url(../images/services-box-shape.png);
  mask-image: url(../images/services-box-shape.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.services-wrap .services-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.services-wrap .services-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 5, 5, 0) 31.06%, #0a0505 100%);
  z-index: 1;
}
.services-wrap .services-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  z-index: 2;
}
.services-wrap .services-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}
.services-wrap .services-content h3 a {
  color: inherit;
}
.services-wrap .services-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  display: none;
}
.services-wrap .services-btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.services-wrap .services-btn-wrap .services-btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.services-wrap .services-btn-wrap .services-btn i {
  transform: rotate(-45deg);
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services-wrap:hover .services-img img {
  transform: scale(1.1);
}
.services-wrap:hover .services-content p {
  display: block;
}
.services-wrap:hover .services-btn-wrap .services-btn {
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
}
.services-wrap:hover .services-btn-wrap .services-btn i {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services-slider .slick-arrow {
  z-index: 9;
  border: 1px solid #fff;
  background-color: #fff;
  color: #182c31;
  font-size: 20px;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}

#services-slider .slick-arrow:hover {
  color: #ff3a3a;
  background-color: #fff;
  border-color: #fff;
  transition: 0.5s;
}

#services-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

#services-slider .slick-arrow.slick-next {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

/*##### Services section css end ####*/
/*#### why-choose css start ###*/
.why-choose-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.why-choose-left-content {
  position: relative;
  width: 100%;
}
.why-choose-left-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.why-choose-left-content ul li {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #667086;
  padding: 5px 0px;
  padding-left: 25px;
}
.why-choose-left-content ul li::before {
  content: "\f061";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  color: #fff;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.choose-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  border: 1px solid #fadede;
  border-radius: 15px;
}
.choose-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.choose-list h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #182c31;
  font-weight: 600;
  margin-bottom: 15px;
}
.choose-list p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 15px;
  margin-bottom: 5px;
}

/*#### why-choose css end ###*/
/*#### first cleaning video section css start ####*/
.first-cleaning-video-wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0px 80px 0px;
}

.first-cleaning-video-wrap {
  position: relative;
  width: 100%;
}
.first-cleaning-video-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0a0505 1.42%, rgba(10, 5, 5, 0) 98.11%);
  z-index: 1;
}
.first-cleaning-video-wrap video {
  position: relative;
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.first-cleaning-video-wrap .first-cleaning-video-content {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  z-index: 2;
}
.first-cleaning-video-wrap .first-cleaning-video-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}
.first-cleaning-video-wrap .first-cleaning-video-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap
  .icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap
  .info {
  position: relative;
  padding-left: 5px;
  text-align: left;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap
  .info
  h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap
  .info
  h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.first-cleaning-video-wrap
  .first-cleaning-video-content
  ul
  .cleaning-call-wrap
  .info
  h4
  a {
  color: inherit;
}

/*#### first cleaning video section css end ####*/
/*#### when-you-need section css start ###*/
.when-you-need-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #fff6f6;
}
.when-you-need-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 35px;
  background-image: url(../images/when-you-need-shape-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.when-you-need-left-img {
  position: relative;
  width: 100%;
}
.when-you-need-left-img img {
  position: relative;
  width: 100%;
}

.when-you-need-right-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}

#when-you-need-slider .when-you-need-sld-items {
  position: relative;
  padding: 0px 10px;
}

.when-you-need-wrap {
  position: relative;
  width: 100%;
}
.when-you-need-wrap .when-you-need-img {
  position: relative;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.when-you-need-wrap .when-you-need-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 5, 5, 0) 50%, #0a0505 100%);
  z-index: 1;
}
.when-you-need-wrap .when-you-need-img img {
  position: relative;
  width: 100%;
  transition: all 0.5s;
}
.when-you-need-wrap .when-you-need-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  padding-bottom: 20px;
  text-align: center;
  z-index: 2;
}
.when-you-need-wrap .when-you-need-title .when-need-btn-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.when-you-need-wrap .when-you-need-title .when-need-btn-wrap .when-need-btn {
  width: 40px;
  height: 40px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}
.when-you-need-wrap .when-you-need-title h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.when-you-need-wrap .when-you-need-title p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s;
}
.when-you-need-wrap:hover .when-you-need-img img {
  transform: scale(1.1);
}
.when-you-need-wrap:hover .when-you-need-title .when-need-btn-wrap {
  opacity: 1;
  visibility: visible;
}
.when-you-need-wrap:hover .when-you-need-title p {
  display: block;
  opacity: 1;
  visibility: visible;
}

/*#### when-you-need section css end ###*/
/*#### our work section css start ###*/
.our-work-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

#our-work-slider .our-work-sld-items {
  position: relative;
  padding: 0px 10px;
}

.our-work-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  overflow: hidden;
}
.our-work-wrap .work-before-img {
  position: relative;
  width: 50%;
}
.our-work-wrap .work-before-img img {
  position: relative;
  width: 100%;
}
.our-work-wrap .work-before-img h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  z-index: 1;
}
.our-work-wrap .work-after-img {
  position: relative;
  width: 50%;
}
.our-work-wrap .work-after-img img {
  position: relative;
  width: 100%;
}
.our-work-wrap .work-after-img h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  z-index: 1;
}

/*### dots css end ####*/
#our-work-slider .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0px;
}
#our-work-slider .slick-dots li {
  position: relative;
  margin: 0px 4px;
}
#our-work-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#our-work-slider .slick-dots li button:before {
  content: "";
  width: 15px;
  height: 5px;
  background-color: #dedede;
  border: 1px solid #dedede;
  display: block;
  border-radius: 20px;
  transition: all 0.5s;
}
#our-work-slider .slick-dots li.slick-active button:before {
  width: 30px;
  height: 5px;
  background-color: #ff3a3a;
  border: 1px solid #ff3a3a;
}

/*### dots css end*/
/*#### our work section css end ###*/
/*#### testimonials css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/testimonials-section-bg.jpg);
  background-repeat: no-repeat;
}
.testimonials-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 5, 5, 0.9);
}
.testimonials-wrapper .common-title h3 {
  color: #fff;
}
.testimonials-wrapper .common-title p {
  color: #fff;
}

#testimonials-slider .testimonials-sld-wrap {
  position: relative;
  padding: 0px 10px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1.2px 1.2px 15px 0px rgba(0, 0, 0, 0.1);
}
.testimonials-wrap .auth-details {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-details .auth-icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .auth-details .reviews-form-img {
  position: relative;
  width: 40px;
  text-align: right;
}
.testimonials-wrap .auth-details .auth-name {
  position: relative;
  width: calc(100% - 90px);
  padding: 0px 10px;
}
.testimonials-wrap .auth-details .auth-name h4 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
.testimonials-wrap .auth-details .auth-name p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonials-wrap .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 16px;
  margin-bottom: 0px;
}

#testimonials-slider .slick-arrow {
  z-index: 9;
  border: 1px solid #fff;
  background-color: #fff;
  color: #182c31;
  font-size: 20px;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.1);
}

#testimonials-slider .slick-arrow:hover {
  color: #ff3a3a;
  background-color: #fff;
  border-color: #fff;
  transition: 0.5s;
}

#testimonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}

#testimonials-slider .slick-arrow.slick-next {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

/*#### testimonials css end ####*/
/*#### contact-booking css start #####*/
.contact-booking-service-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.contact-info-left-wrap {
  position: relative;
  width: 100%;
  padding: 30px 30px;
  background-color: #111214;
  border-radius: 15px;
  overflow: hidden;
}
.contact-info-left-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background-image: url(../images/contact-info-left-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  opacity: 0.8;
}
.contact-info-left-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info-left-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-info-left-wrap .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.contact-info-left-wrap .title .icon {
  position: relative;
  width: 35px;
  height: 35px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.contact-info-left-wrap .title .name {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  color: #fff;
}
.contact-info-left-wrap .contact-book-info-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact-info-left-wrap .contact-book-info-list h4 {
  position: relative;
  width: 100%;
  margin-bottom: 6px;
}
.contact-info-left-wrap .contact-book-info-list h4 span {
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-info-left-wrap .contact-book-info-list p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 10px;
}
.contact-info-left-wrap .contact-book-info-list p a {
  position: relative;
  color: inherit;
}

.booking-service-form-right {
  position: relative;
  width: 100%;
}
.booking-service-form-right .title {
  position: relative;
  width: 100%;
}
.booking-service-form-right .title h3 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.booking-service-form-right .title p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 15px;
  margin-bottom: 10px;
}
.booking-service-form-right .form-group {
  position: relative;
  width: 100%;
}
.booking-service-form-right .form-group .form-control,
.booking-service-form-right .form-group .form-select {
  position: relative;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 10px;
}
.booking-service-form-right .form-group .form-control:focus,
.booking-service-form-right .form-group .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #182c31;
}
.booking-service-form-right .form-group .form-control::-moz-placeholder,
.booking-service-form-right .form-group .form-select::-moz-placeholder {
  color: #667086;
}
.booking-service-form-right .form-group .form-control::placeholder,
.booking-service-form-right .form-group .form-select::placeholder {
  color: #667086;
}

/*#### contact-booking css end #####*/
/*#### brands section css start ####*/
.brands-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.brands-logo {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 5px 5px;
}
.brands-logo img {
  position: relative;
  margin: 0 auto;
  max-height: 40px;
}

/*#### brands section css end ####*/
/*request-free-cleaning css start*/
.request-free-cleaning-wrapper {
  position: relative;
  width: 100%;
}
.request-free-cleaning-wrapper .request-cleaning-bg {
  position: absolute;
  width: 100%;
  left: -30px;
  bottom: -20px;
  width: calc(100% + 60px);
  height: 60px;
  background-image: url(../images/request-quote-cleaning-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.request-free-cleaning-wrapper .request-cleaning-inner-wrap {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  padding: 10px 10px;
  padding-bottom: 0px;
  border-radius: 15px;
  margin-bottom: -40px;
  z-index: 2;
}
.request-free-cleaning-wrapper .request-cleaning-left-img {
  position: relative;
  width: 100%;
}
.request-free-cleaning-wrapper .request-cleaning-left-img img {
  position: relative;
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
  object-fit: contain;
}
.request-free-cleaning-wrapper .request-cleaning-right-content {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}
.request-free-cleaning-wrapper .request-cleaning-right-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
.request-free-cleaning-wrapper .request-cleaning-right-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

/*request-free-cleaning css end*/
/*### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
.footer-wrapper .footer-main-wrap {
  position: relative;
  width: 100%;
  padding-top: 120px;
  background-color: #0a0505;
  border-radius: 15px;
}

.footer-left-wrap {
  position: relative;
  width: 100%;
}
.footer-left-wrap .footer-logo {
  position: relative;
  width: 100%;
}
.footer-left-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  background: #ff3a3a;
  background: linear-gradient(to right, #ff3a3a 0%, #f3b72b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}

/**/
/*#### newsletter css start ####*/
.newsletter-main-wrap .left-title {
  position: relative;
  width: 100%;
}
.newsletter-main-wrap .left-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0px;
}

.newsletter-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 5px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 30px;
}
.newsletter-wrap .newsletter-input {
  position: relative;
  width: calc(100% - 165px);
  padding-right: 10px;
  padding-left: 30px;
}
.newsletter-wrap .newsletter-input::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/e-mail-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter-wrap .newsletter-input .form-control {
  position: relative;
  width: 100%;
  border: 0px;
  color: #738a97;
  font-size: 14px;
}
.newsletter-wrap .newsletter-input .form-control:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-wrap .newsletter-btn {
  position: relative;
  width: 165px;
  text-align: right;
}
.newsletter-wrap .newsletter-btn .common-btn1 {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 30px;
}

/*#### newsletter css end ###*/
.footer-main-wrap .footer-line {
  position: relative;
  width: 100%;
}
.footer-main-wrap .footer-line hr {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #abc6e9;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}
.footer-menu ul li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.footer-menu.colum2 ul li {
  width: 50%;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #fff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #fff;
}

/**/
.footer-copyright-wrapper {
  position: relative;
  width: 100%;
  padding: 15px 10px 20px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright-wrap {
  position: relative;
  width: 100%;
}
.footer-copyright-wrap p {
  position: relative;
  width: 100%;
  color: #838383;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

/*### Footer css end ####*/
/*#### Inner banner css start #####*/
.inner-banner-main-wrap {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.inner-banner-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
}
.inner-banner-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    281.15deg,
    rgba(53, 53, 53, 0) 2.25%,
    #0c0c0c 97.75%
  );
  z-index: 2;
}

.inner-banner-wrapper img {
  position: relative;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
  z-index: 1;
}

.inner-banner-wrapper .inner-banner-content {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-banner-wrapper .inner-banner-content h1 {
  position: relative;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-breadcrumb {
  position: relative;
  width: 100%;
}
.banner-breadcrumb .breadcrumb {
  position: relative;
  margin-bottom: 0;
}
.banner-breadcrumb .breadcrumb li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb li a {
  position: relative;
  color: #ff3a3a;
  font-size: 16px;
  font-weight: 600;
}
.banner-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f111";
  font-family: "fontawesome";
  font-size: 7px;
  margin-top: 10px;
  color: #ff3a3a;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h2 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 35px;
  margin-bottom: 25px;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #f3b72b;
  font-size: 30px;
  margin-bottom: 15px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #ff3a3a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #182c31;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #667086;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.cms-content ul li {
  position: relative;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #667086;
  margin-bottom: 8px;
}

.cms-content ul li:before {
  content: "\f111";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  left: 0px;
  top: 4px;
  color: #ff3a3a;
}

/*#### Inner banner css end #####*/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #ff3a3a;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #182c31;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f3b72b;
}

.quick-quote-wraper .quick-quote-form .btn-warning {
  padding: 12px 20px;
}

.quick-quote-wraper .form-control {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 12px 12px;
}
.quick-quote-wraper .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ff3a3a;
}

/*##### quick css end ###*/
/*#### About us page css start ####*/
.company-overview-wrapper.about-page-company-overview {
  padding-bottom: 40px;
}

.company-overview-wrapper.about-page-company-overview
  .company-overview-inner-wrap {
  margin-bottom: 0px;
}

/*#### About us page css end ####*/
/*#### Services page css start ####*/
.services-page-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.services-page-wrapper .services-wrap .services-btn-wrap .services-btn {
  background-color: #0d0b0b;
}

/*#### Services page css end ####*/
/*#### services details page css start #####*/
.services-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-details-content {
  position: relative;
  width: 100%;
}
.services-details-content ul {
  display: table-cell;
}

.services-left-img {
  position: relative;
  width: 40%;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}
.services-left-img img {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .services-left-img {
    position: relative;
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*#### services details page css end #####*/
/*#### FAQ Page css start ####*/
.faq-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.faq-wrap {
  position: relative;
  width: 100%;
}
.faq-wrap .accordion-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.faq-wrapper .accordion-button {
  position: relative;
  color: #000;
  font-size: 18px;
  box-shadow: none;
  padding-right: 42px;
}

.faq-wrapper .accordion-button::after {
  content: "+";
  font-family: "fontawesome";
  background-color: #c30000;
  color: #fff;
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(0);
  font-family: "fontawesome";
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background-color: #ff3a3a;
  color: #ffffff;
}

/*#### FAQ Page css end ####*/
/*#### Contact page css start ####*/
.contact-page-wrapper {
  position: relative;
  width: 100%;
}
.contact-page-wrapper .map-wrap {
  position: relative;
  width: 100%;
}
.contact-page-wrapper .map-wrap iframe {
  position: relative;
  width: 100%;
  height: 350px;
  border: 2px solid #ff3a3a;
}

/*#### Contact page css end ####*/ /*# sourceMappingURL=style.css.map */

/* 404 Page css */

.common-section404 {
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
.section-404 {
  text-align: center;
}
.section-404 .error {
  font-size: 150px;
  color: #e11712;
  text-shadow: 1px 1px 1px #e11712, 2px 2px 1px #e11712, 3px 3px 1px #e11712,
    4px 4px 1px #e11712, 5px 5px 1px #e11712, 6px 6px 1px #e11712,
    7px 7px 1px #e11712, 8px 8px 1px #e11712, 25px 25px 8px rgba(0, 0, 0, 0.1);
}
.section-404 .page {
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
    #services-slider .slick-arrow.slick-next {
	display: flex;
	justify-content: center;
	align-items: center;
}
#services-slider .slick-arrow.slick-prev {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-menu ul{
  margin-left: 0;
}
.footer-menu ul li a:hover{
	color: #f3b32c !important;
}


.single-services .services-left-img img {
	position: relative;
	width: 100%;
	max-height: 50vh;
	object-fit: cover;
}
.single-services .services-left-img{
  width: 100%;
}
.single-services .brands-wrapper {
	padding-top: 0;
}
.btn.common-btn1 {
	position: relative;
	padding: 8px 15px !important;
	background: linear-gradient(90deg, #ff3a3a 0%, #f3b72b 100%) !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 16px;
}
ul{
  margin-left: 0;
}


.services-wrap .services-img img {
	min-height: 292px;
}











.team-card{
position:relative;
overflow:hidden;
border-radius:20px;
}

.team-card img{
width:100%;
height:520px;
object-fit:cover;
transition:0.4s;
}

.team-card:hover img{
transform:scale(1.05);
}

/* Overlay */
.team-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:30px 25px;
color:#fff;
background:linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
transition:0.4s;
}

.team-overlay h4{
font-size:22px;
font-weight:700;
margin-bottom:5px;
}

.team-overlay span{
font-size:15px;
display:block;
margin-bottom:10px;
opacity:0.9;
}

.team-info{
max-height:0;
overflow:hidden;
transition:0.4s;
font-size:14px;
}

.team-card:hover .team-info{
max-height:200px;
}