/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	counter-reset: counter;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.7;
}
button{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a{
	text-decoration:none;
	color:#c2a26a;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#C7072F;
	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(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:#c2a26a;
	position:absolute;
	top:-2px;
	left:-3px;
}
.circle.circle_link:before{
	background:rgba(219,218,215,0.3);
}
/*end body*/
/*start more*/
.play_more {
	display:inline-block;
	position:relative;
}
.play_more a{
	clear:both;
	color:#fff;
	font-size:14px;
	display:inline-block;
	font-weight:600;
	height:55px;
	line-height:55px;
	position:relative;
	padding-right:30px;
	background:#215642;
	overflow:hidden;
	z-index:888;
}
.play_more:after {
	content: "";
	position: absolute;
	background: #7d9ca4;
	height: 55px;
	right: 10px;
	left: -6px;
	top: 6px;
	opacity: 0.2;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.play_more a:after{
	content:"\f100";
	font-family:FontAwesome;
	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;
}
.play_more a:before{
	background:#c2a26a;
	content:"";
	width:100%;
	height:100%;
	right:-100%;
	top:0px;
	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 top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	z-index:2000;
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	height:50px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:last-child span{
	border-left:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding:0px 10px;
	line-height:50px;
}
.s_contact li span{
	direction:rtl;
	letter-spacing:normal;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	color:#215642;
	font-weight:normal;
	margin-left:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#215642;
}
.s_contact li a:after,.s_contact li span:after{
	content:"";
	color:#fff;
	background:#c2a26a;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.s_contact li:hover a:after,.s_contact li:hover span:after{
	top:0;
}
.social {
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:first-child a{
	border-right:none;
}
.social li a {
	color:#333;
	display: block;
	font-size: 12px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	padding:0px 20px;
	height:50px;
	line-height: 50px;
}
.social li a:after{
	content:"";
	color:#fff;
	background:#c2a26a;
	position:absolute;
	right:0;
	left:0;
	height:15px;
	top:-50px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.social li:hover a: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 top*/
/*start header*/
#header {
	background-color:#ebeef3;
	width: 100%;
	height: 120px;
	float: right;
	clear: both;
	position:relative;
}
body.bodyin #header:before{
	content:"";
	width:30%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	opacity: 0.1;
	z-index:100;
	background-image: url(../images/bg/bg56.png);
}
body.bodyin #header:after{
	content:"";
	width:30%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	opacity:1;
	background:#215642;
}
#header .width{
	position:relative;
}
.logo {
	float: right;
	position: relative;
	z-index: 1001;
	padding: 12px 0 0;
	width: 28%;
	text-align:center;
}
.logo img {
	height:95px;
}
.get_qoute {
	float: left;
	margin-top: 32px;
	margin-right:20px;
}
.nav {
	float:left;
	margin-top:38px;
}
.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:600;
	font-size:14px;
	position:relative;
}
.nav li a:before{
	content:"+";
	font-weight:400;
	font-size:13px;
	color:#215642;
	display:inline-block;
	vertical-align:0px;
	margin-left:8px;
}
.nav li a:after{
	content:"";
	height:2px;
	border-radius:4px;
	background:#215642;
	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:#215642;
}
.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;
	border-top:5px solid #215642;
	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:12px 15px;
	color:#333;
	font-size:12px;
	line-height:normal;
	height:auto;
	font-weight:600;
	border-left:none;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.nav li .sub ul li a:hover{
	background:#215642;
	color:#fff;
	padding-right:17px;
}
/*end header*/
/*start head_fix*/
.nav_fix {
	background-color:#ebeef3;
	width:100%;
	height:120px;
	position: fixed;
	right: 0px;
	z-index:14500;
	top:-500px;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.nav_fix:before{
	content:"";
	position:absolute;
	width:30%;
	right:0;
	top:0;
	bottom:0;
	background:#1d3b30;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .width{
	position:relative;
	width:100%;
	padding:0px 0px 0px 20px;
}
body.scrolled .nav_fix .logo{
	margin-top:0;
}
/*end head_fix*/
/*start data*/
#data{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	margin-bottom:40px;
	position:relative;
	float:left;
	z-index:110;
}
.data_list {
	width: 100%;
	overflow:hidden;
}
.data_list li {
	display: block;
	float: right;
	width:33.33%;
	text-align:center;
	height: 100%;
	overflow: hidden;
}
.data_all{
	width:100%;
	overflow:hidden;
	padding:30px 30px;
	border-radius:5px;
	position:relative;
	top:0;
	transition:all 0.4s ease;
}
.data_list li h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	display:block;
	margin-bottom:15px;
}
/*end data*/
/*start footer*/
#footer{
	background-color:#1d3b30;
	border-bottom:1px solid rgba(255,255,255,0.05);
	background-repeat:repeat;
	float:right;	
	width:100%;
	padding-top:50px;
	clear:both;
	position:relative;
}
#footer:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	opacity:0.1;
	background-image:url(../images/bg/bg56.png);
}
#footer .width{
	position:relative;
	z-index:101;
}
.foot{
	clear:both;
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#ccc;
	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:#c2a26a;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size:13px;
	line-height:2;
}
.foot_logo img {
	height: 75px;
	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:13px;
	font-weight:600;
}
.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:#c2a26a;
	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: 13px;
	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;
	font-weight:600;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_contact p b {
	position: relative;
	font-weight: 600;
	padding-right: 13px;
}
.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: #c2a26a;
	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 #215642;
	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:#c2a26a;
	padding:2px 3px;
	margin-left:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#215642;
	z-index:66500;
	cursor:pointer;
	font-size:12px;
	right:30px;
	bottom:55px;
	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:#c2a26a;
	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:#1d3b30;
	border:5px solid #1d3b30;
	color:#fff;
}
/*end totop*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:600px;
	display:block;
	width:100%;
	position:relative;
	float:right;
	margin-bottom:50px;
}
#slideshow .width{
	height:100%;
	position:relative;
	z-index:1003;
}
#slideshow:after{
	content:"";
	background-color:#1d3b30;
	width:30%;
	height:100%;
	right:0;
	z-index:1000;
	top:-125px;
	bottom:0;
	position:absolute;
}
#slideshow:before{
	content:"";
	background-image:url(../images/bg/bg56.png);
	width:30%;
	height:100%;
	right:0;
	z-index:1001;
	top:-125px;
	background-position:center;
	opacity:0.1;
	bottom:0;
	position:absolute;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.cycle-pager {
	position: absolute;
	z-index: 1001;
	font-size:0px;
	right:20px;
	top:210px;
	margin-top:0;
}
.cycle-pager .cycle-pager-active {
	border:2px solid #c2a26a;
}
.cycle-pager span {
	margin:9px 0px;
	width:15px;
	height:15px;
	border-radius:15px;
	border:2px solid rgba(0,0,0,0.1);
	cursor:pointer;
	display:block;
}
.slider{
	background-repeat:no-repeat;
	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%;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 60px;
	position: relative;
	display: block;
}
.slider_cont_left{
	float:left;
	text-align:right;
	max-width:550px;
}
.slider_cont_right{
	float:right;
	text-align:right;
	max-width:550px;
}
.slider_cont_center{
	max-width:550px;
	margin:0px auto;
	text-align:center;
}
.cycle-slide-active .slider_cont h2{
    -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 {
	z-index:888;
	position: relative;
	display: inline-block;
	color:#215642;
	font-size:30px;
	font-weight:700;
	position:relative;
	margin-bottom:10px;
	-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 h2 {
	position:relative;
	z-index:888;
	font-weight:400;
	line-height:1.2;
	display: inline-block;
	color: #333;
	font-size:40px;
	margin-bottom: 25px;
	-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,.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 p {
	z-index:888;
	position: relative;
	display: inline-block;
	color:#333;
	font-size: 16px;
	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 .play_more{
	display:inline-block;
	margin-left:10px;
}
.slider_cont a{
	display:inline-block;
	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;
}
/*end slideshow*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align:center;
	padding-bottom:10px;
	color: #666;
}
.pages_title h1 {
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
	padding:0px 20px;
	color: #333;
	margin-bottom:5px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #c2a26a;
	top:10.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: #c2a26a;
	top:10.5px;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.pages_title.withwhite h2,.pages_title.withwhite h1{
	color:#fff;
}
.pages_title h2 {
	font-weight: 600;
	font-size: 30px;
	color: #1d3b30;
	display: block;
	line-height:1.2;
	margin-bottom:5px;
}
.pages_title span {
	font-size: 15px;
}
.pages_title p{
	height:5px;
	width:60px;
	border-radius:5px;
	position:relative;
	margin:20px auto 0px;
	background:#c2a26a;
	display:block;
}
.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);
}
.pages_title.withwhite p:after,.pages_title.withwhite p:before{
	background:#1d3b30;
}
/*end pages title*/
/*start data*/
#data2{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
	margin-bottom:50px;
	z-index:100;
}
.data2_list {
	position: relative;
	margin:0px -40px;
}
.data2_list li {
	display: block;
	position: relative;
	z-index: 100;
	margin-bottom:50px;
	float:right;
	width: 50%;
}
.data_all4 {
	width: 100%;
	overflow: hidden;
	padding: 0px 40px;
	border-radius: 5px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}
