.content-103{
  background: #f3f3f3;
  padding-bottom:50px;
  font-family: Avenir,Arial,Helvetica;

}

.content-103 .sercies-title{
  text-align:center;
  padding: 50px 0;
}

.service-post {
  background: #fff;
  padding: 26px;
  text-align: center;
  min-height: 390px;
  cursor: pointer;
  position: relative;
  z-index: 12;
  background: #fcfcfc;
  margin-bottom: 30px;
  -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
}
.content-103 .service-content {
  position: relative;
  z-index: 13;
}
.content-103 .service-icon {
  margin: 10px 0 20px 0;
  width: 100px;
  height: 100px;
  border-radius: 25px;
  padding-top: 15px;
  text-align: center;
  border: 2px solid #f05a23;
  margin-left: auto;
  margin-right: auto;
  line-height: 50px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}
.content-103 .service-post:hover .service-icon {
  border-color: #fff;
}
.content-103 .service-icon i {
  font-size: 65px;
  color: #f05a23;
}
.content-103 .service-post:hover .service-icon i {
  color: #fff;
}
.content-103 .service-title {
   font-family: Avenir,Arial,Helvetica;
   font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
}
.content-103 .service-post:hover .service-title {
  color: #fff;
}
.content-103 .service-description {
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
   font-family: Avenir,Arial,Helvetica;
}
.content-103 .service-post:hover .service-description {
  color: #fff;
}


.content-103 .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0px;
  background: #33A2FF;
  -moz-transition: width, 250ms;
  -o-transition: width, 250ms;
  -webkit-transition: width, 250ms;
  transition: width, 250ms;
}
/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
  height: 100%;
}
.what_do {
  padding: 25px;
  color: #fff;
  font-size: 60px;
  font-family: Avenir,Arial,Helvetica;
}
.section_after_banner {
  background: #f05a23;
}
.about_home {
  padding: 100px 0px;
}
.about_home h2 {
  font-size: 50px;
  margin-bottom: 20px;
}
.about_home h3 {
  font-size: 30px;
}
.about_home p {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .about_home {
  padding: 50px 0px;
}
}
@media (max-width: 576px) {
  .about_home {
  padding: 50px 0px;
}
.about_home h2 {
  font-size: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.about_home h3 {
  text-align: center;
}
.about_home p {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}
}
.services-area {
  background-color: #fff;
}
.section-title {
  margin-bottom: 60px;
}
.section-title p {
  color: #777;
  font-size: 16px;
}
.section-title h4 {
  text-transform: capitalize;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-title h4:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.section-title h4:after {
  position: absolute;

  content: "";
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
  border-radius: 50%;
}


.bgs {
 border: 1px solid #eee;
 padding: 20px 10px ;
 min-height: 150px;
 text-align: center;
 margin-bottom: 30px;
}
.bgs h5 {
  overflow: hidden;
  font-size: 17px;
}

}
.bgs:hover {
  color: #333;
  background: #eee;
}
.card-counter{
  box-shadow: 2px 2px 10px #DADADA;
  margin: 5px;
  padding: 20px 10px;
  background-color: #fff;
  
  border-radius: 5px;
  transition: .3s linear all;
}
.card-counter:hover{
  box-shadow: 4px 4px 20px #DADADA;
  transition: .3s linear all;
  transform: scale(1.05);
}
.card-counter.primary{
  background-color: #fff;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.card-counter img{
  font-size: 8em;
  padding-left: 35px;
}
.card-counter .count-numbers{
 position: absolute;
 right: 60px;
 top: 10px;
 font-weight: bold;
 font-size: 50px;
 display: block;
}
.card-counter .count-name{
  position: absolute;
  right: 52px;
  top: 80px;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  /* opacity: 0.5; */
  display: block;
  font-size: 18px;
  line-height: 1.5;
}
