@font-face {
	font-family: 'Reham';
	src: url('../fonts/ithra-light-webfont.ttf');
	
}
@font-face {
	font-family: 'Reham_icon';
	src: url('../webfonts/fa-solid-900.ttf');
	
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    direction: rtl;
    font-family: 'Reham';
    background-color: #fff;
    background: url('../img/bk.png')no-repeat center center fixed ;
    background-repeat: no-repeat;
    background-size: cover;

}
.upper_bar{
    color: #fff;
    background-color: #333333;
    border-bottom: 4px solid #dc3545;
}
.header_logo input[type=text]{
    background: none;
    border: none;
    color: #fff;
    box-shadow: none;
}
.header_logo from ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

.header_logo form{
    background-color: #cc3333;
    border-radius: 14px 0px 14px 0px;
  
}
.header_logo form button{
       background: none;
       box-shadow: none;
}
.header_logo form button img{
      border: 1px solid #fff;
      border-radius: 50%;
}
nav{

       border-radius: 14px 0px 14px 0px;    
       
}
#nav_top .navbar-nav .nav-item .nav-link {
    color: #fff;
}
#nav_top .navbar-nav .nav-item .nav-link:hover {
    color: #cc3333;
    background-color: #fff;
    border-top: 2px solid #dc3545;
    
/*    -webkit-transform: scale(1,1.3);
    transform: scale(1,1.3);  */
}
#nav_top .navbar-nav .active .nav-link  {
    color: #cc3333;
    background-color: #fff;
    border-top: 2px solid #dc3545;
/*    -webkit-transform: scale(1,1.3);
    transform: scale(1,1.3);  */
}
.copyright{
    color: #fff;
    background-color: #333333;
    border-top: 4px solid #dc3545;
    font-size: 14px;
}

::placeholder { 
    color: white !important;
    opacity: 1;
}


 :-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: white !important;
}

 
::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}
.style4 {
	border-top: 1px solid #999999;
        position: absolute;
        z-index: -1;
}
.cover img{
    width: 250px;
    height: 340px;
    border-radius: 0px 14px 0px 14px;
}
.cover li{
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}
.cover li:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.cover li .active{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.cover p{
    position: absolute;
}
.content .cont li:before{
    font-family: 'Reham_icon';
    content: "\f054";
    padding-left: 10px;
    font-size: 14px;
    color: #dc3545;
}
.content .pagination .page-item .page-link{
    background-color: #fff;
    border: 1px solid #cc3333;
    border-radius: 50%; 
   margin: 3px;
  color: #333333;
   font-size: 13px;
       padding: 4px 9px 0px 8px;
}
.content .pagination .page-item .page-link:hover{
    background-color: #dc3545;
    color: #fff;
    font-size: 13px;
    padding: 4px 9px 0px 8px;
}
.item a{
    color: #ddd;
}
.content .ul .li .active{
    color: #cc3333;
    font-size: 16px;
}