/*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:#000000;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#8b6b37;
	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*/
.s_contact{
	position:absolute;
	top:33px;
	left:0;
	z-index:1000;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a{
	display: block;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:400;
	line-height:45px;
}
.s_contact li a:after{
	vertical-align:0px;
	color:#8b6b37;
	background:#fff;
	width:45px;
	height:45px;
	line-height:45px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	position:relative;
	font-weight:normal;
	font-size:14px;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.s_contact li.mail a:after{
	content:"\f0e0";
	top:-1px;
}
.s_contact li a:hover{
	color:#8b6b37;
}
.s_contact li a:hover:after{
	background:#8b6b37;
	transform:rotate(-360deg);
	color:#fff;
}
.social {
	position:absolute;
	top:33px;
	right:0;
	z-index:1000;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	background:#fff;
	color:#999;
	margin-left:7px;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 45px;
	width:45px;
	height:45px;
	border-radius:50%;
}
.social li a:hover{
	color:#fff;
	background:#8b6b37;
	transform:rotate(-360deg);
}
.social li:hover:after{
	top:0;
}
.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";
}
.social li.snapchat a:before{
	content:"\f2ab";
}
/*end top*/
/*start header*/
#header{
	background:#f7f7f7;
	z-index:1000;
	width:100%;
	float:right;
	height:110px;
	clear:both;
	position:relative;
}
#header .width{
	position:relative;
}
.logo {
	position: relative;
	z-index: 100;
	text-align: center;
	padding:10px 0px;
}
.logo img {
	height:80px;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	height:78px;
	width:100%;
	position:relative;
	float:right;
	z-index:1000;
	background-color:#f7f7f7;
}
#nav .width{
	background:#fff;
	height:100%;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:78px;
	display:block;
	color:#000;
	position:relative;
	padding:0px 20px;
	line-height:78px;
	font-size:15px;
	font-weight:400;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#8b6b37;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:0;
	top:39px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:after{
	content:"";
	height:4px;
	display:block;
	background:#8b6b37;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#8b6b37;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.lang{
	float:left;
}
.lang a {
	height: 54px;
	line-height: 54px;
	background: #8b6b37;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
	display: block;
	padding: 0px 50px;
	margin-top: 12px;
	margin-left: 18px;
	border-radius: 10px;
}
.lang a:hover{
	background:#000;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	background:#595572;
	width:100%;
	height:55px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .nav li a{
	color:#fff;
}
/*end head_fix*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#000000;
	border-bottom:1px solid rgba(255,255,255,0.1);
	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:400;
	font-size:22px;
	margin-bottom:25px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.1);
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:20%;
	content:"";
	height:2px;
	background-color:#8b6b37;
	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:#8b6b37;
	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:#ccc;
	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;
	border:1px dotted rgba(255,255,255,0.1);
	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:10px;
	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:#000000;
	color:#ccc;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
#bottom .social{
	float:right;
	position:static;
}
#bottom .social li a{
	background:none;
	border-right:1px solid rgba(255,255,255,0.1);
	line-height:65px;
	width:65px;
	height:65px;
	color:#fff;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#8b6b37;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:90%;
	display:block;
	z-index:100;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
#slideshow .width{
	height:100%;
	position:relative;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#8b6b37;
	opacity:0.5;
}
#slideshow .width:after{
	height:8px;
	width:100%;
	left:0;
	top:0;
	content:"";
	z-index:101;
	position:absolute;
	background:rgba(33,33,33,0.1);	
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(33,33,33,0.1);
}
#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;
	background:#fff;
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#8b6b37;
	left:-100%;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:-100%;
	left:auto;
}
#slideshow:hover .prev{
	left:0;
}
#slideshow:hover .next{
	right:0;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .next:hover,#slideshow .prev:hover{
	color:#fff;
	background:#8b6b37;
}
.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%;
	padding:15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:75px;
	margin-bottom: 25px;
}
.cycle-slide-active .slider_cont p{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a{
	background:#8b6b37;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:400;
	padding:12px 30px;
	margin-left:10px;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:last-child{
	background:none;
	color:#fff;
}
.slider_cont a:hover{
	background:#000;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	float:right;
	width:100%;
	clear:both;
	padding:40px 0px;
}
.aboutus2_slider{
	clear:both;
	display:block;
	overflow:hidden;
	margin:0px -15px;
}
.aboutus2_slider{
	clear:both;
	display:block;
	visibility:hidden;
}
.aboutus2_slider.slick-initialized {
	visibility:visible;
}
.aboutus2_slider li{
	width:33.33%;
	float:right;
	padding:0px 15px;
}
.aboutus_all2 {
	border:2px solid #f2f2f2;
	box-shadow:0px 8px 16px 0px #0000000a;
	padding:30px 50px;
	border-radius: 5px;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_all2 span {
	display: block;
	font-size: 70px;
	float: left;
	font-weight: normal;
	color: #8b6b37;
}
.aboutus_all2 p {
	font-size:24px;
	color: #8b6b37;
	padding-left:30px;
	font-weight:400;
	padding-top:35px;
	overflow: hidden;
}
/*end data*/
/*start services*/
#services2{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	overflow:hidden;
}
.services2{
	display:table;
}
.services2_right {
	overflow: hidden;
	clear: both;
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
	width:40%;
}
.services2_left {
	display: table-cell;
	width:40%;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
.services2_left img{
	width:50%;
	float:right;
	height:auto;
	padding-left:9px;
}
.services2_left img:nth-child(2){
	padding-bottom:9px;
}
.serv_img2_txt{
	position:relative;
	padding:0px 10px 0px 40px;
	text-align:justify;
	z-index:500;
}
.serv_img2_txt h2{
	font-weight:400;
	font-size:50px;
	color:#8b6b37;
	display:block;
	margin-bottom:15px;
	text-transform:capitalize;
}
/*end services*/
/*start count*/
.count {
	display:table-cell;
	vertical-align:top;
	width:30%;
}
.count li {
	width: 50%;
	float: right;
	display: block;
}
.count_all {
	width: 100%;
	padding: 30px 10px;
	border:1px solid #f7f7f7;
}
.count li:nth-child(2n+2) .count_all{
	border-right:none;
}
.count li:nth-child(1) .count_all,.count li:nth-child(2) .count_all{
	border-bottom:none;
}
.count_all div {
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 400;
	color: #555;
	font-size: 12px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all span {
	display: block;
	font-size: 40px;
	display:block;
	margin:0px auto 10px;
	font-weight: normal;
	color: #8b6b37;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 2px;
	line-height: 1;
	color: #8b6b37;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*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: 400;
	font-size: 50px;
	color: #020202;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#8b6b37;
	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:#000;
	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 media*/
#media{
	float:right;
	width:100%;
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:50px;
}
.media_right{
	display:block;
	width:50%;
	padding:90px 40px 0px 0px;
	float:left;
}
.media_left {
	display: block;
	width: 50%;
	float:right;
	position:relative;
	overflow:hidden;
}
.media_left_slider{
	visibility:hidden;
}
.media_left_slider.slick-initialized {
	visibility:visible;
}
.media_left_slider li{
	display:block;
	float:right;
	height:430px;
	width:50%;
	overflow:hidden;
	padding:10px;
}
.media_left_slider li div{
	border-radius:10px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.media_left_slider li div img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.serv_img2_txt h1{
	font-size:30px;
	color:#000;
	display:block;
	margin-bottom:2px;
	font-weight:400;
	text-transform:capitalize;
}
.serv_img2_txt h1:before{
	background:#8b6b37;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	font-family:FontAwesome;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	margin-left:15px;
	content:"\f00c";
	font-weight:normal;
	font-size:16px;
}
.serv_img2_txt p{
	display:block;
	font-size:13px;
	font-weight:400;
	margin-bottom:25px;
}
.serv_img2_tab {
	overflow:hidden;
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}
.serv_img2_tab_top li {
	margin-left:15px;
	display: inline-block;
}
.serv_img2_tab_bottom li{
	display:none;
}
.serv_img2_tab_top li span {
	display: block;
	padding: 10px 25px;
	border-radius:5px;
	font-size: 13px;
	font-weight: 400;
	color:#000;
	border:1px solid #d3e2e0;
	text-transform: capitalize;
	cursor:pointer;
}
.serv_img2_tab_top li.active span{
	background:#8b6b37;
	color:#fff;
	border:1px solid #8b6b37;
}
.serv_img2_tab_bottom {
	padding:30px 0px 10px;
	font-weight: 400;
	font-size: 13px;
}
.serv_txt2_data{
	clear:both;
}
/*end media*/
/*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:#8b6b37;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: bold;
	display:inline-block;
	padding:0px 20px;
	color: #8b6b37;
	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: #8b6b37;
	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: #8b6b37;
	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: #020202;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#8b6b37;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#8b6b37;
	display:block;
}
/*end pages title*/
/*start top table*/
.my_top_table{
	clear:both;
	display:block;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}
/*end top table*/
/*start news shapes slide*/
.my_slice{
	display:block;
	float:right;
	width:100%;
}
.list_top_left{
	margin:0px -10px;
}
.list_top_left li{
	display:block;
	float:right;
	height:520px;
	width:33.33%;
	overflow:hidden;
	padding:10px;
}
.news_shape{
	height:100%;
	display:block;
	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.06, 1.06);
}
.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: 200;
	font-size: 40px;
	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: 200;
	font-size: 15px;
	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:14px;
	opacity: 0;
	font-weight: 600;
	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 #40d2bc;
}
.news_shape:hover .serv_more{
	transform: translateY(0);
	opacity: 1;
}
/*end news shapes slide*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding:50px 80px 40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:50%;
	float:right;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 420px;
	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;
	height: 100%;
	width: 100%;
}
.news_img p {
	position: absolute;
	left: 59px;
	bottom:115px;
	border-radius:0px 20px 0px 0px;
	background: #8b6b37;
	color: #fff;
	font-size:12px;
	width:80px;
	z-index:4500;
	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;
	position: absolute;
	bottom: 49px;
	background: #fff;
	z-index: 1000;
	right: 0;
	width: 90%;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	font-size: 23px;
	display: block;
	margin-bottom: 6px;
	color: #333;
	overflow: hidden;
	height: 85px;
	max-width: 350px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	background: #fff;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	color: #8b6b37;
	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: #231f20;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/