﻿.serviceBox{
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(153, 153, 153, 0.63);
    box-shadow: 6px 4px 1px #eceeef;
    padding: 20px;
    text-align: center;

}
.serviceBox h3{
    color: hsl(207, 15%, 28%);
    font-size: 15px;
    text-transform: uppercase;
    margin:0;
}
.serviceBox .service-icon i{
    width: 70px;
    height: 70px;
    border-radius: 6%;
    background-color: hsl(207, 15%, 28%);
    color: hsl(0, 0%, 100%);
    font-size: 40px;
    line-height: 76px;
    margin: 21px 0;
    transition: all 0.3s ease-in-out 0.3s;
}
.serviceBox:hover .service-icon i{
    transform: rotate(360deg);
}
.serviceBox .service-content p{
    color:hsl(0, 0%, 53%);
    font-size:13px;
}
.serviceBox .service-content a{
    background:#5d8aa8;
    box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.3) inset, 0 1px 3px hsla(0, 0%, 0%, 0.1);
    border-color:transparent;
    color:#fff!important;
    font-size:13px;
    font-weight:bold;
    margin:0 0 -55px;
    padding: 10px 25px;
}
.serviceBox .service-content a:hover{
    background:hsl(207, 15%, 28%);
    text-decoration:none;
    border-color:transparent;
}
@media only screen and (max-width: 990px){
    .serviceBox{
        margin-bottom: 35px;
    }
}



.grow { transition: all .4s ease-in-out; }
.grow:hover { transform: scale(1.1); }




.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#999;
  font-size:15px;
  position:relative;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#337ab7;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#337ab7;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}



.dateyear{
	
    display: inline-block;

    color:#31708f;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 12px;
    /* padding-left: 10px; */
    margin-left: 7px;
    margin-top: 6px;
    text-decoration: none;

}


