/*start body*/
body,html,#all_my_page{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Almarai, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
#all_my_page{
	transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
}
body.flibitnow #all_my_page{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#ab7449;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#284358;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 

}
.width{
	width:1280px;
	margin:0px auto;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 110px;
	float: right;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}
.logo {
	margin:0px auto;
	text-align:center;
	position: relative;
	padding:18px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 70px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
}
.nav.nav_left{
	float:left;
}
.nav {
	float: right;
	padding-top: 28px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	background:#ab7449;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
	width:5px;
	height:5px;
	border-radius:50%;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#fff;
}
.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:#0a0a0a;
	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:12px 15px;
	color:#fff;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:700;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.03);
}
.nav li .sub ul li a:hover{
	color:#ab7449;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#284358;
	box-shadow:0px 13px 30px -12px rgba(0, 0, 0, 0.75);
	width:100%;
	height:100px;
	position: fixed;
	right: 0px;
	z-index:1500;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .logo img{
	height:75px;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-color:#fff;
	border-top:30px solid #284358;
	float:right;	
	width:100%;
	clear:both;
	position:relative;
}
.foot_logo {
	display: block;
	float: right;
	margin-top: 30px;
}
.foot_logo img {
	height: 100px;
}
.foot_bottom {
	clear: both;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 15px 0px;
}
.foot_next {
	margin-left: 45px;
	float: left;
	margin-top: 64px;
}
.foot_bottom_list {
	display: block;
	color: #fff;
	margin-left: 15px;
	float: right;
}
.foot_bottom_list:last-child{
	margin-bottom:0;
}
.foot_bottom_list span {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	background: #ab7449;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	float: right;
}
.foot_bottom_list div {
	padding-right: 50px;
}
.foot_bottom_list div h2 {
	font-weight: normal;
	font-size: 17px;
	display: block;
	margin-bottom: 5px;
	color: #333;
}
.foot_bottom_list div p {
	display: block;
	font-weight: 400;
	color: #555;
	font-size: 16px;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 76px 0 0 60px;
}
#footer .social li {
	float: right;
}
#footer .social li a {
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-right: 6px;
	border: none;
	text-align: center;
	background:#ab7449;
	color: #fff;
}
#footer .social li a:hover{
	background:#284358;
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	border-top:1px solid #eee;
	background-position:top center;
	background-color:#fff;
	color:#333;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	margin-left:50px;
	line-height:65px;
}
.design a{
	color:#ab7449;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
.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:#ab7449;
}
.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";
}
/*end bottom*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data_list2 {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list2 li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	text-align:center;
	height: 100%;
	overflow: hidden;
	background-color:#ab7449;
	background-image:url(../images/bg/bg45.png);
}
.data_list2 li:first-child{
	background-color:#284358;
}
.data_list2 li:nth-child(2){
	background-color:#ab7449;
	background-image:url(../images/bg/bg45.png);
}
.data_all2{
	width:100%;
	overflow:hidden;
	padding:30px 30px;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list2 li span {
	z-index: 101;
	display: inline-block;
	vertical-align:0px;
	margin-left:10px;
	font-weight:normal;
}
.data_list2 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list2 li h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:15px;
}
.data_list2 li a{
	border:2px solid rgba(255,255,255,0.8);
	color:#fff;
	font-weight:600;
	display:inline-block;
	font-size:15px;
	padding:12px 40px;
}
.data_list2 li a:hover{
	background:rgba(255,255,255,0.8);
	color:#444;
}
/*end data*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:45px;
	display:none;
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#ab7449;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#020202;
	color:#fff;
}
/*end totop*/
/*start chat_fix*/
.chat_fix_list{
	position:fixed;
	bottom:20px;
	z-index:4000;
	left:20px;
}
.chat_fix_list li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:#bbb;
	color:#333;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size:17px;
	text-align:center;
	display: block;
}
.chat_fix_list li a:hover{
	background:#ab7449;
	color:#fff;
}
.chat_fix_list li a:before{
	font-family:FontAwesome;
}
.chat_fix_list li.chat_fix_list_email a:before{
	content:"\f0e0";
}
.chat_fix_list li.chat_fix_list_whats a:before{
	content:"\f232";
}
.chat_fix_list li.chat_fix_list_call a:before{
	content:"\f095";
}
.chat_fix_list li.chat_fix_list_link a:before{
	content:"\f0e1";
}
/*end chat_fix*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	margin-bottom:60px;
	background:#284358;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:50%;
	margin-top:-30px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #ab7449;
}
.cycle-pager span {
	margin:6px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background:#000;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.5;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
	padding:100px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:800px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:800px;
}
.slider_cont_center{
	max-width:800px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.4;
	display: inline-block;
	color: #fff;
	font-size:50px;
	margin-bottom:10px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.6);
	font-size: 16px;
	font-weight:700;
	margin-bottom:65px;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;	
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: expandIn 1.5s forwards;
    animation: expandIn 1.5s forwards;
	-ms-animation: expandIn 1.5s forwards;
	-o-animation: expandIn 1.5s forwards;
	-moz-animation: expandIn 1.5s forwards;
	opacity:1;
}
.slider_cont a{
	border:1px solid rgba(255,255,255,0.2);
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	margin:0px 10px;
	font-weight:700;
	padding:0px 40px;
	height:60px;
	line-height:60px;
	border-radius:7px;
	position:relative;
	overflow:hidden;
	z-index:888;
	-webkit-animation: expandOut 1.5s forwards;
    animation: expandOut 1.5s forwards;
	-ms-animation: expandOut 1.5s forwards;
	-o-animation: expandOut 1.5s forwards;
	-moz-animation: expandOut 1.5s forwards;
	opacity:0;
	position:relative;
}
.slider_cont a:first-child{
	background:#ab7449;
}
.slider_cont a span{
	background:#ab7449;
	position:absolute;
	top:0;
	height:100%;
	z-index:-1;
	left:-100%;
	width:100%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slider_cont a:hover span{
	left:0;
}
.slider_cont a:hover{
	border:1px solid #ab7449;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	text-align:center;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title h2 {
	font-weight: 700;
	font-size:37px;
	color: #000;
	display: block;
	margin-bottom:0px;
}
.pages_title h2:before{
	content:"";
	width:50px;
	height:3px;
	display:block;
	margin:0px auto 10px;
	background:#ab7449;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size:18px;
	max-width:90%;
	text-align:center;
}
/*end pages title*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:90px;
}
#partners .width{
	position:relative;
}
#partners .pages_title{
	text-align:center;
}
.partners{
	width:100%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:70px;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
.partner_next, .partner_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 70%;
	width: 40px;
	color: #333;
	left: 0;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -25px;
}
.partner_next:before,.partner_prev:before{
	font-family:FontAwesome;
}
.partner_next:before{
	content:"\f054";
}
.partner_prev:before{
	content:"\f053";
}
.partner_next{
	right:0;
	left:auto;
}
.partner_next:hover,.partner_prev:hover{
	opacity:0.5;
}
#partners .slick-dots {
	clear: both;
	display: block;
	padding-top:0px;
	text-align: center;
}
#partners .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#partners .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
#partners .slick-dots li.slick-active button{
	background:#284358;
	width:25px;
}
/*end partners*/
/*start services*/
#services2{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:0px;
}
#services2 .width{
	display:table;
}
.services2_right {
	overflow: hidden;
	clear: both;
	display:table-cell;
	width:100%;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#services2 .width.scroll .services2_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.services2_left img{
	position:absolute;
	object-fit:cover;
	object-position:top;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.services2_left img:hover{
	transform:scale(1.1);
}
.serv_img2_txt{
	position:relative;
	z-index:500;
}
.serv_img2_txt h2{
	font-weight:700;
	font-size:35px;
	color:#000;
	display:block;
	margin-bottom:2px;
	text-transform:capitalize;
}
.serv_img2_txt h1{
	font-size:35px;
	color:#000;
	display:block;
	margin-bottom:2px;
	font-weight:700;
	text-transform:capitalize;
}
.serv_img2_txt h1:before{
	background:#ab7449;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	font-family:FontAwesome;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
	content:"\f00c";
	font-weight:normal;
	font-size:16px;
}
.serv_img2_txt p{
	display:block;
	font-size:16px;
	font-weight:400;
	margin-bottom:25px;
}
.serv_img2_tab {
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}
.serv_img2_tab_top li {
	margin-left:15px;
	display: inline-block;
}
.serv_img2_tab_bottom li{
	display:none;
}
.serv_img2_tab_top li span {
	display: block;
	padding: 10px 25px;
	border-radius:5px;
	font-size: 15px;
	font-weight: 600;
	color:#000;
	border:1px solid #284358;
	text-transform: capitalize;
	cursor:pointer;
}
.serv_img2_tab_top li.active span{
	background:#ab7449;
	color:#fff;
	border:1px solid #ab7449;
}
.serv_img2_tab_bottom {
	padding:30px 0px 10px;
	font-weight: 400;
	font-size: 17px;
}
.serv_txt2_data{
	clear:both;
}
/*end services*/
/*start data*/
#data{
	clear:both;
	display:block;
	float:left;
	width:100%;
	padding:70px 0px;
	margin-bottom:90px;
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#284358;
	background-repeat:repeat;
	position:relative;
}
.data_img{
	position:absolute;
	top:0;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	left:0;
	bottom:0;
	right:0;
	opacity:0.1;
}
.data_list {
	position: relative;
	padding-bottom: 20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	padding: 20px;
	width: 20%;
	float: right;
	border-left: 2px dashed rgba(255,255,255,0.1);
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 1;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;
}
#data .width.scroll .data_list li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
#data .data_list li:nth-child(2){
	transition-duration:1.2s;
}
#data .data_list li:nth-child(3){
	transition-duration:1.4s;
}
#data .data_list li:nth-child(4){
	transition-duration:1.6s;
}
#data .data_list li:nth-child(5){
	transition-duration:1.8s;
}
.data_list li:last-child{
	border-left:none;
}
.data_all {
	position:relative;
}
.data_all2 {
	text-align:center;
}
.data_list li img {
	margin: 0px auto 20px;
	display: block;
	height: 50px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #fff;
	position: relative;
	font-weight: 400;
	min-height: 73px;
}
/*end data*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	padding-bottom:90px;
	background:#fff;
	position:relative;
	z-index:100;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 1;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;
}
#news .width.scroll .news_loop{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
#news .news_loop:nth-child(2){
	transition-duration:1.2s;
}
#news .news_loop:nth-child(3){
	transition-duration:1.4s;
}
#news .news_loop:nth-child(4){
	transition-duration:1.6s;
}
#news .news_loop:nth-child(5){
	transition-duration:1.8s;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #1B442F;
	overflow: hidden;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 15px;
	height: 85px;
	overflow: hidden;
}
/*end news*/
/*start data2*/
.fasel-border {
	box-shadow: 0 0 15px 0 #000;
	-webkit-box-shadow: 0 0 11px 0 #000;
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: 60px;
	margin-top: 60px;
	display:none;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#data2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	overflow:hidden;
}
.data2_right{
	display:table-cell;
	width:100%;
	vertical-align:top;
}
.data2{
    text-align:center;
	margin:0px -10px;
}
.data2_loop{
	width:33.33%;
	padding:20px;
	display:inline-block;
	position:relative;
	top:0;
	right:0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 1;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
	overflow: hidden;
}
#data2 .width.scroll .data2_loop{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
#data2 .data2_loop:nth-child(2){
	transition-duration:1.2s;
}
#data2 .data2_loop:nth-child(3){
	transition-duration:1.4s;
}
#data2 .data2_loop:nth-child(4){
	transition-duration:1.6s;
}
#data2 .data2_loop:nth-child(5){
	transition-duration:1.8s;
}
#data2 .data2_loop:nth-child(6){
	transition-duration:2s;
}
#data2 .data2_loop:nth-child(7){
	transition-duration:2.2s;
}
#data2 .data2_loop:nth-child(8){
	transition-duration:2.4s;
}
#data2 .data2_loop:nth-child(9){
	transition-duration:2.6s;
}
.data2_loop:hover .data2_all{
	background:#dadada;
}
.data2_all {
	width: 290px;
	cursor: pointer;
	border-radius: 4px;
	padding: 80px 10px 70px;
	text-align: center;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	border: 1px solid #dadada;
	height: 290px;
	border-radius: 50%;
	margin: 0px auto;
}
.data2_all img {
	display:block;
	margin:0px auto 40px;
	height:60px;
}
.data2_txt h2 {
	font-weight: 700;
	font-size:17px;
	color: #2e3228;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data2_loop p{
	display:none;
}
/*end data2*/
/*start services*/
#services {
	clear: both;
	overflow:hidden;
	margin-bottom:90px;
	float:right;
	width:100%;
}
#services .width{
	overflow:hidden;
}
.serv_loop {
	width: 33.33%;
	float: right;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 80px 25px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.serv_loop:nth-child(2), .serv_loop:nth-child(4), .serv_loop:nth-child(6), .serv_loop:nth-child(8), .serv_loop:nth-child(10), .serv_loop:nth-child(12), .serv_loop:nth-child(14), .serv_loop:nth-child(16), .serv_loop:nth-child(18), .serv_loop:nth-child(20), .serv_loop:nth-child(22), .serv_loop:nth-child(24), .serv_loop:nth-child(26), .serv_loop:nth-child(28), .serv_loop:nth-child(30) {
	background: #eee;
}
.serv_loop:nth-child(3n+3){
	border-left:none;
}
.serv_all {
	width: 100%;
	position:relative;
	height: 100%;
	overflow: hidden;
}
.serv_img {
	overflow: hidden;
	margin-bottom: 25px;
	border-radius:5px;
	position: relative;
}
.serv_img a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}
.serv_img a img {
	width:auto;
	display:block;
	height:70px;
	margin:0px auto;	
}
.serv_title {
	clear: both;
	display: block;
	text-transform:capitalize;
	overflow: hidden;
}
.serv_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color:#284358;
	font-size: 15px;
	font-weight:700;
}
.serv_title a:hover{
	color:#ab7449;
}
.serv_txt {
	clear: both;
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #555;
	overflow: hidden;
	padding: 0px 21px;
}
#services .slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
#services .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#services .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
#services .slick-dots li.slick-active button{
	background:#284358;
	width:25px;
}
/*end services*/
/*start counts*/
#counts{
	clear:both;
	display:table;
	width:100%;
	direction:rtl;
	margin-bottom:90px;
	overflow:hidden;
	float:right;
	background-color:#284358;
	background-image:url(../images/bg/bg46.png);
}
.counts_left {
	display: table-cell;
	width: 50%;
	position: relative;
	background-size: cover;
	background-position: center;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1.2s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
#counts.scroll .counts_left{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.counts_right {
	direction: rtl;
	padding: 75px 45px;
	color: #b7d9d3;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
#counts.scroll .counts_right{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.counts_right h2 {
	font-size:30px;
	font-weight:600;
	text-transform:uppercase;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}
