.section-padding {
    padding: 35px 0px;
}

.lg-line {
    line-height: 20px;
    font-size: 29px;
}

hr.botm-line {
    height: 3px;
    width: 60px;
    background: #d7443e;
    position: relative;
    border: 0;
    margin: 0px 0 20px 0;
}
.sec-para {
    padding-bottom: 10px;
    margin-top: 20px;
	text-align: justify;
	color:#5f3333;
}
.more-features-box-text-icon {
    float: left;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    background: #375176;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.more-features-box-text-icon i {
    font-size: 18px;
    line-height: 26px;
}
.more-features-box-text-description {
    margin-left: 0px;
    margin-bottom: 0px;
}
.more-features-box-text-description h3 {
    padding-bottom: 15px;
}
.section-padding {
    background-attachment: scroll !important;
    background-color: transparent;
    background-image: url(../img/about/h2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    padding-top: 45px;
    position: relative;
}