.about-bg.top {
    background: rgba(0, 0, 0, 0) url("../images/aboutus/bottombg.jpg") no-repeat scroll center center;
    height: 400px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.about-us {
    max-width: 1160px;
}
.about-us h2 {
    font: 46px "Arial", Helvetica, sans-serif;
    font-size: 46px;
    color: #009bdb;
    text-align: center;
    margin: 35px 0 15px;
}
.about-us p {
    text-align: center;
    font: 18px "Arial", Helvetica, sans-serif;
    color: #484c55;
    margin-bottom: 40px;
}
.about-us-left {
    background-color: #009bdb;
    color: #fff;
    height: 400px;
}
.about-us-right {
    background: rgba(0, 0, 0, 0) url("../images/aboutus/about-us-right.jpg") no-repeat scroll center center;
    height: 400px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.media-left, .media > .pull-left {
    padding-right: 25px;
}
.about .media-left, .media > .pull-left {
    padding-right: 25px;
}

.about-us-left h2 {
    font-size: 36px;
    margin: 45px 0 23px;
}
.about-us-left p {
    font-size: 18px;
    margin-bottom: 20px;
}
.about-bottom {
    margin-top: 33px;
}
.about-bottom h2 {
    font-size: 36px;
    color: #009bdb;
    margin-bottom: 23px;
}
.about-bottom h4 {
    max-width: 885px;
    margin: 0 auto;
    font-size: 18px;
    color: #666666;
}
.about-bottom .media {
    margin-top: 25px;
}
.about-bottom .media-body {
    font-size: 16px;
    color: #666666;
}
.about-bottom .media-body span {
    font-weight: bold;
    color: #009bdb;
}
.about-bottom .bottom-text {
    max-width: 935px;
    text-align: center;
    margin: 35px auto 50px;
}


.hf-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
}
@media (min-width: 768px) {
    .hf-container {
        width: 375px;
    }
}
@media (min-width: 992px) {
    .hf-container {
        width: 485px;
    }
}
@media (min-width: 1325px) {
    .hf-container {
        width: 637px;
    }
}

.hf-container:before, .hf-container:after {
    content: " ";
    display: table;
}
.hf-container:after {
    clear: both;
}


@media (max-width: 767px){

    .about-us h2 {
        font-size: 24px !important;
    }
    .about-us p {
        font-size: 14px;
    }
    .about-us-left {
        height: auto;
        text-align: center;
    }
    .about-us-left h2 {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .about-us-left p {
        font-size: 14px;
        line-height: 16px;
    }
    .about-bottom h2 {
        font-size: 24px;
    }
    .about-bottom h4, .about-bottom .media-body {
        font-size: 14px;
    }
    .about .media-left, .media > .pull-left {
        padding-right: 25px;
        float: none !important;
        text-align: center;
        margin: 0 auto 10px;
    }
    .bottom-text {
        font-size: 14px;
        font-weight: bold;
    }
    .bottom-text a {
        display: block;
        max-width: 240px;
        margin: 20px auto 10px;
    }
    .about .hf-container {
        padding-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .about .hf-container {
        padding-bottom: 20px;
    }
    .about-us-left h2 {
        font-size: 33px;
        margin: 28px 0 18px;
    }
    .about-us-left p {
        font-size: 16px;
        line-height: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1324px) {
    .about-us-left h2 {
        font-size: 36px;
        margin: 30px 0 20px;
    }
    .about-us-left p {
        font-size: 18px;
        line-height: 23px;
    }

}
