.hotline{
    text-align: center;
    background-color: #201a5e;
    direction: ltr;
    padding: 3rem 15px;
    margin-top: 0px !important;
    font-size: larger;
}

.hotline a{
    color:  #f9cc13 !important;
}

.hotline span{
    color: #ffffff;
}

.hotline i {
    font-size: 1.3 rem;
    margin: 0px 10px;
}

.contact-section{
    direction: rtl;
    color: #201a5e !important;
}

.contact-section ul{
    padding-left: 4.5%;
    list-style-type: none;
}

.contact-section li{
    list-style-type: none;
    color: #201a5e !important;
}
.contact-section a{
    color: #201a5e !important;
}

label {
    color: #201a5e;
    margin-bottom: 10px;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    background-color: #201a5e !important;
    border-color: #f9cc13 !important;
}

.btn-send:hover{
    color: #201a5e;
    background-color: #f9cc13 !important;
    border-color: #201a5e !important;
}

.btn-send.disabled{
    background-color: #201a5e !important;
    border-color: #f9cc13 !important;
}
 
.navbar-brand img{
    width: 12rem;
}

@media(max-width:1250px){
    .navbar-brand img{
        width: 9rem;
        margin-top: 1rem;
    }
}

.w3agile_footer_grids{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}

.w3agile_footer_grid1{
    position: relative;
}
.w3agile_footer_grid2{
    position: relative;
}
.w3agile_footer_grid3{
    position: relative;
}

@media screen and (max-width:991px){
    .w3agile_footer_grids {
        justify-content: space-between;
    }
  
    .w3agile_footer_grid1{
        order:3;
    }

    .w3agile_footer_grid2{
        order:2;
    }

    .w3agile_footer_grid3{
        order:1;
    }

  }

  .green{
      color: #00e676 !important;
  }

  