.main{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
}
.header{
    width: 100%;
    height: 70px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header_sub{
    height: 70px;
    width: 10% ;
    /* border: 1px solid red; */
}
.header_sub img{
    height: 50px;
    width: 65%;
    margin: 10px 0px 0px 30px;


}
.header_sub1{
    height: 70px;
    width: 30% ;
    /* border: 1px solid red; */
    /* text-align: center; */
    margin: 30px 0px 0px 0px;
}
.a{
    color: white;
    font-size: 30px;
    margin: 10px 0px 0px 0px;
       font-family: sans-serif;

   

}
.b{
    color: red;
    font-size: 30px;
        margin: 10px 0px 0px 0px;
           font-family: sans-serif;

  

}
.header_sub2{
    height: 70px;
    width: 50% ;
    /* border: 1px solid red; */
    color: white;
    display: flex;
}
.header_sub2 ul{
       display: flex;
 
}
.header_sub2 ul li{
       list-style: none;
       margin: 10px 0px 0px 40px;
       font-size: 25px;
          font-family: sans-serif;

 
}
.header_sub2 ul li:hover{
    color:rgb(243, 168, 82);
}


.header_sub3{
    height: 70px;
    width: 20% ;
    /* border: 1px solid red; */
}
button{
    background: black;
    font-size: 15px;
    border: 1px solid red;
    color: white;
   margin: 15px 0px 0px 20px;
   height: 40px;
   width: 50%;
   font-family: sans-serif;
}
.footer{
    width: 100%;
    height: 300px;
    /* border: 1px solid black; */
    background: black;
    margin: 20px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer_sub1{
    width: 30%;
    height: 260px;
    /* border: 1px solid red; */

}
.footer_sub1_box{
    width: 100%;
    height: 50px;
    /* border: 1px solid red; */
    padding: 20px 0px 0px 0px;
}
.u{
    color: rgb(238, 127, 37);
    font-size: 40px;
    font-family: sans-serif;
}
.s{
    color:white ;
    font-size: 40px;
        font-family: sans-serif;

}
.footer_sub1_box1{
    width: 100%;
    height: 150px;
    color: white;
    /* border: 1px solid red; */
    text-align: justify;
    margin: 10px 0px 0px 0px;
    font-size: 17px;
}
.footer_sub2{
    width: 15%;
    height: 260px;
    /* border: 1px solid red; */

}
.footer_sub2_box{
    width: 100%;
    height: 40px;
    /* border: 1px solid red; */
    color: white;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px 0px 0px 0px;

}
.footer_sub2_box1{
    width: 100%;
    height: 20px;
    color: white;
    margin: 10px 0px 0px 0px;
}
.footer_sub3{
    width: 15%;
    height: 260px;
    /* border: 1px solid red; */

}
.footer_sub3_box{
    width: 100%;
    height: 40px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px 0px 0px 0px;


}
.footer_sub3_box1{
    width: 100%;
    height: 30px;
    color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;


    
}
.footer_sub3_box1 i{
    color:rgb(238, 127, 37) ;
    
}


.footer_sub4{
    width: 20%;
    height: 260px;
    /* border: 1px solid red; */

}
.footer_sub4_box{
      width: 100%;
    height: 40px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px 0px 0px 0px;

}
.footer_sub4_box1{
    width: 100%;
    height: 30px;
    color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;


    
}
.footer_sub4_box1 i{
    color:rgb(238, 127, 37) ;
    
}
.footer_sub4_box2{
   width: 100%;
    height: 40px;
    color: white;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 20px 0px 0px 0px;    
}
.footer_sub4_box3{
    width: 100%;
    height: 40px;
    color:rgb(238, 127, 37) ;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer_sub4_box3_block{
    width: 15%;
    height: 30px;
    /* border: 1px solid red; */
        /* text-align: center; */
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        font-size: 20px;


}
.footer_sub4_box3_block i{
}
.footer1{
    width: 100%;
    height: 60px;
    background: black;
     display: flex;
        align-items: center;
        justify-content: space-between;

}
.footer1_sub{
    width: 20%;
    height: 20px;
    color: white;
    /* border: 1px solid red; */
    margin: 0px 0px 0px 40px;
    font-size: 17px;
}
