/* ===================================
   Services
====================================== */
.about-secSS {
  background-color: #d43030;
  position: relative;
  overflow: visible;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 200px;
}

#about-header-svgSS {
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  transform: rotateY(-180deg);
  z-index: 11;
  height: 200px;
}

.about-sec {
  background-color: #fbfbfb;
  position: relative;
  overflow: visible;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 200px;
}

#about-header-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  transform: rotateY(-180deg);
  z-index: 11;
  height: 200px;
}

.service-detailsSS {
  transform: translateY(-132px);
  /*transition: .8s ease all;*/
}

.service-detailsSS h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.service-detailsSS h1 span {
  color: #202020;
}

.service-detailsSS p {
  width: 70%;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 0;
}
.service-detailsSS a {
  margin-top: 60px !important;
}

.about-secSS .services-area .services {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.about-secSS .services-area .services .service-card {
  margin-bottom: 80px;
}
.about-secSS .services-area .services:last-child .service-card,
.about-secSS .services-area .services:nth-child(3) .service-card {
  margin-bottom: 0;
}

.about-secSS .services-area .services:nth-child(3),
.about-secSS .services-area .services:nth-child(4) {
  transform: translateX(150px);
}

.about-secSS .services-area .services .service-card .icon-holder {
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.about-secSS .services-area .services .service-card .icon-holder i {
  color: #ffffff;
  font-size: 120px;
}
.about-secSS .services-area .services:hover .service-card .icon-holder {
  animation: 0.8s pulse infinite;
  /*transform: translateY(-10px);*/
}

.about-secSS .services-area .services .service-card .card-heading {
  color: #32301f;
  font-size: 28px;
  font-family: Oswald, sans-serif;
  transition: 0.5s ease;
  font-weight: 300;
  text-transform: initial !important;
}

.about-secSS img {
  position: absolute;
  z-index: 1111;
  left: 300px;
  transform: rotate(-6deg);
  bottom: -100px;
}
#banner_svgSS {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotateY(-180deg);
  z-index: 1;
  height: 200px;
}

@media screen and (max-width: 991px) {
  #banner_svg {
    bottom: -1px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  #banner_svg {
    bottom: -1px;
    height: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  #banner_svg {
    height: 100px;
  }
}
