/*********************************************
What we offer
********************************************/
.service-area {
  width: 100%;
}

.service {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.single-services {
  padding-bottom: 45px;
  position: relative;
}

.single-services .services-shape {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-services .services-shape::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 8px;
  left: 8px;
  border: 3px solid var(--primaryRed);
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-services .services-separator {
  width: 100%;
  height: 1px;
  background-color: #ededed;
  position: relative;
  position: absolute;
  bottom: 15px;
  left: 0;
}

.single-services .services-separator::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--primaryRed);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-services .services-items {
  position: relative;
}
.single-services .services-items .services-icon i {
  font-size: 42px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.single-services .services-items .services-content {
  padding-left: 30px;
  max-width: 280px;
}

.single-services .services-items .services-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.single-services .services-items .services-content .text {
  padding-top: 10px;
  font-size: 16px;
}

.single-services .services-items.services-color-1 .services-icon i {
  background: -webkit-linear-gradient(#d92b0e 0%, #fec401 100%);
  background: -o-linear-gradient(#d92b0e 0%, #fec401 100%);
  background: linear-gradient(#d92b0e 0%, #fec401 100%);
}
.single-services .services-items.services-color-2 .services-icon i {
  background: -webkit-linear-gradient(95deg, #d92b0e 0%, #fec401 100%);
  background: -o-linear-gradient(95deg, #d92b0e 0%, #fec401 100%);
  background: linear-gradient(185deg, #d92b0e 0%, #fec401 100%);
}
.single-services .services-items.services-color-3 .services-icon i {
  background: -webkit-linear-gradient(left, #d92b0e 0%, #fec401 100%);
  background: -o-linear-gradient(left, #d92b0e 0%, #fec401 100%);
  background: linear-gradient(to right, #d92b0e 0%, #fec401 100%);
}

.single-services.services-active {
  padding-bottom: 0;
  padding-top: 40px;
  margin-top: 118px;
}

.single-services.services-active .services-shape {
  bottom: auto;
  top: 0;
}
.single-services.services-active .services-separator {
  bottom: auto;
  top: 15px;
}
.single-services:hover .services-shape {
  background-color: var(--primaryYellow);
}
.single-services:hover .services-shape::before {
  border-color: #fff;
}
.single-services:hover .services-separator::before {
  width: 100%;
}

/*****************************************************
  *
  * ABOUT US SECTION
  *
  ******************************************************/
.nice-background .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.nice-background {
  padding-top: 120px;
  margin-top: 0px;
  position: relative;
  width: 100%;
}

#about-us,
#our-approach {
  width: 100%;
  background-image: url(/images/2.png);
  background-size: cover;
}

.container.glass1 {
  -webkit-box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
  box-shadow: 0px 0px 15px rgba(254, 196, 1, 0.75);
}
.about-section {
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}

.about-content {
  line-height: 1.6;
  padding: 1rem;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services.services-active {
    margin-top: 142px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service {
    margin-top: 0;
  }

  .single-services {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .single-services .services-shape {
    display: none;
  }

  .single-services .services-separator {
    display: none;
  }

  .single-services.services-active {
    margin-top: 30px;
    padding-top: 0;
  }

  .services {
    margin-top: 80px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-services .services-items .services-content {
    padding-left: 30px;
    padding-top: 0;
  }

  .services {
    margin-top: 80px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
}

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

  .single-services {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .single-services .services-shape {
    display: none;
  }

  .single-services .services-separator {
    display: none;
  }

  .single-services .services-items .services-content {
    padding-left: 0;
    padding-top: 25px;
  }

  .single-services.services-active {
    margin-top: 30px;
    padding-top: 0;
  }

  .services {
    margin-top: 80px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
}
