@font-face{
    font-family: "netrocode-font";
    src: url('../../assets/css/fonts/iransans.ttf');
}

html , body  {
    font-family: "netrocode-font" !important;
    background-color: rgb(247, 242, 242);

}



#banner {
	min-height:100px;
	background-color:lightblue;
}

#menu{
	min-height:30px;
	background-color:#001628;
	border-radius: 5px;
}

.modalfade{
	background-color: green ;
}

/*  menu-top hover */


#nav-top li:hover{
	background-color:#c22f03;
}

#navbar-default{
	border-radius: 0px !important;
	background-color:green;
}

/*logout_users hover*/
.logout-users:hover{
	background-color: #c22f03 !important;
	transform:scale(1.1);
	transition: .3s all ease-in-out;
}

/*  Edit Profile users hover */
.edit_user_profile:hover{
	background-color: #c22f03 !important;
	transform:scale(1.1) !important;
	transition: .3s all ease-in-out !important;
}

.navbar{
	border-radius: 0% !important;

}


/*  change lan */

#lang{
	background:#c22f03;


}

#language-menu{
	text-decoration:none;
	background:ease;
	padding:8px!important;
	cursor:pointer;
	color:white;


}

/*  End */

#sidebar {
	min-height:200px;
	border-left:1px  solid gray;
	float:right;
}



#sidebar a:hover{
	transform:scale(1.100);
	transition: .5s all ease-in-out;

		}

/*  users REGISTER fORM */

.modal-content{
	background:#001628;
	color: whitesmoke;
	margin-top: -15px;
}


@media(max-width:576px){
	.modal-content{
		font-size:1rem !important;
		width: 80%;
		right: 6%;


	}
}



@media(max-width:576px){
	.comments{

	margin-right:23%!important;


	}
}





/* Already have an account? */
#btn-login{
	background:#c22f03;
	padding: 10px;
	border-radius:4px;

}

@media(max-width:768px){
	#sidebar a{
		font-size:1rem !important;
		width: 150px !important;


	}
}




#btn-login:hover{
	background:#c22f03;
	transition: .1s all ease-in-out;
	transform:scale(1.1);

}
/* 	End  */


.comment_box{

}

/* 	Create Button */
#btn-register{
	background:#c22f03;
	transition:.1s all ease-in-out;
	transform:scale(1.1);
	border: 1px solid #c22f03;
}


#btn-register:hover{
	background:#c22f03;
	transition: .1s all ease-in-out;
	transform:scale(1.1);

}




#content {
	float:right;
}

#slideshow {

}


.input-group {
	margin-bottom:5px;
}

.panel-heading h1 {
	margin:0;
	font-size:24px;
}

#admin td {
	text-align:center;
	padding:30px;
}

#admin td a {
	text-decoration:none;
	font-size:18px;
}

#admin td .glyphicon {
	display:block;
	font-size:25px;
	margin-bottom:10px;
}

.alert {
	text-align:center;
}

.input-group {
	width:100%;
}

.input-group-addon {
	width:120px;
}


#sidebar a{
	background:#001628;
	color: rgb(252, 252, 250);
	font-size:1.4rem;

}


@media(max-width:768px){
	#sidebar a{
		font-size:1rem !important;
		width: 150px !important;


	}
}

@media(min-width:769px) and (max-width:990px){
	#sidebar a{
		font-size:1rem !important;

	}
}

.pagination li a {
	background-color:#001628;
	border-radius:400px !important;
	border: 1px solid #c22f03 ;
	margin-right:4px;
	color: white;
	padding:4px 10px !important;  /* pagination size */
}
.pagination li span {
	background-color:#001628;
	border-radius:400px !important;
	border: 1px solid #c22f03 ;
	margin-right:4px;
	color: white;
	padding:4px 10px !important;  /* pagination size */
}

@media(max-width:768px){
	.pagination li a{
		/* padding:1px 6px !important;  pagination size */
	}
}
#sidebar a:hover {
	background:#c22f03;
}

#sidebar a.active {
	background:#c22f03;
	color:rgb(255, 255, 254);
}


