
*{
    padding: 0px;
    margin: 0px;
    outline: none;
}
body{
    font-family: "Roboto",sans-serif;
}

.footer1{
    background-color: #009eff;
    display: flex;
    justify-content: space-around;
    color: #fff;
    align-items: center;
    position: relative;
    margin-top: 80px;

}
.footer1 p {
    color: #fff;
    font-size: 22px;
    margin-top: 11px;
    margin-bottom: 10px;
    font-weight: 450;

}
.font-style{
   
    text-align: center;
    margin-bottom: -10px;
    font-family: "Arial",Roboto;
    font-weight: bold !important;
    font-size: 18px !important;
    margin-top: 20px !important;
}
.copy{
     font-family: 'Roboto';
     font-size: 14px;
     color: #ffffff;
     font-weight: 300;
     text-align: center;
     padding-top: 10px;
     margin-left: -70px ;
}
.title{
    color:#009eff; 
    font-weight: bold ; 
    font-size: 45px;
    text-align: right;

}
.logo{
    width: 140px;
    height: 170px;

}
.div_link{
   
    margin-bottom: 280px;
}
.div_link a{
    text-decoration: none;
}

.footer2{
    background-color: #ff0000; 
    height: 40px;
    position: relative;
    margin-bottom: 0px;
    
}

.menu_img{
    height: 30px;
    width: 30px;
    margin-left: 160px;
    cursor: pointer;
    
}
.menu_img_close{
    height: 18px;
    width: 18px;
    margin-left: 300px;
    margin-top: -5px;
    
    
}
.com{
    text-align: center;
    line-height: 2rem;
    margin-top: 10px;
    padding-right:30px ;
}


.menu_text{
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
}
.menu_text1{
    font-size: 13px;
    text-align: center;
    margin-left: 7px;

}
.Sub_menu_wrap{
    position: absolute;
    display: none;
    top: 70%;
    right: 9%;
    max-width: auto;
    text-decoration: none;
    z-index: 1;

    
}

.Sub{
    display: flex;

}

.Sub_menu{
    background: #ffffff;
    padding: 25px;
    margin: 5px;
    border-radius: 14px;
    padding-right: 12px;
    padding-left: 30px;
    padding-bottom: 40px;
    
}
.Icons_link{
    width: 50px;
    height: 50px;
    margin-top: 10px ;
    margin-left: 25px;
    
}
 .Icons_link:hover {
    background-color: rgba(166, 248, 248, 0.664);
    border-radius: 7px;
    padding: 1px;
} 
.Icons_link1{
    width: 55px;
    height: 53px;
    margin-top: 8px ;
    margin-left: 23px;
    margin-bottom: 0px;

    
}
 .Icons_link1:hover {
    background-color: rgba(166, 248, 248, 0.664);
    border-radius: 7px;
    padding: 1px;
} 
.Icons_link2{
    width: 50px;
    height: 50px;
    margin-top: 10px ;
    margin-left: 15px;
    margin-right: 9px;
    margin-bottom: 3px;
    
}
.Icons_link2:hover {
    background-color: rgba(166, 248, 248, 0.664);
    border-radius: 7px;
    padding: 1px;
} 

.hyp_styles{
    text-decoration: none;
}

p{
    text-align: justify;
    
}

.desc{
    font-size: 20px;
    text-align: justify;
    text-align-last: center;
    font-weight: 400;
    margin-top: -40px;
}

.desc_head_{
    font-weight: bold;
    text-align: center;
}
.under_con{
    text-align: center;
    font-size: 22px;
}

.go_to{
    text-align: center;
    margin-top: 7px;
    font-size: 20px;
    
}
.go_to_link{
    text-decoration: none;
}
.desc_head{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-top:-20px;
}
.go_to_space{
    margin-bottom: 110px;
}
.cont_img{
    height: 350px;
    width: 460px;
    margin-top: 60px;
    margin-left: 80px;  
    border-radius: 10px;  
}
.button_style{
    background-color: #009eff ; 
    border-radius:25px; 
    padding: 5px; 
    color: aliceblue; 
    pointer-events: all; 
    cursor: pointer; 
    margin-top: 20px;
    border: none;
    padding: 12px;
    width: 70%;
}
.contact_style{
    margin: 30px;
    margin-top: 3px;
    padding: 15px;
    text-align: center;
}
.contact_get_in{
    color: purple; 
    font-size: 20px;
}
.contact_head{
    font-family:'Roboto'; 
    font-weight: bold;
}

.form-control{
    color: #916eec;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px;

}
#mes_size{
    margin-top: 0.25rem; 
    text-align: right
}


/* Mobile */

 @media only screen and (min-width: 326px) and (max-width: 479px){ 
.Sub_menu_wrap{
    right: 4px;

}
.Sub_menu{
    padding: 6px;
    padding-right: 1px;
    padding-left: 3px;
    padding-bottom: 16px;
   }

.footer1{
    display: block;
    text-align: center;
    padding: 2px;
    margin-top: 60px;
    

}
.menu_img_close{
    margin-left: 255px;
}
.com{
    line-height: 1rem;
    margin-top: 3px;
    padding-right: 15px;
}
.footer1 p {
    font-size: 18px;
    text-align: center;

}

.copy {
   font-size: 12px; 
   text-align: center;
   margin-left: 10px;
}
.title{
    font-size: 35px;
}
.desc{
    font-size: 17px;
    word-spacing: -2px;
}
.go_to{
    font-size: 18px ;
}
.logo {
    height: 160px;
    width: 130px;

}
.desc_head_{
    margin-top: 100px;
}


 }
 /* 6 inch mobile */

  @media only screen and (min-width: 480px) and (max-width: 767px){
   .Sub_menu_wrap {
        right: 5%;
  }
   .Sub_menu{
    padding: 16px;
    padding-right: 2px;
    padding-left: 15px;
    padding-bottom: 32px;
   }
   .footer1{
    display: block;
    text-align: center;
    padding: 0.1px;
    
}
.desc_head_{
    margin-top: 100px;
}
.footer1 p {
    font-size: 16px;
    text-align: center;
}
.desc{
    font-size: 18px;
    word-spacing: -2px;
}
.go_to{
    font-size: 18px ;
}
.copy{
    margin-left: 10px;
}

}


 /* Tab */
 
 @media only screen and (min-width: 768px) and (max-width: 991px){ 
  .Sub_menu_wrap {
        right: 6%;
  }
  .footer1 p {
    font-size: 14px;

}
.Sub_menu{
    padding: 14px;
    padding-right: 1px;
    padding-left: 13px;
    padding-bottom: 25px;
   }

  }

/* bigscreen like Desktops */

  @media only screen and (min-width: 992px){ 
  .Sub_menu_wrap {
        right: 5%;
  }
  .Sub_menu{
    padding: 14px;
    padding-right: 1px;
    padding-left: 13px;
    padding-bottom: 28px;
   }
   .footer1{
    margin-top: 40px;
   }
  }
  @media only screen and (min-width: 1200px){
    .footer1{
        margin-top: 250px;
       }
    .Sub_menu_wrap{
        right: 7%;
    }
  }







 