@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family: 'Avenir Roman', Fallback, sans-serif;
	
}

@font-face {
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Roman'), url('avenir_roman_12.woff') format('woff');
    }

body,html {
  font-family: 'Avenir Roman', Fallback, sans-serif;
}

.contact-page {
    padding: 130px 0;
	width: 80%;
	margin: auto;
}

.contact-page .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
	font-family: 'Avenir Roman', Fallback, sans-serif;
	text-align: center;
	

}

.col-1 {
	flex:1;
	flex-direction:column;
	
}
.col-2 {
	flex:1;
	flex-direction: column;
}

.row {
	display:flex;
	width:100%;
	justify-content: space-between;
}

.col-3  {
	width: 45%;
	
}

.col-4 {
	width: 45%;
	

	
}

.col-5 {
	flex:1;
	width: 100%;
	
}

.contact-page .heading h2 span {
    color: #4070F4;
}

.contact-page .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
	text-align: center;
}

.contact-page .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
	width: 100%;
}


.contact-page button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #4070F4;
    color: #ffffff;
}

.contact-page .title h3 {
    font-size: 20px;
    font-weight: 600;
	line-height: 1.2;
}

.contact-page .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact-page .content .info {
    margin-top: 30px;
}
.contact-page .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact-page .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact-page .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}
10 with macShared