/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:400;
	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:#d8a651;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#e4622e;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:#fff;
  opacity:0.1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#d8a651;
	opacity:0.8;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 130px;
	float: right;
	clear: both;
	position: absolute;
	border-bottom:1px solid rgba(255,255,255,0.1);
	top: 0;
	right: 0;
}
.logo {
	float: left;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 120px;
}
.nav {
	float:left;
	margin-left:20px;
	margin-top:45px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 11px;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"\f101";
	font-family:FontAwesome;
	font-weight:400;
	color:#d8a651;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#d8a651;
	position:absolute;
	bottom:5px;
	left: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:#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:#1d1c1c;
	width:225px;
	left: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:400;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#fff;
	color:#d8a651;
	padding-left:17px;
}
.lang{
	float: right;
	margin-top: 50px;
	margin-left:15px;
}
.lang a {
	line-height: 36px;
	color: #fff;
	position: relative;
	font-weight:400;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 0px 20px;
	border-radius: 3px;
	height:38px;
}
.lang a:hover{
	color:#d8a651;
	background:#fff;
	border:1px solid #fff;
}
.s_contact {
	float: right;
	margin-top: 53px;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	border-radius:5px;
	margin-left:10px;
	line-height:35px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#d8a651;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right: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{
	color:#d8a651;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	width:100%;
	height:120px;
	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 .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	color:#eee;
	padding:20px 0px;
	width: 100%;
	position:relative;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #d8a651;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#d8a651;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#1d1c1c;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	position:relative;
	height:100%;
	padding:80px 0px 70px;
	overflow:hidden;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
#footer:before{
	content:"";
	background-image:url(../images/extra/footbg.png);
	background-position:left bottom;
	background-size:auto;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:5%;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:nth-child(2){
	width:50%;
	padding-right:40px;
	padding-left:40px;
	text-align:center;
}
.foot_loop:last-child {
	padding-left:20px;
}
.foot_loop{
	width:25%;
	float:left;
	padding:20px;
}
.foot_loop h2{
	font-weight:400;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:12%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#d8a651;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#eee;
	font-size: 13px;
	line-height:2;
}
.foot_logo{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.foot_logo img{
	height:115px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(0,0,0,.09);
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	font-size:14px;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-right:5px;
	color:#d8a651;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#d8a651;
	padding-left:10px;
}
.foot_contact{
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 14px;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	display:block;
	padding-left:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #d8a651;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	left: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.foot_contact b.foot_email:before{
	content:"\f2b6";
}
.social{
	text-align:center;
	margin-top:50px;
}
.foot_loop .social li{
	display:inline-block;
	position:relative;
	padding:0;
}
.foot_loop .social li a {
	display: block;
	z-index: 11;
	font-size: 13px;
	position: relative;
	border: none;
	border: 1px solid rgba(255,255,255,0.1) !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px !important;
	text-align: center !important;
	border-radius: 50%;
	margin: 0px 3px;
	color:#d8a651;
}
.foot_loop .social li a:hover{
	border:1px solid #fff;
	color:#fff;
}
.foot_loop .social li a:before{
	font-family:FontAwesome;
	padding:0;
	color:inherit;
	margin:0;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
.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.pinterest a:before{
	content:"\f231";
}
.social li.instagram a:before{
	content:"\f16d";
}
.social li.vimeo a:before{
	content:"\f27d";
}
.social li.delicious a:before{
	content:"\f1a5";
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#d8a651;
	z-index:1100;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:-75px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;	
}
.toTop.event{
	bottom:5px;
}
.toTop2{
	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:#fff;
	border-radius:50%;
}
.toTop3 {
	background: #1d1c1c;
	width: 70px;
	position: absolute;
	height: 67px;
	bottom: -5px;
	right: -9px;
	z-index: -1;
	border-radius: 50px 50px 0px 0px;
}
.toTop2:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop2:hover{
	background:#d8a651;
	color:#fff;
}
.bottom_bar{
	position:fixed;
	right:10px;
	left:10px;
	height:10px;
	bottom:-20px;
	background:#1d1c1c;
	border-radius:25px 25px 0px 0px;
	z-index:1000;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.bottom_bar.event{
	bottom:0px;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#1d1c1c;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(-270deg, rgba(30, 30, 30, 0) 0.02%, rgba(30, 30, 30, 0.9) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 87.63%, rgba(30, 30, 30, 0.6) 100.45%);
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-attachment:fixed;
	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;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:right;
	text-align:left;
	max-width:750px;
}
.slider_cont_right{
	float:left;
	text-align:left;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2,.cycle-slide-active .slider_cont h1{
    -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 h1{
	display:block;
	color:#fff;
	margin-bottom:20px;
	font-weight:400;
	font-size:17px;
	letter-spacing:2px;
}
.slider_cont h1:before{
	content:url(../images/favicon2.png);
	vertical-align:middle;
	display:inline-block;
	margin-right:13px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	margin-bottom:35px;
	-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.9);
	font-size: 13px;
	font-weight:400;
	margin-bottom:50px;
	-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.15);
	clear:both;
	color:#fff;
	font-size:13px;
	margin-right:40px;
	display:inline-block;
	text-transform:uppercase;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:30px;
	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;
}
.slider_cont a:after{
	content:"\f101";
	font-family:FontAwesome;
	background:#d8a651;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:right;
	text-align:center;
	margin-left:30px;
	font-size:18px;
	font-weight:normal;
}
.slider_cont a:before{
	background:#d8a651;
	content:"";
	width:100%;
	height:100%;
	left:-100%;
	bottom:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	left:0;
}
.slider_cont a:hover{
	color:#fff;
}
.slider_info{
	position:absolute;
	right:0;
	left:0;
	z-index:500;
	bottom:60px;
}
.slider_info_img{
	float:left;
}
.slider_info h2{
	float:left;
	margin-left:0px;
	font-weight:400;
	color:#fff;
	font-size:14px;
	padding-top:14px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:left;
	position:relative;
	border:2px solid rgba(255,255,255,1);
}
.slider_info_img img:nth-child(2){
	left:-15px;
}
.slider_info_img img:nth-child(3){
	left:-30px;
}
.slider_info_img img:nth-child(4){
	left:-45px;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:relative;
	z-index:1000;
	margin-bottom:60px;
	background:#d8a651;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	height:90px;
}
#news-tick{
	overflow:hidden;
	height:90px !important;
	position:relative;
	display:block;
}
.bn-news {
	margin-right:10px;
	margin-left:10px;
	direction:rtl;
	height: 90px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size:20px;
	line-height: 90px;
	height: 90px;
}
.bn-news li a:after{
	content:"*";
	vertical-align:0px;
	margin-right:40px;
	font-size:30px;
	font-weight:700;
}
/*end newsbar*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #111;
	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: #d8a651;
	top:9.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: #d8a651;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #1d1c1c;
	display: block;
	margin-bottom:0px;
}
.pages_title h2:before{
	content:url(../images/favicon2.png);
	vertical-align:middle;
	margin-right:10px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#d8a651;
	display:block;
}
/*end pages title*/
/*start more*/
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	margin-right:40px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:30px;
	background:#1d1c1c;
	overflow:hidden;
	z-index:888;
}
.play_more a:after{
	content:"\f101";
	font-family:FontAwesome;
	background:#d8a651;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:right;
	text-align:center;
	margin-left:30px;
	font-size:18px;
	font-weight:normal;
}
.play_more a:before{
	background:#d8a651;
	content:"";
	width:100%;
	height:100%;
	left:-100%;
	bottom:0;
	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{
	left:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
}
.aboutus_right {
	width: 50%;
	vertical-align: top;
	background-image: url(../images/bg/bg40.png);
	background-position: 40px 20px;
	background-size: 39% auto;
	display: table-cell;
	position: relative;
	background-repeat: no-repeat;
	padding:20px;
}
.aboutus_right_img_right{
	width:50%;
	float:left;
}
.aboutus_right_img_left{
	width:50%;
	float:right;
}
.aboutus_right_img_right div,.aboutus_right_img_left div{
	display:block;
	vertical-align:top;
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	object-fit:cover;
	object-position:center;
}
.aboutus_right_img_left div:first-child{
	margin-top:40px;
}
.aboutus_right_img_right div:after,.aboutus_right_img_left div:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.aboutus_right_img_right div:hover:after,.aboutus_right_img_left div:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-left:20px;
	padding-top:55px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:left;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom:40px;
	color: #777;
	clear: both;
	line-height: 2;
}
.data_list {
	width: 100%;
	position: relative;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-left: 120px;
	padding-right: 30px;
}
.data_list li span {
	display: block;
	float: left;
	font-size:45px;
	width: 80px;
	height: 80px;
	background: #d8a651;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:last-child span{
	background:#1d1c1c;
	color:#d8a651;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #666;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_arrow {
	clear: both;
	overflow:hidden;
	display: block;
	border-top: 1px solid #eee;
	margin-bottom:30px;
	padding-top:30px;
}
.data_arrow span{
	font-size:13px;
	display:block;
	float:left;
}
.data_arrow span:last-child{
	float:right;
}
.data_arrow span:before{
	content:"\f00c";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:5px;
	color:#d8a651;
}
/*end aboutus*/
/*start services*/
#data2 {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	padding:90px 0px 140px;
	background-image:url(../images/bg/bg50.png);
	position: relative;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center 21.945px;
	z-index: 600;
	overflow:hidden;
}
#data2:before{
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:linear-gradient(90deg, rgba(0, 0, 0, 0) -73.04%, rgba(22, 22, 22, 0.8) 1.71%, #1E1E1E 100%);
}
#data2 .width{
	padding:0px 0px;
}
.data_table{
	display: table;
}
.data_right {
	display: table-cell;
	width: 50%;
	position: relative;
	text-align:right;
	height:100%;
	vertical-align: middle;
}
.data_right p {
	width: 50%;
	display: block;
	height: 50%;
	border-radius: 30px 30px 0px 30px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.data_right p:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.data_right p:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.data_right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.data_right .data_right_cover {
	position: absolute;
	background: #d8a651;
	width: 50px;
	height: 46%;
	top: 13px;
	left: 279px;
	right: auto;
	border-radius: 20px;
}
.data_right .data_right_cover2 {
	position: absolute;
	background: #d8a651;
	width: 50px;
	height: 46%;
	bottom: 13px;
	right: 279px;
	left: auto;
	border-radius: 20px;
}
.data_right p:last-child {
	left: auto;
	right: 0;
	top: auto;
	border-radius: 0px 30px 30px 30px;
	bottom: 0;
}
.data_left {
	display:table-cell;
	padding-right:35px;
}
.data_left li {
	overflow: hidden;
	padding:20px;
	border-right:1px solid rgba(255,255,255,0.1);
	border-left:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:2px solid rgba(255,255,255,0.1);
	margin-bottom:10px;
}
.data_left_txt {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 400;
	color:rgba(255,255,255,0.8);
	line-height:2.4;
	display: none;
}
.data_left_top {
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_left_top h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	right: 0px;
	top: 0px;
	color: #d8a651;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
}
/*end data*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:40px;
	z-index:800;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:left;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #d8a651;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 30px;
	position: relative;
	display:block;
}
.count_all span:after {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background: #fff;
	z-index: 3;
	border-radius: 100%;
	opacity: 0.3;
	top: 4px;
	right: -7px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	text-transform:uppercase;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #d8a651;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services*/
#services {
	clear: both;
	display: block;
	padding:0px 25px;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
#services .width{
	display:block;
	position:relative;
}
.services_table{
	display:table;
	width:100%;
}
.services_home{
	width:50%;
	display:table-cell;
}
.services li {
	display: block;
	float: left;
	width: 50%;
	padding:55px 25px;
	overflow: hidden;
}
.serv_all {
	overflow: hidden;
	position:relative;
}
.serv_right {
	float: left;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	width: 100%;
}
.serv_right a{
	position:relative;
	width:100%;
	height:190px;
	overflow:hidden;
	display:block;
}
.serv_all:hover .serv_right img{
	transform:scale(1.2);
}
.serv_right img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_right:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_right:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_left {
	float:right;
	width:100%;
	position: relative;
}
.serv_left h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	text-transform: capitalize;
	color: #333;
	line-height:1.3;
	overflow: hidden;
	height: 90px;
}
.serv_left a {
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	background:#fff;
	text-transform:uppercase;
	padding: 5px 15px 5px 5px;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#d8a651;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right:5px;
	display:inline-block;
	transform:rotate(20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_left a:hover{
	color:#fff;
	background:#d8a651;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
.services_data {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	width: 50%;
	padding: 35px 40px 35px 0px;
}
.services_data .serv_all{
	position: sticky;
	top:100px;
}
.services_data .serv_right a{
	height:380px;
}
.services_data .serv_left h2{
	height:auto;
	font-size:20px;
	margin-bottom:10px;
}
/*end services*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
	overflow:hidden;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	clear:both;
	display:block;
	overflow:hidden;
}
.list_top_left{
	width:100%;
	overflow:hidden;
}
.list_top_left li{
	display:block;
	float:left;
	height:420px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	border-radius:4px;
	position:relative;
	overflow:hidden;
	width:100%;
}
.news_shape:before {
	position: absolute;
	width: 100%;
	right: 0;
	top:30%;
	left:0;
	bottom:0;
	content: "";
	opacity:1;
	z-index:500;
	background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.news_shape:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.news_shape:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.news_shape_img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
	position:absolute;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.news_shape:hover .news_shape_img{
	transform:scale(1.06, 1.06);
}
.news_shape_txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding:20px;
	color: #fff;
	z-index: 600;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.news_shape:hover .news_shape_txt{
	transform:translateY(-30%);
}
.serv_main_cat {
	position: absolute;
	left: 10px;
	top: 10px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 12px;
	padding: 9px 10px;
}
.news_shape_txt h2 {
	font-weight: 400;
	font-size: 16px;
	line-height:1.5;
	display: block;
}
.news_shape_txt p {
	font-size:21px;
	font-weight:700;
	line-height:1.5;
	display: block;
}
.serv_cats {
	clear: both;
	overflow: hidden;
	display: block;
}
.serv_cats span {
	display: inline-block;
	color: #fff;
	opacity: 0.7;
	font-weight: 400;
	font-size: 13px;
	padding-left: ;
	padding-right: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-left:5px;
}
.serv_cats span:last-child:after{
	display:none;
}
.serv_more{
	position: absolute;
	color: #fff;
	padding:0px 20px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:653;
	font-size:13px;
	opacity: 0;
	text-transform:uppercase;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.serv_more span{
	display:inline-block;
	border-bottom:2px solid #d8a651;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: left;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	text-transform:uppercase;
	color: #1d1c1c;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: left;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#1d1c1c;
	display: block;
	line-height:50px;
	border-radius:3px;
	color:#fff;
	font-size:18px;
	margin-bottom: 15px;
	cursor:pointer;
	font-family: FontAwesome;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.partner_next:before{
	content:"\f100";
}
.partner_prev:before{
	content:"\f101";
}
.partner_next:hover,.partner_prev:hover{
	background:#d8a651;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:right;
	width:65%;
	display:block;
	overflow:hidden;
	direction:rtl;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	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;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.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;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
}
.slidero{
	clear:both;
	width:100%;
	float:right;
	position:relative;
}
.slider_ul{
	direction:rtl;
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	float:left;
	width:33.33%;
	padding:0px 10px;
}
.slider_ul li a{
	display:block;
	height:480px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slider_ul li a img{
	position:absolute;
	width:100%;
	height:100%;
	z-index:-100;
	display:block;
	object-fit:cover;
	object-position:center center;
	-moz-transition:all 1s ease-in-out;
	-webkit-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;	
}
.slider_ul li:hover a img{
	transform:scale(1.06, 1.06);
}
.next_slidero{
	position:absolute;
	top:50%;
	right:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.next_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.next_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(40deg);
	right: -2px;
}
.next_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(-40deg);
	right: -2px;
}
.prev_slidero{
	position:absolute;
	top:50%;
	left:30px;
	z-index:1000;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
}
.prev_slidero b {
	background: rgba(255,255,255,0.9);
	width: 35px;
	display: block;
	position: relative;
	height: 1px;
	margin-top: 10px;
}
.prev_slidero b:before {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	top: -5px;
	transform: rotate(-40deg);
	left: -2px;
}
.prev_slidero b:after {
	content: "";
	background: rgba(255,255,255,0.9);
	width: 15px;
	height: 1px;
	position: absolute;
	bottom: -5px;
	transform: rotate(40deg);
	left: -2px;
}
.serv_main_cat2{
	color: #333;
	display:inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	right:20px;
	bottom:20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2{
	transform: scale(1, 1);
}
.slider_ul li:hover .serv_main_cat2:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat2 span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.slider_ul li:hover .serv_main_cat2 span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
/*end projects_title*/