/* 	slideshow title*/
.amazingslider-title-1 {
	background-color:#001628 !important;
	position:relative !important;
	top:30px !important;
}

.panel-heading h1 {
	text-align:center;

}

.navbar-default {
	background:#001628;
	border: 1px solid #001628;
}


.dropdown-menu {
	background:#001628;

}

.dropdown-menu li a{
	background:#001628;
	color: white  !important;
	text-align:center;



}

.main #edit{
	background:#001628;
	padding: 4px;
	border-radius:4px;
	color:white;

}

.dropdown-menu li a:hover{
	background:#c22f03;
	border-radius: 1px;

}

.dropdown-menu ul li a:hover{
	background:#001628;


}

span.caret {
	color:#c22f03!important;


}

/* background dropdown-menu */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background:#c22f03 !important;
}

.pagination li a {
	background-color:#001628;
	border-radius:400px !important;
	border: 1px solid #c22f03 ;
	margin-right:4px;
	color: white;
	padding:4px 10px !important;  /* pagination size */
}

@media(max-width:768px){
	.pagination li a{
		/* padding:1px 6px !important;  pagination size */
	}
}

.pagination li a:hover {
	background:#c22f03;
	color: white;
}

.pagination li a.active {
	background:#c22f03;
	border:1px solid white;
	color: white;
}

#url {
	display:none;
}


.modal-dialog {
	width:400px !important;
	margin:0 auto;
	margin-top:100px;
}


#language-menu {
	background-color:#c22f03;
}

#nav-top a {
	color:white !important;

}


/* book boxes */

.btn-book:hover{
	transform:scale(1.1);
	transition: 0.1s all ease-in-out;
	color: white;
	background-color:#c22f03 !important;


}


/* video boxes */

.img-video{
	border:1px solid #c22f03;
	width: 400px;

}

@media (max-width: 768px) {
	.img-video{
		width: 100% !important;
	}
}



.img-video:hover{
	border:1px solid #c22f03;
	transform:scale(1.1);
	transition: 0.1s all ease-in-out;

}

.btn-watch{
	border-radius:19px;
	background-color:#001628;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 210px !important;


}

@media (max-width: 768px) {
	.btn-watch {
		width: 150px !important;
		padding-bottom: 4px !important;
	    padding-top: 4px !important;
	    width: 170px !important;


	}
}


@media (max-width: 768px) {
	.btn-watch a{

		padding-left:10px !important;
	    padding-right: 50px !important;
	    padding-bottom: 6px !important;
	    padding-top: 6px !important;
		width: 180px !important;


	}
}


.btn-watch:hover{
	background:#c22f03;
	transform:scale(1.1);
	transition: 0.1s all ease-in-out;
    cursor: pointer
}


.btn-watch a{
	pointer:cursor;
	position:relative;
	border-radius:20px;
	text-align: center;
	color: white;
	font-size: 14px;
	padding-left: 50px;
	padding-right: 65px;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 210px !important;

}





.btn-watch a:hover{
	background:#c22f03;
	transform:scale(1.1);
	transition: 0.1s all ease-in-out;
	width: 215px;
    cursor: pointer
}

/* End  video boxes */

.search-result{
	background-color: #001628;
	color:white;
	padding: 10px;
	margin: 5px;

}

.hover{
	background-color: black;
	opacity: 0.8;

}
.footer{
	display: flex;
	width: 100%;
	height:auto;
	flex-wrap: wrap;
    justify-content: center;
}
.one{

	max-width: 400px;
	height:auto;
	background-color:rgb(252, 5, 5);
	margin: 2px;
	padding: 10px;
	color: white;
	font-size: 1.6rem;
	background-color:#001628;
	line-height: 1.8;
	border-bottom: 5px solid #c22f03;
    text-align: justify;



}


.social-contianer{
	display: flex;
    justify-content:space-around;
    width:100%;
    height: auto;
    padding: 10px;
    background:#001628;
    flex-wrap: wrap;
    color: white;


}
.socials{
    margin-top: -10px;

}



.socials ul li{
		float: left;
		list-style: none;

	}