.counts_right ul {
	clear: both;
	display: block;
	overflow: hidden;
	margin-top: 55px;
}
.counts_right ul li {
	display: block;
	float: right;
	width: 50%;
	border-left: 1px solid rgba(255,255,255,0.04);
	border-bottom: 1px solid rgba(255,255,255,0.04);
	text-align: center;
	padding:25px 15px;
}
.counts_right ul li:nth-child(2n+2){
	border-left:none;
}
.counts_right ul li:nth-child(3),.counts_right ul li:nth-child(4),.counts_right ul li:nth-child(6){
	border-bottom:none;
}
.counts_right ul li span {
	float: right;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-size: 35px;
	color: #fff;
	width:70px;
	height:70px;
	line-height:70px;
	border:1px solid rgba(255,255,255,0.04);
	border-radius:50%;
	margin-left: 20px;
	font-weight:normal;
}
.counts_right ul li h2 {
	font-size: 16px;
	text-align: right;
	font-weight:700;
	margin-bottom: 3px;
	overflow: hidden;
	white-space: nowrap;
	color:#fff;
	text-overflow: ellipsis;
}
.counts_right p {
	font-size: 35px;
	font-weight: 700;
	display: block;
	color:#ab7449;
	text-align: right;
}
/*end counts*/
/*start partners*/
#partners2 {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:90px;
	position: relative;
	overflow:hidden;
}
#partners2 .width{
	overflow:hidden;
	position:relative;
}
.partners2_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	padding:30px 0px;
	margin:0px 30px;
}
.partners2_slide.slick-initialized {
	visibility:visible;
}
.partners2_slide li{
	float:right;
	padding:10px 20px;
}
.partners2_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 50px;
	margin: 0px auto;
	border-radius: 6px;
	box-shadow: 0px 32px 32px 0px rgba(210,210,210,.35);
}
.partners2_all b {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 40px;
}
.partners2_all b:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.partners2_all b:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.partners2_all img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 150px;
	margin-bottom: 40px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}
