.header_title_out {
    overflow: hidden;
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 50px;
    background: url(../images/title_dark.png) center bottom no-repeat;
}
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');


.header_font{
    font-family: 'Open Sans', sans-serif;
/*     font-weight: 500;
 */    color: black;
}

.parul_background{
    background: url(../images/parul_background.jpg) no-repeat center center fixed;
    min-height: 650px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.parul ul {
    margin: 2em 0;
}

.parul li {
    margin: 1em;
    /*margin-left: 3em;*/
    font-size: 16px;
    font-weight: 600;
    color: #9c5353;
    list-style:none;
    padding-top: 20px;
}

.parul li:before {
    content: '\f006';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #9c2a0d;
}
.form-control2{
    height: 248px;
    width: 100%;
    color: #878787;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #e2e4e8;
    background-color: #f7f7f7;
}