/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa, sans-serif;
	margin-right:70px;
	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:#a9825f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#adb2b1;
	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;
	padding:0px 20px;
}
/*end body*/
/*start sidebar*/
#sidebar {
	width: 70px;
	position: fixed;
	right: 0;
	top:0;
	z-index:10000;
	box-shadow:0 .75rem 1.5rem rgba(18,38,63,.03);
	background:#444;
	bottom: 0;
}
#sidebar:before {
	content: "";
	position: fixed;
	width: 2px;
	height: 100%;
	z-index: 100001;
	right: 5px;
	bottom: 0;
	border-left: 2px dashed rgba(255,255,255,0.4);
}
#sidebar:after {
	content: "";
	position: fixed;
	width: 2px;
	height: 100%;
	z-index: 100001;
	right: 60px;
	bottom: 0;
	border-left: 2px dashed rgba(255,255,255,0.4);
}
.social li{
	display:block;
	position:relative;
}
.social li a {
	color:#fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:100%;
	text-align:center;
	line-height:70px;
}
.social li a:hover,.social li:first-child a{
	color:#fff;
	background:#a9825f;
}
.social li:hover:after{
	top:0;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.social li.tiktok a::before {
	content: url(../images/tiktok.svg);
	filter: invert(1);
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin-top: 4px;
}
.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";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end sidebar*/
/*start header*/
#header {
	z-index: 12000;
	height: 100px;
	float: right;
	clear: both;
	position: absolute;
	left:0;
	top: 0;
	right:70px;
}
.logo {
	float: right;
	position: relative;
	padding:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 75px;
}
.nav {
	float:left;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#fff;
	line-height:50px;
	font-weight:600;
	font-size:14px;
	position:relative;
}
.nav li a i{
	font-style:normal;
	background:#e0a16e;
	color:#fff;
	font-size:11px;
	font-weight:normal;
	line-height:normal;
	padding:1px 5px;border-radius: 0px 3px;
  -webkit-animation-name: hvr-hang;
  animation-name: hvr-hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
	position:absolute;
	right:15px;
	top:-12px;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#e0a16e;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#e0a16e;
	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:#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:#444;
	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:#fff;
	font-size:12px;
	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:#e0a16e;
	padding-right:17px;
}
.lang{
	float: left;
	margin-top: 30px;
}
.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:#e0a16e;
	background:#fff;
	border:1px solid #fff;
}
.s_contact{
	clear:both;
	margin-top:-10px;
	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:rgba(33,33,33,0.3);
	letter-spacing:1px;
	padding:0px 10px;
	border-radius:5px;
	margin-right:10px;
	line-height:35px;
}
.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:#e0a16e;
	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{
	color:#e0a16e;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	height:120px;
	position: fixed;
	right: 70px;
	left:0;
	z-index:5500;
	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 footer*/
#footer{
	float:right;
	width:100%;
	padding:30px 0px;
	border:2px solid #fcf9f2;
	background-image:url(../images/bg/bg39.png);
	background-position:top;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	padding:0px 20px;
	position:relative;
}
.foot_all{
	clear:both;
	text-align:center;
	overflow:hidden;
}
.foot_all img{
	max-height:90px;
	margin-bottom:10px;
}
.copyrights,.design{
	clear:both;
	display:block;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #e0a16e;
	display:inline-block;
	margin-right:5px;
	color:#000;
}
.design a:hover{
	color:#a9825f;
	border-bottom:2px solid #e0a16e;
}
.foot_link{
	position:absolute;
	bottom:0px;
	right:20px;
}
.foot_link li{
	display:inline-block;
}
.foot_link li a{
	display:block;
	background:#333;
	margin-left:5px;
	color:#fff;
	padding:8px;
	border-radius:2px;
	font-size:13px;
}
.foot_link li a:hover{
	background:#e0a16e;
	color:#fff;
}
#footer .s_contact{
	position:absolute;
	bottom:0;
	left:20px;
	margin:0;
}
#footer .s_contact li a{
	background:#333;
}
/*end footer*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#333;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.circles {
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	opacity:0.1;
	z-index:200;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slidebg{
	background-color:#444;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
	opacity:0.5;
}
.slider{
	position:relative;
	width:100%;
	height:100% !important;
}
.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%;
	position:relative;
	z-index:2000;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 20px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	text-shadow:1px 1px 1px #e0a16e;
	color: #fff;
	font-size:65px;
	margin-bottom: 25px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.9);
	font-size: 14px;
	font-weight:400;
	margin-bottom:30px;
}
.slider_cont a{
	background:#e0a16e;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:16px 60px;
	border-radius:50px;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover{
	background:#444;
	border-radius:50px 20px;
	color:#fff;
}
.slider_left_img {
	position: absolute;
	z-index:2100;
	left: 0;
	top: 0;
}
.slider_left_img img {
	height: 420px;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
/*end slideshow*/
/*start searchbox*/
#searchbox {
	background:rgba(255, 255, 255,1);
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
	position:absolute;
	bottom:50px;
	right:20px;
	border-radius:2px;
	padding:0px 25px;
	height:105px;
	left:20px;
	z-index:2100;
}
.search_right{
	margin-left:150px;
}
.search_top label {
	display: block;
	float: right;
	width:25%;
	padding:5px 5px;
}
.search_top label.input_long{
	width:100%;
}
.search_top label .search_all {
	background:#fff;
	border:1px solid #eee;
	border-radius:3px;
	height: 45px;
	cursor:pointer;
	margin-top:25px;
	width: 100%;
	text-align:right;
	position: relative;
}
.search_top label .search_all input {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-family:Changa, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight:400;
	padding: 0px 10px;
}
.search_top label .search_all input:focus,.search_top label .search_all select:focus{
	border:1px solid #ccc;
}
.search_top label.select .search_all:before{
	content:"\f0d7";
	font-family:FontAwesome;
	font-weight:normal;
	color:#333;
	position:absolute;
	left:10px;
	top:11px;
}
#searchbox button {
	display: block;
	float: left;
	background: #a9825f;
	color: #fff;
	border: none;
	height: 45px;
	line-height: 45px;
	font-family: Changa, sans-serif;
	text-align: center;
	width: 125px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin-top: 29px;
}
#searchbox button:before{
	font-weight:normal;
	content:"\f002";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:7px;
	display:inline-block;
}
#searchbox button:hover{
	background:#444;
	color:#fff;
}
/*end searchbox*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:2100;
	clear:both;
	display:block;
	overflow:hidden;
	top:133px;
	right:20px;
	left:20px;
	height:66px;
}
#news-tick{
	border:2px solid rgba(255,255,255,0.2);
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#e0a16e;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #e0a16e;
}
/*end newsbar*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:right;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:40px 30px 40px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_list li:first-child,.data_list li:hover{
	background:#e5e4e3;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #fff;
	position: relative;
	color: #e0a16e;
	font-size:50px;
	margin-bottom: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.data_list li span:after{
	right:10px;
	left:10px;
	top:10px;
	bottom:10px;
	position:absolute;
	border:1px dashed #adb2b1;
	content:"";
	border-radius:50%;
}
.data_list li span:before{
	font-family:FastFoodIcons;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index:101;
	color:#666;
	position:relative;
	height:125px;
}
.data_list li p b {
	display: block;
	color: #333;
	z-index:101;
	position:relative;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #666;
	border:2px solid #e0a16e;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	color:#fff;
	background:#e0a16e;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title div{
	float:right;
	width:350px;
	line-height:1.2;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 45px;
	color: #e0a16e;
	display: block;
	margin-bottom: 3px;
}
.pages_title.withwhite2 h2{
	color:#fff;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1{
	font-weight: 700;
	font-size: 45px;
	color: #000;
	display: block;
}
.pages_title span{
	margin-right:450px;
	display:block;
	font-size:15px;
	font-weight:200;
	padding-top:35px;
}
.pages_title.withwhite span{
	color:#eee;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	background-image:url(../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#444;
	z-index:100;
}
#aboutus .width{
	padding:60px 30px 120px 0px;
	overflow:hidden;
	position:relative;
}
#aboutus .width:before{
	content:"";
	position:absolute;
	width:25%;
	height:100%;
	background:#f0e2c7;
	opacity:0.1;
	z-index:-1;
	top:0;
	right:0;
}
.aboutus_left_right{
	float:right;
	width:60%;
	padding-top:50px;
}
.aboutus_left_left{
	float:left;
	width:40%;
}
.aboutus_left_left img{
	max-width:90%;
	float:left;
}
.aboutus_left_txt{
	line-height: 2;
	font-size:14px;
	text-align:justify;
	color:#bbb;
}
.aboutus_left_more a{
	background:#e0a16e;
	clear:both;
	color:#fff;
	font-size:13px;
	display:inline-block;
	font-weight:700;
	padding:15px 30px;
	margin-top:40px;
	border-radius:2px;
}
.aboutus_left_more a:hover{
	background:#fff;
	color:#a9825f;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:40px;
	overflow:hidden;
	position:relative;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
.count_all {
	width: 100%;
	padding: 0px 40px;
}
.count_all span{
	font-family:FastFoodIcons;
	color: #333;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 50px;
	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;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 700;
	font-size:45px;
	letter-spacing: 2px;
	line-height: 1;
	color: #e0a16e;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	overflow:hidden;
	overflow:hidden;
}
.my_top_table .pages_title,#news .pages_title{
	text-align:right;
	max-width:none;
	padding-right:25px;
}
/*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:right;
	width:50%;
	margin-bottom
	overflow:hidden;
	padding:10px;
	border-radius:5px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.list_top_left li:hover,.list_top_left li:first-child,.list_top_left li:nth-child(2){
	background:#e5e4e3;
}
.list_top_left li:first-child,.list_top_left li:nth-child(2){
	border-radius:0;
}
.list_top_left li img {
	float: right;
	width: 180px;
	height: 180px;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}
.list_top_left li:nth-child(2n+2) img{
	float:left;
}
.list_top_left li div {
	margin-right: 210px;
}
.list_top_left li:nth-child(2n+2) div{
	margin-right:0;
	text-align:left;
	margin-left:210px;
}
.list_top_left li h2 {
	font-weight: 600;
	display: block;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.list_top_left li p {
	display: block;
	color: #666;
	font-size: 17px;
	margin-bottom: 25px;
}
.list_top_left li b {
	font-size: 25px;
	color: #e0a16e;
}
.list_top_left li:nth-child(2n+2) b:before{
	margin-left:0px;
	margin-right:20px;
	float:left;
}
.list_top_left li b:before {
	content: "";
	width: 110px;
	height: 1px;
	border-bottom: 1px dashed #e0a16e;
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 21px;
}
/*end news shapes slide*/
/*start data*/
#data2{
	clear:both;
	float:right;
	width:100%;
	position:relative;
	padding:20px 0px 80px;
	min-height:100%;
	background-color:#86715e;
	background-position:top center;
	background-size:100% auto;
}
#data2 ol li{
	width:33.33%;
	color:#fff;
	height:200px;
	float:right;
	position:relative;
	text-align:center;
}
#data2 ol li span{
	width: 50px;
	height: 50px;
	top:120px;
	display:block;
	border-radius: 50px;
	background: #ed5440;
	margin-right: auto;
	margin-left: auto;
	line-height:55px;
	position: relative;
	cursor:pointer;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#data2 ol li span:after{
	border:1px solid #fff;
	width:42px;
	height:42px;
	border-radius: 50px;
	content:"";
	position:absolute;
	display:block;
	top:3px;
	right:3px;
}
#data2 ol li span:before {
	content: "+";
	font-family: BebasNeue;
	font-size: 40px;
	font-weight: normal;
}
#data2 ol li.data_loop_active span em{
	display:none;
}
#data2 ol li span em {
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #FFF;
	border-radius: 50%;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}