.data_all2 {
	position:relative;
}
.data_all23 {
	margin-right: 120px;
	margin-left:0;
}
.data2_list li:nth-child(2n+2) span{
	float:right;
}
.data2_list li:nth-child(2n+2) .data_all23 {
	margin-right: 110px;
	margin-left: 0;
}
.data2_list li span {
	display: block;
	float: right;
	font-size: 40px;
	width: 80px;
	height: 80px;
	background: #d1e5de;
	border-radius:10px;
	text-align: center;
	line-height: 80px;
	color: #1d3b30;
	font-weight: normal;
	-moz-transition: all 600ms;
	-webkit-transition:all 600ms;
	-ms-transition: all 600ms;
	-o-transition: all 600ms;
}
.data2_list li p {
	overflow: hidden;
	font-size: 15px;
	z-index: 101;
	color: #333;
	position: relative;
	font-weight:400;
}
.data2_list li p b {
	display: block;
	color: #1d3b30;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*end data2*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	position:relative;
	z-index:500;
	margin-bottom:80px;
	overflow:hidden;
}
#aboutus .width{
	position:relative;
	display:table;
}
#aboutus .pages_title{
	text-align:right;
}
#aboutus .pages_title p{
	margin-left:0;
	margin-right:0;
}
.aboutus_right {
	width: 45%;
	vertical-align: top;
	display: table-cell;
	height:100%;
	position: relative;
}
.aboutus_right:before{
	content:"";
	position:absolute;
	border:3px solid #e0d5c2;
	border-radius:50px;
	right:80px;
	top:0;
	bottom:150px;
	left:60px;
}
.aboutus_right img{
	width:85%;
	height:80%;
	object-fit:cover;
	border-radius:50px;
	display:block;
	position:absolute;
	top:20px;
	right:0;
	bottom:0;
}
.aboutus_right img.aboutus_right_small {
	width: 330px;
	height: 330px;
	border: 4px solid #c2a26a;
	object-fit: cover;
	border-radius: 50px;
	top: auto;
	bottom: 0px;
	right: auto;
	left: 0;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	padding-right:40px;
	padding-top:25px;
	display:table-cell;
}
.aboutus_left_txt {
	font-size: 15px;
	padding-right:10px;
	font-weight: 600;
	text-align:justify;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:20px;
	margin-bottom:20px;
	color:#666;
	clear: both;
	line-height: 2;
}
.data_list5 {
	position: relative;
	border-bottom:1px dashed rgba(0,0,0,0.2);
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom:20px;
}
.data_list5 li {
	display: block;
	position: relative;
	z-index: 100;
	width: 50%;
	padding:10px 0px;
	float:right;
}
.data_list5 li h1{
	font-weight:600;
	margin-right:35px;
	font-size:14px;
}
.data_list5 li i{
	vertical-align:middle;
	float:right;
	display:block;
	font-weight:normal;
	font-style:normal;
}
#aboutus_tabled {
	clear: both;
}
.aboutus_tabled_loop {
	float: right;
	width: 33.33%;
	position:relative;
}
.aboutus_tabled_loop:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: rgba(0,0,0,0.2);
	left: 20px;
	top: 20px;
}
.aboutus_tabled_loop:last-child:after{
	display:none;
}
.aboutus_tabled_txt1 h2 {
	float: right;
	display: block;
	font-size: 50px;
	font-weight: 600;
	color: #c2a26a;
	line-height: 1;
}
.aboutus_tabled_txt1 p {
	margin-right: 65px;
	padding-top: 2px;
	font-size: 14px;
}
.aboutus_tabled_txt2 {
	padding-top: 10px;
}
.aboutus_tabled_txt1 {
	padding-top: 9px;
}
.aboutus_tabled_txt2 span {
	float: right;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	font-weight:normal;
	line-height: 42px;
	font-size: 15px;
	background: #c2a26a;
	color: #fff;
}
.aboutus_tabled_txt2 p {
	margin-right: 55px;
}
.aboutus_tabled_txt2 p i {
	font-style: normal;
	font-size: 14px;
	display:block;
	text-transform: capitalize;
}
.aboutus_tabled_txt2 p b {
	font-weight: 600;
	color: #555;
	font-size: 14px;
}
.slider_info {
	position: absolute;
	right: 0;
	bottom: 25px;
}
.slider_info_img{
	float:right;
}
.slider_info h2 {
	float: right;
	margin-right: -15px;
	font-weight: 400;
	color: #555;
	font-size: 14px;
	padding-top: 35px;
}
.slider_info_img img{
	width:50px;
	height:50px;
	object-fit:cover;
	object-position:top;
	border-radius:50%;
	display:block;
	float:right;
	position:relative;
	border:2px solid rgba(0,0,0,0.4);
}
.slider_info_img img:nth-child(2){
	right:-15px;
}
.slider_info_img img:nth-child(3){
	right:-30px;
}
.slider_info_img img:nth-child(4){
	right:-45px;
}
/*end aboutus*/
/*start services2*/
#services2{
	float:right;
	width:100%;
	clear:both;
	margin-bottom:60px;
	overflow:hidden;
}
.servicess{
	clear:both;
	margin:0px -20px;
	display:block;
	visibility:hidden;
}
.servicess_slider.slick-initialized {
	visibility: visible;
}
.servicess li {
	display: block;
	float: right;
	width: 25%;
	padding:20px;
	overflow: hidden;
}
.serv_alls {
	position:relative;
}
.serv_rights {
	position:relative;
	width: 100%;
	border-radius:30px;
	overflow:hidden;
	height:280px;
}
.serv_rights a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_rights: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_rights:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}
.serv_rights img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_rights span {
	background: #fff;
	line-height: 70px;
	font-size: 29px;
	color: #215642;
	width: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
	height: 70px;
	text-align: center;
	border-radius: 24px;
	font-weight: normal;
}
.serv_lefts {
	padding: 25px;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.serv_lefts h2 {
	font-weight: 600;
	font-size: 20px;
	display: block;
	margin-bottom:5px;
	color: #091a24;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_lefts p {
	display: block;
	color: #777;
	overflow: hidden;
	height: 40px;
	margin-bottom: 15px;
	font-size: 13px;
	padding: 0px 14px;
}
.serv_lefts a {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	color: #333;
	border: 2px solid #ebeef3;
	padding: 0px 30px;
	height: 45px;
	position:relative;
	overflow:hidden;
	border-radius:50px;
	line-height: 42px;
}
.serv_lefts 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;
}
.serv_lefts a:hover:before{
	right: 120%;
	opacity: 0.25;
}
.serv_lefts a:hover{
	background:#215642;
	border: 2px solid #215642;
	color:#fff;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:10px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	background:rgba(0,0,0,0.1);
	margin-left: 5px;
	border:none;
	width:30px;
	height:4px;
	cursor:pointer;
}
.slick-dots li.slick-active button{
	background:#c2a26a;
}
/*end services2*/
/*start contactus*/
#contactus{
	clear:both;
	float:right;
	position:relative;
	padding:80px 0px 250px;
	background-size:cover;
	background-position:center;
	width:100%;
	margin-top:60px;
	margin-bottom:0px;
}
#contactus .pattern-layer {
	top:auto;
	bottom:0px;
	z-index:1000;
}
.slidebg{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#1d3b30;
	opacity:0.9;
}
#contactus .pattern-layer:before{
	background: #ed1b24;
}
#contactus .pattern-layer:after{
	background:#fff;
}
#contactus:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 50%;
	height: 166px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
