html,body{
    direction: rtl;
    font-family: Yekan;
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
}
ul{
margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
.shoar{
    height: 40px;
    line-height: 40px;
}
.navbar-brand{
    font-family: 'Major Mono Display';font-size: 22pt !important;
}
.vazir{
    font-family: vazir;
}
.menu1{
    transition: all 50ms;
    font-size: 14.5pt;
}
.menu1:hover{
    border-bottom: 4px  solid #ff9900;

}
.megaMenu{
    position: absolute;
    top: 55px;
    width: 100%;
    right: 0;
    left: 0;
    height: 330px;
    background: #fbfbfb;
    padding: 25px;
    border-radius: 3px;
    z-index: 100;
    text-decoration: none;
    box-shadow: 0 10px 10px rgba(19, 6, 8, 0.11);
}
.megaMenuli{
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    transition: all 100ms ;
    border-radius: 3px;
    width: 100%;
    font-size: 13pt;
}
.megaMenuli:hover {
   /* border-bottom: 7px  solid #ff9900;*/

    background: rgba(203, 203, 203, 0.55);

}
.megaMenuli:hover .megaMenulia{
    color: red !important;
}
.searchIcon1{
    top: 0px;
    left: 0px;
    font-size: 20px;
    width: 44px;
    height: 38px;
    text-align: center;
    line-height: 36px !important;
    color: white;
    background: gray;
    border-radius: 4px 0 0 4px;
    position: absolute;
    cursor: pointer;
}
