/* header part start  */
.nav1{
    background-color: black; 
}
.fa1{
    font-size: 27px;
    margin: 5px 0px 0px 15px;
    color: white;
}
.ul1{
    background-color: black;  
}
.nav2{
    color: white;
    font-size: 22px;
    font-weight: 500;
    margin-left: 10px;
}
.nav2:hover{
    color: white;
    border-bottom: 1px solid white;
    transition: 2s;
}
.mback{
    background-color: grey;
    height: 10vmax;
    color: white;
 }
 .main{
    padding: 30px 0px 0px 40px; 
}
.about{
    font-size: 7vmin;
    font-weight: 600;
}
/* header part end  */

/* contant part start  */
 .bg{
    background-color:#f3f3f3;
}
.ra2{
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    margin-left: 0px;
}
.pa{
    padding-top: 20px;
}
.cl1{
    background-color: #ffff;
}
.cl4{
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: black;
    font-size:1.3rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 2;  
}
.cl5{
    flex-wrap: wrap;
    height:auto;
    width: 80vmin;
    border: 2px solid #966;
    padding: 2px;
    margin-bottom: 30px;
}
.cl002{
    font-size: 2.2rem;
    font-weight: 600;
}
.cl003{
    height: 3vmin;
    width: 3vmin;
    justify-content: center;
    margin-bottom:5px;
}
.cl004{
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: black;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 2;
}
/* contant part end */

/* contact part start  */
.bg2{
    background-color: #d8b399;
}
.cl22{
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2;  
}
.cl23{
    font-size: 1.5rem;
    font-weight: 600;
}
.cl24{
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2;
    font-size: 1.3rem;  
}
/* contact part end  */

/* footer part start  */
.cl20{
    background-color: black;
    padding: 20px;
    color: white;
}
.cl21{
    font-family: 'Open Sans', sans-serif; 
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.8vmin;
    letter-spacing: 0.4px;
    color: #ffff;
}
.cl21:hover{
    color: #ffff;
    text-decoration: none;
}
.icon{
    height: 6vmin;
    width: 6vmin;
}
/* footer part end*/