@font-face{
	font-family: Roya;
	src: url(BRoya.ttf);
}

*{
	direction: rtl;
	text-align: right;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Roya;
}
a{
	text-decoration:none;
}
body header {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 400;
}
header .blackbox {
	width: 100%;
	background-color: hsla(0,0%,0%,1.00);
}

header .blackbox .rightbox {
	color: hsla(0,0%,80%,1.00);
	height: 50px;
	float: right;
	line-height: 50px;
	text-align: right;
}
header .blackbox .rightbox a {
	text-decoration: none;
	color: hsla(0,0%,84%,1.00);
}
header .blackbox .leftbox {
	height: 50px;
	float: left;
	color: hsla(0,0%,77%,1.00);
	line-height: 50px;
	text-align:left;
}
header .box2 {
	width: 100%;
	background-color: hsla(60,19%,70%,0.87);
}
header .box2 nav {
	float: right;
	display:block;
}
header .box2 nav li {
	list-style-type: none;
}
header .box2 nav li a {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 90px;
	display: block;
	float: right;
	text-decoration: none;
	border-left: 1px solid hsla(180,10%,47%,0.00);
	border-right: 1px solid hsla(180,10%,47%,0.00);
	transition: all 0.5s;
	height: 90px;
	color: hsla(0,0%,5%,1.0);
	font-size: medium;
	font-size: 20px; 

}
header .box2 nav li a:hover  {
	height: 90px;
	line-height: 85px;
	border-left: 1px solid hsla(180,10%,47%,1.00);
	border-right: 1px solid hsla(180,10%,47%,1.00);
	transition: all 0.25s;
	background-color: hsla(0,0%,0%,0.19);
	color: hsla(0,0%,100%,1.00);
	font-size: 23px; 
}
header .box2 .logo {
	line-height: 90px;
	float: left;
	color: hsla(42,100%,38%,1.00);
	font-size: xx-large;
	width:100px;
}



 Footer CSS 

footer {
	background-color: #111111;
	padding-top: 75px;
}
footer .logo {
	float: left;
}
footer h3 {
	font-size: large;
	text-align: left;
	color: hsla(0,0%,78%,1.00);
	text-transform: uppercase;
	display:block;
	width:90%;
	float:left;
}
footer i {
	color: hsla(0,0%,66%,1.00);
}
footer .column {
	width: 100%;
}
footer .column h2 {
	font-size: large;
	color: hsla(0,0%,100%,1.00);
}
footer .column ul li {
	list-style-type: none;
}
footer .column ul li a {
	list-style-type: none;
	color: hsla(0,0%,54%,1.00);
	line-height: 50px;
	text-decoration: none;
}
footer .column ul li a:hover {
	color: hsla(0,0%,92%,1.00);
	padding-left: 20px;
}
footer .copyright {
	border-top: 1px solid hsla(0,0%,63%,1.00);
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}
footer .copyright p {
	color: hsla(0,0%,49%,1.00);
}
footer .copyright p span {
	color: hsla(42,89%,52%,1.00);
	font-size: medium;
}
footer .copyright a {
	color: hsla(0,0%,39%,1.00);
	text-decoration: none;
	text-align: right;
}
footer .copyright a:hover {
	color: hsla(0,0%,82%,1.00);
}

.rightfloat{
	float:right;	
}
.leftfloat{
	float:left;	
}
.hambtn{
	display:none;
	font-size:25px;
	margin: 30px 30px 0px 0px;
	cursor:pointer;	
	position:absolute;
	top: 50px;
}

@media (max-width:998px){
	header .box2 nav{
		display:none;		
	}
	header .box2 nav li {
		width:50%;
		float:right;
	}
	header .box2 nav li  a{
		width:100%;
		line-height:35px;
		height:35px;
		text-align:center;
	}
	header .box2 nav li a:hover{
		width:100%;
		line-height:35px;
		height:35px;
		text-align:center;
		background-color:hsla(0,0%,75%,0.69);
	}
	
	.hambtn{
		display:block;	
	    top : 0 !important;
	}
	
	header .blackbox  {
        display: none;
    }
    main {
	    padding-top: 90px !important;
    }

}
