/*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:#8fb65d;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#9e9fa3;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background:rgba(0,0,0,0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 300ms ease-in-out alternate infinite
}
.circle:after{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#918447;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start head*/
#sidebar_head{
	z-index:1000;
	width: 90px;
	height: 100%;
	float: right;
	clear: both;
	position: fixed;
	top: 0;
	right:0px;
	bottom: 0;
	background: #545547;
	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:#918447;
}
.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:#918447;
	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:#73bf43;
}
.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{
	clear:both;
	float:right;
	width:100%;
	height:170px;
	position:relative;
	z-index:1001;
	background:#545547;
}
#header .width{
	position:relative;
	padding:0px 20px;
}
.logo{
	margin:0px auto;
	text-align:center;
	padding-top:40px;
}
.logo img{
	height:60px;
}
.s_contact.s_contact_right{
	right:20px;
	left:auto;
}
.s_contact{
	position:absolute;
	top:25px;
	left:0;
}
.s_contact li {
	display: block;
	float: left;
	position:relative;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:11px;
	color: #fff;
	text-transform:uppercase;
	padding:0px 20px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.s_contact li:last-child a:after,.s_contact li:last-child span:after,.s_contact.s_contact_right li span:after{
	display:none;
}
.s_contact li a p,.s_contact li span p{
	color: #fff;
	margin-left: 70px;
	padding-top: 22px;
	font-weight: 400;
}
.s_contact li a b,.s_contact li span b {
	display: block;
	font-weight: 400;
	font-size: 13px;
}
.s_contact li a:before, .s_contact li span:before {
	font-family: Flaticond;
	font-weight:normal;
	vertical-align:middle;
	display:block;
	font-size:45px;
	float:left;
}
.s_contact li.lang a{
	background:rgba(0,0,0,0.1);
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	padding:0px 60px;
	color:#fff;
	border-radius:3px;
	position:relative;
	font-size:15px;
	margin-top:10px;
	overflow:hidden;
}
.s_contact li.lang a:before {
	background-color: #fff;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li.lang a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.s_contact li.lang a:hover{
	background:#918447;
	color:#fff;
}
.s_contact li.phone a:before{
	content:"\f103";
}
.s_contact li.mail a:before{
	content:"\f102";
}
.s_contact li.mapi span:before{
	content:"\f101";
}
#nav{
	right:0;
	z-index:1000;
	height:75px;
	bottom:-85px;
	text-align:center;
	position:absolute;
	width:100%;
}
.nav {
	background:#fff;
	padding:0px 20px;
	margin:15px auto 0px;
	width:auto;
	display:inline-block;
}
.nav li{
	display:block;
	float:left;
	position:relative;
}
.nav li a {
	display: block;
	color: #000;
	line-height:70px;
	padding: 0px 25px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform:uppercase;
	z-index: 105;
	text-align: center;
}
.nav li a:after{
	height:4px;
	content:"";
	width:0;
	background:#918447;
	margin:0px auto;
	clear:both;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li a:hover,.nav li:hover a{
	color:#545547;
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	border:none;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	box-shadow:none;
	right:0;
}
.sub {
	position: absolute;
	width: 200px;
	display:none;
	top: 74px;
	left:0px;
	z-index:999;
	background: #fff;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.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:12px 10px;
	background:none;
	line-height:normal;
	font-size:12px;
	font-weight:400;
	color:#333;
	text-align:left;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#e2e6e1;
	padding-left:13px;
}
/*start header*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg46.png);
	background-position:center;
	background-color:#545547;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 0px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#eee;
	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:#918447;
	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.3);
	padding:10px 0;
	color:#eee;
	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-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#fff;
	background:#918447;
	border-radius:5px;
	padding-left:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right: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:#eee;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px;
}
.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 #eee;
	float: left;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-right: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	padding-left:10px;
}
/*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:#545547;
	color:#eee;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:left;
	line-height:65px;
}
.design{
	float:right;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#918447;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
.social {
	float:left;
	margin-left:10px;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li:first-child a{
	border-left:1px solid rgba(255,255,255,0.05);	
}
.social li a {
	color:#eee;
	display: block;
	font-size: 14px;
	border-right: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:#918447;
}
.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 bottom*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:90%;
	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: left;
	width:33.33%;
	text-align:center;
	height: 100%;
	overflow: hidden;
	background-color:rgba(0,0,0,0.2);
	background-image:url(../images/bg/bg46.png);
}
.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-right: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:20px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
.data_list li a{
	background:#918447;
	color:#fff;
	font-weight:600;
	display:inline-block;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	padding:12px 20px;
}
.data_list li a:hover{
	background:#545547;
	color:#fff;
}
.data_list li a:before {
	background-color: #fff;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list li a:hover:before{
	right: 120%;
	opacity: 0.25;
}
/*end data*/
/*start toTop*/
.toTop{
	position:fixed;
	left:10px;
	bottom:-10px;
	display:none;
	z-index:2000;
}
.toTop img{
	height:50px;
}
/*end toTop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:100%;
	display:block;
	z-index:100;
	background-image:url(../images/bg/bg50.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#f1ebdd;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100% !important;
}
.iframe_y{
	position:absolute;
	padding-bottom: 56.25%;
	width:100%;
	height:100%;
	z-index:200;
}
.slideshow video {
	position: absolute;
	top: 60%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 200;
	transform: translateX(-50%) translateY(-60%);
	transition: 1s opacity;
}
.slider_cont{
	width:100%;
	display:table;
	height:100%;
}
.slider_right{
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	bottom:0;
	width:65%;
}
.slider_right img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:100%;
	display:table-cell;
	padding-left:20px;
}
.cycle-slide-active .slider_cont .slider_right{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.cycle-slide-active .slider_cont .slider_left{
    -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: 600;
	line-height: 1.3;
	text-transform:uppercase;
	display: inline-block;
	color: #545547;
	font-size: 90px;
	margin-bottom: 35px;
	max-width: 500px;
}
.slider_cont h1{
	font-size:15px;
	margin-bottom:20px;
	font-weight:400;
	color:#545547;
	display:block;
}
.slider_cont h1 span {
	background: #918447;
	color: #fff;
	display: inline-block;
	padding: 0px 8px 0px 11px;
	border-radius: 40px 0px 0px 40px;
}
.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:#918447;
	height:60px;
	line-height:60px;
	text-align:center;
	text-transform:uppercase;
	padding:0px;
	color:#fff;
	position:relative;
	font-size:15px;
	margin-top:10px;
	display:block;
	max-width:180px;
	overflow:hidden;
}
.slider_cont a:before {
	background-color: #fff;
	content: "";
	height: 150px;
	right: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	width: 40px;
	opacity: 0;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.slider_cont a:hover{
	background:#545547;
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	right: 20px;
	top: 50%;
	margin-top:-30px;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#8fb65d;
}
.cycle-pager span {
	margin-bottom:15px;
	width:12px;
	height:12px;
	border-radius:12px;
	background:#97bdaa;
	cursor:pointer;
	display:block;
}
@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 my_projects*/
#my_projects{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	border-top:90px solid #545547;
}
#my_projects ul li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0px 20px;
	position:relative;
}
#my_projects span {
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	top: -67px;
	right: 77px;
	border: 2px dashed #918447;
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
#my_projects ul li img{
	margin-top:-90px;
	height:300px;
}
#my_projects ul li h2{
	font-weight:400;
	font-size:25px;
	display:block;
	text-transform:uppercase;
	color:#545547;
}
/*end my_projects*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	z-index:100;
}
.data2_list {
	width: 100%;
	position: relative;
	padding-bottom:20px;
}
.data2_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	float:left;
	width: 50%;
}
.data_all2 {
	position:relative;
}
.data_all2 {
	margin-left: 120px;
	padding-right: 30px;
}
.data2_list li span {
	display: block;
	float: left;
	font-size: 38px;
	width: 80px;
	height: 80px;
	background: #918447;
	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;
}
.data2_list li:hover span{
	color:#fff;
	background:#545547;
}
.data2_list li span:before{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.data2_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	font-weight:400;
}
.data2_list li p b {
	display: block;
	color: #545547;
	z-index: 101;
	position: relative;
	font-weight: 600;
	text-transform:uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*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:#63839c;
}
.pages_title h1{
	font-size:15px;
	margin-bottom:10px;
	font-weight:400;
	color:#545547;
	text-transform:uppercase;
	display:block;
}
.pages_title h1 span {
	background: #918447;
	color: #fff;
	display: inline-block;
	padding: 0px 11px 0px 8px;
	border-radius: 0px 40px 40px 0px;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #545547;
	text-transform:uppercase;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#448d78;
}
.pages_title span {
	font-size: 14px;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
	position:relative;
	direction:rtl;
	z-index:100;
}
#aboutus .width{
	position:relative;
}
#aboutus:before{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	content:"";
	width:45%;
	background:#e2e6e1;
}
.aboutus_right{
	width:50%;
	display:table-cell;
	vertical-align:top;
	direction:ltr;
	position:relative;
}
.aboutus_left {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-right:40px;
	direction:ltr;
	padding-top: 50px;
}
.aboutus_right div {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	right: 0;
	padding:15px 0px 55px;
	background-size: 100% 100%;
}
.aboutus_right div img {
	width: 550px;
	height:550px;
	display: block;
	border-radius:50%;
	border:10px solid #e2e6e1;
	object-fit: cover;
	object-position:center;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 60px;
	color:#555;
	line-height:1.9;
	clear:both;
}
.aboutus_txt1 li {
	display: block;
	overflow:hidden;
	margin-bottom: 15px;
}
.aboutus_txt1 li span {
	background: #918447;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	border-radius: 2px;
	margin-right: 5px;
	width: 25px;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.aboutus_txt1 li b {
	font-weight: 600;
	margin-left: 40px;
	display: block;
	background:rgba(33,33,33,0.05);
	padding: 5px 11px;
	color:#555;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:right;
	width:100%;
	background:#545547;
	padding:40px 0px;
	margin-bottom:50px;
	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{
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	color: #fff;
	width: 143px;
	height: 135px;
	margin:0px auto 50px; 
	background:url(../images/count.png);
	text-align: center;
	line-height: 135px;
	z-index: 133;
	font-size: 50px;
	position: relative;
	display:block;
}
.count_all div {
	margin-top:-30px;
	overflow: hidden;
	text-align:center;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	text-transform:uppercase;
	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: #fff;
	position: relative;
	margin-top: 10px;
}
/*end count*/
/*Start Services*/
#services{
	float:right;
	width:100%;
	position:relative;
	margin-bottom:60px;
}
.services{
	margin:0px -15px;
}
.services li{
	width:33.33%;
	float:left;
	overflow:hidden;
	padding:15px;
}
.serv_all a{
	background:#e2e6e1;
	display:block;
	padding:25px;
	border-radius:15px;
	cursor:pointer;
	color:#545547;
	overflow:hidden;
}
.serv_all a:hover,.services li:last-child .serv_all a{
	background:#918447;
	color:#fff;
	-webkit-animation:movetopbounce2 1s linear infinite;
	animation:movetopbounce2 1s linear infinite;
}
.serv_all a span {
	font-family:Flaticond,FontAwesome5,FontAwesome,iconmoon,Flaticon;
	display: block;
	font-size: 50px;
	float: left;
	line-height: 1.4;
}
.serv_all a h2 {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	float: left;
	text-transform:uppercase;
	margin-left: 20px;
	margin-top: 20px;
}
.serv_all a:hover h2,.services li:last-child .serv_all a h2{
	color:#fff;
}
.serv_all a p,.serv_all a img{
	display:none;
}
/*End Services*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:25%;
	float:left;
	padding:20px;
}
.news_loop:nth-child(2),.news_loop:last-child{
	width: 50%;
}
.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: 250px;
	overflow: hidden;
	object-fit:cover;
	-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: #918447;
	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: #545547;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	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: #918447;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/