.btn-yellow:hover {
    background-color: #09aeb8;
    color: #ffffff;
}
.btn-yellow {
    background-color: #ffd763;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 16px;
}


/*------------------------------------
# .0 Service Area
------------------------------------*/
.service_area {
    background-color: #f1f1f1;
}
.service_box {
    background-color: #fccc00;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
	margin-bottom:10%;
}
.service_box .service_img img {
    width: 100%;
}
.service_box .service_img {
    position: relative;
}
.service_box .service_img .icon-box {
    text-align: center;
    width: 77px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.service_box .service_img .icon-box i {
    line-height: 75px;
    font-size: 40px;
    color: #3d5bf9;
}
.service_box .service_img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #3d5bf9;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_box:hover > .service_img:before {
    opacity: .7;
    visibility: visible;
}
.service_box:hover {
    background-color: #3d5bf9;
    color: #ffffff;
}
.service_box:hover h2 {
    color: #fccc00;
}
.service_box .btn-yellow {
    width: 100%;
    display: block;
    background-color: #3d5bf9;
}
.service_box .btn-yellow:hover {
    color: #38373c;
}
.service_box:hover .btn-yellow {
    background-color: #fccc00;
}
.service_box:hover p {
    color: #ffffff;
}
.service_box .service_details {
    padding: 20px 0 0px;
}
.service_details h2 a {
    display: block;
}
.service_details h2 {
    font-family: "Teko", Arial, Helvetica, sans-serif;
    font-weight: 700;
	font-size:26px;
	text-transform:uppercase;
	color:#3d5bf9;
	letter-spacing:2px;
}
.service_details p {
    color: #000;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.service_center_left i {
    font-size: 50px;
}
