@charset "utf-8";
/* CSS Document */

.web_service{ background: #fbfbfd none repeat scroll 0 0; padding-bottom: 80px;}
.sale-service {padding: 50px 30px;background: #fff none repeat scroll 0 0;border: 2px solid #fff;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;position: relative;box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);margin: 5px 0.5%; width: 32%; float: left}
.service-number {font-size: 55px;position: absolute;top: 25px;right: 25px;width: 60px;height: 55px;font-weight: 500;line-height: 55px;color: rgba(35, 61, 92, 0.07);border-radius: 0 0 0 10px;z-index: 1;-webkit-transition: all 0.3s;transition: all 0.3s;}
.service-icon {height: 60px;}
.service-icon img {display: block;height: 100%;}
.service-text {margin-top: 25px;}
.service-text h3 {font-size: 20px;color: #001238;letter-spacing: 1px;margin-bottom: 15px;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;display: inline-block;text-transform: capitalize;font-weight: 600;}
.service-text p{color:#7c8a97; line-height:32px; font-size: 14px;}
@media screen and (max-width:768px){
.web_service{ padding: 20px 0;}
.sale-service {width: 100%; float: none; margin-bottom: 10px;}
}