body {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-family: 'Quicksand', sans-serif;
    text-align:center;
    font-weight:bold;
}

h4 {
    font-family: 'Quicksand', sans-serif;
    text-align:center;
    font-weight:bold;
}

.header {
	background:url("../img/bg.jpg") top center no-repeat;
	height: 350px;
	width: 100%;
}

.teamBox{
    border: 1px solid #cecece;;
    color: hsl(0, 0%, 27%);
    padding: 37px 18px;
    text-align:center;
}
.teamBox .team-icon i{
    position: relative;
    bottom: 0;
    color: hsl(0, 0%, 27%);
    display: inline-block;
    font-size: 46px;
    transition: all 0.2s ease 0s;
}
.teamBox:hover i{
    bottom:5px;
}
.teamBox .team-content h3{
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;hsl(0, 0%, 60%)
}
.teamBox .team-content p{
    color:hsl(0, 0%, 60%);
}
.teamBox .team-content .line{
    background:#000;
    height: 2px;
    margin: 22px auto;
    opacity: 0.2;
    width: 40px;
}
@media screen and (max-width: 990px){
    .teamBox{
        margin-bottom: 20px;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.serviceBox{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 78px;
    height: 78px;
    border-radius:3px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon{
    transform: rotate(45deg);
}
.serviceBox .service-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    background: #727cb6;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i{
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i{
    transform: rotate(-45deg);
}
.serviceBox .service-content{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px;
        height:300px;
    position: relative;
}
.serviceBox .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before{
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 17px;
    font-weight: 500;
    color: #324545;
    text-transform: uppercase;
    margin: 0 0 25px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title{
    color: #727cb6;
}
.serviceBox .description{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}

.serviceBox .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }

@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .serviceBox{ margin-bottom: 80px; }
}

.progress {
    position: relative;
	height: 25px;
}
.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}

.customerBox{
    border: 1px solid #cecece;;
    color: hsl(0, 0%, 27%);
    padding: 37px 18px;
    text-align:center;
    min-height:470px;
}
.customerBox .customer-icon {
    position: relative;
    bottom: 0;
    color: hsl(0, 0%, 27%);
    display: inline-block;
    font-size: 46px;
    transition: all 0.2s ease 0s;
    max-height:300px;
}
.customerBox:hover img{
    height:94%;
}
.customerBox .customer-content h3{
    font-size:14px;
    text-transform: uppercase;
    font-weight:600;hsl(0, 0%, 60%)
}
.customerBox .customer-content p{
    color:hsl(0, 0%, 60%);
}
.customerBox .customer-content .line{
    background:#000;
    height: 2px;
    margin: 22px auto;
    opacity: 0.2;
    width: 40px;
}
@media screen and (max-width: 990px){
    .customerBox{
        margin-bottom: 20px;
    }
}
