.footer{
    background-color: #0a3666;
    border: 1px solid black;
 }
 .footer .main_footer{
   margin-top: 38px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
  
 }
 .footer .main_footer .short_footer{
    height: 227px;
    width: 245px;
    margin: 0px 40px 0px 40px;
 
 }
 .footer .main_footer .short_footer .footer_head{
    height: 24%;
    display: flex;
    font-size: 20px;
    font-weight: 550;
    align-items: center;
    color: #fff;
  
 }
 .footer .main_footer .short_footer .footer_content{
    height: 18%;
    display: flex;
   
 }
 .footer .main_footer .short_footer .footer_content .icon1{
    width:15%;
    display: flex;
    align-items: center;
    justify-content: center;
   
 }
 .footer .main_footer .short_footer .footer_content .icon1 i{
    color: rgb(199, 195, 195);
 }
 .footer .main_footer .short_footer .footer_content .icon{
    width:15%;
    display: flex;
    align-items: center;
    justify-content: center;
   
 }
 .footer .main_footer .short_footer .footer_content:hover .icon i{
   margin-left: 7px;
   transition: .5s;
 }
 .footer .main_footer .short_footer .footer_content .icon i{
    font-size: 10px;
    color: rgb(199, 195, 195);
    transition: .5s;
    font-weight:bold;
 }
 .footer .main_footer .short_footer .footer_content .text1{
    width:85%;
    display: flex;
    align-items: center;
    color: rgb(199, 195, 195);
    font-size: 16px;
   
 }
 .footer .main_footer .short_footer .footer_content .text1 a{
    text-decoration: none;
    color: rgb(199, 195, 195);
 }

 .footer .main_footer .short_footer .footer_content .text{
    width:85%;
    display: flex;
    align-items: center;
    color: rgb(199, 195, 195);
    font-size: 16px;
    position: relative;
 
 }
 .footer .main_footer .short_footer .footer_content .text::before{
    content: '';
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    position: absolute;
 }
 .footer .main_footer .short_footer .footer_content .text:hover::before{
    width: 25%;
    top: 0;
    transition: .5s;
    border-bottom: 2px solid white;
 }
 .footer .main_footer .short_footer .footer_content .text a{
    text-decoration: none;
    transition: .3s;
    color: rgb(199, 195, 195);
    
 }
 .footer .main_footer .short_footer .footer_content .text:hover{
    letter-spacing: 2px;
    transition: .1s;
 }
 .footer .main_footer .short_footer .footer_social{
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
 }
 .footer .main_footer .short_footer .footer_social .social{
    width: 16%;
    height: 90%;
    margin-top: 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s;
    border: 1px solid white;
 }
 .footer .main_footer .short_footer .footer_social .social:hover{
    background-color:#fff;
    transition: .5s;
 }
 .footer .main_footer .short_footer .footer_social .social:hover i{
    color: rgb(12, 151, 151);
    transition: .5s;
 }



 .footer .main_footer .short_footer1{
    height: 227px;
    width: 245px;
    margin: 0px 40px 0px 40px;
  
 }
 .footer .main_footer .short_footer1 .footer_head{
    height:24%;
    display: flex;
    font-size: 20px;
    font-weight: 550;
    align-items: center;
    color: #fff;
    
 }
 .footer .main_footer .short_footer1 .sub_photo{
    height: 36.7%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
 }
 .footer .main_footer .short_footer1 .sub_photo .photo{
    height: 43px;
    width: 65px;
    border-radius: 5px;
    margin-top: 27px;
    border: 2px solid #fff;;
 }
 .footer .main_footer .short_footer1 .sub_photo .photo img{
    height: 100%;
    width: 100%;
 }
 .footer .main_footer .short_footer1 .sub_photo1{
    height: 36.7%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   
 }
 .footer .main_footer .short_footer1 .sub_photo1 .photo{
    height: 43px;
    width: 65px;
    border-radius: 5px;
    margin-bottom: 27px;
    border: 3px solid #fff;
 }
 .footer .main_footer .short_footer1 .sub_photo1 .photo img{
    height: 100%;
    width: 100%;
 }


 .footer .main_footer .short_footer2{
    height: 200px;
    width: 245px;
    margin: -25px 40px 0px 40px;
    
 }
 .footer .main_footer .short_footer2 .footer_head{
    height: 27%;
    display: flex;
    font-size: 20px;
    font-weight: 550;
    align-items: center;
    color: #fff;
  
 }
 .footer .main_footer .short_footer2 .sub_news{
    height: 35%;
    line-height: 18px;
    font-size: 16px;
    text-align: justify;
    color: rgb(199, 195, 195);
   
 }
 .footer .main_footer .short_footer2 .sub_news1{
    height: 35%;
    display: flex;
    align-items: center;
    
 }
 .footer .main_footer .short_footer2 .sub_news1 input{
    height: 36px;
    width: 150px;
    border-radius: 5px;
    background: none;
    color: rgb(199, 195, 195);
    border: 1px solid white;
 }
 .footer .main_footer .short_footer2 .sub_news1 a{
    text-decoration: none;
 }
 .footer .main_footer .short_footer2 .sub_news1 a .button{
    height: 36px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    transition: .6s;
    margin-left: 6px;
 }
 .footer .main_footer .short_footer2 .sub_news1 a .button:hover{
    background: #21b3ab;
    transition: .5s;
 }
 
 .footer .sub_footer{
    height: 58px;
    display: flex;
    border-top: .5px solid rgb(94, 93, 93);
 }
 .footer .sub_footer .part{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #fff;
    
 }
