/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:Changa2,Changa, sans-serif;
	font-size:15px;
	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:#c28f56;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#cfa83f;
	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;
}
.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index:500000;
}
.circle:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background:rgba(250,250,250,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:#c28f56;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*start header*/
#header {
	z-index: 12000;
	width: 100%;
	height: 110px;
	float: right;
	clear: both;
	border-bottom:1px solid rgba(255,255,255,0.05);
	position: absolute;
	top: 0;
	right: 0;
}
.logo {
	float: right;
	position: relative;
	padding:10px 30px 0px 0px;
	overflow: hidden;
}
.logo a img {
	height: 85px;
}
.nav {
	float:left;
}
.nav li{
	display:block;
	position:relative;
	float:right;
}
.nav li a{
	display:block;
	color:#fff;
	overflow:hidden;
	line-height:110px;
	padding:0px 18px;
	height:110px;
	text-transform:uppercase;
	border-left:1px solid rgba(255,255,255,0.05);
	font-weight:700;
	font-size:15px;
	position:relative;
}
.nav li a:before{
	content:"\f100";
	font-weight:400;
	opacity:0.3;
	font-size:16px;
	color:#fff;
	display:inline-block;
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:100%;
	background:#cfa83f;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:-1;
	left:0;
	width:0px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
}
.nav li a:hover:after,.nav li:hover a:after,.nav li.current a:after,.nav li.current_page_item a:after{
	width:100%;
}
.nav li a:hover,.nav li:hover a,.nav li.current a,.nav li.current_page_item a{
	color:#fff;
}
.nav li:hover .sub{
	top:115px;
	opacity:1;
	visibility:visible;
}
.sub{
	position:absolute;
	box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-ms-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-o-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:1px 1px 30px rgba(0, 0, 0, 0.06);
	background:#151515;
	width:245px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:150px;
	visibility:hidden;
	opacity:0;
	z-index:1600;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.sub ul{
	float:none;
	width:auto;
	height:auto;
}
.nav li .sub ul li{
	display:block;
	float:none;
	padding:0;
}
.nav li .sub ul li a:after{
	display:none;
}
.nav li .sub ul li a{
	display:block;
	padding:15px 15px;
	color:#fff;
	font-size:14px;
	line-height:normal;
	height:auto;
	font-weight:700;
	border-left:none;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li .sub ul li a:hover{
	background:#cfa83f;
	color:#fff;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background:url(../images/bg/bg35.png);
	background-repeat:repeat-x;
	border-bottom:1px solid rgba(255,255,255,0.05);
	width:100%;
	height:110px;
	position: fixed;
	right: 0px;
	z-index:4500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
body.scrolled .nav_fix{
	top:0;
}
/*end head_fix*/
/*start bottom*/
#bottom {
	clear: both;
	display: block;
	float: right;
	color:#bbb;
	padding:20px 0px;
	width: 50%;
	font-weight:600;
	position:relative;
}
.copyrights,.design{
	clear:both;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-size:14px;
}
.design a{
	border-bottom:2px solid #c28f56;
	display:inline-block;
	margin-left:5px;
	color:#fff;
}
.design a:hover{
	color:#c28f56;
	border-bottom:2px solid #fff;
}
/*end bottom*/
/*start footer*/
#footer{
	background-image:url(../images/bg/bg45.png);
	background-color:#151515;
	float:right;
	width:100%;
	overflow:hidden;
	position:relative;
	clear:both;
}
.footer_bg {
	position: absolute;
	background-image: url(../images/bg/bg50.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	bottom:-18px;
	left: 0;
	background-size: 100%;
}
#footer .width{
	position:relative;
	height:100%;
	padding:80px 0px 70px;
	overflow:hidden;
}
.border_fix{
	position:absolute;
	top:0;
	bottom:0;
	right:50%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
.border_fix2{
	position:absolute;
	top:0;
	bottom:0;
	left:25%;
	width:1px;
	background:#999;
	opacity:0.1;
	z-index:100000;
}
#footer .width,#bottom .width{
	position:relative;
}
.foot{
	margin:0px -20px;
}
.foot_loop:nth-child(1){
	width:50%;
	padding-right:40px;
	padding-left:40px;
	text-align:center;
}
.foot_loop:last-child {
	padding-right:20px;
}
.foot_loop{
	width:25%;
	float:right;
	padding:20px;
}
.foot_loop h2{
	font-weight:700;
	font-size:24px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:12%;
	content:"";
	height:5px;
	border-radius:10px;
	background:#cfa83f;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#bbb;
	font-size: 14px;
	line-height:2;
}
.foot_logo{
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}
.foot_logo img{
	height:115px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
	position:relative;
	z-index:200;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(0,0,0,.09);
	padding: 8px 0 8px;
	color:#eee;
	text-transform:uppercase;
	font-size:15px;
}
.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;
	color:#cfa83f;
	font-family:FontAwesome;
	content:"\f100";
}
.foot_loop ul li a:hover{
	color:#cfa83f;
	padding-right:10px;
}
.foot_contact{
	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: #eee;
	display: block;
	text-transform:uppercase;
	font-size: 15px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(0,0,0,0.05);
	color: #fff;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 14px;
	display:inline-block;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact b{
	font-weight:400;
	position:relative;
	display:block;
	padding-right:20px;
}
.foot_contact b:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	background: #cfa83f;
	color: #fff;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	position: absolute;
	text-align: center;
	right: -19px;
	top: 0px;
}
.foot_contact b.foot_phone:before{
	content:"\f11f";
}
.foot_contact b.foot_map:before{
	content:"\f041";
}
.foot_contact b.foot_email:before{
	content:"\f2b6";
}
#footer .social{
	text-align:center;
	margin-top:50px;
}
.foot_loop .social li{
	display:inline-block;
	position:relative;
	padding:0;
}
.foot_loop .social li a {
	display: block;
	z-index: 11;
	font-size: 13px;
	position: relative;
	border: none;
	border: 1px solid rgba(255,255,255,0.1) !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px !important;
	text-align: center !important;
	border-radius: 50%;
	margin: 0px 3px;
	color:#eee;
}
.foot_loop .social li a:hover{
	border:1px solid #fff;
	color:#fff;
}
.foot_loop .social li a:before{
	font-family:FontAwesome;
	padding:0;
	color:inherit;
	margin:0;
}
.social li a {
	color:#bbb;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	width:35px;
	height:35px;
	border-radius:4px;
	line-height: 35px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li a:hover{
	background:#cfa83f;
	color:#fff;
	transform:rotate(-360deg);
}
.social li a:before{
	font-family:FontAwesome;
}
.social li.facebook a:before,.my_products_share a.facebook:before{
	content:"\f09a";
}
.social li.twitter a:before,.my_products_share a.twitter: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,.my_products_share a.pinterest: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 footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#cfa83f;
	z-index:1100;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:-75px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;	
}
.toTop.event{
	bottom:5px;
}
.toTop2{
	width:50px;
	line-height:50px;
	font-weight:700;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:50px;
	background:#fff;
	border-radius:50%;
}
.toTop3 {
	background: #151515;
	width: 70px;
	position: absolute;
	height: 67px;
	bottom: -5px;
	right: -9px;
	z-index: -1;
	border-radius: 50px 50px 0px 0px;
}
.toTop2:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop2:hover{
	background:#cfa83f;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	background-color:#151515;
	margin-bottom:120px;
	height:140%;
	padding-bottom:15px;
	width:100%;
	position:relative;
	float:right;
}
#slideshow .width{
	position:relative;
	width:100%;
	height:100%;
}
.slider_banner3{
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	z-index:101;
	bottom:0;
}
.slider_banner{
	position:absolute;
	right:0;
	bottom:0px;
	z-index:101;
}
.slider_banner2{
	position:absolute;
	left:0;
	bottom:0px;
	z-index:101;
}
.slider_banner img,.slider_banner2 img{
	height:200px;
}
.slider_banner3 img{
	height:350px;
}
#slideshow .next,#slideshow .prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:25px;
	text-align:center;
	position:absolute;
	border:2px solid rgba(255,255,255,0.4);
	top:50%;
	width:50px;
	height:50px;
	line-height:40px;
	margin-top:-50px;
	color:#fff;
	left:15px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:15px;
	left:auto;
}
#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:#cfa83f;
	border:2px solid #cfa83f;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	left:15px;
	bottom:220px;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #cfa83f;
	opacity:1;
}
.cycle-pager span {
	margin:6px;
	width:100px;
	height:100px;
	overflow:hidden;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.5);
	opacity:0.6;
	border:4px solid rgba(255,255,255,0.1);
	cursor:pointer;
	display:inline-block;
}
.cycle-pager span img{
	object-fit:cover;
	width:100%;
	height:100%;
	display:block;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#151515;
	opacity:0.5;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-attachment:fixed;
	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;
	margin-top:-50px;
	display: flex;
	height:100%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 110px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:750px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:750px;
}
.slider_cont_center{
	max-width:750px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2,.cycle-slide-active .slider_cont h1{
    -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 h1{
	display:block;
	color:#fff;
	margin-bottom:20px;
	font-weight:700;
	font-size:17px;
	letter-spacing:0px;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	display: inline-block;
	color: #fff;
	font-size:55px;
	margin-bottom:35px;
	-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: 15px;
	font-weight:400;
	margin-bottom:50px;
	-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;
}
.slider_cont a{
	border:1px solid rgba(255,255,255,0.15);
	clear:both;
	color:#fff;
	font-size:14px;
	margin-left:40px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	overflow:hidden;
	z-index:888;
	-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;
}
.slider_cont a:after{
	content:"\f100";
	font-family:FontAwesome;
	background:#cfa83f;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
}
.slider_cont a:before{
	background:#cfa83f;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	bottom:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.slider_cont a:hover:before{
	right:0;
}
.slider_cont a:hover{
	color:#fff;
}
#slideshow:after {
	content: "";
	background-image: url(../images/bg/cut.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 1000;
	right: 0px;
	bottom: -10px;
}
/*end slideshow*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	bottom:0px;
	right:20px;
	left:20px;
}
#news-tick{
	border:2px solid rgba(255,255,255,0.2) !important;
	overflow:hidden;
	height:96px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
}
.bn-controls {
	width: 100px;
	height: 66px;
	overflow:hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.bn-controls button{
	float: right;
	cursor:pointer;
	background:none;
	text-align:center;
	line-height:40px;
	height:66px;
	padding:0;
	border:none;
	width:33.33%;
	color:#bbb;
	font-weight:normal;
	font-size:15px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon,Barlow;
}
.bn-controls button:last-child{
	border-left:none;
}
.bn-prev,.bn-action,.bn-next {
	display:block;
	border: none;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	background: none;
}
.bn-prev:before{
	content:"\f104";
}
.bn-next:before{
	content:"\f105";
}
.bn-action:before{
	content:"||";
	letter-spacing:3px;
}
.bn-action.bn-play:before{
	content:"\f04b";
	letter-spacing:0;
}
.bn-prev:hover,.bn-action:hover,.bn-next:hover{
	color:#cfa83f;
}
.bn-news {
	margin-right: 20px;
	margin-left: 115px;
	height: 66px;
	overflow: hidden;
}
.bn-news li {
	display: inline-block;
	padding-left:30px;
}
.bn-news li a {
	display: block;
	color: #eee;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #cfa83f;
}
/*end newsbar*/
/*start more*/
.play_more a{
	clear:both;
	color:#fff;
	font-size:13px;
	margin-left:40px;
	display:inline-block;
	font-weight:400;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#b1935f;
	overflow:hidden;
	z-index:888;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	background:#cfa83f;
	color:#fff;
	width:55px;
	height:55px;
	line-height:55px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:30px;
	font-size:18px;
	font-weight:normal;
}
.play_more a:before{
	background:#cfa83f;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	bottom:0;
	z-index:-1;
	position:absolute;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:hover:before{
	right:0;
}
.play_more a:hover{
	color:#fff;
}
/*end more*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	color: #333;
}
.pages_title.withwhite{
	color:#bbb;
}
.pages_title h1 {
	font-size: 15px;
	font-weight: 400;
	display:inline-block;
	padding:0px 20px;
	color: #171a27;
	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: #cfa83f;
	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: #cfa83f;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 35px;
	color: #171a27;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p{
	height:3px;
	width:60px;
	border-radius:5px;
	margin:20px 0px 0px;
	background:#cfa83f;
	display:block;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	background-image:url(../images/bg/bg54.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:100;
}
#aboutus .width{
	display:table;
	direction:ltr;
}
.aboutus_right {
	width: 50%;
	display:table-cell;
	position:relative;
	top:-100px;
	height:100%;
	vertical-align:top;
}
.aboutus_right img {
	object-position:left;
	border-radius:15px;
	max-height:650px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
}
.aboutus_left {
	width: 50%;
	height:100%;
	vertical-align:top;
	direction:rtl;
	display:table-cell;
	padding:0px;
}
.aboutus_text{
	overflow:hidden;
	margin-bottom:25px;
}
.aboutus_text_c{
	padding-top:50px;
	font-size:16px;
	text-align:justify;
}
.data_list5 {
	position: absolute;
	top: 80px;
	right: 90px;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:30px;
	width: 100%;
}
.data_list5 li:nth-child(2){
	right:25px;
}
.data_list5 li:nth-child(3){
	right:55px;
}
.data_all5 {
	position: relative;
	background: #cfa83f;
	width: 150px;
	height: 150px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
	border-radius: 50%;
	text-align: center;
}
.data_list5 li span {
	display: block;
	font-size: 55px;
	color: #000;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 26px;
}
.data_list5 li p b {
	color: #000;
	font-weight:400;
}
/*end aboutus*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:50px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -20px;
	display:block;
}
body.bodyin .services li {
	width: 25%;
}
.servicess li {
	display: block;
	float: right;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_alls:hover .serv_lefts span{
	background:#cfa83f;
	color:#fff;
}
.serv_lefts span {
	background: #edeae3;
	width: 90px;
	height: 99px;
	position: absolute;
	left: 15px;
	top: 0px;
	border-radius: 0px 0px 90px 90px;
	line-height: 99px;
	text-align: center;
	font-size: 44px;
	color: #cfa83f;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_lefts {
	padding: 25px;
	position: relative;
	background: #fff;
	box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.serv_lefts h2 {
	font-weight: 700;
	font-size: 16px;
	display: block;
	margin-bottom: 12px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 115px;
	margin-bottom:5px;
	font-size: 13px;
	padding-left: 90px;
}
.serv_lefts a {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #333;
	border-top:1px solid #eee;
	padding-top:20px;
}
.serv_lefts a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#cfa83f;
	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_lefts a:hover:before{
	transform:rotate(0deg);
}
/*end services2*/
/*start teams*/
#teams {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom:50px;
	position: relative;	
	overflow:hidden;
	padding-bottom:5px;
}
.teams_slide{
	margin-top:20px;
	clear:both;
	display:block;
	position:relative;
	z-index:101;
	visibility:hidden;
}
.teams_slide.slick-initialized {
	visibility:visible;
}
.teams_slide li{
	float:right;
	width:25%;
	position:relative;
}
.teams_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;	
	cursor:pointer;
}
.teams_all img{
	width:100%;
	display:block;
	height:340px;
	object-fit:cover;
	object-position:center;
}
.team_details{
	padding:25px 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.teams_all span {
	color: #171a27;
	display: block;
	font-size: 18px;
	margin-bottom:5px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.teams_all p{
	text-overflow: ellipsis;
	font-size:13px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:400;
	display:block;
	color:#171a27;
}
/*end teams*/
/*start services*/
#services {
	clear: both;
	display: block;
	padding:0px 25px;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
#services .width{
	display:block;
	position:relative;
}
.services_table{
	display:table;
	width:100%;
}
.services_home{
	width:50%;
	display:table-cell;
}
.services li {
	display: block;
	float: right;
	width: 50%;
	padding:55px 25px;
	overflow: hidden;
}
.serv_all {
	overflow: hidden;
	position:relative;
}
.serv_right {
	float: right;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	width: 100%;
}
.serv_right a{
	position:relative;
	width:100%;
	height:190px;
	overflow:hidden;
	display:block;
}
.serv_all:hover .serv_right img{
	transform:scale(1.2);
}
.serv_right img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.serv_right:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}
.serv_right:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_left {
	float:right;
	width:100%;
	position: relative;
}
.serv_left h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	text-transform: capitalize;
	color: #333;
	line-height:1.3;
	overflow: hidden;
	height: 90px;
}
.serv_left a {
	display: inline-block;
	color: #333;
	font-weight: 400;
	font-size: 14px;
	background:#fff;
	text-transform:uppercase;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#cfa83f;
	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:#cfa83f;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
.services_data {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	width: 50%;
	padding: 35px 0px 35px 40px;
}
.services_data .serv_all{
	position: sticky;
	top:130px;
}
.services_data .serv_right a{
	height:380px;
}
.services_data .serv_left h2{
	height:auto;
	font-size:20px;
	margin-bottom:10px;
}
/*end services*/
/*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: 700;
	line-height:1.2;
	font-size: 60px;
	color: #020202;
}
.partners_arrow {
	width: 15%;
	text-align: center;
	float: right;
	padding-top: 25px;
}
.partner_next, .partner_prev {
	width: 50px;
	height: 50px;
	background:#cfa83f;
	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:#edeae3;
	color:#000;
	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*/