.titlesection{
    font-family: 'MondaBold';
    font-size: 35px;
    text-align: center;
    margin-top: 36px;
    color: #1C3371;
}
.main_contact{
    margin-top: 30px;
}
.form-control {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-control:focus,.textarea-control:focus{
    outline: 0;
    border: 1px solid #ccc;
}
.form-group{
    margin-bottom: 15px;
}
.textarea-control{
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    font-family:'MondaRegular';
    font-size: 15px;
}
.textarea-control::placeholder{
    font-family:'MondaRegular';
    font-size: 15px;
}
.btnsend {
    background-color: #D4AF37;
    padding: 10px 30px;
    border: 0;
    font-family: 'MondaBold';
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px;
}
.center{
    text-align: center;    
}
.error{
    color: red;
    margin-top: 6px;
}
.notification .success{
    border: 1px solid green;
    padding: 5px 10px;
    margin-top: 15px;
}
.googlemap{
    margin-top: 40px;
}
.googlemap iframe{
    width: 100%;
}