
.about_top{
    background-image: url(../../image/about_us_background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    background-color: #0c092b;

}
.about_top h1{
    color: #ffffff;
    padding: 300px 10px 10px 40px;
    font-size: 40px;
    text-shadow: 2PX 2PX 2PX #333;
}
/*----------About Description Start------------*/
.about_body{
    display: flex;
    justify-content: center;
}
.about_text{
    width: 50%;
    padding: 10px 10px 10px 40px;
}
.about_text h1{
    font-size: 30px;
    padding: 20px 0px 0px 0px;
    
}
.about_text h1 b{
    color: #F25822;
}
.about_text p{
    width: 100%;
    padding: 10px 0px 0px 0px;
    text-align: justify;
}
.about_photo{
    width: 50%;
}
.about_photo img{
    width: 100%;
}

/*--------Start rateing Box  Section------------*/
.rateing{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: whitesmoke;
}
.rateing div{
    width: 300px;
    height: auto;
    text-align: center;
    padding: 10px;
    margin: 10px;
}
.rateing i{
    font-size: 40px;
    color: #F25822;
}
.rateing h3{
    font-size: 35px;
    padding: 10px;
}
.rateing p{
    font-size: 20px;
    color: #666;
}
