.our-service-section .container-fluid {
  padding: 0;
}
.our-service-section .container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}

.our-info {
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .our-service-info {
    height: auto !important;
    padding-bottom: 100px;
  }
}
.head .our-service-info h2,
.head .our-service-info .h2 {
  margin: 90px 0 30px;
}
.head .our-service-info h2 strong,
.head .our-service-info .h2 strong {
  color: #fff;
}
.our-service-info h2,
.our-service-info .h2,
.our-service-info p {
  margin-left: 30px;
  margin-right: 30px;
}
.our-services-list-wrapper {
  padding: 0;
  position: relative;
}
.our-services-list-item {
	color: rgba(255,255,255,.8);
  background: #31353e;
  box-shadow: inset 5px 0 10px #22252d;
  padding-bottom: 50px;
  height: 585px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.our-services-list-item:hover {
  background: #ee4136;
  box-shadow: inset 5px 0 10px #bd332b;
}
.our-services-list-item h3 {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin: 45px 45px 15px;
}
.our-services-list-item p {
  margin: 0 45px 35px;
}
.our-services-list-item:hover .btn-u-red {
  background: #31353e;
}
.our-service-section .owl-buttons {
  position: absolute;
  top: 99px;
  left: 0;
  right: 0;
}
.our-service-section .owl-prev,
.our-service-section .owl-next {
  width: 45px;
  height: 45px;
  background: #ee4136;
  color: #fff;
  position: absolute;
  display: inline-block;
  cursor: pointer;
}
.our-service-section .owl-prev:hover,
.our-service-section .owl-next:hover {
  background: #31353e;
}
.our-service-section .owl-prev:after,
.our-service-section .owl-next:after {
  top: 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.our-service-section .owl-prev {
  left: 0;
}
.our-service-section .owl-next {
  right: 0;
}
.our-service-section .owl-prev:after {
  left: 18px;
  content: "\f104";
}
.our-service-section .owl-next:after {
  right: 18px;
  content: "\f105";
}
