.menu>ul>li:hover{
    background:#FF3147;
}

.visibility_hidden{
    visibility:hidden;
}

.hide{
    display: none;
}

.banner__two{
    max-height: 80vh;
}

/* for nepali we need some padding up */
.nepali_padding{
    padding-top:.2rem;
}
.nepali_line_height{
    line-height: inherit;
}

.text-justify{
    text-align: justify;
}

.head_h4{
    color: #FF3147;
}

.bold-child-text > *{
    font-weight: bold;
}

.border-solid-circle{
    border:3px solid;
    border-radius:50%;
}

.border-solid-curved{
    border:1px solid;
    border-radius:10px;
}

.border-circle{
    border-radius:50%;
}

.z-index-2{
    z-index: 2 !important;
}

.list_hover_red li a:hover{
    color:red;
}

.hover_on_this:hover{
    color:black;
    background-color: #FF3147;
}
.width_50_per{
    width:50% !important;
}

.on_hover_box_shadow:hover{
    box-shadow: 0px 0px 5px black;
}

.padding_tb{
    padding:60px 0px;
}

.padding_top{
    padding-top:60px;
}

.padding_bottom{
    padding-bottom:60px;
}

.download_background:hover{
    background: #7200db;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 10px;
}