
body {
    font-family: Arial, sans-serif;
   
    
    background-color: #f4f4f9;
}
.head-mobile .mobile-item{
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    height:60px;
    align-items: center;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1002;
  
   
 }
 
 .head-mobile .mobile-item .mobile-list a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #444444;
    text-align: center;
    justify-self:center;
 
 }
 header{
    height: 60px;
    background-color: #2386c8;
    width: 100%;
    
 }
 
 .navbar{
     background-color:#2386c8;
     position: fixed;
     top:0;
     margin: 0;
     padding: 0;
     width:100%;
    z-index: 1002;
    height: 60px;
 
   
 }
 
 .navbar-toggler{
     border: none;
     width:5%;
 
 
 
     }
     .navbar-toggler:hover{
       background-color: #519fd3;
     }
 
 
     .navbar-toggler i{
         color: #fff;
         height:10px;
         font-size: 30px;
     }
     .offcanvas{
         margin-top:52px;
        max-width: 22%;
        
     }
     .offcanvas .input-search{
         width: 100%;
         border: 0;
         font-size:16px;
         padding: 4px 6px;
         height: 35px;
         background-color: #fff;
 
     }
     .offcanvas .navbar-aside{
       list-style: none;
       margin-bottom: 20px;
     }
     .navbar-aside .navbar-aside-list{
       padding-bottom: 20px;
    
     }
     .navbar-aside .navbar-aside-list a{
       text-decoration: none;
       color: #444444;
       font-size: 14px;
       font-weight: 400;
     }
     .navbar-aside .navbar-aside-list :hover{
       color: #2386c8;
 
     }
     .navbar-aside .navbar-aside-list ul{
       list-style: none;
     }
     .navbar-aside .navbar-aside-list ul li a{
       padding-top:10px;
       width: 100%;
       font-size: 14px;
     }
       
     
     
     .container-navbar{
       padding-left: 20px;
       padding-right: 20px;
       display: flex;
       width: 100%;
       justify-content: space-between;
     }
     .header-fig{
       display: flex;
       align-items: center;
       width: 60%;
       
      
       
     }
     .header-fig .header-logo{
         width: 110px;
        
        
     }
     
      .header-menu{
         display: flex;
         list-style:none;
         
         
      }
      .header-menu .header-menu-list{
         padding-top:10px;
        padding-right: 20px;
        max-width: 100%;
        
      }
      
      .header-menu .header-menu-link{
         text-decoration: none;
         color: #fff;
      }
      .header-menu .header-menu-list .header-menu-link i{
         font-size: 14px;
         padding-left: 3px;
      }
      .header-menu .header-menu-list .header-menu-link span{
         font-weight: 300;
         font-size: 15px;
      }
     
      
      .header-menu .header-menu-list .login{
         border: 0.1px solid #f7eded;
         text-align: center;
        padding-top:3px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3px;
      }
      @media(min-width:992px){
       .head-mobile{
          display: none;
          width: 100%;
       }
         
       }
    
   
   @media (max-width:991px) {
    .header{
       display: none;
       width: 100%;
    }
    
    
   }
   @media (max-width:1200px) {
    .header{
       width: 100%;
    }
    .header-menu{
       margin-left: 0;
       margin-right: 0;
    }
 }
 
 
 /* --------end header------- */

.container-contact {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}

form {
 display: flex;
 flex-direction: column; 
 } 
label {
 margin-top: 10px;
 margin-bottom: 5px;
 font-weight: bold;
 color: #555;
 }

input, textarea, button {
 padding: 10px;
 font-size: 16px;
 margin-bottom: 15px;
 border: 1px solid #ddd;
 border-radius: 5px;
}  
form i{
    padding: 6px;

   
}



input:focus, textarea:focus {
 border-color: #007bff;
 outline: none;
 box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
 }

 button {
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
transition:  0.3s ;
}
button:hover {
    background-color: #0056b3;
 }
.info {
  text-align: center;
 margin-top: 20px;
 color: #666;
 }
 /* -----------start footer-main---------- */
.container-footer{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    
 }
 .container-footer .row .link{
    margin-top: 40px;
 }
 
 .container-footer .row h5{
    padding-right: 35px;
    padding-bottom: 5px;
    font-size: 20px;
    padding-top: 40px;
 }
 .container-footer .row a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding-top: 40px;
 }
 .container-footer .row ul{
    list-style: none;
 }
 .container-footer .row ul a{
  font-size: 14px;
  text-decoration: none;
  color:#444444
 }
 .container-footer .row ul a i{
 
    font-size:35px;
    padding-left: 20px;
 }
 .container-footer .row ul a .fa-square-facebook {
    color: #2386c8;
 }
 .container-footer .row ul a .fa-square-x-twitter {
    color: #000;
 }
 .col-left{
    display: flex;
    
 }
 .footer-botom{
    background: #F0F0F0;
   padding: 20px;
 }
 .footer-botom .row{
    display: flex;
    font-size: small;
   
 }
 .footer-botom .col-botom{
    direction: ltr;
 }
 @media(max-width:992px){
    .footer{
       display:none ;
       padding-top: 0;
    }
 }
 
 
 
 /* -----------end footer-main---------- */