#data2 ol li:nth-child(2) span,#data2 ol li:nth-child(2) .data_loop{
	background:#e0a16e;
}
#data2 ol li:nth-child(2) span{
	top:170px;
}
#data2 ol li:nth-child(3) span,#data2 ol li:nth-child(3) .data_loop{
	background:#86715e;
}
#data2 ol li:nth-child(4) span,#data2 ol li:nth-child(4) .data_loop{
	background:#f2d2ab;
}
#data2 ol li:nth-child(5) span,#data2 ol li:nth-child(5) .data_loop{
	background:#6f787f;
}
#data2 ol li:nth-child(5) span{
	top:170px;
}
#data2 ol li:nth-child(6) span,#data2 ol li:nth-child(6) .data_loop{
	background:#d0622f;
}
#data2 ol li:nth-child(7) span,#data2 ol li:nth-child(7) .data_loop{
	background:#fa7152;
}
#data2 ol li.data_loop_active .data_loop{
	transform:scale(1);
}
.data_loop{
	width:190px;
	height:190px;
	transform:scale(0);
	background:#ed5440;
	border-radius:200px;
	margin-left:auto;
	overflow:hidden;
	position:relative;
	margin-right:auto;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
#data ol li:nth-child(2) .data_loop,#data ol li:nth-child(5) .data_loop{
	margin-top:50px;
}
.data_loop:after{
	border:1px solid #fff;
	border-radius:150px;
	width:180px;
	height:180px;
	content:"";
	position:absolute;
	top:4px;
	right:4px;
}
.data_loop:before{
	content:"";
	width:180px;
	height:180px;
	border:5px solid #fff;
	position:absolute;
	border-radius:150px;
	top:0;
	right:0;
}
.data_txt{
	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:20px;
}
.data_txt1{
	display:block;
	width:100%;
	text-transform:uppercase;
	font-weight:400;
	font-size:13px;
}
.data_txt1 h2{
	font-weight:700;
	font-size:15px;
}
/*end data*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:50px;	
}
#projects_title{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/bg/bg46.png);
	background-repeat:repeat-x;
	background-position:bottom center;
	background-color:#a9825f;
	z-index:100;
}
#projects_title .width{
	padding:30px 30px 10px 30px;
	position:relative;
}
#projects_title .width:before{
	content:"";
	position:absolute;
	width:25%;
	height:100%;
	background:#f0e2c7;
	opacity:0.1;
	z-index:-1;
	top:0;
	right:0;
}
.slidero{
	clear:both;
	width:100%;
	float:right;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	float:right;
	width:33.33%;
	padding:0px 10px;
}
.slider_ul li a{
	display:block;
	height:300px;
	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*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li {
	float: right;
	padding: 60px 10px 20px;
}
.partners_all {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding:60px 30px;
	margin: 0px auto;
	border-radius:6px;
	background:#e5e4e3;
}
.my_star{
	clear:both;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.my_star span{
	font-family:FontAWesome;
	font-size:15px;
	font-weight:normal;
	color:#e0a16e;
	margin:0px 1px;
}
.my_star span:before{
	content:"\f005";
}
.partners_all b {
	display: block;
	overflow: hidden;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 25px;
}
.partners_all b:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
}
.partners_all b:after {
	font-family: FontAwesome;
	content: "\f10d";
	font-weight: normal;
	margin-right: 10px;
	display: inline-block;
}
.partners_all img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
	margin-top: -110px;
}
.partners_all p {
	font-weight: 600;
	font-size: 14px;
	color: #333;
	display: block;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	position:relative;
	z-index:1000;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #7b8185;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#e0a16e;
}
/*end partners*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:33.33%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	right: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #e0a16e;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #e0a16e;
	float: right;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-right: 10px;
	content: "\f060";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #e0a16e;
	color:#000;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/