@charset "UTF-8";

body {
    background-image: url("../images/bg.jpg");
}

.logo {
    border-radius: 50%;
    border: 15px solid #A1A1A1;
    width: 230px;
    height: 230px;
    margin-top: 65px;
}

.main {
	font-family: "Sanchez",sans-serif;
	font-weight: bold;
}

.arrow {
    color: white;
    margin-top: 25px;
    margin-bottom: 65px;
}

.bg-white {
    background-color: white;
}

.sign {
    width: 370px;
    height: 240px;
    padding-bottom: 10px;
}

.message {
    padding-top: 20px;
}

.calc {
    font-size: 75px;
    color: gray;
}

.services {
	width: 100%;
	background: #F5F5F5;
}
.services  .row {
	padding: 50px;
}
.services .services-header {
	text-align: center;
    margin-top: -50px;
}

.title {
	text-align: center;
	font-size: 40px;
	font-family: "Sanchez",sans-serif;
	font-weight: bold;
	word-break: keep-all;
    margin-top: 25px;
}
.services h3 {
	color: #9F8E8E;
	font-size: 15px;
	margin-top: 0;
}
.services .service-box {
	padding: 5px 5px 10px 10px;	
	word-break: keep-all;
}
.services .service-item {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.176);
}
.services .service-icon {
	background: #FFF none repeat scroll 0% 0%;
	padding: 20px 10px;
}
.services .service-icon .fa {
	font-size: 58px;
	color: #5E5E5E;
}
.services .service-icon a:hover{
	text-decoration: none;
}
.services .service-icon h3 {
	font-size: 24px;
	margin: 10px;
}
.services .service-box p {
	background-color: #E0E0E0;
	font-size: 15px;
	color: #777;
	padding: 20px;
	margin: 0px;
	word-break: keep-all;
}

.contact a {
    color: #576691;
    text-decoration: none;
    cursor: pointer;
}

.contact-box {
    color: #576691;
}

.contact-row {
    margin-top: 25px;
    margin-bottom: 25px;
}