/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#231f20;
	font-family:Changa, sans-serif;
	font-size:14px;
	font-weight:500;
	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:#334b5a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#b69461;
	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:990px;
}
.width2{
	margin:0 auto;
	width:1189px;
}
/*end body*/
/*start header*/
#header {
	background: #1a2024;
	z-index: 8000;
	width: 100%;
	float: right;
	clear: both;
	height:103px;
	position: fixed;
	top:0;
	right:0;
	box-shadow:0 0 5px rgba(0, 0, 0, 0.7);
}
.logo {
	position: relative;
	z-index: 100;
	float:right;
	margin-top:10px;
}
.logo img {
	height:87px;
}
.nav {
	float: left;
	margin-top:32px;
}
.nav li{
	float:right;
	position:relative;
	display:block;
}
.nav li a{
	height:40px;
	display:block;
	color:#fff;
	position:relative;
	padding:0px 17px;
	line-height:40px;
	font-size:13px;
	font-weight:400;
}
.nav li a:hover,.nav li:hover a{
	color:#cfe8f8;
}
.nav li a:hover:after,.nav li:hover a:after{
	right:20px;
	left:20px;
}
.nav li:hover .sub{
	display:block;
}
.sub {
	position: absolute;
	width: 240px;
	display:none;
	top:40px;
	right:0px;
	z-index:200;
	background-color:#f8f8f8;
}
.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:6px 10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#333;
	height:auto;
	text-align:right;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#334b5a;
	padding-right:13px;
	color:#fff;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f038";
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-radius:0;
	background:none;
	font-family: FontAwesome;
	font-weight: normal;
	vertical-align: 0;
	margin-left: 10px;
}
/*end header*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	direction:ltr;
	width:100%;
	float:right;
	height:41px;
	background-color:#cccccc;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
.copyrights{
	text-align:center;
	line-height:41px;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	display:block;
	overflow:hidden;
	background:#1a2024;
	height:500px;
	width:100%;
	position:relative;
	margin-bottom:60px;
	float:right;
}
.slidebg {
  background-color:#000;
  position: absolute;
  top: 0;
  right: 0;
  opacity:0.9;
  width: 100%;
  height: 100%;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:100%;
	height:100% !important;
	background-position:center;
}
.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:103px 15px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	position: relative;
	z-index: 800;
	max-width:1000px;
	text-align:center;
	margin:0px auto;
	display: block;
	padding:0px;
}
.slider_cont_center{
	max-width:800px;
	margin:0px auto;
}
/*end slideshow*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.aboutus_left{
	width:100%;
	padding:0px 50px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:15px;
	margin-top:15px;
	font-weight: 700;
	font-size: 36px;
	color: #334b5a;
	line-height: 1.3;
}
.aboutus_left_txt {
	font-size: 16px;
	font-weight: 500;
	text-align:justify;
	color:#000;
	line-height:2.2em;
	clear:both;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height:1.2;
	color: #334b5a;
	margin-bottom: 30px;
}
.pages_title.withwhite{
	color:rgba(255,255,255,0.8);
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight:900;
	font-size: 43px;
	margin-bottom:5px;
}
.pages_title h2 b{
	font-weight:700;
	color:#5e2800;
}
.pages_title p{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#b69461;
}
/*end pages_title*/
/*start activity*/
#activity{
	clear:both;
	display:block;
	float:right;
	overflow:hidden;
	width:100%;
	background:#1a2024;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:50px;
	padding:90px 0px;
}
.activity{
	clear:both;
	display:block;
	position:relative;
	z-index:2000;
}
.activity li{
	float:right;
	width:50%;
	overflow:hidden;
	padding:15px;
}
.act_all {
	padding:30px;
	overflow: hidden;
}
.act_all p {
	display: block;
	color: #fff;
	font-size:15px;
	overflow: hidden;
}
.act_all div{
	overflow:hidden;
}
.act_all h2 {
	font-weight: 700;
	font-size:25px;
	float:right;
	margin-right:30px;
	padding-top:25px;
	display: block;
	margin-bottom: 10px;
	color:rgba(255,255,255,0.8);
}
.act_all span {
	display: block;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	font-weight:normal;
	font-size:55px;
	text-align: center;
	float:right;
	color: #b69461;
}
/*end activity*/
/*start services*/
#services {
	clear: both;
	display: block;
	position:relative;
	margin-bottom:50px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
	position:relative;
	z-index:10;
}
.services li {
	display: block;
	float: right;
	width:25%;
	padding:25px;
	position:relative;
	top:0;
	overflow: hidden;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.services li:hover{
	top:-15px;
}
.services li:hover a{
	top:-10px;
}
.serv_left {
	position: relative;
	overflow: hidden;
}
.serv_left h2 {
	font-weight:900;
	font-size:14px;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #333;
	text-align:justify;
	overflow: hidden;
	margin-bottom:20px;
	font-size: 10px;
}
.serv_left a {
	display: inline-block;
	font-weight: 400;
	color:#b69461;
	font-size: 12px;
	position:relative;
	top:0;
}
.serv_left a:hover{
	text-decoration:underline;
}
/*end services*/
/*start aboutus*/
#aboutus2{
	clear:both;
	display:block;
	float:right;
	overflow:hidden;
	width:100%;
	background:#1a2024;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	margin-bottom:60px;
	padding:70px 0px;
}
#aboutus2 .width{
	position:relative;
	z-index:2000;
}
#aboutus2 ol{
	clear:both;
	display:block;
}
#aboutus2 ol li{
	width:33.33%;
	float:right;
	text-align:center;
	padding:30px 0px;
	overflow:hidden;
}
.aboutus_all img {
	fill:#b69461;
	height:61px;
	display:block;
	margin:0px auto 30px;
}
.aboutus_all b {
	font-weight: 400;
	font-size: 16px;
	color:rgba(255,255,255,0.8);
	display: block;
}
/*end aboutus*/
/*start data2*/
#data2{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:50px;
	position:relative;
}
#data2 .width2{
	position:relative;
}
.data_left {
	width: 100%;
	text-align:center;
}
.data_left ul li{
	display:block;
	text-align:center;
	float:right;
	width:25%;
}
.data_left ul li:last-child .data_all{
	border-left:none;
}
.data_all{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:20px 0px;
}
.data_left ul li img {
	fill:#b69461;
	height:36px;
	display:block;
	margin:0px auto 25px;
}
.data_left ul li h2{
	color:#000;
	font-size:19px;
	font-weight:400;
}
/*end data2*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:40px;
	position: relative;
}
.partners{
	clear:both;
	display:block;
	overflow:hidden;
	text-align:center;
}
.partners li{
	width:190px;
	text-align:center;
	display:inline-block;
	padding:10px;
	overflow:hidden;
}
.partners img{
	height:121px;
	width:121px;
}
/*end partners*/
/*start callus*/
#callus {
	clear: both;
	float: right;
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 30px 0px;
}
#callus h2{
	font-weight:700;
	color:rgba(255,255,255,0.8);
	position:relative;
	z-index:2000;
	font-size:21px;
	display:block;
	text-align:center;
}
/*end callus*/
/*start map_go*/
#map_go {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	background:#000;
	float: right;
	width: 100%;
}
#map_go .width {
	display: table;
	padding:160px 0px 60px;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.services_data {
	width: 41%;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.services_data_txt h2 {
	font-weight: 900;
	display: block;
	font-size: 32px;
	color:rgba(255,255,255,0.8);
	margin-bottom: 30px;
}
.services_data_txt ul {
	clear: both;
	display: block;
	margin-bottom:55px;
}
.services_data_txt ul li {
	display: block;
	font-weight: 400;
	color:rgba(255,255,255,0.8);
	font-size: 16px;
	margin-bottom:27px;
}
.services_data_txt ul li a{
	text-decoration:underline;
	color:rgba(255,255,255,0.8);
}
.services_data_txt ul li img{
	fill:#b69461;
	vertical-align:0px;
	display:block;
	margin-left:25px;
	float:right;
	padding-top:4px;
	width:21px;
}
.call_whats{
	font-size:16px;
	color:rgba(255,255,255,0.8);
	line-height:1.8em;
}
.call_whats a{
	width:133px;
	height:29px;
	line-height:29px;
	color:#000;
	font-size:17px;
	display:inline-block;
	text-align:center;
	margin-right:15px;
	background:#b69461;
}
.call_whats a:hover{
	background:none;
	text-decoration:underline;
	letter-spacing:2px;
	color:#fff;
}
.services_data_txt_left{
	display: table-cell;
	position:relative;
}
.contactus_form{
	clear:both;
	display:block;
}
.contactus_form label{
	display:block;
	text-align:right;
	width:100%;
	position:relative;
	margin-bottom:25px;
	padding:0px 20px;
	overflow:hidden;
}
.contactus_form label.con_multi{
	width:49.5%;
	float:right;
}
.contactus_form label span{
	display:block;
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
}
.contactus_form label input{
	background:none;
	color:#fff;
	border:1px solid #fff;
	text-transform:capitalize;
	font-size:15px;
	font-family:Changa, sans-serif;
	width:100%;
	font-weight:400;
	display:block;
	height:37px;
	padding:0px 15px;
}
.contactus_form label.con_mssg{
	display:block;
	text-align:right;
	width:100%;
	position:relative;
	margin-bottom:25px;
	padding:0px 20px;
	overflow:hidden;
}
.contactus_form label.con_mssg textarea{
	display:block;
	resize: none;
	font-weight:400;
	border:none;
	width:100%;
	background:none;
	color:#fff;
	border:1px solid #fff;
	text-transform:capitalize;
	font-size:15px;
	font-family:Changa, sans-serif;
	padding:15px 20px;
	font-size:13px;
	min-height:86px;
}
.contactus_form button{
	border:none;
	display:block;
	position:relative;
	background:#b69461;
	color:#000;
	height:36px;
	line-height:36px;
	width:142px;
	font-family:Changa, sans-serif;
	font-weight:400;
	font-size:16px;
	cursor:pointer;
	margin:0px auto;
	text-transform:uppercase;	
}
.contactus_form button:hover{
	color:#b69461;
	border:1px solid #b69461;
	background:none;
	-moz-transition: all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	
}
/*end map_go*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	display: block;
	margin-bottom:40px;
}
.news_ul{
	overflow:hidden;
}
.news_loop{
	width:50%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	background:#fff;
	overflow:hidden;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.news_top {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 20px;
}
.news_top p {
	display: block;
	width: 79px;
	float:right;
	height: 79px;
	line-height:1;
	background: #1a2024;
	padding: 16px 10px;
	text-align: center;
	font-weight:600;
	font-size: 30px;
	color: #fff;
}
.news_top p b {
	font-weight: 600;
	font-size: 13px;
	display: block;
}
.news_top h2 {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	margin-right: 100px;
	margin-top: 12px;
	height: 55px;
	overflow: hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height:215px;
	overflow: hidden;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	position: relative;
}
.news_all:hover .news_img a:after {
	left: -50%;
}
.news_img a:after {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: -150%;
	position: absolute;
	top: 0;
	transition: none 0s ease 0s;
	width: 100%;
	transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.news_img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;	
}
.news_all:hover .news_img img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.news_img a {
	position: relative;
	display: block;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
	text-align:center;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-weight:400;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	padding:0px 25px 25px;
	text-align: center;
}
.news_more a {
	display:inline-block;
	background: #1a2024;
	padding: 8px 15px;
	font-weight:500;
	color: #fff;
	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: #b69461;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_all .social {
	float: none;
	margin: 0px 0px 22px;
	overflow: hidden;
	text-align: center;
}
.slider_cont_center img {
	max-height: 200px;
}
.news_all .social li{
	display:inline-block;
	float:none;
}
.news_all .social li a {
	border: 1px solid #eee;
	width: 35px;
	height: 35px;
	border-radius:0px;
	background:none;
	margin: 0px 2px;
	color: #000;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.news_all .social li a:hover {
	border: 1px solid #b69461;
	color: #b69461;
	background:none;
}
/*end news*/