/*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:#b68e63;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#0d1633;
	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(219,218,215,0.3);
  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:#b68e63;
	position:absolute;
	top:-2px;
	left:-3px;
}
/*end body*/
/*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:#b68e63;
	border-radius:50px;
	overflow:hidden;
	z-index:888;
}
.play_more a:hover b{
	left:0;
}
.play_more a b {
	background: #0d1633;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0px;
	left: -100%;
	z-index: -1;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	background:#0d1633;
	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;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
/*end more*/
/*start header*/
#header{
	clear:both;
	float:right;
	overflow:hidden;
	height:100px;
	background-size:cover;
	z-index:1200;
	width:100%;
	top:0;
	right:0;
	position:absolute;
}
.logo {
	margin-top:5px;
	position:relative;
	float: right;
}
.logo img {
	height:90px;
}
.head_left{
	float:left;
	position:relative;
}
.details {
	float:right;
	display:block;
}
.details li {
	float: right;
	position: relative;
	padding: 26px 0px 13px;
}
.details li span{
	float:right;
	border:1px solid rgba(255,255,255,0.2);
	color:#b68e63;
	width:50px;
	text-align:center;
	border-radius:2px;
	height:50px;
	line-height:48px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-size:20px;
}
.details li span:before{
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.details_all {
	overflow: hidden;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px dashed rgba(255,255,255,0.2);
}
.details li:last-child .details_all{
	border-left:none;
}
.details_txt {
	margin-right:65px;
}
.details_txt h2 {
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom:2px;
}
.details_txt p {
	color: #fff;
}
.social {
	float: left;
	margin-top: 26px;
	margin-right: 20px;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li a {
	color: #fff;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-radius:50%;
	border:1px solid rgba(255,255,255,0.1);
	margin-right:6px;
}
.social li.lang a{
	font-size:15px;
	font-weight:600;
}
.social li a:hover,.social li:last-child a{
	color:#fff;
	background:#b68e63;
}
.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 header*/
/*start nav*/
#nav{
	position:absolute;
	top:110px;
	right:0px;
	left:0;
	z-index:2000;
}
.nav {
	float: right;
	height: 97px;
	background: #fff;
	width: 70%;
	box-shadow:0px 0px 8px -3px rgba(0,0,0,0.6);
	border-radius: 10px;
	padding-top: 25px;
	padding-right: 15px;
}
.nav li{
	display:block;
	position:relative;
	float:right;
	padding:0px 10px;
}
.nav li a{
	display:block;
	color:#333;
	overflow:hidden;
	line-height:50px;
	font-weight:400;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:16px;
	color:#b68e63;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#b68e63;
	position:absolute;
	top:0px;
	right:15px;
	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{
	width:40px;
}
.nav li a:hover,.nav li:hover a,.nav li.current a{
	color:#11304f;
}
.nav li:hover .sub{
	top:50px;
	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:#fff;
	width:225px;
	right:0px;
	border-radius:10px;
	overflow:hidden;
	top:70px;
	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:8px 15px;
	color:#333;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:400;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
.nav li .sub ul li a:hover{
	background:#0d1633;
	color:#fff;
	padding-right:17px;
}
.nav_contact{
	float:left;
	width:29%;
}
.nav_contact a:before{
	content:"\f11f";
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	margin-left:15px;
	vertical-align:0px;
	font-size:20px;
}
.nav_contact a{
	height:97px;
	width:100%;
	background:#b68e63;
	display:block;
	border-radius:10px;
	color:#fff;
	text-align:center;
	line-height:97px;
	font-size:16px;
}
.nav_contact a:hover{
	opacity:0.9;
	color:#fff;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	width:100%;
	height:100px;
	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:10px;
}
.nav_fix .width{
	position:relative;
}
/*end head_fix*/
/*start footer*/
#footer_all{
	float:right;
	width:100%;
	clear:both;
	background-color:#0d1633;
	background-image:url(../images/bg/bg91.png);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	padding-top:80px;
	overflow:hidden;
}
#footer_all:before{
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	background-image:url(../images/bg/bg90.png);
	background-position:left center;
	background-repeat:no-repeat;
	opacity:0.3;
}
#footer{
	border-bottom:1px solid rgba(255,255,255,0.05);
	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: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:#b68e63;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 102px;
	display: block;
	margin-bottom:20px;
}
.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.2);
	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:#b68e63;
	border-radius:5px;
	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:#fff;
	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_contact p b {
	position: relative;
	font-weight: 400;
	padding-right: 14px;
}
.foot_contact p b:before {
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight: normal;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #b68e63;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: -20px;
}
.foot_contact p b.foot_map:before{
	content:"\f041";
}
.foot_contact p b.foot_phone:before{
	content:"\f11f";
}
.foot_contact p b.foot_mail:before{
	content:"\f2b6";
}
.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 #b68e63;
	float: right;
	object-fit:cover;
	object-position:top;
	display: block;
	margin-left: 12px;
	border-radius: 5px;
}
.foot_loop ul.foot_post li a:hover{
	color:#fff;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:65px;
	color:#bbb;
	font-size:13px;
	position:relative;
	text-transform:uppercase;
}
.copyrights{
	float:right;
	line-height:65px;
}
.design{
	float:left;
	line-height:65px;
}
.design a{
	color:#fff;
	background:#b68e63;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start newsbar*/
#newsbar {
	position:absolute;
	z-index:1000;
	clear:both;
	display:block;
	overflow:hidden;
	top:40px;
	right:0;
	left:0;
}
#news-tick{
	border:none !important;
	overflow:hidden;
	height:66px !important;
	position:relative;
	display:block;
}
.newsbar_title {
	float: right;
	width: 120px;
	font-weight: 400;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #bbb;
}
.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:#b68e63;
}
.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: #bbb;
	font-weight: 400;
	line-height: 66px;
	height: 66px;
}
.bn-news li a:hover{
	color: #b68e63;
}
/*end newsbar*/
/*start whats_fix*/
.whats_fix{
	position:fixed;
	bottom:60px;
	left:20px;
	z-index:3000;
}
.whats_fix a:before{
	font-family:FontAwesome;
	content:"\f232";
}
.whats_fix a {
	background: #b68e63;
	color: #fff;
	display: block;
	width: 70px;
	position:relative;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 35px;
	-webkit-animation: movetopbounce 5s linear infinite;
	animation: movetopbounce 5s linear infinite;
	border-radius: 50%;
}
.whats_fix a em {
	-webkit-animation-name: bullets1;
	animation-name: bullets1;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #b68e63;
	bottom: 0px;
	border-radius:70px;
	content: "";
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
.whats_fix a:hover{
	color:#fff;
	background:#0d1633;
}
/*end whats_fix*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#0d1633;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:65px;
	display:none;
	width:55px;
	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:55px;
	background:#fff;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:50%;
}
.toTop b{
	border-radius:50%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	-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;
}
.toTop b:after{
	width:10px;
	height:10px;
	background:#b68e63;
	border-radius:50%;
	content:"";
	position:absolute;
	top:0;
	right:0;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#b68e63;
	border:5px solid #b68e63;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:130%;
	display:block;
	background:#0d1633;
	overflow:hidden;
	margin-bottom:60px;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.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;
}
.slide_bg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	background-image:url(../images/bg/bg91.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:1000;
	opacity:0.8;
	background:#0d1633;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.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;
	display: flex;
	height:100%;
	padding-top:180px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index:1001;
	display: block;
}
.slider_cont_center{
	max-width:1000px;
	margin:0px auto;
	text-align:center;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1;
	display: inline-block;
	color:#fff;
	font-size:50px;
	margin-bottom:35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,0.5);
	font-size: 15px;
	font-weight:400;
	margin-bottom:50px;
	line-height:2;
}
.slide_stick_text{
	position:absolute;
	z-index:1002;
	transform: rotate(90deg);
	bottom:45%;
	margin-bottom:-20px;
	right:-110px;
}
.slide_stick_text span{
	font-weight:900;
	letter-spacing:8px;
	font-size:38px;
	-webkit-text-stroke:1px rgba(255, 255, 255, 0.3);
	text-shadow:rgba(255, 255, 255, 0) 1px 1px 1px;
	color:rgba(255, 255, 255, 0);
	text-transform:uppercase;
	line-height:0.85;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
	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: #0d1633;
	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: #b68e63;
	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: #b68e63;
	top:9.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title h2 {
	font-weight: 400;
	font-size: 35px;
	color: #212237;
	display: block;
	margin-bottom:0px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title span {
	font-size: 14px;
}
.pages_title p {
	height: 5px;
	width: 60px;
	border-radius: 5px;
	position: relative;
	margin: 20px auto 0px;
	background: #b68e63;
	display: block;
}
.pages_title.withwhite p:before,.pages_title.withwhite p:after{
	background:#b68e63;
}
.pages_title p:before {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -4px;
	transform: rotate(-45deg);
}
.pages_title p:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 45px;
	top: -4px;
	transform: rotate(-45deg);
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	position:relative;
	z-index:2500;
	margin-bottom:60px;
}
#aboutus .width{
	position:relative;
}
.aboutus_left{
	width:100%;
}
.aboutus_left .pages_title{
	text-align:right;
}
.aboutus_left .pages_title h2:after{
	margin-right:0;
	margin-left:0;
}
.aboutus_left .pages_title p{
	margin-left:0;
	margin-right:0;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 400;
	margin-bottom:40px;
	color: #555;
	clear: both;
	line-height: 2;
}
.data_list3 {
	width: 100%;
	position: relative;
}
.data_list3 li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:40px;
	width: 100%;
}
.data_all3 {
	position:relative;
}
.data_all4 {
	margin-right: 120px;
	padding-left: 30px;
}
.data_list3 li span {
	display: block;
	float: right;
	font-size:45px;
	width: 80px;
	height: 80px;
	background: #b68e63;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data_list3 li:last-child span{
	background:#0d1633;
	color:#fff;
}
.data_list3 li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #555;
	position: relative;
	font-weight:400;
}
.data_list3 li p b {
	display: block;
	color: #0d1633;
	z-index: 101;
	position: relative;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#aboutus_tabled {
	clear: both;
	display: block;
	width: 100%;
	margin-top:25px;
	color:#555;
}
.aboutus_tabled_right, .aboutus_tabled_left {
	width: 33.33%;
	float: right;
	overflow: hidden;
}
.aboutus_tabled_right_call {
	clear: both;
	display: block;
	margin-bottom: 60px;
}
.aboutus_tabled_right_call span:before {
	content: "\f095";
	font-family: FontAwesome;
	background: #b68e63;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	float: right;
}
.aboutus_tabled_right_call p {
	margin-right: 70px;
}
.aboutus_tabled_right_call p i {
	font-style: normal;
	font-size: 12px;
	display: block;
	padding-top: 5px;
}
.aboutus_tabled_right_call p b {
	font-weight: 400;
	direction: ltr;
	display: inline-block;
	letter-spacing: 1px;
	color: #333;
	font-size: 16px;
}
.aboutus_tabled_left_box {
	width: 200px;
	float: left;
	border-radius:15px;
	padding: 25px;
	background: #f0e8df;
}
.aboutus_tabled_left_box_loop p {
	display: block;
	font-weight: 400;
	font-size: 25px;
	color: #b68e63;
}
.aboutus_tabled_left_box_loop p:before{
	content:"+";
	display:inline-block;
	margin-left:4px;
}
.aboutus_tabled_left_box_loop:nth-child(2) p:before{
	content:"+K";
}
.aboutus_tabled_left_box_loop h2 {
	color: #555;
	font-weight: 400;
	font-size: 15px;
}
.aboutus_owner img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 10px;
	float: right;
	margin-left: 20px;
}
.aboutus_owner {
	float:right;
	width:33.33%;
}
.aboutus_owner h2 {
	font-weight: 400;
	font-size: 17px;
	display: block;
	color: #0d1633;
}
.aboutus_owner p {
	font-weight: 400;
	font-size: 12px;
	display: block;
	color: #444;
}
.aboutus_bg:before{
	content:"";
	top:0;
	bottom:0;
	left:10px;
	right:0;
	position:absolute;
	background-image:url(../images/bg/bg90.png);
	background-position:left center;
	background-repeat:no-repeat;
	opacity:0.3;
}
/*end aboutus*/
/*start count*/
#count {
	clear:both;
	float:left;
	width:98%;
	background:#0d1633;
	z-index:800;
	position:relative;
	overflow:hidden;
	padding:60px 0px;
	margin-bottom:50px;
}
.count_img{
	background-position:top center;	
	background-size:cover;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.1;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li{
	width:25%;
	padding:0px;
	float:right;
	display:block;
	position:relative;
}
.count_all {
	border-left:1px solid rgba(255,255,255,0.05);
	width: 100%;
	padding: 0px 10px;
}
.count_all b{
	float:right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display:block;	
	position: relative;
	text-align:center;
}
.count_all span {
	color: #b68e63;
	font-weight:400;
	font-size:50px;
}
.count_all div {
	overflow: hidden;
	margin-right:120px;
}
.count_all h2 {
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all h2:before{
	content:"";
	width:15px;
	height:2px;
	background:#fff;
	display:block;
	margin-bottom:10px;
	margin-top:10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 400;
	font-size:40px;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	position: relative;
}
/*end count*/
/*start services*/
#services{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:60px;
}
.data2_list{
	margin:0px -20px;
}
.data2_list li{
	padding:20px;
	float:right;
	width:33.33%;
}
.data2_all{
	background:#f3efeb;
	color: #666;
	border-radius:20px;
	padding:30px;
	position:relative;
	overflow:hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data2_list li.data2_list_hover .data2_all{
	background:#0d1633;
	color:#fff;
}
.data2_list li.data2_list_hover .data2_all p b{
	color:#fff;
}
.data2_all:before{
	content:"";
	right:0;
	left:0;
	bottom:0;
	top:0;
	position:absolute;
	background-image:url(../images/bg/bg23.png);
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.08;
	background-position:center;
}
.data2_all span{
	position:relative;
	font-size:40px;
	color:#b68e63;
	display:block;
}
.data2_all p {
	position: relative;
	font-size: 14px;
	border-bottom:1px dashed #ccc;
	height: 155px;
	overflow: hidden;
}
.data2_all p b{
	font-weight:700;
	font-size:18px;
	color:#0d1633;
	display:block;
	margin-bottom:10px;
}
.data2_all_more {
	padding: 30px 0px 0px;
	font-size: 13px;
	position: relative;
}
.data2_all_more:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#b68e63;
	display:inline-block;
	vertical-align:0;
	margin-left:5px;
}
.data2_all_more_link {
	width: 60px;
	height: 79px;
	background: #fff;
	position: absolute;
	left: -32px;
	top: 6px;
	border-radius: 0px 20px;
}
.data2_all_more_link a {
	width: 48px;
	height: 48px;
	background: #b68e63;
	transform:rotate(261deg);
	border-radius: 50%;
	display: block;
	margin-right: 10px;
	margin-top: 16px;
	text-align:center;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_all_more_link a:before{
	content:"\f222";
	font-family:FontAwesome;
}
.data2_list li:hover .data2_all .data2_all_more_link a{
	transform:rotate(-261deg);
}
/*end services*/
/*start contactus*/
#contactus{
	float:left;
	width:98%;
	overflow:hidden;
	padding:90px 0px;
	position:relative;
	color:#bbb;
	background:#0d1633;
	margin-bottom:60px;
}
#contactus:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	border-radius:0px 500px 500px 0px;
	background: #b68e63;
	opacity: 0.2;
}
.contactus_left{
	float:right;
}
.contactus_left h2 {
	font-weight: 600;
	font-size: 37px;
	color: #fff;
	display: block;
	margin-bottom: 5px;
}
.contactus_left p {
	font-size: 16px;
}
.contactus_right {
	float: left;
	margin-top: 24px;
}
/*end contactus*/
/*start data*/
#data2 {
	clear: both;
	display: block;
	float: right;
	width: 100%;
	position: relative;
	margin-bottom:60px;
	z-index: 600;
	overflow:hidden;
}
.data_table{
	display: block;
}
.data_right {
	display:block;
	float:right;
	width: 50%;
	position: relative;
}
.data_left {
	display:block;
	float:right;
	width:50%;
	padding-left:35px;
}
.data_left li {
	overflow: hidden;
	padding:20px;
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	border-bottom:2px solid #b68e63;
	margin-bottom:10px;
}
.data_left_txt {
	padding-top: 30px;
	font-size: 14px;
	font-weight: 400;
	display: none;
}
.data_left_top {
	cursor:pointer;
	overflow: hidden;
	position:relative;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.data_left_top h3 {
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: #0d1633;
}
.data_left li.open_data .data_left_top span:after{
	content:"-";
}
.data_left_top span:after {
	position: absolute;
	content: '+';
	left: 0px;
	top: 0px;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 25px;
}
.sliderd{
	clear:both;
	width:380px;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:50px;
	position:relative;
}
.slider_ul{
	visibility:hidden;
}
.slider_ul.slick-initialized {
	visibility:visible;
}
.slider_ul li{
	width:100%;
}
.slider_ul li img{
	height:590px;
	width:100%;
	display:block;
	border-radius:1.4rem;
	object-fit:cover;
	object-position:top center;
}
.slider_ul .slick-center {
  transition: 0.2s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
}
.slider_ul .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}
.slider_ul .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.slider_ul .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.slider_ul .slick-snext {
  opacity: 0.5;
  transform: translate3d(20%, 0, -20px);
  z-index: 1;
  perspective: 1000px;
}
.slider_ul .slick-snext2 {
  opacity: 0.5;
  transform: translate3d(30%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}
.slider_ul .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-20%, 0, -20px);
}
.slider_ul .slick-sprev2 {
  opacity: 0.5;
  transform: translate3d(-30%, 0, -20px);
}
/*end data*/
/*start contactus*/
#contactus2{
	clear:both;
	display:block;
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
#contactus2 .width{
	display:table;
	direction:ltr;
}
.contactus2_right .pages_title{
	text-align:right;
}
.contactus2_right .pages_title p{
	margin-right:0;
	margin-left:0;
}
.contactus2_left{
	display:table-cell;
	width:50%;
	overflow:hidden;
	position:relative;
	direction:rtl;
	vertical-align:middle;
}
.contactus2_right{
	display:table-cell;
	width:50%;
	position:relative;
	vertical-align:middle;
	padding:40px 40px 40px;
	direction:rtl;
	overflow:hidden;
}
.contactus2_right .contactus_txt{
	color:#333;
	font-size:15px;
	line-height:2;
	font-weight:400;
}
#contactus2 .slice_call_us {
	position: static;
	margin:50px 0px;
	float: none !important;
	display: block;
	font-size:16px;
	clear: both;
	width: 100%;
}
#contactus2 .slice_call_us span{
	color: #0d1633;
	font-weight:400;
	font-size:19px;
}
#contactus2 .slice_call_us p {
	letter-spacing:2px;
	color: #333;
}
/*end contactus2*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	padding-bottom:50px;
	overflow:hidden;
	margin-bottom:40px;
	display: block;
}
.news_ul{
	margin:0px -20px;
}
.news_loop{
	width:25%;
	float:right;
	padding:20px;
}
.news_loop:nth-child(3n+3){
	width: 50%;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	object-fit:cover;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
	overflow:hidden;
}
.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;	
	border-radius:10px;
}
.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_loop p {
	position: absolute;
	right: -27px;
	top: -27px;
	background: #b68e63;
	color: #fff;
	font-size: 12px;
	width: 80px;
	height: 80px;
	line-height: 1.2;
	text-align: center;
	z-index:500;
	padding-top: 19px;
	border-radius: 5px;
}
.news_loop p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 400;
	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;
	padding:0px 25px 25px;
}
.news_ul{
	position:relative;
}
/*end news*/