#contactus:after {
	position: absolute;
	content: '';
	background: #fff;
	width: calc(50% + 1px);
	height: 166px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
#contactus .width{
	position:relative;
}
.contactus_right {
	width: 50%;
	float: left;
	color: #bbb;
	max-width: 520px;
}
.contactus_right h1 {
	color: #c2a26a;
	font-weight: 600;
	font-size: 19px;
	display: block;
	margin-bottom: 10px;
}
.contactus_right h2 {
	color: #fff;
	font-weight: 600;
	line-height:1.2;
	font-size: 45px;
	display: block;
	margin-bottom: 10px;
}
.contactus_left {
	background:#c2a26a;
	color: #fff;
	position: absolute;
	right: 0;
	text-align:center;
	top: -130px;
	width: 45%;
	bottom: -357px;
	padding:130px 50px 50px;
	z-index: 1000;
}
.contactus_left img{
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.2;
	bottom:0;
	object-fit:cover;
}
.contactus_left h1 {
	position: relative;
	font-weight: 600;
	font-size: 30px;
	display: block;
	margin-bottom: 25px;
}
.contactus_left span {
	display: block;
	border-bottom: 3px dotted #eee;
	position: relative;
	width: 204px;
	margin: 0px auto 35px;
	font-family: FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.contactus_left span:before {
	content: "\f11f";
	background: #1d3b30;
	position: absolute;
	font-weight:normal;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	top: -19px;
	right: 41%;
}
.contactus_left p {
	color: #fff;
	position: relative;
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 10px;
	line-height: 1.2;
	display: block;
	margin-bottom: 29px;
}
.contactus_left b {
	font-weight: 600;
	font-size: 18px;
	display: block;
}
/*end contactus*/
/*start count*/
#count{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:80px;
}
.count_right{
	width:55%;
	float:right;
	position:relative;
}
.count_right .pages_title{
	text-align:right;
}
.count_right .pages_title p{
	margin-right:0px;
	margin-left:0;
}
.count_desc{
	font-size:16px;
	display:block;
	margin-bottom:40px;
	color:#555;
}
.count_right img{
	display:block;
	width:100%;
	height:300px;
	object-fit:cover;
}
.count_right_join {
	background: #1d3b30;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0px;
}
.count_right_join p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 25px;
	float: right;
}
.count_right_join .play_more {
	float: left;
	margin-left: 23px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.count_left{
	width:40%;
	float:left;
	overflow:hidden;
	padding:50px;
	background:#ebeef3;
}
#count ul{
	clear:both;
	position:relative;
}
#count ul li {
	width: 100%;
	padding: 30px 0px;
	float: right;
	display: block;
	position: relative;
	overflow:hidden;
	border-bottom: 1px solid #fff;
}
#count ul li:last-child{
	border-bottom:none;
}
.count_all {
	width: 100%;
	overflow:hidden;
}
.count_all span {
	background: #215642;
	color: #fff;
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	border-radius: 100%;
	z-index: 133;
	font-size: 40px;
	position: relative;
	display: block;
	float: right;
}
.count_all div {
	overflow: hidden;
	margin-right: 150px;
	margin-top: 4px;
}
.count_all h2 {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.count_all p {
	clear: both;
	display: inline-block;
	overflow: hidden;
	font-weight: 600;
	font-size: 55px;
	letter-spacing: 2px;
	line-height: 1;
	color: #333;
	position: relative;
	margin-top: 10px;
}
/*end count*/