/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#333;
	font-family:'tajawal', 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:#4f865e;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#c88d52;
	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;
}
.wraps_is {
	padding:25px 0px 50px;
	overflow: hidden;
}
/*end body*/
/*start top*/
#top{
	background:#498264;
	width:100%;
	overflow:hidden;
	position:relative;
	float:right;
	display:block;
	height:48px;
}
.welcome{
	display: block;
	font-size:12px;
	color:rgba(255,255,255,0.8);
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px;
	float:right;
	line-height:48px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:13px;
	color:rgba(255,255,255,0.8);
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	line-height:48px;
}
.s_contact li span{
	direction:rtl;
	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;
	color:#dbc2a5;
	margin-left:8px;
	font-family:FontAwesome;
	font-weight:normal;
}
.s_contact li span:before{
	margin-right:0px;
	margin-left:8px;
}
.s_contact li.phone a:before{
	content:"\f095";
}
.s_contact li.mail a:before{
	content:"\f003";
}
.s_contact li.mapi span:before{
	content:"\f041";
}
.s_contact li a:hover{
	color:#dbc2a5;
}
.lang{
	float:left;
	margin-right:10px;
}
.lang li{
	display:block;
	line-height:48px;
	position:relative;
}
.lang li a {
	background: #c88d52;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 7px;
	font-weight: 600;
}
.lang li a:hover{
	background: #46aabb;
}
.lang li 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: 2px solid #FFF;
	bottom:7px;
	content: "";
	left: -2px;
	position: absolute;
	right: -2px;
	top: 7px;
	z-index: 2;
}
/*end top*/
/*start header*/
body.scrolled #header,body.bodyin.scrolled #header{
	background: #f5fbfb;
	position: fixed;
	top: 0;
	height:80px;
	z-index:10000;
	right: 0;
	box-shadow: 0px 0px 10px -1px rgba(00,00,00,0.1);
}
body.bodyin #header {
	background: #fff;
	top: 48px;
	z-index:10000;
	right: 0;
	box-shadow: 0px 0px 10px -1px rgba(00,00,00,0.1);
}
#header{
	height:130px;
	top:48px;
	clear:both;
	z-index:1000;
	position:absolute;
	width:100%;
	right:0;
}
.logo {
	float: right;
	margin-top:5px;
	position: relative;
}
.logo a {
	display: block;
}
.logo a img {
	height:110px;
	max-height:100%;
}
body.scrolled #header .logo a img{
	height:70px;
}
#nav{
	position:relative;
	float:left;
}
body.bodyin #header .nav{
	margin-top:55px;
}
body.bodyin.scrolled #header .nav{
	margin-top:25px;
}
.nav{
	float: left;
	margin-top:25px;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #000;
	padding: 5px 16px;
	position: relative;
	border-radius: 50px;
	font-size: 15px;
	margin-right:2px;
	font-weight: 600;
}
.nav li:hover a,.nav li.now a,.nav li.now a:hover{
	background:#c88d52;
	color:#fff;
}
.nav li a:hover,.nav li.current_page_item a{
	background:rgba(152,115,77,0.1);
	color:#4e886f;
}
.nav li:hover .sub{
	display:block;
}
.sub .sub{
	border:none;
	width:100%;
	height:auto;
	position:relative;
	top:0;
	box-shadow:none;
	right:0;
}
.sub {
	position: absolute;
	width: 230px;
	display: none;
	top: 35px;
	right: 5px;
	z-index: 999;
}
.sub ul{
	margin-top:4px;
	overflow:hidden;
	background: #4e886f;
	border-radius:10px;
	box-shadow: 0 1px 40px 0 rgba(0,0,0,.1);
}
.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 15px;
	border-radius:0;
	margin-right:0;
	background:none;
	line-height:normal;
	font-size:13px;
	font-weight:600;
	height:auto;
	border-right:none;
	border-left:none;
	color:#fff;
	text-align:right;
	border-bottom:1px solid rgba(255,255,255,0.03);
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:before{
	font-family: FontAwesome;
	content: "\f038";
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.nav li:hover .sub ul li a:hover{
	background:#c88d52;
	padding-right:17px;
}
/*end header*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:105%;
	display:block;
	background-color:#f5fbfb;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slideshow_bg{
	position:absolute;
	width:500px;
	height:500px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
	left:-20%;
	border-radius:50%;
	background:rgba(86,178,213,0.1);
	top:-20%;
}
#slideshow_tall{
	clear:both;
	background-color:#498264;
	width:100%;
	height:50px;
	float:right;
}
#slideshow .next,#slideshow .prev {
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	display: block;
	text-transform: uppercase;
	transform: rotate(-90deg);
	font-size: 15px;
	text-align: center;
	position: absolute;
	top:50%;
	margin-top:-20px;
	width: 30px;
	color: #fff;
	right: 30px;
	z-index: 1002;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
}
#slideshow .prev{
	margin-top:60px;
}
#slideshow .next:hover,#slideshow .prev:hover{
	opacity:0.5;
}
.slideshow{
	width:100%;
	height:100%;
	overflow:hidden;
}
.slider{
	width:100%;
	height:100%;
}
.slider_cont{
	display:table;
	padding-top:130px;
	width:100%;
	height:100%;
}
.slider_right{
	vertical-align:middle;
	display:table-cell;
	width:40%;
	position:relative;
}
.slider_right img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	object-fit:cover;
	object-position:top;
}
.slider_left{
	vertical-align:middle;
	width:52%;
	display:table-cell;
	padding-right:50px;
	padding-left:50px;
}
.slideshow_shape{
	background-image: url(../images/shape.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 50%;
	top: 100px;
	width: 124px;
	height: 124px;
	z-index: 999;
	margin-right: -87px;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.slideshow_shape2 {
	background-image: url(../images/shape2.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 39%;
	top: 110px;
	width: 55px;
	height: 55px;
	z-index: 999;
	-webkit-animation: moveleftbounce 5s linear infinite;
	animation: moveleftbounce 5s linear infinite;
}
.cycle-slide-active .slider_cont .slider_right{
    -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;
}
.cycle-slide-active .slider_cont .slider_left{
    -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 h1 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1;
	display: inline-block;
	text-transform:uppercase;
	color: #333;
	font-size: 50px;
	margin-bottom: 25px;
}
.slider_cont h1 b {
	background:rgba(152,115,77,0.1);
	color: #478369;
	padding: 0px 10px;
	border-radius: 4px;
	font-weight: 700;
}
.slider_cont h2 {
	position:relative;
	z-index:888;
	font-weight:700;
	line-height:1.5;
	display: inline-block;
	color: #333;
	font-size: 40px;
	margin-bottom: 35px;
}
.slider_cont p {
	z-index:888;
	position: relative;
	display: inline-block;
	color: #555;
	line-height:2;
	font-size: 14px;
	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 {
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	border-radius:2px;
	padding:7px 30px;
	background:#c88d52;
	position:relative;
	z-index:888;
}
.slider_cont a:hover{
	background:#4f8152;
}
.slider_cont a:before {
	content: "\f060";
	font-family: FontAwesome;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color:#fff;
	background: #c88d52;
	position: absolute;
	left: -15px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	top: 6px;
	-webkit-animation: moverightbounce 5s linear infinite;
	animation: moverightbounce 5s linear infinite;
}
#social {
	position: absolute;
	top:80px;
	left:10px;
	z-index: 1000;
}
.social li{
	display:block;
	position:relative;
}
.social li a {
	display: block;
	color: #555;
	text-transform:capitalize;
	border-radius:3px;
	padding:0px 7px;
	z-index:11;
	direction:ltr;
	text-align:left;
	height:35px;
	font-size:12px;
	position:relative;
	line-height:35px;
}
.social li a span{
	width:0px;
	opacity:0;
	display:inline-block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.social li a:hover span{
	width:auto;
	opacity:1;
}
.social li a:hover{
	color:#fff;
	background:#4f865e;
}
.social li a:before{
	font-family:FontAwesome;
	margin-right:5px;
}
.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";
}
@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 footer*/
#footer{
	float:right;
	border-top:5px solid #4f865e;
	background-color:#f5fbfb;
	width:100%;
	padding:60px 0px;
	clear: both;
	overflow: hidden;
	position: relative;
}
#footer .width{
	position:relative;
}
.footbg {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 250px;
	height: 250px;
	border-radius: 300px;
	background:rgba(152,115,77,0.1);
}
.data_c {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-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;
}
.data_c i{
	position: absolute;
	left: 33px;
	bottom: 33px;
	width: 8px;
	height: 8px;
	z-index: 1;
	border-radius: 50%;
	background-color:#c88d52;
}
.foot{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#555;
	font-size: 13px;
	line-height:2;
	position:relative;
	overflow:hidden;
}
.foot h2 {
	font-weight: 700;
	font-size: 15px;
	z-index: 1;
	position: relative;
	margin-bottom: 25px;
	text-transform:uppercase;
	color: #000;
	display: inline-block;
	padding: 8px 0px;
}
.foot h2 b {
	background:#4f865e;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 4px;
}
.foot h2:after{
	background:#c88d52;
	height:5px;
	width:70%;
	margin-top:8px;
	display:block;
	content:"";
	border-radius:50px;
}
.foot ul{
	clear:both;
	overflow:hidden;
}
.foot ul li{
	display:block;
}
.foot ul li a{
	display: block;
	border-bottom: 1px dashed rgba(33, 33, 33, 0.1);
	padding: 8px 0 8px;
	position:relative;
	color:#555;
	font-size:13px;
	font-weight:600;
}
.foot ul li:last-child a{
	border-bottom:none;
}
.foot ul li a:before{
	vertical-align:0;
	font-weight:normal;
	margin-left:5px;
	font-family:FontAwesome;
	content:"\f100";
}
.foot ul li a:hover{
	color:#fff;
	background:#c88d52;
	padding-right:10px;
}
.contactus li {
  color:#555;
  display: block;
	font-size:13px;
	font-weight:600;
  padding-bottom: 6px;
  padding-top: 6px;
}
.contactus li:before {
	vertical-align: 0;
	font-weight: normal;
	font-family: FontAwesome;
	border: 1px solid #4f865e;
	display: inline-block;
	width: 25px;
	float:right;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.contactus li.phone:before{
	content:"\f095";
}
.contactus li.phoneg:before{
	content:"\f095";
}
.contactus li.email:before{
	content:"\f003";
}
.contactus li.worktime:before{
	content:"\f017";
}
.contactus li span{
  color: #4f865e;
}
.contactus li a{
	color:#c88d52;
}
.contactus li a:hover{
	color:#4f865e;
	text-decoration:underline;
}
.contactus li.homepage, .contactus li.contus {
	width: 48%;
	float: right;
}
.contactus li.contus {
	float: left;
}
.contactus li.homepage a, .contactus li.contus a {
	border: 1px solid #4f865e;
	color:#555;
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 5px 0px;
}
.contactus li.contus a:hover,.contactus li.homepage a:hover{
	text-decoration:none;
	background:#4f865e;
	color:#fff;
}
.logo_foot img {
	height: 55px;
}
.foot ul.foot_post li{
	overflow:hidden;
}
.foot ul.foot_post li a:before{
	display:none;
}
.foot ul.foot_post li a {
	overflow: hidden;
	display: block;
}
.foot ul.foot_post img {
	width: 70px;
	height: 70px;
	display: block;
	float: right;
}
.foot ul.foot_post p {
	margin-right: 80px;
}
.foot ul.foot_post p i {
	display: block;
	color:#4f865e;
	font-size: 12px;
	font-style: normal;
}
.foot ul.foot_post li a:hover{
	padding-right:5px;
}
/*end footer*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#4f865e;
	color:rgba(255,255,255,0.8);
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a {
	background: rgba(255,255,255,0.2);
	color:#fff;
	padding: 2px 5px;
	border-radius: 2px;
	margin-right: 4px;
}
.design a:hover{
	background:#c88d52;
}
/*end bottom*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:2500;
	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:#c88d52;
}
.toTop span {
	display: block;
	font-weight: 500;
	font-size: 8px;
}
.toTop:before{
	font-family:FontAwesome;
	display:block;
	font-weight:normal;
	content:"\f062";
}
.toTop:hover{
	color:#fff;
	background:#4f865e;
}
/*end totop*/
/*start data*/
#data {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
	float: right;
	margin-bottom:50px;
	z-index: 100;
}
.data_list {
	width: 100%;
	position:relative;
	z-index:101;
	height: 100%;
}
.data_scroll .data_list li{
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-20%);	
}
.data_list li {
	display: block;
	position: relative;
	z-index: 100;
	float: right;
	text-align:center;
	width: 25%;
	margin-top:5px;
	padding: 0px 10px;
	margin-bottom:30px;
}
.data_list li:nth-child(2){
	transform:translateY(-25%);	
}
.data_list li:nth-child(3){
	transform:translateY(-30%);	
}
.data_list li:nth-child(4){
	transform:translateY(-45%);	
}
#data.scroll .data_list li{
	transform:translateY(0);
	opacity:1;
}
.data_all {
	position:relative;
	margin-bottom: 30px;
}
.data_all2 {
	overflow: hidden;
	padding: 40px 20px 70px;
	position: relative;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,.05);
	background-color: #fff;
	border-radius: 2px;
	margin-top: -33px;
}
.data_all2:before {
	content: "";
	background:rgba(152,115,77,0.1);
	width: 75%;
	height: 90px;
	position: absolute;
	bottom: -50px;
	right: -50px;
	-webkit-animation: movescale 3s linear infinite;
	animation: movescale 3s linear infinite;
	border-radius: 50%;
}
.data_all2:after {
	content: "";
	background:rgba(152,115,77,0.1);
	width: 75%;
	height: 90px;
	position: absolute;
	bottom: -50px;
	left: -60px;
	border-radius: 50%;
	-webkit-animation: movescale 5s linear infinite;
	animation: movescale 5s linear infinite;
}
.data_all .data_c i {
	left: 7px;
	bottom: 7px;
	background:#4f865e;
}
.data_all .data_c i:last-child{
	left:auto;
	right:7px;
	bottom:auto;
	top:7px;
	background:#fff;
}
.data_list li span {
	z-index: 101;
	width: 80px;
	height: 80px;
	margin-top:-46px;
	margin-left:auto;
	margin-right:auto;
	line-height: 70px;
	background: #c88d52;
	border:4px solid #fff;
	position: relative;
	font-size: 25px;
	display: block;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 13px;
	z-index: 101;
	color: #333;
	position: relative;
	height: 155px;
	margin-top:20px;
	font-weight: 600;
}
.data_list li p b {
	display: block;
	color: #042d3c;
	z-index: 101;
	position: relative;
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li a {
	display: inline-block;
	color: #fff;
	background: #4f865e;
	padding: 8px 15px;
	font-size: 12px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	border-radius: 2px;
	margin-top: 15px;
}
.data_list li a:hover {
	color:#fff;
	background:#c88d52;
}
/*end data*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:table;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
#aboutus .width{
	position:relative;
}
#aboutus .slideshow_bg {
	width: 250px;
	height: 250px;
	top: -21px;
	z-index: 1;
}
.aboutus_scroll .aboutus_right{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(200px,0,0) translateY(0%);
}
.aboutus_right{
	width:50%;
	vertical-align:top;
	display:table-cell;
	position:relative;
}
.aboutus_right.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_left{
	width:50%;
	vertical-align:top;
	display:table-cell;
	padding-right:50px;	
}
.aboutus_scroll .aboutus_left{
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	opacity: 0;
	transition-property: opacity,transform;
	transform:translate3d(-200px,0,0) translateY(0%);
}
.aboutus_left.scroll{
	transform:translateZ(0) translateY(0);
	opacity:1;
}
.aboutus_right ol li{
	width:50%;
	color:#fff;
	height:200px;
	float:right;
	position:relative;
	text-align:center;
}
.aboutus_right ol li span{
	width: 50px;
	height: 50px;
	top:120px;
	display:block;
	border-radius: 50px;
	background: #4f865e;
	margin-right: auto;
	margin-left: auto;
	line-height:50px;
	position: relative;
	cursor:pointer;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
.aboutus_right ol li span:after{
	border:1px solid #fff;
	width:42px;
	height:42px;
	border-radius: 50px;
	content:"";
	position:absolute;
	display:block;
	top:3px;
	right:3px;
}
.aboutus_right ol li span:before {
	font-family:FontAwesome;
	font-size: 20px;
	font-weight: normal;
}
.aboutus_right ol li.aboutus_loop_active span em{
	display:none;
}
.aboutus_right ol li span em {
	-webkit-animation-name: bullets;
	animation-name: bullets;
	-webkit-animation-duration: 1.5s;
  	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	border: 5px solid #FFF;
	border-radius: 50%;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 2;
}
.aboutus_right ol li:nth-child(2) span,.aboutus_right ol li:nth-child(2) .aboutus_loop{
	background:#c88d52;
}
.aboutus_right ol li:nth-child(3) span,.aboutus_right ol li:nth-child(3) .aboutus_loop{
	background:#45a9ba;
}
.aboutus_right ol li:nth-child(4) span,.aboutus_right ol li:nth-child(4) .aboutus_loop{
	background:#9f9fa0;
}
.aboutus_right ol li.aboutus_loop_active .aboutus_loop{
	transform:scale(1);
}
.aboutus_loop{
	width:190px;
	height:190px;
	transform:scale(0);
	background:#4f865e;
	border-radius:200px;
	margin-left:auto;
	overflow:hidden;
	position:relative;
	margin-right:auto;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.aboutus_loop:after{
	border:1px solid #fff;
	border-radius:150px;
	width:180px;
	height:180px;
	content:"";
	position:absolute;
	top:4px;
	right:4px;
}
.aboutus_loop:before{
	content:"";
	width:180px;
	height:180px;
	border:5px solid #fff;
	position:absolute;
	border-radius:150px;
	top:0;
	right:0;
}
.aboutus_txt{
	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:20px;
}
.aboutus_txt1{
	display:block;
	width:100%;
	text-transform:uppercase;
	font-weight:400;
	font-size:13px;
}
.aboutus_txt1 h2{
	font-weight:700;
	font-size:15px;
}
.aboutus_txt1 b {
	font-size: 40px;
}
.aboutus_right div img{
	width:100%;
	border-radius:10px;
	position:absolute;
	top:0;
	right:0;
	object-fit:cover;
	object-position:center;
	height:100%;
}
.aboutus_left h1 {
	color: #333;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	line-height:1;
}
.aboutus_left h1 b {
	background:rgba(152,115,77,0.1);
	color: #4f865e;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.aboutus_left h2 {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 25px;
	color: #4f865e;
	line-height: 1;
}
.aboutus_left_txt {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	clear: both;
	line-height: 2;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 5px;
	background: #4f865e;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
}
.aboutus_left a:hover {
	background: #c88d52;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	font-weight:normal;
	margin-left:10px;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	color: #333;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title h1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	margin-bottom: 15px;
}
.pages_title.withwhite h1 b{
	background:rgba(152,115,77,0.1);
	color:#4f865e;
}
.pages_title h1 b{
	background:#4f865e;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	padding: 5px 6px;
	display: inline-block;
	border-radius: 2px;
}
.pages_title h2 {
	font-weight: 700;
	font-size: 27px;
	color: #333;
	line-height: 1;
	margin-bottom: 20px;
}
.pages_title.withwhite h2{
	color:#fff;
}
.pages_title p {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: 500;
	font-size: 14px;
}
/*end pages_title*/
/*start services*/
#services {
	clear: both;
	margin-bottom: 40px;
	background-image: url(../images/bg/bg33.png);
	background-position: top;
	background-size: cover;
	padding: 140px 0px 190px;
	overflow:hidden;
}
.serv_loop {
	width: 25%;
	float: right;
	overflow: hidden;
	padding:20px 5px;
}
.services_scroll .serv_loop{
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-20%);	
}
.services_scroll .serv_loop:nth-child(2){
	transform:translateY(-30%);	
}
.services_scroll .serv_loop:nth-child(3){
	transform:translateY(-40%);	
}
.services_scroll .serv_loop:nth-child(4){
	transform:translateY(-50%);	
}
#services.scroll .serv_loop{
	transform:translateY(0);
	opacity:1;
}
.serv_all {
	width: 100%;
	position: relative;
	background:#fff;
	padding:10px;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	border-radius:5px;
	overflow: hidden;
}
.serv_img {
	width: 100%;
	height:200px;
	overflow:hidden;
}
.serv_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position:center;
	display:block;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
