/*start body*/
body,html{
	height:100%;
}
body{
	background-color:#fff;
	margin:0;
	padding:0;
	direction:rtl;
	color:#21333e;
	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:#165885;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}
a:hover{
	color:#bd9c7a;
	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;
}
.width.wraps_is {
	padding: 40px 0px;
	overflow: hidden;
}
/*end body*/
/*start footer*/
#footer{
	background-color:#333;
	float:right;	
	width:100%;
	clear:both;
	padding:60px 0px 30px;
	position:relative;
}
#footer .social{
	clear:both;
	overflow:hidden;
	float:none;
	text-align:center;
}
#footer .social li{
	display:inline-block;
	float:none;
}
#footer .social li a{
	border:3px solid rgba(255,255,255,.33);
	width:45px;
	height:45px;
	margin-right:2px;
	margin-left:2px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	color:#aaa;
	text-align:center;
	border-radius:100px;
	z-index:100;
	line-height:40px;
	display:block;
	position:relative;
}
#footer .social li a:hover{
	color:#fff;
	border-color:transparent;
}
#footer .social li a span{
	transform:scale(0,0);
	position:absolute;
	width:45px;
	height:45px;
	top:-3px;
	right:-3px;
	z-index:-1;
	border:3px solid #165885;
	background:#165885;
	border-radius:100px;
	-moz-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
