/*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:#eb3b5a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#fc5c65;
	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:1230px;
}
/*end body*/
/*start step_border*/
.step_border_right {
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	top: 2px;
	right: -3px;
}
.step_border_top {
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.2);
	bottom: -3px;
	right: -3px;
}
/*end step_border*/
/*start top*/
#top{
	width:100%;
	z-index:1000;
	position:absolute;
	top:0;
	right:0;
	display:block;
	height:45px;
	float:right;
}
.welcome {
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 45px;
	margin-right: 225px;
	padding: 0 0 0 15px;
}
.welcome:before{
	font-family:FontAwesome;
	content:"\f005";
	vertical-align:0px;
	margin-left:5px;
	font-weight:normal;
}
.welcome span{
	color:#fff;
	margin-right:8px;
	line-height:1;
	padding:7px 10px;
	position:relative;
	display:inline-block;
	border-radius:2px;
	border:1px solid rgba(255,255,255,0.2);
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	font-weight:400;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
	height:45px;
}
.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:0;
	font-weight:normal;
	display:inline-block;
	margin-left:8px;
	font-family:FontAwesome;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li a:hover{
	color:#eb3b5a;
}
.social {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	z-index:11;
	padding: 0px 15px;
	height:45px;
	font-size:12px;
	position:relative;
	line-height:45px;
}
.social li a:hover{
	color:#eb3b5a;
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before{
	content:"\f09a";
}
.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 top*/
/*start header*/
body.scrolled #header{
	position:fixed;
	box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.03),0px 2px 2px 0px rgba(0, 0, 0, 0.04),0px 1px 5px 0px rgba(0,0,0,.05);
	top:0;
	right:0;
}
body.scrolled #header .logo {
	display: none;
}
body.scrolled #header .head_left {
	width: 100%;
}
body.scrolled #header #nav {
	margin: 0;
}
#header{
	width:100%;
	height:70px;
	z-index:2000;
	position:absolute;
	right:0;
	top:45px;
	float:right;	
}
#header .width{
	height:100%;
}
.logo {
	height: 115px;
	float: right;
	background: #fff;
	top: -45px;
	position: relative;
	padding: 45px 0px 0px 20px;
	width: 200px;
	text-align: center;
}
.logo img {
	height: 20px;
}
#nav {
	background: #eb3b5a;
	height: 100%;
	margin-right: 220px;
	border-radius:0px 20px 0px 0px;
}
.nav{
	float:right;
}
.head_left{
	position:absolute;
	top:0;
	height:100%;
	background:#eb3b5a;
	width:40%;
	left:0;
}
.nav li {
	display: block;
	float: right;
	position: relative;
	padding: 13px 20px 20px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav li:before{
	display:none;
}
.nav li a {
	display: block;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	padding: 10px 0px;
	position: relative;
	text-align: center;
}
.nav li a:hover,.nav li:hover a{
	color:#fff;
}
.nav li a:after{
	content:"";
	width:0px;
	position:absolute;
	bottom:0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	right:0;
	height:4px;
	border-radius:10px;
	background:#fc5c65;
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 200px;
	box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.03),0px 2px 2px 0px rgba(0, 0, 0, 0.04),0px 1px 5px 0px rgba(0,0,0,.05);
	display: none;
	top: 75px;
	right: 0px;
	z-index: 200;
	background-color: #fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
	padding:0;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:11px;
	background:none;
	height:auto;
	line-height:normal;
	font-size:13px;
	color:#000;
	text-align:right;
	border-bottom:1px solid rgba(33,33,33,0.1);
}
.nav li:hover .sub ul li a:before{
	content:"\f038";
	font-family:FontAwesome;
	font-weight:normal;
	vertical-align:0;
	margin-left:10px;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	padding-right:16px;
	background:#eb3b5a;
	color:#fff;
}
/*end header*/
/*start footer*/
#footer:before {
	content: "";
	background: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 100%;
	transform: rotate(-180deg);
}
#footer{
	clear:both;
	float:right;
	width:100%;
	background-color:#eb3b5a;
	background-image:url(../images/bg/bg37.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
	padding:160px 0px 30px;
	overflow:hidden;
}
#footer .width{
	position:relative;
}
.foot_contact {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}
.foot_contact li {
	width: 33.33%;
	height:150px;
	float: right;
	color: #fff;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-top:  1px solid rgba(255,255,255,0.1);
	padding: 10px 20px;
}
.foot_contact li:first-child{
	border-right: 1px solid rgba(255,255,255,0.1);
}
.foot_contact span {
	font-family: FontAwesome;
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 5px;
}
.foot_contact h2 {
	text-transform:capitalize;
	font-size: 17px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.foot_contact h1 {
	font-weight: 400;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
.foot_contact p {
	color: #fff;
	font-size: 13px;
	display: block;
}
.foot {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.foot li {
	display: inline-block;
	padding: 0px 15px;
	position:relative;
}
.foot li:before {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #fc5c65;
	top: 9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.foot li a {
	display: block;
	color: #fff;
}
.foot li a:hover{
	color: #fff;
}
.copyrights {
	display: block;
	margin-bottom: 13px;
	color: #fff;
	font-size: 13px;
}
.design {
	color: #fff;
	font-size: 13px;
}
.design a{
	color:#fff;
}
.design a:hover{
	color:#fff;
}
#footer .social {
	display: block;
	margin-top: 25px;
	float: none;
	background:none;
	margin-right: 0;
	margin-left: 0;
	height:auto;
}
#footer .social:before,#footer .social:after{
	display:none;
}
#footer .social li{
	display:inline-block;
	float:none;
	position:relative;
}
#footer .social li a {
	display: block;
	color: #fff;
	background:#fc5c65;
	height:30px;
	width:30px;
	z-index:11;
	text-align:center;
	padding:0;
	margin:0px 2px;
	font-size:12px;
	position:relative;
	line-height:30px;
}
#footer .social li a:hover{
	color:#eb3b5a;
	background:#fff;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#eb3b5a;
	border-radius:20px;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#fc5c65;
}
/*end totop*/
/*start projects*/
#projects{
	clear:both;
	display:block;
	float:right;
	width:100%;
	background:#eb3b5a;
	padding-bottom:120px;
	overflow:hidden;
}
#projects .width{
	width:1100px;
}
.slidero{
	clear:both;
	width:100%;
	float:left;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
	direction:rtl;
}
.slider_ul li{
	float:right;
	width:33.33%;
	padding:0px 4px;
}
.slider_ul li a{
	display:block;
	height:650px;
	width:100%;
	position:relative;
	overflow:hidden;
}
.slider_ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	cursor: grab;
	opacity: 0.6;
	background: linear-gradient(to bottom, #873342 0%,#873342 80%);
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.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);
}
.serv_main_cat2{
	color: #333;
	display:inline-block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0.0);
	position:absolute;
	left: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 aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:50px;
	margin-top:-80px;
	z-index:500;
}
#aboutus .width{
	position:relative;
	display:table;
}
.aboutus_right {
	width: 50%;
	display: table-cell;
	position: relative;
	height:100%;
}
.aboutus_right:before{
	content:"";
	width:90%;
	height:90%;
	border-radius:20px;
	background:rgba(255,255,255,0.02);
	position:absolute;
	top:100px;
	left:15px;
}
.aboutus_right_img {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	right: 0;
	overflow:hidden;
}
.aboutus_right_img .slider{
	float:right;
	display:block;
	position:relative;
	width:100%;
	height:100% !important;
}
.next_slidero {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 3000;
	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: 80px;
	z-index: 3000;
	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;
}
.slider_bg{
	background-position:top;
	background-size:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:90%;
	height:100%;
	z-index:100;
	transform:scale(1.9);
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
	border-radius:20px 20px 20px 20px;
}
.cycle-slide-active .slider_bg{
	transform:unset;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	height:100%;
	padding-right:20px;
	padding-left:60px;
	padding-top:120px;
	padding-bottom:50px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	text-align:justify;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.data_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all {
	position:relative;
}
.data_all2 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list li span {
	display: block;
	float: right;
	font-size: 38px;
	width: 80px;
	height: 80px;
	background: #eb3b5a;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius:5px;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li:hover span{
	color:#fff;
	background:#fc5c65;
}
.data_list li span:before{
	font-family:Flaticon2;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #555;
	position: relative;
	font-weight:400;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start newsbar*/
#newsbar {
	position:relative;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	float:right;
	width:100%;
	margin-top:20px;
}
#newsbar .width{
	display:block;
}
#news-tick{
	border:2px solid rgba(130,112,57,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: #333;
}
.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:#333;
	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:#eb3b5a;
}
.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: #555;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #eb3b5a;
}
/*end newsbar*/
/*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{
	color: #333;
	width: 120px;
	height: 120px;
	margin:0px auto 20px; 
	font-family:Flaticon2;
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 45px;
	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: 400;
	color: #333;
	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: #827039;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start services2*/
