

/*-- services --*/
.mb-60 {
    margin-bottom: 60px;
}
.bg-clr {
   background: url("http://ce.eyoson.com/uploads/banner/index_team.jpg") no-repeat;

   position: relative;
}
.services-inner {
    border: 2px solid #e62c2c;
    transition: .3s;
    margin: 10px;
    background: #fff;
}
.our-services-icon {
    position: absolute;
    top: -15px;
   /* right: 50px;
    background: #fff;*/
    width: 80px;
    text-align: center;
}

.our-services-icon span.fa {
	font-size: 45px;
    color: #00bcd4;
}
.our-services-text {
    padding-right: 10px;
}
.our-services-text {
    padding: 28px 30px;
    height:200px;
}
.our-services-text h4 {
    color: #323648;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.our-services-text h4 i {
    color: #00bcd4;
    font-size: 28px;
    font-weight: 500;
}
.services-inner:hover i{
	color:red;
}
.our-services-wrapper:hover .our-services-icon{
    top: -15px;
    width: 80px;
    text-align: center;
    margin-left: 253px; 
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-text p {
    margin-bottom: 0;
}
.services p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}
h4.heading {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 700;
    color:red;
}
/*-- //services-- */
