/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#f2efeb;
	margin:0;
	padding:0;
	direction:rtl;
	background-repeat:repeat;
	color:#333;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:600;
	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:#c09f59;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#7a685a;
	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 150px 0px 20px;
}
/*end body*/
/*start head*/
#sidebar_head{
	z-index: 12000;
	width: 130px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	right: 10px;
	bottom: 0;
	background: #50463e;
	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:#fdd379;
}
.logos {
	position: relative;
	text-align:center;
	padding:20px 0px;
	overflow: hidden;
}
.logos a img {
	height: 50px;
}
.social_mark {
	position: absolute;
	left: -176px;
	bottom: 170px;
	color:#bbb;
	transform: rotate(-90deg);
	letter-spacing:8px;
	text-transform: uppercase;
	width:402px;
}
/*end head*/
/*Start Social*/
#social {
	position:absolute;
	bottom:20px;
	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:#c18e55;
	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:#c09f59;
}
.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 top*/
#top{
	width:100%;
	float:right;
	position:relative;
	display:block;
	background-color:#50463e;
	height:50px;
}
.top_bg{
	width:47%;
	position:absolute;
	top:0;
	left:0;
	height:50px;
	background:rgba(255,255,255,0.05);
}
.top_bg:before {
	content: "";
	position: absolute;
	left:100%;
	top: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid rgba(255,255,255,0.05);
}
.welcome {
	float: right;
	line-height: 50px;
	height:50px;
	font-size: 12px;
	color: #fff;
	padding-left: 25px;
}
.welcome span {
	background: #c09f59;
	color: #fff;
	padding:5px 10px;
	margin-right: 5px;
	border-radius: 2px;
}
.s_contact{
	float:left;
	position:relative;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:50px;
}
.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;
	color:#c09f59;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left: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{
	color:#c09f59;
}
.s_contact li a:hover:before{
	color:#c09f59;
}
.top_img {
	float: left;
	position: relative;
	z-index: 2000;
	margin-right: 15px;
	overflow: hidden;
}
.top_img img {
	width: 100px;
	height: 122px;
	display: block;
	object-fit: cover;
	object-position: top;
}
/*end top*/
/*start header*/
#header{
	width:100%;
	clear:both;
	float:right;
	position:relative;
	margin-bottom:10px;
	background:#fff;
	padding:10px 0px;
	z-index:1500;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position:relative;
	z-index:1000;
	overflow: hidden;
}
.logo a {
	display: block;
}
.logo a img {
	height:85px;
}
.nav {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 20px;
	background: #ded4c8;
	height: 45px;
	width: 64%;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #333;
	line-height:45px;
	padding: 0px 12px;
	font-weight:900;
	position:relative;
	font-size:13px;
	z-index:105;
	text-align: center;
}
.nav li a:after {
	content: "";
	width:0px;
	height:6px;
	background: #c09f59;
	display: block;
	position:relative;
	top:-4px;
	float: right;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.nav li:hover a:after,.nav li.current a:after{
	width:90%;
}
.nav li a:hover,.nav li.current a,.nav li:hover a{
	color:#7a685a;
}
.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:50px;
	right:0px;
	z-index:1500;
	overflow:hidden;
	background: #fff;
}
.nav li:hover .sub ul{
	float:none;
}
.nav li:hover .sub ul li{
	float:none;
	padding:0;
	display:block;
}
.nav li:hover .sub ul li a{
	display:block;
	padding:10px;
	background:none;
	line-height:normal;
	font-weight:600;
	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:after{
	display:none;
}
.nav li:hover .sub ul li a:before{
	font-family:FontAwesome;
	content:"\f0a8";
	vertical-align:middle;
	margin-left:10px;
	width:auto;
	height:auto;
	line-height:normal;
	background:none;
	color:#000;
	font-weight:normal;
}
.nav li:hover .sub ul li a:hover{
	background:#7a685a;
	padding-right:13px;
	color:#fff;
}
.nav li:hover .sub ul li a:hover:before{
	color:#fff;
}
#newsbar {
	clear: both;
	position: absolute;
	height: 40px;
	background: #50463e;
	width: 64%;
	left: 20px;
	bottom: -10px;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 40px;
	overflow:hidden;
	background: #c09f59;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:40px;
	padding:0;
	border:none;
	width:33.33%;
	color:#000;
	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{
	background:#ded4c8;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 40px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #ded4c8;
	font-weight: 600;
	line-height: 38px;
	font-size:12px;
	height: 40px;
}
.bn-news li a:hover{
	color: #c09f59;
}
/*end header*/
/*start my_bottom*/
.my_bottom {
	float: right;
	position: absolute;
	z-index: 997;
	overflow: hidden;
	width: 100%;
	clear: both;
	bottom: 3px;
	right: 0;
}
.my_bottom span {
	width: 100%;
	display: block;
	float: right;
	border-bottom: 2px dashed #2f3640;
}
/*end my_bottom*/
/*start head_fix*/
.head_fix {
	background-color:#fff;
	width:100%;
	height:45px;
	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 .head_fix{
	top:0;
}
.head_fix .nav{
	position:relative;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
	background:none;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	width:100%;
	float:right;
	height:45px;
	background-color:#50463e;
	color:#fff;
	font-size:12px;
	overflow:hidden;
	position:relative;
}
#bottom .width{
	position:relative;
}
.copyrights{
	float:right;
	position:relative;
	line-height:45px;
}
.design{
	position:relative;
	float:left;
	margin-left:45px;
	line-height:45px;
}
.design a{
	color:#000;
	background:#c09f59;
	line-height:1;
	padding:0px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
#bottom .social{
	float:left;
	margin-top:8px;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	z-index:1500;
	cursor:pointer;
	font-size:12px;
	left:0px;
	bottom:0px;
	display:none;
	width:45px;
	line-height:45px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:45px;
	background:#c09f59;
	color:#000;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#ded4c8;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:500px;
	display:block;
	z-index:100;
	background:#7a685a;
	margin-bottom:50px;
	overflow:hidden;
	position:relative;
}
.slidebg{
	background-color:rgba(0,0,0,0.5);
	background-image:url(../images/bg/bg3.png);
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0;
}
#progress{
	height:7px;
	float:left;
	background:rgba(255,255,255,0.3);
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:15px;
	text-align:center;
	position:absolute;
	background:#c09f59;
	bottom:0px;
	width:50px;
	height:50px;
	line-height:50px;
	color:#000;
	font-weight:normal;
	left:50px;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	left:0px;
}
#slideshow .next:before{
	font-family:FontAwesome;
	content:"\f104";
}
#slideshow .prev:before{
	font-family:FontAwesome;
	content:"\f105";
}
#slideshow .next:hover,#slideshow .prev:hover{
	background:#ded4c8;
	color:#7a685a;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left:120px;
	bottom:15px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #c09f59;
}
.cycle-pager span {
	margin:0px 3px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:inline-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%;
	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%;
	position:relative;
	z-index:800;
	max-width:600px;
	text-align:center;
	display:block;
	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:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #231f20;
	font-size:30px;
	margin-bottom:15px;
}
.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: 14px;
	font-weight:600;
	margin-bottom:15px;
}
.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 {
	clear:both;
	color:#000;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	border-radius:2px;
	padding:8px 20px;
	background:#ded4c8;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#c09f59;
}
@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 count*/
#count {
	clear:both;
	float:right;
	width:100%;
	position:relative;
	margin-bottom:70px;
	z-index:1000;
}
#count ul{
	clear:both;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
}
#count ul li:last-child{
	border-left:none;
}
.count_all {
	width: 100%;
	padding:10px 40px;
}
.count_all span{
	float:right;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color:#fff;
	font-size:35px;
	font-weight:normal;
	background:#50463e;
	width:80px;
	text-align:center;
	border-radius:20px;
	height:80px;
	line-height:80px;
}
.count_all div{
	margin-right:90px;
	overflow:hidden;
}
.count_all h2 {
	font-weight: 700;
	color: #7a685a;
	font-size: 13px;
	overflow: hidden;
	display: block;
}
.count_all p:after{
	content:"+";
	vertical-align:middle;
	margin-right:5px;
	color:#c09f59;
}
.count_all p {
	clear: both;
	display: block;
	overflow: hidden;
	font-weight:700;
	font-size: 45px;
	letter-spacing:2px;
	line-height:1;
	color: #333;
	margin-bottom:5px;
}
/*end count*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	width:100%;
	margin-bottom:40px;	
	position:relative;
}
.aboutus_left {
	display:block;
	text-align:center;
	width:100%;
}
.aboutus_left h2 {
	display: block;
	font-weight:700;
	font-size:40px;
	color: #333;
	line-height: 1.1;
}
.aboutus_left h3 {
	display: block;
	margin-bottom:35px;
	margin-top:15px;
	font-weight:700;
	font-size:40px;
	color: #c09f59;
	line-height: 1.1;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#333;
	line-height:1.9;
	clear:both;
}
.aboutus_left a {
	display:inline-block;
	margin-top: 4px;
	background: #c09f59;
	color: #fff;
	font-size:13px;
	border-radius:10px;
	padding: 20px 60px;
	font-weight:900;
}
.aboutus_left a:hover {
	background: #7a685a;
	color:#fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	background-image:url(../images/bg/bg38.png);
	background-repeat:repeat;
	padding:30px 0px;
	float:left;
	margin-bottom:30px;
	z-index:100;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	padding:0px 20px;
	overflow: hidden;
}
.data_list_all{
	position:relative;
}
.data_list li span {
	z-index: 101;
	width:80px;
	height:80px;
	line-height:80px;
	float:right;
	background:#fff;
	color:#7a685a;
	position: relative;
	font-size:30px;
	display: block;
	text-align: center;
	border-radius:20px;
}
.data_list li span:before{
	font-weight:normal;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	margin-right: 100px;
	color: #262323;
	position: relative;
	height: 125px;
}
.data_list li p b {
	display: block;
	color: #000;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size:17px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h2 {
	font-weight: 900;
	font-size:25px;
	color: #000;
	display: block;
	margin-bottom: 3px;
}
.pages_title h1{
	color:#7a685a;
	font-weight:600;
	font-size:20px;
}
/*end pages title*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width:25%;
	padding:15px;
}
.serv_all {
	background: #fff;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	position:relative;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 270px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#c09f59;
	color:#fff;
}
.serv_right span {
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	top:-10px;
	z-index:1000;
	font-weight:normal;
	text-align: center;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	line-height: 50px;
	font-size: 20px;
	left:-30px;
	border-radius:50%;
	color: #c09f59;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	width: 50px;
	position: absolute;
	content: "";
	border-radius:50%;
	height: 50px;
	border: 4px solid rgba(255,255,255,0.6);
	left: -4px;
	top: -4px;
}
.serv_left {
	padding:25px;
	position: relative;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 75px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display:block;
	font-weight: 700;
	color:#000;
	font-size: 12px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
	background: #fff;
	position:absolute;
	left:20px;
	bottom:-15px;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#7a685a;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.serv_left a:hover{
	color:#fff;
	background:#7a685a;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	position: relative;
	background-image:url(../images/bg/bg38.png);
	background-repeat:repeat;
	padding:30px 0px;
	margin-bottom:50px;
}
.partners{
	float:left;
	width:100%;
	display:block;
	overflow:hidden;
}
.partners li{
	float:right;
	display:block;
	width:20%;
	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 teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:40px;
	overflow:hidden;
	position: relative;	
}
.teams_slide{
	margin-top:40px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	overflow:hidden;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	position:relative;
	padding:10px;
	overflow:hidden;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
}
.teams_all img{
	width:150px;
	display:block;
	border:1px solid #f3f8e6;
	padding:5px;
	object-fit:cover;
	margin:0px auto 15px;
	object-position:top center;
	border-radius:50%;
	height:150px;
}
.teams_all div {
	display:block;
	clear:both;
	text-align:center;
}
.teams_all span {
	color: #262323;
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight:700;
	text-overflow: ellipsis;
	position:relative;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:600;
	display:block;
	color:#333;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background:#fff;
	border:none;
	margin-left: 5px;
	width: 30px;
	height: 4px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#c09f59;
}
/*end teams*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_loop{
	width:33.33%;
	float:right;
	text-align:center;
}
.news_all {
	width: 100%;
	display: block;
	padding: 20px;
	background:rgba(255,255,255,0.5);
	position:relative;
}
.news_txt {
	clear: both;
	display: block;
	border-right:1px solid #dee9bd;
	border-bottom:1px solid #dee9bd;
}
.news_ul li:nth-child(3n+3) .news_txt{
	border-left:1px solid #dee9bd;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #262323;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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;
	margin-top:15px;
}
.news_more a {
	display: block;
	background: #ded4c8;
	padding: 7px 10px;
	font-weight:600;
	color: #000;
	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: #c09f59;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
.news_img{
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:50%;
	margin:0px auto 15px;
}
.news_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
/*end news*/