.wedo_section .heading_container h2 {
  text-transform: none;
}
.wedo_section .section-heading h4{
  font-size: 16px;
  font-family: Arial, sans-serif;

}


.wedo_section {
  padding-top: 100px;
  top: 50px;
}

#services{
  top: 70px;
}

.features-small-services {
  cursor: pointer;
  /* display: block; */
  height: 500px;
  background: #000b47;
  box-shadow: 0 2px 48px 0 #f08204;
  -webkit-border-radius: 20px;
  z-index: 1;

  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  top: 70px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 40px;

}


.wedo_section .box {
  /* margin-top: 15px; */
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #ebe9e9;
  padding: 2px;
  border-radius: 10px;
  height: 300px;
}

.wedo_section .box .img-box {
  position: relative;
  width: 155px;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/image.png);
  background-size: 100% 100%;
}

.wedo_section .box .img-box:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  top: 53%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/orange.png);
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wedo_section .box .img-box img {
  width: 55px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.wedo_section .box .detail-box {
  margin-top: 10px;
  margin-left: 5px;
}

.wedo_section .box .detail-box h5 {
  font-weight: 300;
  font-size: 15px;
}

.wedo_section .box .detail-box a {
  display: inline-block;
  background-color: #000b47;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.wedo_section .box .detail-box a:hover {
  background-color: #f08204;
}

.wedo_section .box:hover .img-box:before {
  opacity: 1;
}

.wedo_section .box:hover .detail-box {
  margin-top: 15px;
  margin-left: 10px;
}

.wedo_section .box:hover .detail-box h5 {
  color: #f08204;
}

.about-right-content-services p {

  margin-top: 70px;
  /* margin-bottom: 35px; */
  color: #ffffff;
  /* font-weight: 900; */
  font-family: Arial, sans-serif;


}




.wedo_section .section-heading h6 {
color: #ebe9e9;
font-family: Arial, sans-serif;

}

.wedo_section .section-heading h6 em {
  font-style: normal;
  color: #f08204;
  font-family: Arial, sans-serif;
}

@media (max-width: 769px) {
  .wedo_section .box {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 20px;
  }
}

/* #sourceMappingURL=style.css.map */