#services2{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:right;
	z-index:900;
}
.services2{
	margin:0px -15px;
}
.serv2_loop:nth-child(2){
	width:40%;
}
.serv2_loop:nth-child(1){
	width:60%;
}
.serv2_loop:nth-child(3){
	width:40%;
}
.serv2_loop:nth-child(4){
	width:60%;
}
.serv2_loop {
	width: 50%;
	float: right;
	overflow: hidden;
	padding:0px 20px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 380px;
	overflow:hidden;
	border-radius:10px;
	position:relative;
}
.beforeAfter{
	direction:ltr;
	float:left;
	width:100%;
	overflow:hidden;
	height:100%;
}
.beforeAfter img{
	max-width:unset;
	object-fit:cover;
	object-position:center;
	height:100%;
	width:100%;
}
.serv2_txt {
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	z-index: 500;
	position: relative;
	top: -68px;
	text-align: right;
	padding: 15px;
}
.serv2_txt h2 {
	font-weight: 600;
	font-size: 17px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*end services2*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:110%;
	display:block;
	background:#473e2a;
	width:100%;
	position:relative;
	margin-bottom:40px;
	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 .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	border:2px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	line-height:46px;
	margin-top:-25px;
	color:#fff;
	left:110px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:15px;
	left:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#827039;
	background:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:35px;
	top:50%;
	margin-top:-110px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #827039;
}
.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;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#827039;
	opacity:0.3;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #555;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #555;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #827039;
	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: #827039;
	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: #000;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#827039;
	display:block;
}
/*end pages title*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #000;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#473e2a;
	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:#827039;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:65%;
	display:block;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:right;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	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 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: #827039;
	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: #827039;
	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: #827039;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/