.partners2_all p {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.partners2_all h1 {
	color: #666;
	font-size: 15px;
	font-weight: 400;
}
.partner2_next, .partner2_prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 60%;
	width: 40px;
	color: #333;
	left: 0;
	right: auto;
	z-index: 1001;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin-top: -25px;
}
.partner2_next:before,.partner2_prev:before{
	font-family:FontAwesome;
}
.partner2_next:before{
	content:"\f054";
}
.partner2_prev:before{
	content:"\f053";
}
.partner2_next{
	right:0;
	left:auto;
}
.partner2_next:hover,.partner2_prev:hover{
	opacity:0.5;
}
#partners2 .slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
#partners2 .slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
#partners2 .slick-dots li button {
	font-size: 0;
	background:#bdcfd1;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	border-radius: 8px;
	border:none;
}
#partners2 .slick-dots li.slick-active button{
	background:#284358;
	width:25px;
}
/*end partners*/

/*start contactus*/
#contactus{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
	width:95%;
	float:left;
}
#contactus .pages_title h2:before{
	display:none;
}
#contactus:before {
	content: "";
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	background: #eee;
	z-index: -1;
	left: -350px;
	bottom: 0;
}
#contactus .contactus{
	display:table;
	direction:ltr;
}
.contactus_right .pages_title h2{
	text-align:right;
	font-size:35px;
	font-weight:600;
}
.contactus_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:top;
}
.contactus_right{
	display:table-cell;
	width:50%;
	position:relative;
	padding:0px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus_form{
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:50px;
}
.contactus_form label:nth-child(2),.contactus_form label:nth-child(4){
	float:left;
}
.contactus_form label{
	display:block;
	width:49%;
	float:right;
	position:relative;
	background:#eee;
	margin-bottom:10px;
	height:50px;
	border-radius:10px;
	padding:0px 20px;
	line-height:50px;
}
.contactus_form label input{
	border:none;
	background:none;
	color:#333;
	text-transform:capitalize;
	font-size:14px;
	font-weight:400;
	font-family:Almarai, sans-serif;
	width:100%;
	padding-left:20px;
	display:block;
	height:100%;
}
.contactus_form label.con_mssg{
	background:none;
	height:auto;
	line-height:1.7;
	width:100%;
	padding:0;
}
.contactus_form label.con_mssg textarea{
	background:#eee;
	display:block;
	resize: none;
	color:#333;
	border:none;
	width:100%;
	font-family:Almarai, sans-serif;
	padding:10px 20px;
	border-radius:10px;
	min-height:180px;
	font-weight:400;
	font-size:14px;
}
.contactus_form button{
	border:none;
	display:inline-block;
	position:relative;
	background:#ab7449;
	margin-top:10px;
	color:#fff;
	height:60px;
	border-radius:60px;
	padding:0px 60px;
	line-height:60px;
	font-size:16px;
	font-family:Almarai, sans-serif;
	font-weight:400;
	cursor:pointer;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	background:#887650;
	color:#fff;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
.contactus_right .contactus_txt{
	color:#333;
	font-size:19px;
	line-height:2;
	font-weight:400;
}
#contactus .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	direction:ltr;
	text-align:right;
	clear: both;
	width: 100%;
}
#contactus .slice_call_us span{
	color: #333;
	font-weight:600;
	font-size:19px;
}
#contactus .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus*/
/*start serv_fix*/
#serv_fix{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	background:#fff;
	overflow:auto;
	transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
	transform-style: preserve-3d;
	opacity:0;
}
body.flibitnow #serv_fix{
	opacity:1;
	z-index:5000000;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.serv_fix_table{
	display:table;
	width:100%;
	height:100%;
}
.serv_fix_cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.serv_fix_back{
	border:1px solid #c7bcb4;
	width:800px;
	margin:0px auto;
	border-radius:5px;
}
.serv_fix_rot{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.serv_fix_title {
	border-bottom: 1px solid #c7bcb4;
	display: block;
	overflow: hidden;
}
.serv_fix_title h2 {
	float: right;
	font-weight: 600;
	height: 70px;
	line-height: 70px;
	padding: 0px 30px;
	color: #333;
}
.serv_fix_title span {
	height: 70px;
	display: block;
	float: left;
	line-height: 70px;
	width: 70px;
	text-align: center;
	border-right: 1px solid #c7bcb4;
	cursor: pointer;
	font-size: 20px;
	color: #777;
}
.serv_fix_txt {
	padding: 40px;
	font-size: 15px;
	line-height: 2;
}
/*end serv_fix*/
/*start data*/
#data6{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:40px;
	float:left;
	z-index:100;
}
.data_list6 {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list6 li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:30px 15px;
	overflow: hidden;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(0,200px,0) translateY(0%);
}
.data_list6 li:nth-child(2){
	transition-duration:2s;
}
.data_list6 li:nth-child(3){
	transition-duration:3s;
}
#data6 .width.scroll .data_list6 li{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.data_all6:hover{
	top:-10px;
}
.data_all6:hover:before{
	transform:scale(1);
}
.data_all6:before{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	height:5px;
	background:#c9976a;
	content:"";
	border-radius:5px;
	transform:scale(0);
	transition:all 0.4s ease;
}
.data_all6{
	background:#fff;
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);
	width:100%;
	overflow:hidden;
	padding:50px 30px;
	text-align:center;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list6 li span {
	z-index: 101;
	width: 52px;
	height:52px;
	line-height:52px;
	position: relative;
	color: #ab7449;
	font-size:30px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition:all 0.4s ease;
}
.data_list6 li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list6 li p {
	overflow: hidden;
	font-size: 16px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 135px;
}
.data_list6 li p b {
	display: block;
	color: #20234c;
	z-index:101;
	position:relative;
	font-weight:400;
	font-size: 19px;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/