.serv_all:hover .serv_img img{
	transform:scale(1.2) rotate(-10deg);
}
.serv_img span {
	width: 70px;
	height: 70px;
	border-radius: 70px;
	line-height: 60px;
	background:#f5fbfb;
	color: #4f865e;
	font-size: 25px;
	position: absolute;
	text-align: center;
	border: 5px solid #fff;
	right: 50%;
	margin-right: -35px;
	top: 175px;
}
.serv_img span:before{
	font-family:FontAwesome;
	font-weight:normal;
}
.serv_img .data_c i {
	left: 5px;
	bottom: 5px;
	background: #4f865e;
}
.serv_img .data_c i:last-child{
	left:auto;
	bottom:auto;
	right: 5px;
	top: 5px;
	background:#c88d52;
}
.serv_txt {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 40px 0px 20px;
	text-align: center;
}
.serv_txt .slideshow_bg {
	width: 150px;
	height: 150px;
	top: 50%;
	margin-top: -75px;
	left: auto;
	right: -35%;
}
.serv_txt h2 {
	font-weight: 700;
	font-size: 15px;
	position:relative;
	display: block;
	margin-bottom: 10px;
	color: #4f865e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.serv_txt p {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #f8f8f8;
	margin-right: -10px;
	margin-left: -10px;
	color: #555;
	font-size: 13px;
	height: 110px;
	overflow: hidden;
}
.serv_more {
	text-align: center;
	padding-bottom:10px;
}
.serv_more a {
	display: inline-block;
	background: #4f865e;
	border-radius: 3px;
	text-align: center;
	padding:0px 10px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
	line-height: 40px;
	color: #fff;
}
.serv_more a:hover{
	background:#c88d52;
}
.serv_more a:before {
	content: "\f061";
	margin-left:10px;
	font-weight:normal;
	font-family: FontAwesome;
	font-size: 14px;
}
/*end services*/
/*start customers*/
#customers{
	clear:both;
	float:right;
	width:100%;
	margin-bottom:100px;
	overflow:hidden;
}
.customers {
	width: 600px;
	height: 600px;
	border-radius: 800px;
	border: 1px solid #a6d5b3;
	margin-right: auto;
	position:relative;
	margin-left: auto;
	margin-top:60px;
	padding: 50px;	
}
.customers_scroll .customers{
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(20%);	
}
#customers.scroll .customers{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
.customers_all {
	width: 100%;
	height: 100%;
	border: 1px solid #a6d5b3;
	border-radius: 50%;
	padding: 50px;
}
.customers_all_logo {
	background: rgba(175,134,43,0.1);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 50px;
}
.customers_all_logo1 {
	background: #fff;
	border-radius: 50%;
	padding: 50px;
	width: 100%;
	height: 100%;
}
.customers_all_logo1 img {
	border: 6px solid #4f865e;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
}
.customers_all_logo1 h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}
.customers_all ol {
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	right: 0;
}
.customers_all ol li{
	position:absolute;
}
.customers_all ol li:nth-child(1) {
	right: 50%;
	top: -40px;
	margin-right: -40px;
}
.customers_all ol li:nth-child(2) {
	right: 2%;
	top: 15%;
}
.customers_all ol li:nth-child(3) {
	top: 45%;
	right: -40px;
}
.customers_all ol li:nth-child(4) {
	top: 75%;
	right: 25px;
}
.customers_all ol li:nth-child(5) {
	top: 84%;
	right: 50%;
	margin-right: -40px;
}
.customers_all ol li:nth-child(6){
	top: 75%;
	left: 25px;
}
.customers_all ol li:nth-child(7){
	top: 45%;
	left: -40px;
}
.customers_all ol li:nth-child(8){
	left: 2%;
	top: 15%;
}
.customers_all_li {
	text-align: center;
	line-height: 1;
}
.customers_all ol li img{
	width:70px;
	height:70px;
	border:5px solid rgba(86,178,213,0.1);
	border-radius:70px;
	-webkit-animation: rotateme 5s linear infinite;
	animation: rotateme 5s linear infinite;
}
.customers_all ol li h1 {
	font-weight: 600;
	font-size: 13px;
	display: block;
	color:#333;
	text-align: center;
}
.customers_all ol li:hover img{
	animation:none;
}
/*end customers*/
/*start team*/
#team{
	float:right;
	width:100%;
	margin-bottom:40px;
	overflow:hidden;
	clear:both;
}
#team ol li {
	float: right;
	width: 25%;
	overflow: hidden;
	height: 305px;
	position:relative;
}
.team_scroll #team ol li{
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(30%);
}
#team.scroll ol li{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
#team ol li:first-child {
	width: 50%;
	opacity:1;
	transform:translateY(0) translateZ(0);
}
#team li .pages_title {
	margin-bottom: 0;
	padding:0px 20px;
	margin-top: 66px;
}
#team ol li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}
#team ol li .team_all p {
	position: absolute;
	bottom: -100px;
	left: 0;
	background: #f5fbfb;
	width: 100%;
	opacity:0;
	padding: 15px;
	-moz-transition: all 500ms;
	-webkit-transition:all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
}
#team ol li:hover .team_all p{
	opacity:1;
	bottom:0;
}
#team ol li .team_all p b {
	display: block;
	color: #333;
	font-weight: 700;
	font-size: 18px;
}
#team ol li .team_all p i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	color: #4f865e;
}
#team ol li .social {
	position: absolute;
	right: 10px;
	top: 10px;
}
#team ol li .social li {
	width: auto;
	display: block;
	height: auto;
	float: none;
	margin-bottom: 10px;
}
#team ol li .social li a {
	background: #c88d52;
	text-align: center;
	padding: 0px;
	width: 0;
	height: 0;
	display:block;
	opacity:0;
	margin: 0;
	color: #fff;
	line-height: 35px;
	border-radius: 0px;
}
#team ol li:hover .social li a{
	opacity:1;
	width: 35px;
	height: 35px;
}
#team ol li .social li a:before{
	margin:0;
}
#team ol li .social li a:hover{
	background:#4f865e;
	color:#fff;
}
/*end team*/
/*start news*/
#news {
	float: right;
	width: 100%;
	clear: both;
	background:#f5fbfb;
	overflow:hidden;
	display: block;
	padding:50px 0px;
}
.news_scroll .news_loop{
	opacity: 0;
	transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
	transition-duration:1s;
	transition-property: opacity,transform;
	transform:translateY(-30%);
}
.news_loop{
	width:33.33%;
	float:right;
	padding:15px;
	overflow:hidden;
}
#news.scroll .news_loop{
	opacity:1;
	transform:translateY(0) translateZ(0);
}
.news_all {
	width: 100%;
	display: block;
	box-shadow:0px 0px 5px 4px rgba(0,0,0,.05);
	background:#fff;
	position:relative;
}
.news_img {
	clear: both;
	display: block;
	width: 100%;
	height: 250px;
	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%;
	object-fit:cover;
	object-position:center;
	height:100%;
	-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 span {
	position: absolute;
	left: 20px;
	top: 0;
	background: #c88d52;
	color: #fff;
	padding: 10px 5px;
	text-align: center;
	font-size: 11px;
}
.news_img span p {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news_img span i {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
}
.news_txt {
	padding: 20px;
	clear: both;
	display: block;
}
.news_date {
	clear: both;
	font-size: 12px;
	color: #777;
}
.news_txt h2 {
	font-weight: 800;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #4f865e;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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 20px 10px;
}
.news_more a {
	display: block;
	background: #4f865e;
	padding: 7px 10px;
	font-weight:600;
	color: #fff;
	float: right;
	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: #c88d52;
	color:#fff;
}
.news_more a:hover:after {
	margin-right: 15px;
}
.news_ul{
	position:relative;
}
.news_tags {
	padding: 10px;
	border-top: 1px solid #eee;
}
.news_tags a {
	border: 1px solid #ddd;
	color: #333;
	padding:3px 7px;
	display:inline-block;
	font-size: 13px;
	margin: 2px;
}
.news_tags a:before{
	content:"#";
	vertical-align:middle;
	margin-left:2px;
}
.news_tags a:hover{
	border:1px solid #c88d52;
	color:#c88d52;
}
/*end news*/
/*start closed_site*/
.closed_site{
	overflow:hidden;
	clear:both;
	display:block;
	padding:50px 10px 10px;
	font-family:droid;
	text-align:center;
	font-size:25px;
	color:#333;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#498264;
	font-size:50px;
	text-align:center;
	content:"\f071";
}
/*end closed_site*/
/*start success and errors*/
.errors{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#fcf5f3;
	border:1px solid #ebdad5;
}
.errors li{
	display:block;
	margin-bottom:5px;
	color:#33160e;
}
.success{
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
	padding:10px;
	background:#f1f5ea;
	color:#1e2d09;
	border:1px solid #d5e1c3;
}
/*end success and errors*/
/*start pagination*/
.pagination {
	clear: both;
	overflow:hidden;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
.pagination span, .pagination a {
	border: 1px solid #ddd;
	width: 40px;
	display: inline-block;
	height: 40px;
	font-weight:600;
	line-height: 38px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #c88d52;
	color:#c88d52;
}
.pagination span.current{
	border:1px solid #498264;
	background:#498264;
	color:#fff;
}
.pagination #slideshow #slideshow .next:before,.pagination #slideshow .prev:before{
	display:none;
}
.pagination #slideshow #slideshow .next, .pagination #slideshow .prev {
	position: static;
	background: none;
}
.empty{
	display:block;
	font-family:droid;
	text-align:center;
	padding:80px;
	font-size:19px;
	color:#999;
}
/*end pagination*/
/*start single post*/
.post_meta {
	clear: both;
	display: block;
	overflow: hidden;
	background:#f5fbfb;
	padding: 10px 15px;
	margin-bottom:20px;
}
.postmeta_cats {
	float: right;
	overflow: hidden;
}
.postmeta_dets {
	float: left;
	overflow: hidden;
}
.postmeta_cats span {
	display: inline-block;
	color: #333;
	font-size: 12px;
	font-weight:600;
}
.postmeta_cats span:before {
	content:"\f02d";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:5px;
	vertical-align:0;
}
.postmeta_cats ul {
	display: inline-block;
}
.postmeta_cats ul li {
	display: inline-block;
}
.postmeta_cats ul li a {
	display: block;
	color: #fff;
	background: #c88d52;
	border-radius:2px;
	font-weight:700;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.postmeta_cats ul li a:hover {
	background: #498264;
	color:#fff;
}
.postmeta_dets span {
	display: inline-block;
	color: #333;
	font-size: 12px;
	margin-left:10px;
	font-family:'tajawal',Barlow, sans-serif;
}
.postmeta_dets span:before {
	font-family:FontAwesome;
	margin-left:5px;
	vertical-align:0;
	display:inline-block;
}
.postmeta_dets span.meta_view:before{
	content:"\f06e";
}
.postmeta_dets span.meta_date:before{
	content:"\f073";
}
.postmeta_dets span p {
	display: inline;
	color: #498264;
}
.post_tags {
	clear: both;
	background: #f5fbfb;
	padding:10px 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #333;
}
.post_tags span:before {
	content:"\f02c";
	font-family:FontAwesome;
	margin-left:5px;
	display:inline-block;
}
.post_tags ul {
	display: inline-block;
}
.post_tags ul li {
	display: inline-block;
}
.post_tags ul li a {
	display: block;
	color: #fff;
	background: #c88d52;
	border-radius:2px;
	font-weight:600;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-moz-border-radius:2px;
	padding: 2px 5px;
	font-size: 11px;
}
.post_tags ul li a:hover {
	background: #498264;
	color:#fff;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #f5fbfb;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #f5fbfb;
	display: block;
	padding: 15px;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
/*end single post*/
/*start postin*/
#postin{
	clear:both;
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}
.postin_img {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	width:100%;
	display:block;
}
.postin_img img{
	max-width:100%;
	max-height:350px;
	height:auto;
	width:auto;
}
.postin_txt{
	font-size:16px;
	display:block;
	line-height:2;
	color:#444;
}
.postin_txt img,.postin_txt iframe,.postin_txt fieldset{
	max-width:100%;
	width:auto;
	height:auto;
}
/*end postin*/
/*start table*/
.postin_txt table{
	width:100%;
}
.postin_txt table tr th {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 10px;
}
.postin_txt table tr td {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
}
/*end table*/
/*start post codes*/
.postin_txt p {
	padding: 10px 0;
}
.postin_txt strong {
	font-weight: 400;
	font-size: 20px;
	font-family:droid;
}
.postin_txt ul, .postin_txt ol {
	list-style: disc;
	padding:15px;
}
.postin_txt ul li, .postin_txt ol li {
	padding:5px 0;
	list-style: square;
}
.postin_txt blockquote {
	background: #f8f8f8;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	font-family: droid;
	font-weight: 400;
	color: #555;
	line-height: 2;
}
.postin_txt h2 {
	font-family: droid;
	font-size: 25px;
	font-weight: 400;
}
.postin_txt h1 {
	font-family: droid;
	font-size: 30px;
	font-weight: 400;
}
.postin_txt h3 {
	font-family: droid;
	font-size: 20px;
	font-weight: 400;
}
.postin_txt h4 {
	font-family: droid;
	font-size: 18px;
	font-weight: 400;
}
.postin_txt h5 {
	font-family: droid;
	font-size: 17px;
	font-weight: 400;
}
.postin_txt h6 {
	font-family: droid;
	font-size: 14px;
	font-weight: 400;
}
#postin .serv_txt {
    text-align: inherit;
    border: 1px solid #f0f6ff;
}
/*end post codes*/
/*start mapcontact*/
#map_contact {
	clear: both;
	display: table;
	width: 100%;
	overflow: hidden;
}
.map_contact_right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	height: 100%;
	position:relative;
	border-left:1px solid #ddd;
}
.map_contact_left {
	display: table-cell;
	width: 50%;
	padding:25px 15px;
	vertical-align: top;
	height: 100%;
}
#maphome {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.map {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mapouter,.gmap_canvas,.map iframe{
	width:100% !important;
	height:100% !important;
}
/*end mapcontact*/
/*start contact_form*/
#contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form{
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
}
.contact_form_right {
	display: block;
	width: 100%;
	padding:30px 0px 30px 0;
}
.contact_form_details_list{
	clear:both;
	overflow:hidden;
}
.contact_form_details_list li {
	display:block;
	padding: 10px;
	font-weight:500;
	margin-bottom:5px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
}
.contact_form_details_list li span {
	display: inline-block;
	color: #000;
	font-weight:700;
	font-size: 14px;
}
.contact_form_details_list li span:before{
	font-family:FontAwesome;
	color:#498264;
	vertical-align:middle;
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
}
.contact_form_details_list li.cphone span:before{
	content:"\f10b";
}
.contact_form_details_list li.cmail span:before{
	content:"\f0e0";
}
.contact_form_details_list li.cdate span:before{
	content:"\f017";
}
.contact_form_details_list li.caddress span:before{
	content:"\f041";
}
.contact_form_details_list li.ctime span:before{
	content:"\f017";
}
.contact_form_details_list li p{
	padding-right:30px;
	display:block;
	color:#555;
}
.contact_form_left{
	width:100%;
	clear:both;
}
.contact_form_text{
	clear:both;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#666;
	font-size:12px;
	line-height:2.3;
}
.contact_form_frame{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
}
.contact_form_frame label{
	width:49.8%;
	float:right;
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label:nth-child(2n+2){
	float:left;
}
.contact_form_frame label.msg_contact_form{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
.contact_form_frame label textarea{
	min-height:200px;
}
.contact_form_frame label input,.contact_form_frame label textarea{
	display:block;
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	font-family:'tajawal',Barlow, sans-serif;
	font-size:15px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #c88d52;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#c88d52;
	font-family:'tajawal',Barlow, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:600;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#498264;
	color:#fff;
}
/*end contact_form*/
/*start precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	float:right;
	width: 100%;
	padding:10px 15px 10px;
	margin-top:130px;
	background-color: #ecede9;
}
.precemp li {
	display: inline-block;
	color:#999;
	font-size: 13px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#999;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#999;
}
.precemp li a {
	display: inline-block;
	color:#498264;
}
.precemp li a:hover{
	color:#c88d52;
}
/*end precemp*/
/*start attatchment*/
.upload_file_box {
	clear: both;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}
.upload_file_box label {
	padding: 10px;
	background: #f5f5f5;
	width:100%;
	display: block;
	margin: 0;
}
.upload_file_select {
	clear: both;
	display: block;
	overflow: hidden;
	cursor:pointer;
	padding: 15px;
}
.upload_file_select_img {
	width: 60px;
	height: 60px;
	display: block;
	float: right;
	background: #e8e8e8;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:20px;
	text-align:center;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	line-height: 60px;
}
.upload_file_select_img:before{
	font-family:FontAwesome;
	content:"\f0ee";
	color:#999;
}
.upload_file_select_txt {
	display: block;
	font-size: 14px;
	color: #555;
	padding-top: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.upload_files_list {
	clear: both;
	display: block;
	overflow: hidden;
}
.upload_files_list li {
	display: block;
	border-top: 1px solid #e0e0e0;
	padding: 15px;
	overflow: hidden;
}
.ufl_top {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
}
.ufl_top p {
	display: block;
	float: right;
	color: #555;
}
.ufl_top p i:before {
	display: inline-block;
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	color: #2e8b57;
	margin-left: 2px;
	vertical-align: 0;
}
.oherror .ufl_top p i:before {
	content: "\f05c";
	color: #d65c40;
}
.ufl_top b {
	font-weight: normal;
	color: #ea6e52;
	float: left;
	cursor: pointer;
}
.ufl_top b:before {
	display: inline-block;
	content: "\f00d";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 2px;
	vertical-align: 0;	
}
.progress_file {
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	background: #eee;
	overflow:hidden;
	position:relative;
}
.oherror .progress_file div{
	background-color:#d65c40;
}
.progress_file div{
	position:absolute;
	top:0px;
	right:0;
	height:100%;
	width:0%;
	background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-color:#2e8b57;
}
.attach {
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 35px;
}
.attach span {
	border: 1px solid #e8e8e8;
	padding: 7px;
	display: block;
	margin-bottom: 5px;
	color: #555;
}
.attach span a{
	display:inline-block;
	color:#d65c40;
}
.attach span a:hover{
	text-decoration:underline;
}
.attach span a:before{
	content:"\f019";
	display:inline-block;
	color:#aaa;
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:5px;
}
/*end attatchment*/