/* Services */

.services-section{
  width: 100%;
  z-index: -10;
  
}

.inner-width-services{
  max-width: 1500px;
  margin: auto;
  padding: 0 20px;
  z-index: -10;
}

.services-section h1{
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 80px;
  margin-top: 5%;
}

.services-section h1 strong{
  color: #fc7700;
}

.service{
  text-align: center;
  margin: 20px 0;
}

.service-icon{
  width: 60px;
  height: 60px;
  margin: auto;
  background: #35424a;
  border-radius: 50%;
  color: #ffffff;
  line-height: 60px;
  font-size: 25px;
  border: 2px solid #fc7700;
}

.service-name{
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
}

.service-desc{
  max-width: 400px;
  margin: auto;
  color: #333;
  font-size: 14px;
  text-align: justify;
}

.service-desc b{
    color:#fc7700;
}

.owl-dots{
  text-align: center;
  margin-top: 40px;
}

.owl-dot{
  width: 14px;
  height: 14px;
  background: #808080 !important;
  margin: 0 6px;
  border-radius: 14px;
  outline: none;
  transition: .3s linear;
}

.owl-dot.active{
  width: 36px;
  background: #fc7700 !important;
}

.owl-dot:hover{
  width: 36px;
  background: #fc7700 !important;
}




/* Media Queries */


@keyframes up{
  0%{
      opacity: 0;
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: translateY(-1rem);
  }
}

@keyframes slideIn{
  from{

  }
  to{
    transform: translateX(0);
  }
}



/* Media Queries */


@media screen and (max-width:700px) {
  .owl-dots{
    margin-bottom: 80px;
  }

}
