*{
    direction: rtl !important;
    text-align: right !important;
    font-family: "IranSans";
}
::-webkit-scrollbar {
    width: 10px;
    cursor: pointer !important;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;

}

/* Handle */
::-webkit-scrollbar-thumb {
    background: dimgray;
    border-radius: 10px;
    cursor: pointer !important;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}
/*********/
::-ms-scrollbar {
    width: 10px;
    cursor: pointer !important;
}

/* Track */
::-ms-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    /*border-radius: 10px;*/
    cursor: pointer !important;

}

/* Handle */
::-ms-scrollbar-thumb {
    background: dimgray;
    border-radius: 10px;
    cursor: pointer !important;

}

/* Handle on hover */
::-ms-scrollbar-thumb:hover {
    background: darkgray;
    cursor: pointer !important;

}

.container-fluid
{
    padding-left: 0;
    padding-right: 0;
}
.menu
{
    z-index: 1000000 !important;
    /*min-height: 50px;*/
}
.menu .dropdown-menu{
    left: unset !important;
}
.menu ul{
    direction: rtl;
    /*padding: 0px !important;*/
}
.menu li a
{
    text-align: center !important;

}
.prlx1
{
    background: url("image/blackboard.jpg") center center fixed no-repeat;
    /*background-color: black;*/
    background-size: cover;
    /*min-height: 100px;*/
}
.prlx1 .span, .social-links .span
{
    /*font-size: 18px;*/
    /*margin-left: 30px;*/
    width: 40px;
    height: 40px;
    background-color: rgba(245, 245, 245, 0.10);
    border: 1px solid rgba(245, 245, 245, 0.10);
    text-align: center;
    padding: 10px;
    margin: 5px;

}

.nav-tabs .nav-item .active
{
    /*background-color: rgba(248, 249, 250, 0.3);*/
    /*color: black !important;*/
}
.nav-tabs .nav-link
{
    border-bottom: none;
}
.nav-tabs .nav-item .nav-link
{
    color: white;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link
{
    color: black;
    /*background-color: #fff;*/
    /*border-color: darkgrey darkgrey ;*/
}

.nav-tabs .nav-link
{
    /*border: none;*/
}
.card-img
{
    /*opacity: 0.3;*/
    border: none !important;
}

.slider
{
    background: url("/image/slider0.jpg") center center  no-repeat;
    background-size: cover;
    /*min-height: 300px;*/
}

.carousel-indicators
{
    /*margin-right: 20px ;*/
}
.carousel-caption p
{
    text-shadow: 0.5px 0.5px black;
    /*color: #c5c5c5;*/

}
.carousel-caption h3
{
    text-shadow: 2px 2px rgba(0, 0, 0, 0.44);
}

td
{
    padding: 0px !important;
    padding-right: 7px !important;

}

td a
{
    padding: 3px !important;
    margin: 2px;
}
.form1 .col-sm-6, .form1 .col-12
{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.footer
{
    overflow-x: hidden;
}
.footer ul li
{
    list-style: none;

}
.footer ul
{


    padding-inline-start: 5px !important;


}
.footer ul li a
{
    color: rgba(245, 245, 245, 0.56) !important;
    font-size: 11px;

}
.about
{
    /*background: url("image/blackboard.jpg") center center fixed no-repeat;*/
    background: url("image/slider0.jpg") center center fixed no-repeat;

    background-size: cover;
    /*min-height: 100px;*/
    color: whitesmoke;
}
.on-board
{
    opacity: 0.75;
}