body {
font-family: 'Roboto', sans-serif;
}
p
{
    font-size: 16px;
    line-height: 26px;
}
a{
    text-decoration: none;
    
   }
.navbar-brand img{
width: 80px;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.bg-clr {
    background-color: #fff;
}

.banner-text {
    position: absolute;
    bottom: 28%;
    left: 9%;
    color: white;
    font-size: 55px;
    text-align: left;
}

.about-head {
    /* color: #1976d2; */
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}

.about-text {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.my-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 4px solid #9575cd;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    line-height: 23px;
    letter-spacing: 0px;
    font-size: 16px;
}

.my-card1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 4px solid #1976d2;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 16px;
}
.my-card2 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 55%;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 16px;
}
h5 {
    text-align: center;
}

.hhh {

    width: 100% !important;
    margin-left: 4%;
}
.about-img{
    border-top-left-radius:50px ;
    border-bottom-right-radius: 50px;
}
.form-btn{
    background-color: #9575cd;
    border-color: #9575cd;
    padding: 9px 22px 9px 22px;
    width: 100%;
}
.form-btn:hover{
    background-color: #9575cd;
    border-color: #9575cd;
    }
   
/* media-querry-start */
@media screen and (max-width: 764px){
    .banner-text{
        bottom: 40%;
    left: 14%;
    font-size: 25px;
    position: absolute;
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        display: block;
    }
    .navbar-toggler{
     margin-left: 41%;   
    }
    .hero-banner{
        height: 45vh;
    }
    .hhh {
margin-left: 0%;
    }
    .my-card2{
        width: 100%;
    }
    .res-about{
        text-align: center;
    }
    .about-head {
        font-size: 30px;
    }
    .hero-banner2{
        position: relative;
    }
}