.home_background_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.home_background_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_content {
    position: absolute;
    left: 27%;
    bottom: 190px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 39px;
    padding-right: 42px;
}

.home_content h1 {
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5;
    text-shadow: 4px 3px 4px #A2A2A2;
}

.about {
    width: 100%;
    height: 400px;
}
.home_content{
    bottom:30%;
}
.abt_img01 img {
    border-radius: 10px;
    -webkit-box-shadow: 6px 10px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 10px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 10px 16px -13px rgba(0, 0, 0, 0.75);
    transition: transform 2s;
}

.abt_img01 img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.about_row2 {
    padding-top: 70px;
    padding-bottom: 120px;
}

.about_row2_title {
    display: block;
    color: #8fb63f;
    font-weight: 500;
}

.about_row2_title h1 {
    font-size: 30px;
    padding-bottom: 20px;
}
.about_benefit{
    padding-top: 70px;
    padding-bottom: 70px;
}
.about_benefit_point i{
    color:#8fd600;
    font-size: 20px;
}
.about_benefit_point p:hover{
    color:#097ce7;
    font-size: 18px;
}



@media only screen and (max-width: 575px) {
    .about {
        height: 250px;
    }

    .home_content {
        padding-top: 17px;
        padding-bottom: 11px;
        padding-left: 22px;
        padding-right: 24px;
        bottom: 59px;
        left: 50%;
        width:100%;
    }
    .services{
        padding-bottom: 46px;
    } 
    
    .home_content h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .home {
        height: 372px;
    }

    .about_row2_title {
        padding-top: 30px;
    }
    .about_benefit{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .phview_display{
        display: none;
    }
    .about_row2{
        padding-top: 30px;
    }
}