.banner_area{
    height: 500px;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("../images/banner_web_design.jpg");
    background-size: 100% auto;

}
.banner_area h1{
    margin-top: 200px;
    color: #fff;
}
.owl-carousel .thumbnail{
    padding: 10px 10px;
}
.about_section img{
    width: 300px;
    float: left;
}
.about_section span{
    font-size: 20pt;
    font-weight: bold;
}
.career_area p{
    text-align: left;
}
@media screen and (max-width: 600px){
    .banner_area{
        height: 200px;
    }
    .banner_area h1{
        margin-top: 50px;
    }
    .about_section img{
        width: 100%;
    }
    .sticky-div{
        display: none;
    }
}