/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#827039;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#96e464;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	padding:0px 110px 0px 20px;
}
/*end body*/
/*start head*/
#sidebar_head{
	z-index: 12000;
	width: 90px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	right:0px;
	bottom: 0;
	background: #473e2a;
	box-shadow:1px 1px 10px rgba(0,0,0,.3);
}
.sidebar_tools{
	position:absolute;
	top:0px;
	bottom:0px;
	right:6px;
}
.sidebar_tools.sidebar_tools_left{
	right:auto;
	left:6px;
}
.sidebar_tools span{
	background:rgba(253,211,121,0.08);
	display:block;
	width:2px;
	margin-bottom:5px;
	height:5%;
}
.sidebar_tools span:nth-child(8),.sidebar_tools span:nth-child(16),.sidebar_tools span:nth-child(2){
	background:#827039;
}
.logos {
	position: relative;
	text-align:center;
	padding:20px 0px;
	overflow: hidden;
}
.logos a img {
	height: 50px;
}
/*end head*/
/*Start Social*/
#social {
	position:absolute;
	bottom:0px;
	right:0;
	left:0;
}
#social .social{
	margin:0;
	float:none;
}
#social .social li{
	float:none;
}
#social .social li a {
	border: none;
	padding: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.2);
	margin:0px auto 10px;
	border-radius: 4px;
}
#social .social li a:hover{
	background:#827039;
	color:#fff;
}
.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:#827039;
}
.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 Social*/
/*start header*/
#header {
	z-index: 1000;
	height: 100px;
	float: right;
	clear: both;
	background: #fff;
	border-radius:4px;
	position: absolute;
	left: 20px;
	top: 15px;
	right: 110px;
}
#header:before{
	content:"";
	width:50%;
	height:6px;
	background:#827039;
	position:absolute;
	top:-3px;
	border-radius:5px;
	left:20px;
}
#header:after{
	content:"";
	width:50%;
	height:6px;
	background:#827039;
	position:absolute;
	bottom:-3px;
	border-radius:5px;
	right:20px;
}
#header .width{
	padding:0px 20px;
}
.logo {
	float: left;
	position: relative;
	padding:38px 0px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 20px;
}
.nav {
	float:right;
	margin-top:22px;
}
.nav li{
	display:block;
	position:relative;
	float:left;
	padding:0px 15px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	text-transform:uppercase;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#827039;
	display:inline-block;
	vertical-align:0px;
	margin-right:8px;
}
.nav li a:after{
	content:"";
	height:4px;
	border-radius:4px;
	background:#827039;
	position:absolute;
	bottom:5px;
	left:15px;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#827039;
}
.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:#473e2a;
	width:225px;
	left:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding: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:#827039;
	padding-left:17px;
}
.lang{
	float: right;
	margin-top: 30px;
}
.lang a {
	line-height: 36px;
	color: #333;
	position: relative;
	font-weight:400;
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	border: 1px solid #473e2a;
	padding: 0px 20px;
	border-radius: 3px;
	height:38px;
}
.lang a:hover{
	color:#fff;
	background:#827039;
	border:1px solid #827039;
}
.s_contact{
	clear:both;
	margin-top:-25px;
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#473e2a;
	letter-spacing:1px;
	padding:0px 20px;
	border-radius:20px 10px;
	margin-right:10px;
	line-height:55px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	color:#827039;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover:before{
	color:#fff;
}
.s_contact li a:hover{
	color:#fff;
	background:#827039;
	border-radius:10px 20px;
}
/*end header*/
/*start footer*/
#footer{
	float:right;
	width:100%;
	padding:30px 0px;
	border:2px solid #dce5d6;
	background-image:url(../images/bg/bg39.png);
	background-position:top;
	overflow:hidden;
	position:relative;
	clear:both;
}
#footer .width{
	position:relative;
}
.foot_all{
	clear:both;
	text-align:center;
	overflow:hidden;
}
.foot_all img{
	max-height:20px;
	margin-bottom:10px;
}
.copyrights,.design{
	clear:both;
	display:block;
	font-size:13px;
}
.design a{
	border-bottom:2px solid #827039;
	display:inline-block;
	margin-left:5px;
	color:#000;
}
.design a:hover{
	color:#827039;
	border-bottom:2px solid #473e2a;
}
.foot_link{
	position:absolute;
	bottom:0px;
	left:20px;
}
.foot_link li{
	display:inline-block;
}
.foot_link li a{
	display:block;
	background:#473e2a;
	margin-left:5px;
	color:#fff;
	padding:8px;
	border-radius:2px;
	font-size:13px;
}
.foot_link li a:hover{
	background:#827039;
	color:#fff;
}
#footer .s_contact{
	position:absolute;
	bottom:0;
	right:110px;
	margin:0;
}
#footer .s_contact li a{
	background:#473e2a;
}
/*end footer*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:50px;
	padding-top:20px;
	z-index:500;
	background-image:url(../images/bg/bg51.png);
	background-position:center;
	background-color:#e4dcc5;
	padding-bottom:160px;
}
#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;
	right:15px;
}
.aboutus_right_img {
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	overflow:hidden;
}
.aboutus_right_img .slider{
	float:left;
	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_right_txt {
	background-color: #473e2a;
	padding: 45px 65px;
	box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.12);
	display: inline-block;
	text-align:center;
	z-index:1000;
	border-radius:12px;
	bottom:-80px;
	right:10px;
	position: absolute;
	-webkit-animation:moveleftbounce 5s linear infinite;
	animation:moveleftbounce 5s linear infinite;
}
.aboutus_right_txt:before{
	position:absolute;
	content:"";
	right:2%;
	left:2%;
	top:2%;
	bottom:2%;
	opacity:0.1;
	border-radius:12px;
	border:2px dashed #fff;
}
.aboutus_right_txt h2 {
	font-size: 20px;
	color:#fff;
	font-weight:400;
	line-height: 1.4;
	text-transform:uppercase;
}
.aboutus_right_txt h2 i{
	color:#fff;
	font-style:normal;
	font-size:60px;
	display:block;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	height:100%;
	padding-left:20px;
	padding-right:60px;
	padding-top:120px;
	display:table-cell;
}
.aboutus_left .pages_title{
	text-align:left;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	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-left: 120px;
	padding-right: 30px;
}
.data_list li span {
	display: block;
	float: left;
	font-size: 38px;
	width: 80px;
	height: 80px;
	background: #827039;
	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:#473e2a;
}
.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;
	text-transform:uppercase;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.aboutus_owner{
	clear:both;
	display:block;
}
.aboutus_owner_img {
	float: left;
	position: relative;
	text-align: center;
	margin-top: 25px;
	width: 120px;
}
.aboutus_owner_img img {
	height: 75px;
	border-radius: 50%;
	width: 75px;
	object-fit: cover;
}
.aboutus_owner_txt {
	margin-left: 130px;
	padding-top: 38px;
}
.aboutus_owner_txt h3 {
	font-weight: 400;
	color: #333;
	display: block;
	text-transform:uppercase;
	margin-bottom: 2px;
	font-size: 18px;
}
.aboutus_owner_txt p {
	font-size: 14px;
	color: #555;
}
/*end aboutus*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	bottom:5px;
	left:20px;
	right:110px;
}
#news-tick{
	border:2px solid rgba(130,112,57,0.2);
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: left;
	width: 120px;
	font-weight: 400;
	text-transform:uppercase;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #333;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	right: 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:#827039;
}
.bn-news {
	margin-left: 20px;
	margin-right: 115px;
	height: 66px;
	direction:rtl;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-right:30px;
}
.bn-news li a {
	display: block;
	color: #555;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #827039;
}
/*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:left;
	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: left;
	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: left;
	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;
	right:110px;
	left:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	left:15px;
	right:auto;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#827039;
	background:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left: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;
	text-transform:uppercase;
}
.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: left;
	width: 20%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 50px;
	color: #000;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: left;
	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:right;
	width:65%;
	display:block;
	direction:rtl;
	overflow:hidden;
}
.partners_slider{
	visibility:hidden;
}
.partners_slider.slick-initialized {
	visibility:visible;
}
.partners li{
	float:left;
	display:block;
	width:25%;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 140px;
	border-radius:5px;
	margin: 0px auto;
	box-shadow:0 2px 15px 0 rgba(0,0,0,.06);
	background: #fff;
}
.partners_all div{
	align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	display: flex;
	width:100%;
	height:100%;
}
.partners_all img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.partners_slide .slick-dots li{
	width:auto;
	float:none;
	padding:0;
}
/*end partners*/
/*start 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:left;
	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: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: middle;
	margin-left: 10px;
	content: "\f061";
	-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-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/