/*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:#6e6821;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#895121;
	text-decoration:none;		
}
img{
	border:none;
	max-width:100%;
}
*{
	list-style:none;
	margin:0;
	outline:none;
	box-sizing:border-box;
	padding:0; 
}
.width{
	margin:0px auto;
	width:1280px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	float:right;
	position:relative;
	z-index:2000;
	display:block;
	background-color:#895121;
	height:45px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:first-child a{
	border-right:1px solid rgba(255,255,255,0.1);
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	border-left:1px solid rgba(255,255,255,0.1);
	line-height:44px;
}
.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;
	display:inline-block;
	margin-left:8px;
	color:#e4c080;
	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.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	background:#6e6821;
}
.top_whats a {
	background: #6e6821;
	float: right;
	color: #fff;
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 50%;
	line-height: 45px;
	font-size: 19px;
	margin-top: 21px;
	margin-right: 15px;
}
.top_whats a:hover{
	background:#e4c080;
}
.top_whats a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.social {
	float: right;
	background: #6e6821;
	margin-top: 20px;
	border-radius: 35px;
	padding-right: 20px;
	padding-left: 20px;
	position:relative;
	z-index:100;
	margin-right:150px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	display: block;
	color: #fff;
	z-index: 11;
	padding: 0px 19px;
	font-size: 12px;
	position: relative;
	line-height: 45px;
}
.social li a:hover{
	color:#e4c080;
}
.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*/
#header{
	height:132px;
	width:100%;
	float:right;
	clear:both;
	z-index:1000;
	background-color:#fff;
	position:relative;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	padding:10px 0px 0px;
	overflow:hidden;
	z-index:1001;
	position:relative;
	border-radius:3px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.logo h2 {
	float: left;
	width: 200px;
	font-weight: 600;
	font-size: 15px;
	padding-top: 31px;
	padding-right: 20px;
}
.logo a img{
	height:112px;
}
.search_icon span:hover,.search_icon.active span{
	border:1px solid #895121;
	background:#895121;
}
.search_icon{
	float:left;
	margin-top:50px;
	margin-left:10px;
	margin-right:10px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.search_icon span{
	display:block;
	line-height:38px;
	width:40px;
	height:40px;
	font-size:18px;
	cursor:pointer;
	border:1px solid #6e6821;
	background:#6e6821;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	padding: 0px;
	text-align:center;
	color: #fff;
}
.search_icon span:before{
	content:"\f002";
	font-family:FontAwesome;
}
.search_icon.active span:before{
	content:"\f00d";
}
.searchbox {
	background: #895121;
	right: 0px;
	top: 132px;
	position: absolute;
	width: 100%;
	display:none;
	text-align: right;
	z-index: 1000;
}
.searchbox label {
	display: block;
	width: 100%;
	height: 45px;
	position: relative;
}
.searchbox label input {
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 13px;
	font-family: Changa, sans-serif;
	padding:0px 20px 0px 45px;
	line-height: 42px;
	width: 100%;
}
.searchbox label button {
	width: 30px;
	height: 30px;
	border: none;
	background: #6e6821;
	cursor:pointer;
	position: absolute;
	left: 7px;
	top: 7px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.searchbox label button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.searchbox label button:hover{
	opacity:0.8;
}
.nav {
	float: left;
	margin-top: 50px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li:before{
	display:none;
}
.nav li a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	font-weight:normal;
	margin-left: 5px;
}
.nav li a {
	display: block;
	color: #000;
	line-height:40px;
	padding: 0px 15px;
	font-weight:600;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	background-color:#6e6821;
	color:#fff;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	position:static;
}
.sub {
	position: absolute;
	width: 230px;
	box-shadow:0px 2px 3px 0px rgba(34, 34, 34, 0.05);
	display:none;
	top: 40px;
	right:0px;
	z-index:1500;
	background: #895121;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:normal;
	font-size:13px;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
}
.nav li:hover .sub ul li a:hover{
	color:#000;
	background:#e4c080;
	padding-right:13px;
}
#header.scrolled {
	height: 95px;
	position: fixed;
	top: 0;
	z-index:999;
	right: 0;
}
.header_h.scrolled{
	float:right;
	width:100%;
	height:132px;
}
#header.scrolled .logo {
	padding: 5px 0px;
	margin: 0px;
}
#header.scrolled .logo img {
	height: 78px;
}
#header.scrolled .search_icon {
	margin-top: 27px;
}
#header.scrolled .searchbox {
	top: 95px;
}
#header.scrolled .nav {
	margin-top: 27px;
}
/*end header*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#412710;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:40px 0px 0px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:10px;
	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:#6e6821;
	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:12px 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:#6e6821;
	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(0,0,0,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{
	padding:15px 0px;
}
.foot_loop ul.foot_post li a:before{
	display:none;
}
.foot_loop ul.foot_post li a img {
	width: 50px;
	height: 50px;
	border:1px dotted #ccc;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-right:0;
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	background-image:url(../images/bg/bg41.png);
	background-color:#412710;
	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:#fff;
	background:#6e6821;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	background:#412710;
	float:right;
	margin-top:-173px;
	margin-bottom:60px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#412710;
	opacity:0.5;
	position:absolute;
}
.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:28px;
	text-align:center;
	position:absolute;
	border:1px solid rgba(255,255,255,0.1);
	bottom:0;
	width:120px;
	height:120px;
	line-height:120px;
	color:#fff;
	right:120px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:0px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#58595b;
	background:rgba(255,255,255,0.95);
}
.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;
}
.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%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	padding-top:173px;
	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;
}
.cycle-slide-active .slider_cont h2{
    -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.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	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: 14px;
	font-weight:400;
	margin-bottom:30px;
	-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;
}
.slide_all{
	position:absolute;
	height:120px;
	line-height:120px;
	border:1px solid rgba(255,255,255,0.2);
	width:100%;
	z-index:2000;
	left:0;
	padding:0px 290px 0px 50px;
	bottom:0;
}
.slide_all h2{
	float:right;
	color:#fff;
	font-weight:400;
	font-size:18px;
}
.slide_all a{
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:400;
	position:relative;
}
.slide_all a:before{
	content:"";
	width:30px;
	height:2px;
	background:#fff;
	float:left;
	margin-right:10px;
	margin-top:66px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.slide_all a:hover:before{
	width:60px;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:1000;
	bottom:0px;
}
#progress{
	height:120px;
	float:left;
	background:rgba(255,255,255,0.1);
}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:33.33%;
	text-align:center;
	height: 100%;
	overflow: hidden;
	background-color:#412710;
	background-image:url(../images/bg/bg46.png);
}
.data_list li:first-child{
	background-color:#6e6821;
}
.data_list li:nth-child(2){
	background-color:#412710;
}
.data_all{
	width:100%;
	overflow:hidden;
	padding:30px 30px;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list li span {
	z-index: 101;
	display: inline-block;
	vertical-align:0px;
	margin-left:10px;
	font-weight:normal;
}
.data_list li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
	display:block;
	margin-bottom:15px;
}
.data_list 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_list li a:hover{
	background:rgba(255,255,255,0.8);
	color:#444;
}
/*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;
}
#news .pages_title {
	float: right;
	width: 33.33%;
	position: relative;
	z-index: 205;
	background: #fff;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 110px;
}
.pages_title.withwhite{
	color:#6e6821;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:0px;
	position:relative;
	text-transform: uppercase;
}
.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #6e6821;
	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: #6e6821;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 40px;
	color: #134229;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#412710;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#6e6821;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	padding-bottom:50px;
	overflow:hidden;
}
#aboutus .aboutus{
	position:relative;
	direction:ltr;
}
.aboutus_right {
	width: 40%;
	vertical-align: top;
	display: table-cell;
}
.aboutus_right_img img{
	width:100%;
}
.aboutus_left{
	width:60%;
	vertical-align:top;
	padding:0px 80px;
	direction:rtl;
	vertical-align:middle;
	display:table-cell;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight:400;
	margin-bottom:40px;
	color: #333;
	clear: both;
	line-height: 2;
}
.data_list5 {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_all5 {
	position:relative;
}
.data_all65 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list5 li span {
	display: block;
	float: right;
	font-size: 30px;
	width: 80px;
	height: 80px;
	box-shadow:0px 0px 10px 4px rgba(72,73,121,0.15);
	background: #895121;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list5 li:hover span{
	background:#6e6821;
}
.data_list5 li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list5 li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: #666;
	position: relative;
	font-weight:400;
}
.data_list5 li p b {
	display: block;
	color: #333;
	z-index: 101;
	position: relative;
	font-weight:700;
	font-size:17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	margin-top:-60px;
	margin-bottom:60px;
	overflow:hidden;
	position:relative;
}
#count:before{
	content:"";
	width:80%;
	height:100%;
	background:#e4c080;
	opacity:0.2;
	position:absolute;
	bottom:-50px;
	left:0;
}
#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:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #412710;
	width: 120px;
	height: 120px;
	margin:0px auto 40px; 
	background: #fff;
	text-align: center;
	line-height: 120px;
	border-radius: 100%;
	z-index: 133;
	font-size: 60px;
	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: #412710;
	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: #895121;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
/*end top table*/
/*start news shapes slide*/
.services2{
	margin:0px -20px;
}
.serv2_loop {
	width: 33.33%;
	float: right;
	overflow: hidden;
	padding:0px 20px;
}
.serv2_all {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.serv2_img {
	width: 100%;
	height: 280px;
	overflow:hidden;
	position:relative;
}
.serv2_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:top;
	display:block;
}
.serv2_img a:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#412710;
	opacity:0;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv2_all:hover .serv2_img a:before{
	opacity:0.85;
}
.serv2_img a:after{
	content:"\f178";
	height: 50px;
	font-family:FontAWesome;
	font-weight:normal;
	width: 50px;
	opacity:0;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #6e6821;
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	font-size: 17px;
	border-radius: 100%;
	box-shadow: 0px 5px 5px #00000024;
	z-index: 333;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
.serv2_all:hover .serv2_img a:after{
	opacity:1;
}
.serv2_txt {
	background: #fff;
	box-shadow:-2px 2px 6px #0000002e;
	width: 80%;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	border-radius:5px;
	position: relative;
	top: -35px;
	padding:15px;
}
.serv2_txt h2 {
	font-weight: 400;
	font-size: 16px;
	position:relative;
	display: block;
	margin-bottom:1px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv2_txt h2:after{
	content:"";
	width:50px;
	height:3px;
	border-radius:20px;
	background:#895121;
	margin:10px 0px 0px;
	display:block;
}
.serv2_txt p {
	font-size: 12px;
	color: #555;
	height: 80px;
	position: relative;
	overflow: hidden;
	font-weight: 200;
	margin-top: 10px;
}
/*end news shapes slide*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position:relative;
	background-color:#e4c080;
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	padding:20px 0px;
	z-index:100;
	margin-bottom:60px;
}
.partners_title {
	float: right;
	width: 10%;
	display: block;
}
.partners_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #412710;
	max-width: 150px;
	padding-top: 10px;
}
.partners_arrow {
	width: 5%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 40px;
	height: 40px;
	background:#895121;
	display: block;
	line-height:40px;
	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:#6e6821;
	color:#fff;
	border-radius:5px;
}
.partners{
	float:left;
	width:80%;
	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: 120px;
	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;
}
body.bodyin .news_ul{
	width:100%;
}
body.bodyin .news_ul li{
	width:33.33%;
}
.news_ul{
	float:left;
	width:66.66%;
}
.news_loop{
	width:50%;
	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: 220px;
	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: #6e6821;
	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: #895121;
	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: #895121;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/