/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:ltr;
	color:#333;
	font-family:'tajawal',Barlow, 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:#145646;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#daaa61;
	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:1230px;
}
/*end body*/
/*start top*/
#top{
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:45px;
	text-transform:uppercase;
	background:#eee;
}
.top_link{
	float:left;
}
.top_link li{
	display:block;
	float:left;
}
.top_link li a{
	line-height:45px;
	height:45px;
	display:block;
	padding:0px 15px;
	color:#333;
	font-size:13px;
	border-right:1px solid rgba(0,0,0,0.05);
	font-weight:600;
}
.top_link li a:hover{
	color:#fff;
	background:#145646;
}
.s_contact{
	float:right;
}
.s_contact li{
	display:block;
	float:left;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:#333;
	text-transform:uppercase;
	font-family:Barlow,'tajawal', sans-serif;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:45px;
}
.s_contact li span{
	direction:ltr;
	letter-spacing:normal;
}
.s_contact li span{
	border-left:none;
}
.s_contact li a:before,.s_contact li span:before{
	vertical-align:0px;
	display:inline-block;
	position:relative;
	font-weight:normal;
	margin-right:8px;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
}
.s_contact li span:before{
	margin-left:0px;
	margin-right:8px;
}
.s_contact li.phone a:before{
	content:"\f11f";
	top:-1px;
}
.s_contact li.mail a:before{
	content:"\f2b6";
	top:-1px;
}
.s_contact li a:hover{
	color:#fff;
	background:#145646;
}
.social {
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:left;
}
.social li a {
	color:#333;
	display: block;
	font-size: 13px;
	z-index: 11;
	font-weight: normal;
	position: relative;
	text-align: center;
	border-left:1px solid rgba(0,0,0,0.05);
	padding:0px 16px;
	line-height: 45px;
}
.social li:last-child a{
	border-right:1px solid rgba(0,0,0,0.05);
}
.social li a:hover{
	color:#000;
	background:#daaa61;
}
.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 top*/
/*start header*/
#header{
	background:#fff;
	z-index:1000;
	width:100%;
	float:right;
	clear:both;
	position:relative;
}
.logo {
	position: relative;
	padding:5px 0px 5px;
	z-index: 100;
	float:left;
}
.logo img {
	height:111px;
}
.lang {
	float: right;
	margin-top: 40px;
}
.lang a{
	display:block;
	background:#145646;
	color:#fff;
	height:45px;
	font-weight:600;
	text-transform:uppercase;
	line-height:45px;
	padding:0px 26px;
	border-radius:5px;
}
.lang a:hover{
	background:#daaa61;
	color:#000;
}
/*end header*/
/*start nav*/
#nav{
	clear:both;
	height:55px;
	width:100%;
	position:relative;
	float:right;
	z-index:1000;
	box-shadow:0 3px 12px 0 rgba(0, 0, 0, 0.05);
	background-color:#145646;
}
.nav li{
	float:left;
	position:relative;
	display:block;
}
.nav li a{
	height:55px;
	display:block;
	color:#eee;
	position:relative;
	text-transform:uppercase;
	padding:0px 20px;
	line-height:55px;
	font-size:14px;
	font-weight:600;
}
.nav li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#daaa61;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	right:0;
	top:26px;
}
.nav li:last-child a:before{
	display:none;
}
.nav li a:after{
	content:"";
	height:4px;
	display:block;
	background:#daaa61;
	position:absolute;
	border-radius:5px;
	bottom:0px;
	left:200px;
	right:200px;
	-moz-transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-ms-transition:all ease 0.3s;
	-o-transition:all ease 0.3s;
}
.nav li a:hover,.nav li:hover a{
	color:#daaa61;
}
.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: 55px;
	left:0px;
	z-index:200;
	background-color:#145646;
}
.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:10px;
	background:none;
	line-height:normal;
	font-size:13px;
	color:#fff;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.05);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#daaa61;
	color:#000;
	padding-left:13px;
}
.nav li:hover .sub ul li a:before,.nav li:hover .sub ul li:last-child a:before{
	content: "\f036";
	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-right: 10px;
}
/*end nav*/
/*start head_fix*/
.nav_fix {
	background:#145646;
	width:100%;
	height:55px;
	position: fixed;
	right: 0px;
	z-index: 5000;
	top:-1000px;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
body.scrolled .nav_fix{
	top:0;
}
.nav_fix .nav li a{
	color:#fff;
}
/*end head_fix*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#145646;
	color:#eee;
	font-size:12px;
	text-transform:uppercase;
	position:relative;
}
.copyrights{
	float:left;
	line-height:45px;
}
.design{
	float:right;
	line-height:45px;
}
.design a{
	color:#000;
	background:#daaa61;
	padding:2px 3px;
	margin-right:5px;
}
.design a:hover{
	opacity:0.8;
}
/*end bottom*/
/*start footer*/
#footer{
	background-color:#eee;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
}
.foot_loop{
	width:25%;
	float:left;
	padding:0px 20px;
	color:#333;
	overflow:hidden;
}
.foot_loop h2,.foot_bottom h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	text-transform:uppercase;
	color:#145646;
	display:block;
}
.foot_loop h2:after,.foot_bottom h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#daaa61;
	display:block;
	margin-top:10px;
	border-radius:4px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	color:#333;
	font-size: 13px;
	line-height:2;
}
.foot_logo img {
	height: 70px;
}
.foot_loop ul{
	clear:both;
	overflow:hidden;
}
.foot_loop ul li{
	display:block;
}
.foot_loop ul li a{
	display: block;
	border-bottom: 1px dashed rgba(33, 33, 33, 0.2);
	padding: 8px 0 8px;
	color:#333;
	font-size:12px;
	text-transform:uppercase;
	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-right:5px;
	font-family:FontAwesome;
	content:"\f101";
}
.foot_loop ul li a:hover{
	color:#000;
	background:#daaa61;
	padding-left:10px;
}
.foot_contact{
	overflow:hidden;
	clear:both;
	display:block;
}
.foot_contact span:before{
	content:"*";
	display:inline-block;
	vertical-align:-3px;
	font-weight:normal;
	margin-right:5px;
	font-family:droid;
}
.foot_contact span{
	color: #145646;
	text-transform:uppercase;
	display: block;
	font-size: 12px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(33,33,33,0.1);
	color: #333;
	text-transform:capitalize;
	border-radius:3px;
	font-size: 12px;
	font-weight:600;
	font-family:Barlow,tajawal;
	margin-bottom: 15px;
	padding: 10px;
}
.foot_loop ul.foot_branch li {
	display: block;
	float: left;
	width: 33.33%;
	padding:2px;
	text-align: center;
}
.foot_loop ul.foot_branch li a:before {
	display:none;
}
.foot_loop ul.foot_branch li a {
	border: 1px solid #ccc;
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a,.foot_loop ul.foot_branch li a:hover{
	color:#fff;
	background:#145646;
	border:1px solid #145646;
}
.foot_bottom {
	margin-top: 10px;
	position:relative;
	padding: 0px 15px;
}
.foot_bottom h2:after{
	width:5%;
}
#footer .social {
	clear: none;
	float: left;
	border: none;
	height: auto;
	margin: 5px 0 0;
}
#footer .social li {
	float: left;
}
#footer .social li a {
	width: 35px;
	min-width:35px;
	height: 35px;
	line-height: 35px;
	border-radius:0px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left:5px;
	border:none;
	text-align:center;
	background: rgba(33,33,33,0.1);
	color: #333;
}
#footer .social li a:hover{
	background:#daaa61;
	color:#000;
}
.contact_home {
	float: right;
}
.contact_home a {
	display: inline-block;
	font-weight: 900;
	text-transform:uppercase;
	padding: 10px 20px;
	background: #daaa61;
	border: 1px solid #daaa61;
	margin-left: 10px;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.contact_home a:last-child {
	border: 1px solid #145646;
	background:#145646;
	color:#fff;
}
.contact_home a:before {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-right: 5px;
	font-weight: normal;
	content: "\f015";
}
.contact_home a:last-child:before {
	content: "\f003";
}
.contact_home a:hover, .contact_home a:last-child:hover {
	opacity: 0.8;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#000;
	z-index:8500;
	cursor:pointer;
	font-size:12px;
	right:10px;
	bottom:5px;
	display:none;
	width:40px;
	font-weight:700;
	padding-top:10px;
	text-transform:uppercase;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	height:70px;
	background:#daaa61;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	background:#145646;
	color:#fff;
}
/*end totop*/
/*start social*/
#social {
	background: #145646;
	position: fixed;
	width: 40px;
	left: 0px;
	bottom:60px;
	z-index: 1000;
	text-align: center;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
}
#social .social{
	float:none;
	margin:0;
}
#social .social li a {
	display: block;
	text-align: center;
	margin: 0;
	line-height: 35px;
	font-size: 13px;
	height: 35px;
	color: #fff;
	padding: 0;
	width: 40px;
}
#social .social li.whatsapp a {
	border-right: 4px solid #29b24b;
}
#social .social li.facebook a{
	border-right: 4px solid #3b5a99;
}
#social .social li.twitter a{
	border-right: 4px solid #429cd6;
}
#social .social li.linkden a{
	border-right: 4px solid #0077b5;
}
#social .social li.instagram a{
	border-right: 4px solid #4d62ad;
}
#social .social li.google a{
	border-right: 4px solid #dc4a37;
}
.social li.whatsapp a:before{
	content:"\f232";
}
.social li.linkden a:before{
	content:"\f0e1";
}
/*end social*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:600px;
	display:block;
	z-index:100;
	background:#145646;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	right:0;
	bottom:0;
	left:0;
	top:0;
	z-index:501;
	position:absolute;
	background:linear-gradient(75deg, rgba(218,170,97, 0.5) 2%, rgba(0, 0, 0, 0.95));	
}
#progress_a{
	width:100%;
	left:0px;
	position:absolute;
	z-index:101;
	bottom:0px;
}
#progress{
	height:8px;
	float:left;
	background:rgba(33,33,33,0.1);
}
#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;
	background:rgba(0,0,0,0.3);
	top:50%;
	width:45px;
	height:45px;
	line-height:45px;
	margin-top:-35px;
	color:#fff;
	left:-100%;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
#slideshow .next{
	right:-100%;
	left:auto;
}
#slideshow:hover .prev{
	left:0;
}
#slideshow:hover .next{
	right:0;
}
#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:#daaa61;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cycle-slideshow{
	background:url(../images/load.gif) 50% 50% no-repeat;
}
.slider{
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:100% !important;
	background-position:center top;
}
.slider_cont{
	width:100%;
	height:100%;
	padding:110px 15px 15px;
}
.slider_cont_all {
	width: 100%;
	margin: 0px 90px;
	position: relative;
	z-index: 800;
	text-align: center;
	display: block;
	padding:0px;
}
.slider_cont_left{
	float:right;
	text-align:left;
	max-width:850px;
}
.slider_cont_right{
	float:left;
	text-align:left;
	max-width:850px;
}
.cycle-slide-active .slider_cont h2{
    -webkit-animation: slideInRight 1s forwards;
    -ms-animation-name: slideInRight 1s forwards;
	-o-animation-name: slideInRight 1s forwards;
	-moz-animation-name: slideInRight 1s forwards;
	animation-name: slideInRight 1s forwards;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase;
	display: inline-block;
	color: #fff;
	font-size:60px;
	margin-bottom: 25px;
}
.slider_cont h2 span{
	color:#daaa61;
}
.slider_cont h1 {
	z-index:888;
	position: relative;
	text-transform:uppercase;
	display: inline-block;
	color: #daaa61;
	font-size:20px;
	font-weight:700;
}
.cycle-slide-active .slider_cont p,.cycle-slide-active .slider_cont h1{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight:600;
	margin-bottom:30px;
}
.cycle-slide-active .slider_cont a{
    -webkit-animation: slideInLeft 1s forwards;
    animation: slideInLeft 1s forwards;
	-ms-animation: slideInLeft 1s forwards;
	-o-animation: slideInLeft 1s forwards;
	-moz-animation: slideInLeft 1s forwards;
}
.slider_cont a,.slider_cont a:last-child:hover{
	background:#daaa61;
	clear:both;
	color:#000;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:12px 30px;
	margin-right:10px;
	text-transform:uppercase;
	position:relative;
	overflow:hidden;
	z-index:888;
}
.slider_cont a:hover,.slider_cont a:last-child{
	background:#145646;
	color:#fff;
}
@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/*end slideshow*/
/*start data*/
#data{
	clear:both;
	display:block;
	width:100%;
	position:relative;
	margin-bottom:70px;
	margin-top:-90px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
}
.data_list li .slidebg{
	background:rgba(0,0,0,0.85);
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: left;
	background-size:cover;
	background-position:center;
	width:33.33%;
	height: 100%;
}
.data_list li:last-child .data_all{
	border-left:none;
}
.data_all{
	width:100%;
	padding:85px 50px;
	position:relative;
	z-index:1000;
	text-align:center;
}
.data_list li p {
	overflow: hidden;
	font-size: 14px;
	z-index: 101;
	color: rgba(255,255,255,0.9);
	position: relative;
}
.data_list li p b {
	display: block;
	color: #daaa61;
	z-index:101;
	position:relative;
	text-transform:uppercase;
	font-weight:700;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	position: absolute;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-top:3px;
	border-radius: 50%;
	text-align: center;
	font-family: Barlow;
	background: #daaa61;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	bottom: -20px;
	right: 50%;
	margin-right: -22px;
}
.data_list li a:before{
	content:url(../images/plus.png);
}
.data_list li a:hover{
	background:#145646;
	color:#fff;
}
/*end data*/
/*start pages title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom:10px;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #333;
}
.pages_title h1 {
	font-size: 14px;
	font-weight:600;
	display:inline-block;
	padding:5px 15px;
	border-radius:50px;
	color: #000;
	background:#daaa61;
	position:relative;
	margin-bottom:10px;
	position:relative;
	text-transform: uppercase;
}
.pages_title h1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-top: 8px solid #daaa61;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 30px;
	color: #145646;
	text-transform:uppercase;
	display: block;
	margin-bottom:0px;
}
.pages_title span {
	font-size: 14px;
	font-weight:600;
}
/*end pages title*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	overflow:hidden;
}
#aboutus .width{
	display:table;
}
.aboutus_right{
	display:table-cell;
	padding-right:40px;
	width:30%;
}
.count_txt {
	text-align: justify;
	font-size:14px;
}
.aboutus_right h3{
	text-transform:uppercase;
	color:#145646;
	font-weight:600;
	font-size:25px;
}
.aboutus_right h3:after{
	content:"";
	width:60px;
	height:3px;
	background:#daaa61;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.aboutus_right ul li{
	display:block;
	margin-bottom:15px;
}
.aboutus_right ul li.count_first p{
	color:#145646;
	font-weight:700;
	line-height:1;
	font-size:90px;
}
.aboutus_right ul li.count_first i,.aboutus_right ul li i{
	display:block;
	color:#145646;
	font-style:normal;
	margin-bottom:5px;
	font-size:15px;
	font-weight:600;
}
.aboutus_right ul li.count_first i e{
	margin-right:30px;
	display:inline-block;
}
.aboutus_right ul li i e{
	margin-right:10px;
	display:inline-block;
}
.aboutus_right ul li.count_first b,.aboutus_right ul li b{
	font-weight:600;
	color:#145646;
	font-size:13px;
	display:block;
}
.aboutus_right ul li h1{
	font-weight:700;
	color:#daaa61;
	font-size:16px;
	display:block;
	margin-bottom:5px;
}
.aboutus_right ul li p{
	color:#145646;
	font-weight:700;
	line-height:1;
	font-size:30px;
}
.aboutus_left {
	display:table-cell;
	position: relative;
}
.aboutus_left h3{
	color:#145646;
	font-weight:600;
	text-transform:uppercase;
	font-size:25px;
}
.aboutus_left h3:after{
	content:"";
	width:60px;
	height:3px;
	background:#daaa61;
	display:block;
	margin-top:10px;
	margin-bottom:20px;
}
.aboutus_left_ul{
	margin-bottom:20px;
	overflow:hidden;
}
.aboutus_left_ul li{
	display:block;
	float:left;
	width:33.33%;
	padding:5px;
}
.aboutus_left_ul li a{
	display:block;
	background:#ececec;
	text-transform:uppercase;
	color:#145646;
	padding:50px 30px;
	width:100%;
	text-align:center;
	font-weight:600;
	font-size:15px;
	border-radius:5px;
}
.aboutus_left_ul li a:hover{
	background:#daaa61;
	color:#000;
}
.aboutus_txt {
	font-size: 15px;
	margin-bottom:15px;
	text-align:justify;
	clear:both;
	overflow:hidden;
}
.count_more a {
	display:block;
	margin-top:25px;
	border:1px solid #daaa61;
	color: #daaa61;
	padding: 12px;
	width:150px;
	text-align:center;
	text-transform:uppercase;
	font-weight: 600;
}
.count_more a:hover {
	background: #daaa61;
	color: #000;
}
.count_more a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-right:10px;
}
/*end aboutus*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	overflow:hidden;
	padding-bottom:50px;
	display: block;
}
.news_ul.news_ul_slider{
	visibility:hidden;
	direction:rtl;
}
.news_ul.news_ul_slider.slick-initialized {
	visibility:visible;
}
.news_ul{
}
.news_loop{
	width:33.33%;
	direction:ltr;
	float:left;
	padding:20px;
}
.news_all {
	width: 100%;
	display: block;
	position:relative;
	border-radius:10px;
	box-shadow:0px 32px 32px 0px rgba(210,210,210,.35);
	overflow:hidden;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 300px;
	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_img p {
	position: absolute;
	left: 25px;
	top:25px;
	border-radius:0 40px 40px;
	background: #daaa61;
	color: #fff;
	font-size:12px;
	width:80px;
	height:80px;
	line-height:1.2;
	text-align: center;
	padding-top:19px;
}
.news_img p b {
	font-size: 17px;
	display: block;
}
.news_txt {
	padding: 25px;
	clear: both;
	display: block;
}
.news_txt h2 {
	font-weight: 600;
	font-size: 18px;
	display: block;
	text-transform:uppercase;
	margin-bottom: 6px;
	color: #145646;
	overflow: hidden;
	height: 60px;
}
.news_txt p {
	display: block;
	clear: both;
	color: #555;
	font-size: 13px;
	height: 65px;
	overflow: hidden;
}
.news_more {
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	padding:0px 25px 25px;
}
.news_more a {
	display: block;
	font-weight:600;
	text-transform:uppercase;
	color: #daaa61;
	float: left;
	font-size: 13px;
}
.news_more a:after {
	font-family: FontAwesome;
	vertical-align: 0px;
	margin-left: 10px;
	content: "\f061";
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.news_more a:hover {
	background: #145646;
	color:#fff;
}
.news_more a:hover:after {
	margin-left: 15px;
}
.news_ul{
	position:relative;
}
/*end news*/
/*start contactus*/
#contactus {
	clear: both;
	float: right;
	margin-bottom:40px;
	width: 100%;
	padding: 40px 20px;
	background-color: #145646;
	position: relative;
}
#contactus a {
	width: 150px;
	float: right;
	color: #fff;
	background: #daaa61;
	box-shadow:0 10px 10px -8px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
	padding: 10px 0px;
	margin-top: 15px;
}
#contactus a:hover {
	background: #fff;
	color:#145646;
}
#contactus .pages_title {
	text-align: left;
	clear: none;
	color: #fff;
	margin: 0;
	float: left;
}
#contactus .pages_title h2 {
	font-size: 20px;
	margin-bottom: 0px;
	color:#fff;
}
#contactus .pages_title span {
	color: #fff;
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	max-width: 100%;
	margin-bottom: 0;
}
/*end contactus*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding:50px 0px;
	background:#eee;
	position: relative;
}
.partners_slide{
	clear:both;
	display:block;
	direction:rtl;
	overflow:hidden;
	visibility:hidden;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:left;
	padding:10px;
	overflow:hidden;
}
.partners_all {
	overflow: hidden;
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 0px 5px;
	height: 150px;
	margin: 0px auto;
	border:1px solid #ddd;
	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;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:30px;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	float: none;
	padding: 0;
	width: auto;
}
.slick-dots li button {
	font-size: 0;
	background: none;
	border:2px solid #145646;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	cursor:pointer;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	-moz-border-radius: 14px;
}
.slick-dots li.slick-active button{
	background:#daaa61;
}
/*end partners*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	position:relative;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: left;
	width: 33.33%;
	padding:20px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow:0 0 20px #e8e8e8;
	overflow: hidden;
	position:relative;
}
.serv_right {
	position:relative;
	width: 100%;
	height: 270px;
}
.serv_right a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.serv_right img {
	width: 100%;
	height:100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.serv_all:hover .serv_right span{
	background:#daaa61;
	color:#fff;
}
.serv_right span {
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	bottom:10px;
	text-align: center;
	font-family:FontAwesome5,FontAwesome,iconmoon,Flaticon;
	line-height: 50px;
	font-size: 20px;
	right:10px;
	color: #daaa61;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.serv_right span:after {
	width: 50px;
	position: absolute;
	content: "";
	height: 50px;
	border: 4px solid rgba(255,255,255,0.6);
	left: -4px;
	top: -4px;
}
.serv_left {
	padding:25px;
	position: relative;
	overflow: hidden;
}
.serv_left h2 {
	font-weight: 700;
	font-size: 15px;
	text-transform:uppercase;
	display: block;
	margin-bottom: 5px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left p {
	display: block;
	color: #555;
	overflow: hidden;
	height: 120px;
	margin-bottom: 10px;
	font-size: 14px;
}
.serv_left a {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	text-transform:uppercase;
	padding: 5px 15px 5px 5px;
	border-radius: 35px;
	line-height: 1;
	background: #F4F9FC;
}
.serv_left a:before{
	content:"\f061";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#145646;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-right: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:#145646;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/