#footer .social li a:hover span{
	transform:scale(1,1);
}
#footer .social li a:after{
	display:none;
}
.foot{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.foot_loop{
	width:25%;
	float:right;
	padding:0px 20px;
	color:#bbb;
	overflow:hidden;
}
.foot_loop h2{
	font-weight:700;
	font-size:16px;
	margin-bottom:25px;
	color:#fff;
	display:block;
}
.foot_loop h2:after{
	width:25%;
	content:"";
	height:5px;
	background:#bd9c7a;
	border-radius:10px;
	display:block;
	margin-top:10px;
}
.foot_about {
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height:2;
}
.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(255, 255, 255, 0.1);
	padding: 8px 0 8px;
	color:#bbb;
	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:#bd9c7a;
	padding-right:10px;
}
.foot_contact{
	overflow:hidden;
	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: #aaa;
	display: block;
	font-size: 13px;
	font-weight:700;
	margin-bottom: 6px;
}
.foot_contact p{
	background:rgba(33,33,33,0.4);
	color: #aaa;
	text-transform:uppercase;
	border-radius:3px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 10px;
}
.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";
}
.foot_loop ul.foot_branch li {
	display: block;
	float: right;
	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 rgba(255,255,255,0.1);
	padding: 5px;
	font-weight: 400;
	font-size: 13px;
	height: 62px;
	overflow: hidden;
	line-height: 49px;
}
.foot_loop ul.foot_branch li:nth-child(5) a{
	color:#fff;
	background:#165885;
}
/*end footer*/
/*start totop*/
.toTop{
	position:fixed;
	text-align:center;
	color:#fff;
	z-index:500;
	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:#1d5d89;
}
.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:#000;
	background:#bd9c7a;
}
/*end totop*/
/*start bottom*/
#bottom{
	clear:both;
	display:block;
	overflow:hidden;
	width:100%;
	float:right;
	height:45px;
	background-color:#333;
	border-top:1px solid rgba(255,255,255,0.05);
	color:#aaa;
	font-size:12px;
	font-weight:500;
}
.copyrights{
	float:right;
	line-height:45px;
}
.design{
	float:left;
	line-height:45px;
}
.design a{
	color:#bd9c7a;
}
.design a:hover{
	color:#fff;
}
/*end bottom*/
/*start slideshow*/
#slideshow{
	clear:both;
	height:120%;
	display:block;
	z-index:100;
	background:#165885;
	overflow:hidden;
	width:100%;
	position:relative;
	top:0;
	right:0;
}
.slidebg{
	background-color:rgba(0,0,0,0.3);
	background-image:url(../images/bg/bg3.png);
	background-repeat:repeat;
	position:absolute;
	z-index:777;
	width:100%;
	top:0px;
	right:0;
	height:100%;
}
#particles-js{
	position:absolute;
	top:0;
	right:0;
	z-index:102;
	width:100%;
	height:100%;
}
#progress_a{
	width:70%;
	left:0px;
	position:absolute;
	z-index:101;
	top:115px;
}
#progress{
	height:5px;
	float:left;
	background:rgba(255,255,255,0.3);
}
.next,.prev{
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	display:block;
	font-size:35px;
	text-align:center;
	position:absolute;
	top:50%;
	width:30px;
	color:#fff;
	left:0px;
	right:auto;
	z-index:1001;
	cursor:pointer;
}
.next{
	right:0px;
	left:auto;
}
.next:before{
	font-family:FontAwesome;
	content:"\f105";
}
.prev:before{
	font-family:FontAwesome;
	content:"\f104";
}
.next:hover,.prev:hover{
	opacity:0.5;
}
.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%;
	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;
	width:100%;
	height:100%;
	padding:15px;
}
.slider_cont_all{
	width:100%;
	max-width:800px;
	text-align:center;
	margin:0px auto;
	position:relative;
	z-index:800;
	display:block;
	padding:0px 50px 0px;
}
.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;
	display: inline-block;
	color: #fff;
	text-shadow:1px 1px 1px #000;
	font-size: 45px;
	margin-bottom: 35px;
}
.slider_cont h2 span{
	color:#bd9c7a;
}
.slider_cont h2:before{
	content:"";
	width:10%;
	height:4px;
	border-radius:10px;
	background:#bd9c7a;
	display:block;
}
.cycle-slide-active .slider_cont p{
    -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: 16px;
	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 {
	background:#165885;
	clear:both;
	color:#fff;
	font-size:15px;
	display:inline-block;
	font-weight:600;
	padding:10px 30px;
	position:relative;
	z-index:888;
}
.slider_cont a:last-child{
	background:#fff;
	color:#21333e;
	margin-right:8px;
}
.slider_cont a:hover{
	background:#333;
}
.slider_cont a:last-child:hover{
	background:#165885;
	color:#fff;
}
.cycle-pager {
	position: absolute;
	z-index: 103;
	font-size:0px;
	left: 40px;
	top: 50%;
	text-align:center;
}
.cycle-pager .cycle-pager-active {
	background:#bd9c7a;
}
.cycle-pager span {
	margin-bottom:2px;
	width:9px;
	height:25px;
	border-radius:15px;
	border:1px solid rgba(255,255,255,0.8);
	cursor:pointer;
	display:block;
}
@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 header*/
#header{
	height:70px;
	clear:both;
	float:right;
	z-index:999;
	position:fixed;
	top:45px;
	right:0;
	width:100%;
	background:#165885;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
}
#header .width{
	height:100%;
}
#header:before{
	content:"";
	height:100%;
	background:#fff;
	position:absolute;
	top:0;
	right:0;
	width:50%;
}
.logo {
	width:185px;
	float: right;
	position: relative;
	background: #fff;
	height: 100%;
}
.logo a {
	display: block;
}
.logo a img {
	display: block;
	padding: 0px 0px;
	height: 70px;
}
#nav{
	background:#165885;
	margin-right:205px;
	position:relative;
	height:100%;
}
.logo_slice {
	border-left: 35px solid #165885;
	border-top: 70px solid transparent;
	position: absolute;
	right: -35px;
	top: 0;
}
.nav{
	float:left;
}
.nav li{
	display:block;
	float:right;
	position:relative;
}
.nav li a {
	display: block;
	color: #fff;
	line-height:54px;
	padding: 10px 15px;
	position: relative;
	font-size: 13px;
	font-weight: 700;
	z-index: 105;
	text-align: center;
}
.nav li a:after{
	height:6px;
	content:"";
	width:0;
	background:#bd9c7a;
	margin:0px auto;
	clear:both;
	display:block;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.nav li a:hover,.nav li:hover a{
	color:#bd9c7a;
}
.nav li a:hover:after,.nav li:hover a:after{
	width:100%;
}
.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: 70px;
	right:0px;
	z-index:999;
	background: #fff;
	box-shadow:0 1px 40px 0 rgba(0,0,0,.1);
	border-right:1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.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;
	font-weight:600;
	color:#555;
	text-align:right;
	border-bottom:1px solid #eee;
}
.nav li:hover .sub ul li a:after{
	display:none;
}
.nav li:hover .sub ul li a:hover{
	background:#f8f8f8;
	padding-right:13px;
}
.search_icon{
	float:left;
	width:70px;
	height:70px;
	line-height:70px;
	font-size:22px;
	border-right:1px solid rgba(255,255,255,0.1);
	text-align:center;
	color:#fff;
	cursor:pointer;
}
.search_icon:before{
	content:"\f002";
	font-family:FontAwesome;
}
.searchbox {
	position: fixed;
	background: rgba(0,0,0,0.95);
	width: 100%;
	height: 100%;
	top: 0;
	z-index:1000;
	right: 0;
	display:none;
	text-align: center;
	padding: 20px;
}
.close_search {
	color: #fff;
	position:absolute;
	top:20px;
	z-index:100;
	left:20px;
	font-family: cocon;
	font-size: 30px;
	cursor: pointer;
	text-transform: uppercase;
}
.search_box{
	display: flex;
	align-items: center;
	width: 100%;
	position:relative;
	height: 100%;
}
.search_box label {
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
	display: block;
}
.search_box input {
	background: #fff;
	border: none;
	height:60px;
	line-height:60px;
	padding: 17px 17px 17px 65px;
	font-family:'tajawal', sans-serif;
	font-size: 14px;
	width: 100%;
	color: #555;
}
.search_box button {
	width: 60px;
	height: 60px;
	border: none;
	background: #165885;
	cursor:pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.search_box button:before{
	font-family:FontAwesome;
	content:"\f002";
}
.search_box button:hover{
	opacity:0.8;
}
.search_box h2 {
	display: block;
	color: #fff;
	font-family: droid;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 20px;
}
.search_box_txt {
	width: 100%;
	overflow: hidden;
}
.search_tags{
	margin-top:25px;
	overflow:hidden;
}
.search_tags li{
	display:inline-block;
	padding:4px;
}
.search_tags li a {
	color: #aaa;
	border: 1px solid #aaa;
	display: block;
	padding: 5px 10px;
}
.search_tags li a:before {
	content:"#";
	vertical-align:0px;
	margin-left:5px;
}
.search_tags li a:hover{
	color:#fff;
	border:1px solid #165885;
	background:#165885;
}
/*end header*/
/*start top*/
#top{
	border-top:2px dashed #bd9c7a;
	border-bottom:1px solid rgba(255,255,255,0.1);
	background-color:#165885;
	width:100%;
	top:0;
	z-index:1000;
	right:0;
	overflow:hidden;
	position:fixed;
	display:block;
	height:45px;
}
.welcome{
	float:right;
	font-size:12px;
	font-weight:600;
	color:#fff;
	line-height:41px;
	padding:0 0 0 15px;
}
.welcome span{
	color:#dbc3aa;
	line-height:1;
	margin-right:5px;
	padding:5px 6px;
	border-radius:2px;
}
.s_contact{
	float:left;
}
.s_contact li{
	display:block;
	float:right;
}
.s_contact li:first-child a{
	border-right:none;
}
.s_contact li a,.s_contact li span {
	display: block;
	font-size:12px;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 10px;
	border-right:1px solid rgba(255,255,255,0.08);
	line-height:41px;
}
.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:0;
	font-weight:normal;
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	border-radius:2px;
	line-height:20px;
	background:#bd9c7a;
	margin-left:8px;
	color:#fff;
	font-family:FontAwesome;
}
.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 a:hover{
	background:#bd9c7a;
	color:#fff;
}
.s_contact li a:hover:before{
	color:#fff;
}
.social{
	float:right;
}
.social li{
	display:block;
	position:relative;
	float:right;
}
.social li:last-child a{
	border-left:1px solid rgba(255,255,255,0.08);
}
.social li a {
	display: block;
	color: #fff;
	border-right:1px solid rgba(255,255,255,0.08);
	z-index:11;
	padding: 0px 15px;
	font-size:12px;
	position:relative;
	line-height:41px;
}
.social li a:hover{
	color:#fff;
	background:#bd9c7a;
}
.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";
}
/*end top*/
/*start data*/
#data{
	clear:both;
	display:block;
	background-color:#165885;
	background-image:url(../images/bg/bg16.png);
	background-repeat:repeat;
	width:100%;
	position:relative;
	margin-bottom:50px;
	float:left;
	z-index:100;
}
.data_list {
	width: 100%;
	overflow:hidden;
	position:relative;
	z-index:101;
	text-align:center;
	height: 100%;
}
.data_list li {
	display: block;
	position:relative;
	z-index:100;
	float: right;
	width:25%;
	height: 100%;
	border-left:1px solid rgba(33,33,33,0.1);
	padding: 80px 20px 80px;
	overflow: hidden;
}
.data_list li span{
	z-index:101;
	width:70px;
	height:70px;
	line-height:68px;
	border-radius:70px;
	border:2px solid rgba(255,255,255,0.2);
	position:relative;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.data_list li span:before{
	font-family:FontAwesome;
}
.data_list li p {
	overflow: hidden;
	font-size: 12px;
	z-index:101;
	color:#fff;
	position:relative;
	height:135px;
}
.data_list li p b {
	display: block;
	color: #fff;
	z-index:101;
	position:relative;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.data_list li p b:after{
	height:5px;
	border-radius:5px;
	content:"";
	width:50px;
	display:block;
	background:#bd9c7a;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.data_list li a {
	display: inline-block;
	margin-top: 20px;
	color: #fff;
	background: #bd9c7a;
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
}
.data_list li a:hover {
	background:#fff;
	color:#165885;
}
.data_list li span:after {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background: #bd9c7a;
	position: absolute;
	left: 16px;
	top: -2px;
}
/*end goals*/
/*start aboutus*/
#aboutus{
	clear:both;
	display:block;
	float:right;
	width:100%;
	margin-bottom:50px;
}
.aboutus_right{
	width:50%;
	float:left;
	padding-right:50px;
}
.aboutus_left{
	width:50%;
	float:right;
}
.aboutus_right div{
	float:right;
	padding:2px;
	position:relative;
	width:50%;
}
.aboutus_right div img{
	width:100%;
	display:block;
}
.aboutus_left h2 {
	display: block;
	margin-bottom:10px;
	font-weight: 700;
	font-size: 25px;
	color: #000;
	line-height: 1;
}
.aboutus_left h2 b{
	font-weight: 700;
}
.aboutus_left h2:after{
	content:"";
	width:15%;
	clear:both;
	margin-top:20px;
	height:5px;
	border-radius:5px;
	background:#bd9c7a;
	display:block;
}
.aboutus_left span{
	color:#333;
	font-weight:600;
	margin-bottom:20px;
	font-size:14px;
	display:block;
}
.aboutus_left p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#333;
}
.aboutus_left a {
	display: block;
	float: right;
	margin-top: 25px;
	background: #bd9c7a;
	color: #fff;
	padding: 12px;
	font-weight: 400;
}
.aboutus_left a:hover {
	background: #165885;
	color: #fff;
}
.aboutus_left a:before {
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:10px;
}
/*end aboutus*/
/*start pages_title*/
.pages_title {
	clear: both;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height:1.2;
	color: #000;
	margin-bottom: 30px;
}
.pages_title.withwhite{
	color:#fff;
}
.pages_title.withwhite span{
	color:#fff;
}
.pages_title.withwhite p{
	display:none;
}
.pages_title span{
	line-height:2;
	font-size:15px;
	color:#555;
	display:block;
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
	font-weight:400;
	margin-bottom:15px;
}
.pages_title h2 {
	font-weight:700;
	font-size: 25px;
	margin-bottom:5px;
}
.pages_title p{
	display:block;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:125px;
	height:13px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	background-color:#21608b;
}
/*end pages_title*/
/*start consalt*/
#count {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom:50px;
	padding: 70px 0px;
	background-image:url(../images/bg/bg16.png);
	background-color:#165885;
	background-repeat:repeat;
	background-position: center;
	position: relative;
}
#count ul{
	clear:both;
	overflow:hidden;
}
#count ul li{
	width:25%;
	float:right;
	display:block;
	overflow:hidden;
	padding:20px;
}
.count_all {
	width: 100%;
	overflow: hidden;
	border-radius: 2px;
	padding: 20px;
	text-align: center;
	border: 1px solid #bd9c7a;
}
.count_all h2 {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	height: 54px;
	overflow: hidden;
}
.count_all p{
	clear:both;
	display:block;
	overflow:hidden;
	font-weight:700;
	font-size:25px;
	color:#fff;
}
.count_all span {
	font-family: FontAwesome;
	color: #fff;
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
}
/*end consalt*/
/*start services*/
#services {
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.services{
	clear:both;
	display:block;
}
.services li {
	display: block;
	float: right;
	width: 50%;
	padding: 15px;
	overflow: hidden;
}
.serv_all {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	position:relative;
}
.serv_right {
	float: right;
	position:relative;
	width: 40%;
}
.serv_right img {
	width: 100%;
	display: block;
	height: 285px;
	object-fit: cover;
	object-position: center;
}
.serv_right span {
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	border-radius: 120px;
	top: 20px;
	text-align: center;
	font-family: FontAwesome;
	line-height: 120px;
	font-size: 40px;
	left: -60px;
	color: #777;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.serv_right span:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	top: 8px;
	right: 8px;
	border: 2px dashed #bd9c7a;
	-moz-transition: all 3s;
	-webkit-transition:all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;	
}
.serv_all:hover .serv_right span:after{
	transform:rotate(160deg);
}
.serv_left {
	margin-right: 40%;
	padding: 25px;
	position: relative;
	overflow: hidden;
}
.serv_left h2 {
	font-weight: 900;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	padding-right: 30px;
	color: #555;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.serv_left h2 b {
	background: #bd9c7a;
	display: block;
	height: 4px;
	width: 70px;
	margin-top: 7px;
	margin-right: 10px;
	border-radius: 50px;
	position: relative;
}
.serv_left h2 b:after {
	content: "";
	width: 2px;
	height: 4px;
	position: absolute;
	left: 11px;
	background: #fff;
}
.serv_left h2 b:before {
	content: "";
	width: 2px;
	height: 4px;
	position: absolute;
	left: 5px;
	background: #fff;
}
.serv_left p {
	display: block;
	color: #555;
	padding-right: 40px;
	overflow: hidden;
	height: 140px;
	margin-bottom: 10px;
}
.serv_left a {
	display: inline-block;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.serv_left a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#165885;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left: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:#165885;
}
.serv_left a:hover:before{
	transform:rotate(0deg);
}
/*end services*/
/*start partners*/
#partners {
	clear: both;
	float: right;
	width: 100%;
	padding: 70px 0px;
	background-image:url(../images/bg/bg16.png);
	background-color:#165885;
	background-repeat:repeat;
	background-position: center;
	margin-bottom:50px;
	position: relative;
}
.partners_slide{
	margin-top:40px;
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	direction:ltr;
}
.partners_slide.slick-initialized {
	visibility:visible;
}
.partners_slide li{
	float:right;
	padding:10px;
	overflow:hidden;
}
.partners_all{
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	cursor:pointer;
	padding:5px;
	height:150px;
	width:150px;
	margin:0px auto;
	border:1px solid #bd9c7a;
}
.partners_all img{
	display:block;
	width:100%;
	height:100%;
}
.slick-dots {
	clear: both;
	display: block;
	padding-top:50px;
	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 rgba(255,255,255,0.5);
	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:#bd9c7a;
}
/*end partners*/
/*start services*/
#realstate {
	margin-bottom: 50px;
	display: block;
	clear: both;
	float:right;
	width:100%;
}
.realstate_loop{
	width:25%;
	float:right;
	padding:15px;
	overflow:hidden;
}
.realstate_all {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0,0,0,.12);	
	width: 100%;
	background:#fff;
	border-radius:4px;
	display: block;
	position:relative;
}
.realstate_img {
	clear: both;
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius:4px 4px 0px 0px;
	position: relative;
}
.realstate_img img{
	width:100%;
	height:100%;
}
.realstate_img_det{
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: hidden;
}
.realstate_img p {
	color: #fff;
	background:#165885;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 5px;
	display:block;
	float:left;
	margin-right:5px;
	border-radius: 3px;
	z-index: 100;
	overflow: hidden;
}
.realstate_txt {
	clear: both;
	display: block;
	padding: 15px;
}
.realstate_txt h2 {
	font-weight: 700;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #000;
	margin-bottom: 6px;
}
.realstate_txt p {
	color: #165885;
	font-weight: 900;
	font-size: 19px;
	display: block;
	margin-bottom: 10px;
}
.realstate_txt p b {
	font-weight: 600;
	font-size: 14px;
}
.realstate_txt ol {
	display: block;
}
.realstate_txt ol li {
	display: block;
	padding: 10px;
	position: relative;
	color: #666;
	font-size:13px;
	float:right;
	width:100%;
	font-weight: 600;
}
.realstate_txt ol li span {
	display: block;
	float: right;
	padding-left:5px;
	background:#fff;
	position:relative;
}
.realstate_txt ol li b {
	float: left;
	position:relative;
	display: block;
	padding-right:5px;
	background:#fff;
	font-weight: 600;
	color: #000;
}
.realstate_txt ol li:before {
	content: "";
	position: absolute;
	width: 73%;
	height: 1px;
	border-bottom: 1px dotted #eee;
	right: 0;
	top: 21px;
	right: 30px;
}
.realstate_more {
	clear: both;
	display: block;
	width: 100%;
	padding-top: 12px;
}
.realstate_more a {
	display: block;
	float: right;
	border: 1px solid #bd9c7a;
	color: #444;
	padding: 5px;
	font-size:13px;
	font-weight:600;
	border-radius: 4px;
}
.realstate_more a:hover {
	background:#bd9c7a;
	color:#fff;
}
.realstate_more p {
	display: block;
	float: left;
	color: #777;
	font-weight: 500;
	font-size: 13px;
	font-style: normal;
	padding-top: 8px;
	margin-bottom: 0px;
}
.realstate_more p:after{
	content:"\f073";
	font-family:FontAwesome;
	vertical-align:0;
	margin-right:5px;
	font-weight:normal;
	display:inline-block;
}
/*end services*/
/*start contlist*/
#contactus {
	clear: both;
	float: right;
	margin-bottom:50px;
	width: 100%;
	padding: 50px 0px;
	background-image:url(../images/bg/bg14.png);
	background-color: #bd9c7a;
	position: relative;
}
#contactus a {
	width: 120px;
	clear:both;
	float:right;
	color: #fff;
	background:#165885;
	font-weight:700;
	text-align: center;
	padding: 10px 0px;
}
#contactus a:hover {
	background: #fff;
	color:#165885;
}
#contactus .pages_title {
	text-align: right;
	clear: none;
	color:#fff;
	margin:0;
}
#contactus .pages_title h2{
	font-size:25px;
	margin-bottom:10px;
}
.new_txt{
	clear:both;
	color:#fff;
	display:block;
	margin:20px 0px 30px;
}
/*end contlist*/
/*start news*/
#news{
	clear:both;
	float:right;
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.news_ul {
	clear: both;
	display:block;
}
.news_loop:nth-child(3n+3){
	width:50%;
}
.news_loop {
	float:left;
	width: 25%;
	overflow: hidden;
	padding: 15px;
}
.news_all {
	position: relative;
	width: 100%;
	box-shadow: 0 0 9px 2px #00000017;
	overflow: hidden;
}
.news_img {
	height: 270px;
	overflow: hidden;	
	position: relative;
}
.news_img a {
	display: block;
	width: 100%;
	overflow:hidden;
	height: 100%;
}
.news_img a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news_img a p {
	position: absolute;
	background: #165885;
	top: 0px;
	right: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 5px 12px;
	font-weight: 500;
}
.news_img a p b {
	display: block;
	font-size: 22px;
	font-family: droid;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px;
}
.news_img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.9);
	top: 0;
	right: 0;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
	width: 100%;
	opacity:0;
	height: 100%;
}
.news_all:hover .news_img:before{
	opacity:1;
}
.news_img a:before{
	width:50px;
	height:50px;
	border:1px solid rgba(255,255,255,0.7);
	position:absolute;
	top:50%;
	opacity:0;
	right:50%;
	z-index:99;
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	margin-right:-25px;
	margin-top:-25px;
	content:"";
}
.news_all:hover .news_img a:before{
	opacity:1;
}
.news_img a:after{
	content:"\f045";
	font-family:FontAwesome;
	-moz-transition: all 1s;
	-webkit-transition:all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	position:absolute;
	opacity:0;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-12px;
	color:#fff;
	font-size:25px;
}
.news_all:hover .news_img a:after{
	opacity:1;
	transform:rotate(360deg);
}
.news_txt {
	clear: both;
	padding: 15px;
	overflow: hidden;
}
.news_txt span {
	display: block;
	margin-bottom: 0px;
	color: #165885;
	font-size: 13px;
}
.news_txt span:before{
	content:"\f07b";
	font-family:FontAwesome;
	vertical-align:0;
	margin-left:8px;
}
.news_txt h2 {
	font-weight: 900;
	font-size: 16px;
	display: block;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 9px;
	margin-bottom: 10px;
	color: #555;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_txt p {
	height: 65px;
	overflow: hidden;
	font-size: 13px;
	color: #555;
}
.news_more {
	padding: 0px 15px 15px;
}
.news_more a {
	display: inline-block;
	color: #333;
	font-weight: 600;
	font-size: 13px;
	padding: 5px 5px 5px 15px;
	border-radius: 35px;
	line-height: 1;
}
.news_more a:before{
	content:"\f060";
	font-family:FontAwesome;
	vertical-align:0;
	width:25px;
	height:25px;
	font-weight:normal;
	line-height:25px;
	background:#165885;
	color:#fff;
	text-align:center;
	border-radius:50px;
	font-size:12px;
	margin-left:5px;
	display:inline-block;
	transform:rotate(-20deg);
	-moz-transition: all 300ms;
	-webkit-transition:all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;	
}
.news_more a:hover{
	color:#fff;
	background:#165885;
}
.news_more a:hover:before{
	transform:rotate(0deg);
}
/*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:#666;
}
.closed_site img{
	max-height:120px;
}
.closed_site:before{
	font-family:FontAwesome;
	display:block;
	margin-bottom:15px;
	color:#bd9c7a;
	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 precemp*/
