.our-services{
    padding: 120px 0;
    min-height: 100vh;
    color: #000;
    z-index: 2;
}

.our-services a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

.our-services h3 {
font-weight: bold;
font-size: 1.5em;
}


.servces-items{
  height: 300px;
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid brown;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: medium none;
  padding: 67px 40px 64px;
  text-align: center !important;
}

.our-services .show-more{
  padding: 20px 0;
  text-align: center;
  font-size: 2em;
}

.our-services .show-more a{
  color: #8FBC8F;
}

.our_services_heading {
  margin-bottom: 60px;
  overflow: hidden;
  color: #f3f3f3;
}


.our_services_heading h2 {
  display: block;
  font-weight: 700;
  padding-top: 5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 3em;
}

.our_services_heading h2 span {
  color: brown;
}

.our_services_heading h3 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

.our_services_heading h3::before {
  background: brown none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}



.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.our-services .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.our-services .our-offer-carousel .owl-dots .owl-dot.active span {
  background: brown none repeat scroll 0 0;
  border-color: brown;
}





.our-services .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.servces-items .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .servces-items,
.our-services.center-active .single-item:nth-child(2n) .servces-items {
  background: brown none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .servces-items .fa,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .servces-items h3,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .servces-items p,
.our-services.center-active .single-item:nth-child(2n) .servces-items .fa,
.our-services.center-active .single-item:nth-child(2n) .servces-items h3,
.our-services.center-active .single-item:nth-child(2n) .servces-items p {
  color: #ffffff;
}



.servces-items h3 {
  font-weight: 600;
  text-transform: capitalize;
}

.servces-items p {
  margin: 0;
  font-size: 15px;
}

.our_service_paragraph p {
  text-align: justify;
  text-justify: inter-word;
}


.servces-items .fa,
.servces-items h3,
.servces-items p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.servces-items::after {
  background: brown none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  opacity: .7;
  z-index: -1;
}

.servces-items:hover::after {
  left: 0;
}


.servces-items:hover h3,
.servces-items:hover p {
  color: #ffffff !important;
}



.hideContent {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
}

.service-icon{
position: relative;
padding: 0;
margin-top: -5em;
}

.service-icon img{
 width: 140px;
}


.services_show_more {
position: relative;
margin-top: 1em;
background: brown;
padding: 10px 20px 10px 20px;
}


.services_show_more:hover {
border: 2px solid white;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}