@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oxygen" rel="stylesheet');


body{
        font-family: Oxygen, Helvetica, sans-serif; 
}

.img-circular{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_1.jpg');
 background-size: cover;
 display: block;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
 border: 5px solid #f95418;
}

.img-circular2{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_2.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
}

.img-circular3{
 width: 140px;
 height: 140px;
  background-image: url('../../images/block/services/step_3.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
}

.img-circular4{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_4.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
}

.img-circular5{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_5.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
  margin-top:11px;
}

.img-circular6{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_6.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
    margin-top:13px;
}

.img-circular7{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_7.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
    margin-top:15px;
}

.img-circular8{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_8.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
    margin-top:17px;
}

.img-circular9{
 width: 140px;
 height: 140px;
 background-image: url('../../images/block/services/step_9.jpg');
 background-size: cover;
 display: block;
 float: left;
 border-radius: 100px;
 -webkit-border-radius: 100px;
 -moz-border-radius: 100px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 margin-right: 30px;
  border: 5px solid #f95418;
    margin-top:16px;
}

.circleborder {
width: 160px;
height: 160px;
border-radius: 150px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(URL) no-repeat;
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
 z-index: -1; position:relative;
}

.tailored:hover{
    text-shadow: 2px 2px 4px #ff675b;
    cursor: pointer;
}