#precemp {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 10px 0px;
	margin-top:115px;
	background-color: #333;
}
.precemp li {
	display: inline-block;
	color: #555;
	font-size: 12px;
	font-weight: 600;
}
.precemp li:after {
	content: "|";
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:1px;
	color:#aaa;
}
.precemp li:last-child:after{
	display:none;
}
.precemp li span{
	color:#aaa;
}
.precemp li a {
	display: inline-block;
	color:#fff;
}
.precemp li a:hover{
	color:#bd9c7a;
}
/*end precemp*/
/*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: 40px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
	margin-right: 2px;
	margin-left: 2px;
}
.pagination a:hover{
	border:1px solid #bd9c7a;
	color:#bd9c7a;
}
.pagination span.current{
	border:1px solid #bd9c7a;
	background:#bd9c7a;
	color:#fff;
}
.pagination .next:before,.pagination .prev:before{
	display:none;
}
.pagination .next, .pagination .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: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	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: #555;
	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: #bd9c7a;
	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: #165885;
}
.postmeta_dets span {
	display: inline-block;
	color: #555;
	font-size: 13px;
	margin-left:10px;
	font-family:'tajawal', 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: #165885;
}
.post_tags {
	clear: both;
	background: #f0f0f0;
	border-bottom: 1px solid #e9e9e9;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.post_tags span {
	display: inline-block;
	color: #555;
}
.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: #165885;
	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: #bd9c7a;
}
#same_posts {
	clear: both;
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}
.title_page_same {
	font-size: 17px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 15px;
	background: #f8f8f8;
}
.title_page_same:before{
	content:"\f005";
	font-family:FontAwesome;
	vertical-align:0px;
	margin-left:8px;
}
.post_slider {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	position:relative;
    padding: 15px;
}
.post_slider_ul {
	display: block;
	visibility:hidden;
	width:100%;
	overflow:hidden;
}
.post_slider_ul.slick-initialized {
	visibility: visible;
}
.post_slider_ul li {
	float: right;
	width: 100%;
	height:350px;
	overflow: hidden;
	position: relative;
}
.post_slider_ul li a{
	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%;
}
.post_slider_ul li img {
	height:auto;
	width: auto;
	max-height:100%;
}
.post_slider_ul li a div {
	width: 100%;
}
.next_post_slider_ul, .prev_post_slider_ul {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: rgba(22,22,22,0.3);
	color: #fff;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	-moz-transition: all 300ms;
	-webkit-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	font-family: FontAwesome;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: 20px;
}
.prev_post_slider_ul{
	right:auto;
	left:20px;
}
.next_post_slider_ul:hover,.prev_post_slider_ul:hover{
	background: rgba(22,22,22,0.6);
}
.next_post_slider_ul:before{
	content:"\f105";
}
.prev_post_slider_ul:before{
	content:"\f104";
}
.post_lista {
	display: block;
	background: #fff;
	border-radius:4px;
	float: right;
	border:1px solid #eee;
	margin-top:15px;
	width: 100%;
	padding: 15px;
}
.post_lista li {
	display: block;
	padding:10px 0px;
	position: relative;
	color: #666;
	font-size:13px;
	float:right;
	width:100%;
	font-weight: 600;
}
.post_lista li i:before {
	font-family: FontAwesome;
	font-style: normal;
	color: #fff;
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	border-radius: 4px;
	float: right;
	position: relative;
	top: -4px;
}
.post_lista li span {
	display: block;
	float: right;
	padding-right:10px;
	padding-left:5px;
	background:#fff;
	position:relative;
}
.post_lista li b {
	float: left;
	position:relative;
	display: block;
	padding-right:5px;
	background:#fff;
	font-weight: 600;
	color: #000;
}
.post_lista li:before {
	content: "";
	position: absolute;
	height: 1px;
	border-bottom: 1px dotted #eee;
	right: 0;
	top: 21px;
	right: 30px;
	left: 30px;
}
.post_lista p {
	color: #165885;
	font-weight: 900;
	font-size: 19px;
	display: block;
	clear: both;
	text-align: center;
}
/*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%;
	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;
}
/*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:#165885;
	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', sans-serif;
	font-size:13px;
	color:#444;
	width:100%;
}
.contact_form_frame label input:focus,.contact_form_frame label textarea:focus{
	border:1px solid #bd9c7a;
}
.go_contacto{
	clear:both;
	display:inline-block;
	cursor:pointer;
	background:#bd9c7a;
	font-family:'tajawal', sans-serif;
	color:#fff;
	font-size:15px;
	text-align:center;
	padding:7px 40px;
	border:none;
}
.go_contacto:hover{
	background:#165885;
}
/*end contact_form*/