.socials ul a {
    text-decoration: none;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 30px;
    float: right;
    padding: 3px;
    text-align: center;
    color: #c22f03;
    margin: 5px;
    font-size: 19px;
    border-radius: 3px;
    transition: 0.5s all;
    cursor: pointer;
    background: #ffffff;
}

.socials ul li{
	float: right;
	list-style: none
}

.socials a:hover{
    transform:scale(1.100);
transition: .5s all ease-in-out;

	}

.socials a:hover{
transform:scale(1.100);
transition: .5s all ease-in-out;

	}

.copy{
	color: white;
}

.email{
    color: white;
    background: sandybrown;
	/* justify-content: space-between; */
    /* top: -2%; */
}

.search_download:hover{
	background-color: aqua;
}

#login:hover{
	background-color: darkcyan;
}


/* Whatsup */

/* desktop */
.whatsapp_float {
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	left:30px;
	background-color:#007dfe;
	color:white;
	border-radius:30%;
	text-align:center;
    font-size:41px;
    z-index:100;
}
/* desktop */
.facebook_float {
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: 90px;
    background-color: #25d366;
    color: white;
    border-radius: 41%;
    text-align: center;
    font-size: 41px;
    z-index: 100;
}

.whatsapp_float:hover{
	background-color:#012949;

}

.whatsapp_float:hover{
	transform:scale(1.10);
    transition: .3s all ease-in-out;
}

.facebook_float:hover{
	background-color:#012949;

}

.facebook_float:hover{
	transform:scale(1.10);
    transition: .3s all ease-in-out;
}



/* for mobile */
@media screen and (max-width: 768px){
     .whatsapp-icon {
	 margin-top:10px;
     }
.whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 20px;
        font-size: 30px;
		padding-top: 0px;

    }
    .facebook_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 121px;
        font-size: 30px;
		padding-top: 0px;

    }
}

.scrollTop {
	position: fixed;
	left: 10%;
	bottom: 40px;
	background-color:#F7AA04;
	opacity: 0;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
	border:1px solid #c22f03;
    z-index: 1000;


  }


@media (max-width: 768px) {
	.scrollTop{
		left:18%;
		bottom: 78px;
		width: 44px;
	    height: 44px;
		font-size:20px;



	}
}

.scrollTop a{
	font-size:33px;
	color:white;



  }

  .scrollTop:hover{
	transform:scale(1.10);
    transition: .3s all ease-in-out;
	background-color:#012949;
	border:2px solid #c22f03;


}


@media (max-width: 768px) {
	.alert-warning{
		font-size: 1rem !important;

	}
}


@media (max-width: 768px) {
	.alert-warning img{
		width: 50px;


	}
}

@media (max-width: 768px) {
	.alert-warning a{
		font-size: 1.1em !important;
		margin-left:30px!important;
		margin-top: -20px !important;
		position: relative !important;

	}
}


@media (max-width: 768px) {
	#comment_text{
		padding: 10px !important;


	}
}


@media (max-width: 768px) {
	.wp{

		margin-right:-1% !important;
		width:100% !important;

	}
}

@media (max-width: 360px) {
	.wp{
		margin-right:-1% !important;
		width:100% !important;
		padding:-2px;
	}
}

@media (max-width: 768px) {
	#comme{

		margin-right:20% !important;

	}
}








/* clock */




#logo-top{
    margin-right: 50px !important;
}
#wp{
    background-color:#001628;
    color:white;
    padding:2px;
    border-radius: 3px;
    width:50%;
    text-align:center;
    margin-right:25%
}
#comme{
    background-color:#c22f03;
    color:white;
    padding:5px;
    border-radius: 3px;
    width:200px;
    margin-right:40%;
}

@media (min-width: 1264px){
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1350px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1350px !important;
  }
}
.dropdown-menu {
    right: auto;
    left:  0px !important;
    float: none;
    text-align: right;
}
@media screen and ( max-width: 400px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: inline;
    }
    .auto-wp-desktop{
        display: none;
    }
    .auto-wp-mobile{
        display: block;
    }

}


.auto-wp .fa {
    width: 40px;
        height: 40px;
        font-size: 30px;
}

