@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


body {
    margin: 0;
    font-family: Roboto ;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    overflow-x: hidden;
    image-rendering: -webkit-optimize-contrast;
}
a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0px;
}

p {
    padding: 0;
    margin:0;
}
.fr-500{
    font-weight: 500;
}
.padd-80{
    padding-top: 80px;
}

/* --------about us----------- */
.aboutus{
    margin-top: 40px;
}
.aboutus .row{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 80px;
}
.aboutus .about_img img{
    width: 100%;
}
.aboutus .about_txt{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: roboto;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.aboutus .big{
    font-size: 24px;
    font-weight: 500;    
}
.aboutus .bold{
    font-weight: bold;
}
.aboutus .red_txt{
    color: #D11712;
    font-weight: 500;
}

@media screen and (max-width: 576px){ 
    .aboutus .right_txt{
        margin-top: 30px;
        padding: 0px;
    }
    .right-pad-65{
        padding-right: 0px !important;
    }
    .contact_us .contact_body .contact_title{
        font-size: 47px;
    }
}
