*{
  margin: 0px;
  padding: 0px;
}
body,p,span,b,i,u,li,a,div,
label,input,button,select,option,
h1,h2,h3,h4,h5,h6,table,td,th
{
  font-family: 'ShabnamLightFD';
}
h1{
  font-size: 32px;
}
h2{
  font-size: 24px;
}
body{
  background-color: #fff;
 
}

#beforeMenu
{
 background: #222;
}
#beforeMenu
{
 height: 60px;
 line-height: 60px;
 font-size: 14px;
 color: #9b77a8;
}
#beforeMenu span, #beforeMenu a{
  color: #DBD9EF;
}
#beforeMenu i
{
    color: #fff;
    margin-left: 10px;
}

#topMenu
{
 background: #fff;
 border-bottom: 1px solid #eee;
/* margin-bottom: 10px;*/
}
#topMenu a
{
 color: #555;
 font-weight: lighter;
}
#topMenu a:hover
{
 color:#0439a0;
}
.navbar-toggler
{
 border: 1px solid #212529;
}
.navbar-toggler-icon
{
 color: #333;
}
.navbar-brand.title
{
 font-family: 'ShabnamBoldFD';

}
#subTitle{
 color: #aaa;
 font-size: 15px;
}
.carousel-caption
{
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
}

.crop {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

.crop img {
    width: 100%;
    height: 300px;
    margin: 0px 0 0 -100px;
    object-fit: cover;
    object-position: 100% 0;
}
    
#btnRegister,#search{
  font-size: 13px;
}

#blockTop{
  min-height: 55px;
  background: #eee;
  padding-top: 10px;
}

#search{
  border-radius: 5px;
}

#btnSearch{
    background: transparent;
    border: none;
    position: relative;
    left: 20px;
    top: 8px;
    z-index: 9999;
}

#topMenu .navbar{
  box-shadow: none;
  -webkit-box-shadow: none;
}

.sectionBox{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 4px 0px #ede7e7;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.select2-selection__arrow{
 /*display: none !important;*/
 left: 0px;
}
.select2-search__field{
 text-align: right;
 direction: rtl;
}
.select2-container{
 width: 100% !important;

}
.select2-container .select2-selection--single{
  height:34px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d0cece !important;
    border-radius: 4px;
}

.ltr{
 direction: ltr !important;
}


#mainContent{
 min-height: 500px;
}

#mainContent .btn{
 margin-top: 20px;
}
#blockFooter{
  background: #333;
  min-height: 200px;
  border-top: 5px solid #DB0000;
}
#footer
{
  padding-top: 20px;
 
}
#footer h2,#footer p
{
  color: #f7f7f7;
}
#blockCopyRight
{
  background: #222;
  min-height: 50px;
}

.bg-dark {
   

}



@media (max-width: 720px)  {
  
    h1{
      font-size: 22px;
    }
    h2{
      font-size: 18px;
    }
    p{
      font-size: 13px;
    }
    tr td, tr th{
      font-size: 11px;
      padding: 0px  5px 0px 5px!important;
      vertical-align: middle;
    }
}
@media (max-width: 540px) {
   

}
