/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#181c25;
	margin:0;
	padding:0;
	direction:rtl;
	color:#bbb;
	font-family:'tajawal', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#e19b2c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#eb1d3f;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	padding:0px 20px 0px 110px;
}
/*end body*/
/*start head*/
#sidebar_head{
	z-index: 12000;
	width: 90px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	left:0px;
	bottom: 0;
	background: #30343d;
	box-shadow:1px 1px 10px rgba(0,0,0,.3);
}
.sidebar_tools{
	position:absolute;
	top:0px;
	bottom:0px;
	right:6px;
}
.sidebar_tools.sidebar_tools_left{
	right:auto;
	left:6px;
}
.sidebar_tools span{
	background:rgba(225,155,44,0.08);
	display:block;
	width:2px;
	margin-bottom:5px;
	height:5%;
}
.sidebar_tools span:nth-child(8),.sidebar_tools span:nth-child(16),.sidebar_tools span:nth-child(2){
	background:#e19b2c;
}
.logos {
	position: relative;
	text-align:center;
	padding:20px 0px;
	overflow: hidden;
}
.logos a img {
	height: 50px;
}
/*end head*/
/*Start Social*/
#social {
	position:absolute;
	bottom:0px;
	right:0;
	left:0;
}
#social .social{
	margin:0;
	float:none;
}
#social .social li{
	float:none;
}
#social .social li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.2);
	margin:0px auto 10px;
	border-radius: 4px;
}
#social .social li a:hover{
	background:#e19b2c;
	color:#fff;
}
.social {
	float:right;
	margin-right:10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:1px solid rgba(255,255,255,0.05);	
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 14px;
	border-left:1px solid rgba(255,255,255,0.05);
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 30px;
	line-height: 65px;
}
.social li a:hover{
	color:#73bf43;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f1d6";
}
.social li.twitter a:before{
	content:"\f099";
}
.social li.google a:before{
	content:"\f0d5";
}
.social li.youtube a:before{
	content:"\f16a";
}
.social li.linkedin a:before{
	content:"\f0e1";
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.social li.whatsapp a:before{
	content:"\f232";
}
/*End Social*/
/*start header*/
#header_all{
	clear:both;
	float:right;
	width:100%;
	height:190px;
}
#header {
	z-index: 1000;
	height: 100px;
	float: right;
	clear: both;
	background: #fff;
	border-radius:4px;
	position: absolute;
	right: 20px;
	top: 15px;
	left: 110px;
}
#header:before {
	content: "";
	background-image: url(../images/bg/cut.png);
	height: 90px;
	position: absolute;
	bottom: -18px;
	right: 0;
	left: 0;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	z-index: -1;
}
#header .width{
	padding:0px 20px;
}
.logo {
	float: right;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:600;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#e19b2c;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#e19b2c;
	position:absolute;
	bottom:5px;
	right:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#30343d;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:8px 15px;
	color:#333;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.nav li .sub ul li a:hover{
	background:#e19b2c;
	color:#fff;
	padding-right:17px;
}
.lang{
	float: left;
	margin-top: 30px;
}
.lang a {
	line-height: 36px;
	color: #333;
	position: relative;
	font-weight:600;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	border: 1px solid #30343d;
	padding: 0px 20px;
	border-radius: 3px;
	height:38px;
}
.lang a:hover{
	color:#fff;
	background:#e19b2c;
	border:1px solid #e19b2c;
}
.s_contact{
	clear:both;
	margin-top:-25px;
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#30343d;
	letter-spacing:1px;
	padding:0px 20px;
	border-radius:48px;
	margin-right:10px;
	line-height:48px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#e19b2c;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover:before{
	color:#fff;
}
.s_contact li a:hover{
	color:#fff;
	background:#e19b2c;
	border-radius:10px 20px;
}
/*end header*/
/*start footer*/
#footer{
	float:right;
	width:100%;
	padding:30px 0px;
	background-color:#30343d;
	background-image:url(../images/bg/bg45.png);
	background-position:top;
	position:relative;
	font-weight:600;
	clear:both;
	margin-top:80px;
}
#footer:before{
	content:"";
	position:absolute;
	top:-30px;
	right:0;
	left:0;
	background-image:url(../images/bg/cut3.png);
	background-repeat:repeat-x;
	background-size:100% 100%;
	height:90px;
}
#footer .width{
	position:relative;
}
.foot_all{
	clear:both;
	text-align:center;
	overflow:hidden;
}
.foot_all img{
	max-height:200px;
	margin-bottom:10px;
}
.copyrights,.design{
	clear:both;
	display:block;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #e19b2c;
	display:inline-block;
	margin-right:5px;
	color:#fff;
}
.design a:hover{
	color:#e19b2c;
	border-bottom:2px solid #181c25;
}
.foot_link{
	position:absolute;
	bottom:0px;
	right:20px;
}
.foot_link li{
	display:inline-block;
}
.foot_link li a{
	display:block;
	background:#181c25;
	margin-left:5px;
	color:#bbb;
	padding:8px;
	border-radius:2px;
	font-size:13px;
}
.foot_link li a:hover{
	background:#e19b2c;
	color:#fff;
}
#footer .s_contact{
	position:absolute;
	bottom:0;
	left:110px;
	margin:0;
}
#footer .s_contact li a{
	background:#181c25;
}
/*end footer*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
	text-align:center;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:20px;
	background:#e19b2c;
	border-radius:40px;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #30343d;
	height: 55px;
	right: 10px;
	left: -6px;
	border-radius: 50px;
	top: 6px;
	opacity: 0.2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more:hover:after{
	opacity:0;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:before{
	background:#30343d;
	content:"";
	width:100%;
	height:100%;
	right:0;
	top:-100%;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	top:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align:center;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #bbb;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #bbb;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #e19b2c;
	top:15.5px;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h1:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #e19b2c;
	top:15.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 16px;
}
.pages_title p {
	height: 5px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	margin: 20px auto 0px;
	background: #e19b2c;
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#e19b2c;
}
.pages_title p:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #181c25;
	position: absolute;
	left: 15px;
	top: -4px;
	transform: rotate(-45deg);
}
.pages_title p:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #181c25;
	position: absolute;
	left: 45px;
	top: -4px;
	transform: rotate(-45deg);
}
/*end pages title*/
/*start services*/
.services2 {
	clear: both;
	overflow:hidden;
	margin-bottom:50px;
	float:right;
	width:100%;
}
.serv_loop {
	width:25%;
	float: right;
	overflow: hidden;
	padding:30px 15px;
}
.serv_all {
	width: 100%;
	position:relative;
	border-radius:10px;
	height: 100%;
	box-shadow:0px 10px 29px 0px rgba(0,0,0,.35);
	overflow: hidden;
}
.serv_img {
	height:210px;
	overflow: hidden;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width: 100%;
	display:block;
	height: 100%;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.serv_img a:hover img{
	transform:scale(1.5);
}
.serv_img a:hover span{
	opacity:0.2;
}
.serv_img a span{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	opacity:0;
	background:#e19b2c;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;		
}
.serv_title {
	clear: both;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	padding:20px;
	overflow: hidden;
	white-space: nowrap;
	color:#fff;
	margin-bottom:5px;
	font-size: 15px;
	border-bottom:1px solid rgba(255,255,255,0.05);
	font-weight:600;
}
.serv_title a:hover{
	color:#e19b2c;
}
.serv_title p {
	font-size:13px;
	font-weight:600;
	color:#bbb;
	padding:12px 20px;
}
/*end services*/