/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	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:#c3922e;
	-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 35px;
}
.my_navs {
	display: none;
}
/*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:5px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 95px;
}
.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:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"";
	background:#c3922e;
	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:#c3922e;
}
.nav li:hover .sub{
	top:50px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#fff;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:12px 15px;
	color:#333;
	font-size:13px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(33,33,33,0.05);
}
.nav li .sub ul li a:hover{
	color:#c3922e;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:#fff;
	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;
}
body.scrolled .nav_fix .nav li a{
	color:#333;
}
body.scrolled .nav_fix .nav li a:hover,body.scrolled .nav_fix .nav li:hover a,body.scrolled .nav_fix .nav li:hover .sub ul li a:hover{
	color:#c3922e;
}
body.scrolled .nav_fix .nav li:hover .sub ul li a{
	color:#333;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#020202;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#ccc;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:600;
	font-size:20px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.05);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#c3922e;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	overflow:hidden;
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	padding:10px 0;
	color:#ccc;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
}
.foot_loop ul li:last-child a{
	border-bottom:none;
}
.foot_loop ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#c3922e;
	border-radius:5px;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-left:5px;
	font-family:droid;
}
.foot_contact span{
	color:#fff;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(255,255,255,0.1);
	color:#ccc;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg42.png);
	background-position:top center;
	background-color:#020202;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#c3922e;
	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:#c3922e;
}
.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:#c3922e;
	background-image:url(../images/bg/bg45.png);
}
.data_list2 li:first-child{
	background-color:#020202;
}
.data_list2 li:nth-child(2){
	background-color:#c3922e;
	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:#c3922e;
	border-radius:50%;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#020202;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#020202;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0;
	right:0;
}
.s_contact {
	position: absolute;
	z-index: 1000;
	left: 20px;
	top: 30%;
}
.s_contact li{
	display:block;
}
.s_contact li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.s_contact li p {
	display: block;
	transform: rotate(-90deg);
	margin-top: 70px;
}
.s_contact li span {
	display:block;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.s_contact li p b {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 2px;
	color: #c3922e;
}
.s_contact li a:before {
	vertical-align: 0px;
	color: #fff;
	display:block;
	position: relative;
	font-weight: normal;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position:relative;
	left:-50px;
	border: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li a:hover{
	color:#c3922e;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:50%;
	margin-top:-50px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #c3922e;
}
.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.3;
}
.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: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;
}
.slider_cont_star{
	overflow:hidden;
	margin-bottom:20px;
}
.slider_cont_star span{
	display:inline-block;
	color:#c3922e;
	margin:0px 6px;
}
.slider_cont_star span:before{
	content:"\f005";
	font-family:FontAwesome;
}
.cycle-slide-active .slider_cont h2,.slider_cont_star{
    -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:400;
	line-height:1.4;
	display: inline-block;
	color: #fff;
	font-size:60px;
	margin-bottom:25px;
	-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: 15px;
	font-weight:400;
	margin-bottom:15px;
	-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;
	font-weight:400;
	padding:0px 40px;
	height:50px;
	line-height:50px;
	border-radius:4px;
	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 span{
	background:#fff;
	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{
	color:#000;
}
/*end slideshow*/
/*start searchbox*/
#searchbox {
	background:rgba(255, 255, 255,1);
	box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
	position:absolute;
	bottom:20px;
	right:85px;
	border-radius:5px;
	height:70px;
	overflow:hidden;
	left:85px;
	z-index:1000;
}
.search_right {
	margin-left: 180px;
	padding: 0px 10px;
}
.search_top label {
	display: block;
	float: right;
	width:25%;
}
.search_top label.input_long{
	width:100%;
}
.search_top label .search_all {
	border-radius: 3px;
	height: 70px;
	cursor: pointer;
	border:none;
	width: 100%;
	text-align: right;
	position: relative;
}
.search_top label .search_all input {
	width: 100%;
	height: 100%;
	background: none;
	border:none;
	line-height:70px;
	font-family:Changa, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight:400;
	padding: 0px 10px;
}
.search_top label.select .search_all:before{
	content:"\f0d7";
	font-family:FontAwesome;
	font-weight:normal;
	color:#333;
	position:absolute;
	left:10px;
	top:11px;
}
.fstElement.fstSingleMode {
	height: 100%;
}
.fstQueryInput{
	display:none;
}
.fstControls.fstResultsOpened {
	background: #fff;
	box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12);
	position: absolute;
	top: 50px;
	right: 0px;
	z-index:20000;
	border: 1px solid #eee;
	width: 100%;
	max-height: 220px;
	min-height: 50px;
	overflow: auto;
}
.search_top label .search_all .fstResults{
	display:none;
}
.search_top label .search_all .fstControls.fstResultsOpened .fstResults{
	display:block;
}
.search_top label .search_all .fstResultsOpened .fstResults span {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	padding: 10px;
	font-size:13px;
	font-weight:400;
	border-bottom: 1px solid #eee;
	background: none;
}
.search_top label .search_all .fstResults span:hover{
	background:#f8f8f8;
}
.search_top label .search_all span,.fstToggleBtn{
	position: absolute;
	right: 10px;
	top: 11px;
	font-weight:400;
	font-size: 13px;
	color: #333;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
#searchbox button {
	display: block;
	float: left;
	background: #c3922e;
	color: #fff;
	border: none;
	height: 70px;
	line-height: 70px;
	font-family: Changa, sans-serif;
	text-align: center;
	width: 180px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
#searchbox button:before{
	font-weight:normal;
	content:"\f002";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:7px;
	display:inline-block;
}
#searchbox button:hover{
	background:#333;
	color:#c3922e;
}
/*end searchbox*/
/*start newsbar*/
#newsbar {
	position: relative;
	z-index: 1000;
	clear: both;
	display: block;
	overflow: hidden;
	float: right;
	width: 100%;
	background-color: #020202;
	background-image: url(../images/bg/bg46.png);
	height: 75px;
	background-repeat: repeat;
	background-position: center center;
}
#news-tick{
	overflow:hidden;
	height:75px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 75px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:75px;
	height:75px;
	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:#c3922e;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 75px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 75px;
	height: 75px;
}
.bn-news li a:hover{
	color: #c3922e;
}
/*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:#f0e2c7;
}
.data_list li span {
	z-index: 101;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 120px;
	background: #fff;
	position: relative;
	color: #c3922e;
	font-size:30px;
	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 #e2ded6;
	content:"";
	border-radius:50%;
}
.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;
	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 #c3922e;
	padding: 7px 20px;
	border-radius:100px;
	font-size: 12px;
	font-weight: 700;
}
.data_list li a:hover {
	color:#fff;
	background:#c3922e;
}
/*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: #c3922e;
	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%;
	margin-bottom:60px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.aboutus_top{
	background-color:#020202;
	background-image:url(../images/bg/bg46.png);
	background-position:center center;
	float:right;
	width:100%;
	clear:both;
	position:relative;
	padding:50px 0px;
	margin-bottom:40px;
}
.aboutus_top:before{
	content:"";
	position:absolute;
	width:25%;
	height:100%;
	background:#f0e2c7;
	opacity:0.1;
	z-index:100;
	top:0;
	right:0;
}
.aboutus_top .pages_title{
	padding:0px 25px;
}
#aboutus .width{
	clear:both;
	display:block;
	float:right;
}
.aboutus_left_right{
	float:right;
	width:50%;
	display:block;
	overflow:hidden;
}
.aboutus_left_right img{
	display:block;
	float:right;
	object-fit:cover;
	object-position:top;
	height:348px;
	width:261px;
}
.aboutus_left_right img.aboutus_left_right_img2{
	margin-right:40px;
	margin-top:70px;
}
.aboutus_left_left{
	float:left;
	width:50%;
	display:block;
	overflow:hidden;
	font-size:16px;
	line-height:2;
}
.aboutus_left_more a{
	background:#c3922e;
	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:#c3922e;
}
/*end aboutus*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	background:#f8f5f0;
	padding:50px 0px;
	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;
	height:470px;
	width:25%;
	overflow:hidden;
	padding:10px;
}
.list_top_left li:nth-child(5n+5),.list_top_left li:nth-child(6n+6){
	width:50%;
}
.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_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.2, 1.2);
}
.news_shape_reserv {
	position: absolute;
	color: #fff;
	font-weight: normal;
	border: 1px solid rgba(255,255,255,0.3);
	padding: 10px 25px;
	letter-spacing: 2px;
	top: 79px;
	right: -29px;
	transform: rotate(-90deg);
}
.news_shape .slider_cont_star {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 20px;
	top: 35px;
	text-align: center;
}
.news_shape .slider_cont_star span {
	margin: 0px 0 2px;
	display: block;
}
.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{
	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);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serv_main_cat: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;
}
.news_shape:hover .serv_main_cat{
	transform: scale(1, 1);
}
.news_shape:hover .serv_main_cat:before {
	transform: translateX(0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.serv_main_cat 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;
}
.news_shape:hover .serv_main_cat span {
	opacity: 1;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.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-right: ;
	padding-left: 5px;
}
.serv_cats span:after{
	content:"|";
	vertical-align:middle;
	opacity:0.5;
	margin-right: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;
	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 #c3922e;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*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:#c3922e;
	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 5px;
}
.slider_ul li a{
	display:block;
	height:500px;
	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;	
}
.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 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: #c3922e;
	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: #c3922e;
	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: #c3922e;
	color:#000;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/