

/* Service Box 1
====================================*/
.serviceBox_1 .icon_service {
    display: block;
    position: relative;
    margin-bottom:10px;
}
.serviceBox_1 .icon_service > h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-left: 3%;
    position: relative;
    margin-top:0;
}
.serviceBox_1 .icon_service i {
    display: inline-block;
    font-size: 20px;
    line-height:40px;
    height:40px;
    width:40px;
    text-align:center;
    background:#727CB6;
    color:#fff;
    border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.serviceBox_1 .service_1_detail {
    position: relative;
}
.serviceBox_1 .service_1_detail > h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    margin-left: 35px;
    line-height:20px;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.serviceBox_1 .service_1_detail > p {
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.serviceBox_1 a.read {
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	color: #555;
	font-size: 12px;
	font-weight: 600;
}
.serviceBox_1 a.read:hover,
.serviceBox_1 a.slider-read:hover:after
{
  left: 2px;
    color: #727CB6;
}
.serviceBox_1 a.read:after,
.serviceBox_1 a.slider-read:after {
  -webkit-transition: left 0.3ms ease;
  -moz-transition: left 0.3ms ease;
  -o-transition: left 0.3ms ease;
  transition: left 0.3ms ease;
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 0.5em;
}
.serviceBox_1 a.read:after {
    font-size: 112%;
}


/* service Box 2
====================================*/
.serviceBox_2 {
    padding: 5px 10px 20px;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
   
  
}

.serviceBox_2,
.serviceBox_2 i,
.serviceBox_2 p,
.serviceBox_2 h3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.serviceBox_2 p {
    margin: 0;
    font-family:lato,Helvetica,Arial,sans-serif;
}
.serviceBox_2 h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top:0;
}

.serviceBox_2 i {
    color: #fff;
    font-size: 2em;
    margin: 10px 0 22px;
    
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;

}

.serviceBox_2:hover {
    background:#727CB6;
    color: #fff;
    -webkit-transition: background-color 0.7s ease-in-out;
    -moz-transition: background-color 0.7s ease-in-out;
    -o-transition: background-color 0.7s ease-in-out;
    -ms-transition: background-color 0.7s ease-in-out;
    transition: background-color 0.7s ease-in-out;
}


.serviceBox_2:hover {
    background:#727CB6;
    color: #fff;
    -webkit-transition: background-color 0.7s ease-in-out;
    -moz-transition: background-color 0.7s ease-in-out;
    -o-transition: background-color 0.7s ease-in-out;
    -ms-transition: background-color 0.7s ease-in-out;
    transition: background-color 0.7s ease-in-out;
}

.serviceBox_2:hover h3,
.serviceBox_2:hover p
{
    color: #fff;
}
.serviceBox_2:hover i{
    color:#727CB6;
   
}


/* service Box 3
====================================*/
.service_3_detail{border:1px solid #E7E6E6;padding:0 10px;}
.service_3_img{overflow:hidden;}
.service_3_img img {
    width:100%;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out ;
    -moz-transition:all 0.4s ease-in-out ;
    -ms-transition:all 0.4s ease-in-out ;
    -o-transition:all 0.4s ease-in-out;
}

.serviceBox_3 > h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top:15px;
}
.serviceBox_3 > p {
    color: #747474;
    font-family: Pt Sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.serviceBox_3:hover .service_3_detail{border-bottom-color:#727CB6}
.serviceBox_3:hover img
{
    transform:scale(1.4);
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
}

.serviceBox_a {
    padding: 5px 10px 20px;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
   
  
}

.serviceBox_a,
.serviceBox_a i,
.serviceBox_a p,
.serviceBox_a h3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.serviceBox_a p {
    margin: 0;
    font-family:lato,Helvetica,Arial,sans-serif;
}
.serviceBox_a h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top:0;
}

.serviceBox_a i {
    color: #fff;
    font-size: 2em;
    margin: 10px 0 22px;
    
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;

}




   
}
/* ===================================================== */
/* 17. CLIENTS											*/
/* ===================================================== */
