@charset "utf-8";
/* CSS Document */
.section-mobil{
	padding-top: 120px;
	
}
p.green{
	color: green;
}
.contact-us {
text-align : center;
padding-top : 60px;
padding-bottom : 60px;
}
.contact-us .row-title {
font-size : 19px;
font-weight : 700;
color : #3d5e98;
margin-bottom : 60px;
}
.contact-us .form-holder {
display : inline-block;
width : 100%;
max-width : 994px;
text-align : left;
}
.contact-us .form-holder .form-control {
height : inherit;
}
.contact-us .form-holder textarea {
min-height : 200px;
}
.contact-us .address-details {
text-align : left;
padding-left : 22px;
}
.contact-us .address-details .title {
font-size : 16px;
font-weight : 400;
color : #3b4155;
margin-bottom : 22px;
}
.contact-us .address-details h4 {
font-size : 15px;
font-weight : 400;
color : #2b74e3;
margin-bottom : 8px;
}
.contact-us .address-details p {
font-size : 15px;
font-weight : 300;
color : #62647b;
margin-bottom : 29px;
line-height : 24px;
}