/* reset */
@charset "utf-8";
@font-face{font-family:"HelveticaNeue";font-style:normal;font-weight:normal;src:url("fonts/HelveticaNeueW23-Reg.woff") format("woff"),url("fonts/HelveticaNeueW23-Reg.ttf") format("truetype"),url("fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");}
@font-face{font-family:"HelveticaNeue";font-weight:bold;src:url("fonts/HelveticaNeueW23-Bd.woff") format("woff"),url("fonts/HelveticaNeueW23-Bd.ttf") format("truetype"),url("fonts/HelveticaNeueW23-Bd.svg#HelveticaNeueLTArabic55Roman") format("svg");}

	
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;direction: rtl;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
table, th, td {
    border: 1px solid #888;
}
strong{
	font-weight:bold;
}
/* start editing from here */
a{text-decoration:none;color:#f77d18;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	/*background:#F1EDE4;*/
	background:#000;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
}
/*----start-wrap-----*/
.wrap{
	width: 80%;
	/*margin:0 8% 0 8%;*/
	margin:0 auto;
}
.clearfix{
 clear: both;
}
.topheader{
	padding: 10px 0;
	background: #000;
}

.logo{	
    float: left;
    width: 19%;
    margin: 0px 1% 0px 0;
    text-align: left;
}

.top_menu{
	float: right;
	width:80%;
	text-align:right;
	margin-top: 22px;
}
/*
.top_menu ul li{
	display:inline-block;
	padding: 4px 10px 6px 10px;
	margin: 0 2px;
}

.top_menu ul li a{
	color:#a7a7a7;	
	font-size: 1em;
	font-weight: bold;
	line-height: 2.5em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;

}
.top_menu ul li a:hover, .top_menu li.activate a {
	color:#00368c;	
}
.top_menu ul li a img{
	vertical-align:middle;
	padding-left: 5px;
	float:right;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.top_menu ul li a img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}


.top_menu .lang{
	padding:2px 10px 2px 10px;
	margin:3px 0;
}
.top_menu .lang a{
	color:#0195a1;
	font-size:1.1em
}
*/
.topLogo{
    float: right;
    width: 60%;
    /* padding: 5px 0 0 5%; */
    padding: 10px 18px 10px 1%;
    color: #1d5680;
    font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 2.4;
}
.topSearch{
	float:left;
	width:35%;
}
.header{
	/*padding: 0 10% 0 10%;
	background: #00368c;*/
	background: #000;
}

/*
.social-icons{
	
	float: right;
    margin-top: 7px;
    top: 100px;
    position: relative;
}*/

.social-icons {
    float: right;
    margin-top: 7px;
    top: 500px;
    right: 0;
	position: absolute;
}

.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	color:#363638;
	
	font-size:0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.social-icons ul li a:hover{
	color:#026660;
}
.social-icons ul li a img{
	vertical-align:middle;
	padding-left: 5px;
}

.social-icons img{
	vertical-align:middle;
	padding-left: 3px;
	padding-bottom: 3px;
}


.h_menu{
	width:100%;
	text-align: right;
	/*background: #55b99a;*/
}
nav{
	display:block;
}
.menu{
	display:block;
	direction: rtl;
	padding: 0px 10px;
	
}
.menu li{
	display:inline-block;
	position:relative;
	z-index:100;
   text-align: right;
    padding: 0 10px;
   /*border-right: 1px solid #0e5885;*/
}
/*.menu li:first-child{margin-right:0;border-right: none;}*/
.menu li a.activate,.menu li a:hover{
	color: #f77d18;
	border-bottom: 3px solid #f77d18;
}

.menu li a{
	text-transform:uppercase;
	text-decoration: none;
	font-size: 1.1em;
	    /* line-height: 85px; */
    padding: 10px 10px 5px 10px;	
	display: block;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,.menu li:hover>a{
	color: #f77d18;
	border-bottom: 3px solid #f77d18;
}
.menu ul{
	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;

    padding-top: 22px;
    top: 45px;
    right: 0px;
	/*background: #ffffff;*/
}
.menu ul li{display:block;float:none;background:none;margin:0;padding:0;}
.menu ul li a{
	font-size: 0.85em;
    font-weight: normal;
    display: block;
    color: #ffffff;
    /*border-bottom: 1px solid #901f20;
	background: rgba(200, 32, 46, 0.88);
	background: rgba(172, 48, 56, 0.85);
	*/
	background: #f49d55;
	border-top: 1px solid #fe7503;	
    padding: 15px 20px;
	text-align: center;
}
.menu ul li a:hover,.menu ul li:hover>a{
	background: #fe7503;
	border-bottom: none;
/*	border-left: 3px solid #62A29E;*/
	color: #fff;
	box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;	
	-moz-border-radius: 0px;	
	-o-border-radius: 0px;	
}
.menu li:hover>ul{display:block;}
.menu ul ul{
	right: 198px;
	top: 0px;
	padding-top:0;
}
@media only screen and (max-width: 1024px) {
	.menu ul {
    top: 40px;
	}
	.menu li {
		padding: 0;
	}
	.menu ul li a {
		padding: 10px 20px;
	}
}	
.mobile-menu{
	display: none;
    width: 90%;
    padding: 7px 5% 3px 5%;
/*	background: #ed1c24;*/
background: #55b99a;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2em;
}
.mobile-menu:hover{/*background:#ed1c24;*/color:#ffffff;text-decoration:none;}
@media only screen and (max-width: 979px) {
	.top-nav-left{
	float:none;
	    width: 100%;
}
	.h_menu{text-align: center;}
	.mainWrap{width:768px;}
	.menu ul{top: 34px;}
	.menu li a{font-size:0.9em;padding:8px;}
	.menu ul li a{font-size: 0.8em;}
	.menu ul{width: 200px;}
	.menu ul ul{right: 200px;}
	.menu li a {padding: 6px 10px;}

}
@media only screen and (max-width: 800px) {
	.h_menu {
		padding-top:25px;
	}
	.mainWrap{width:auto;padding:50px 20px;}
	.menu{display:none;}
	.mobile-menu{display:block;margin-top:0px;}
	.menu .subs {background:#91a5a4;
	    visibility: hidden;
		height: 0;
	}
	 nav{margin:0;background:none;}.menu li{display:block;margin:0;}
	.menu li a{color:#000;border-bottom: 1px solid #000;}
	.menu li a:hover,.menu li:hover>a{background:#55b99a;color:#FFF;}
	.menu ul{background:#91a5a4;display:none;position:relative;top:0;right:10%;width:90%;padding-top: 0;}
	.menu ul li a{color:#FFF;    background: #91a5a4;border-top: 1px solid #748483;}
	.menuul  ul li a:hover,.menu ul li:hover>a{background:#748483;color:#FFF;}
	.menu ul ul{right:10%;}
}



/* start slider */

/*----start-header-----*/
.header_bottom {
    position: relative;
    /*height: 442px;*/
	/*width: 84%;
    margin: 20px 8% 0 8%;*/
	width: 100%;
	/*background-color:#fff;*/
	direction:ltr;
	border-top: 1px solid #f77d18;
}
#slider_div {
	float:right;
	width:70%;
}
#slider_left {
	float:right;
	width: 26%;
    direction: rtl;
    padding: 2%;
}
#slider_left h1{
	font-size:1.3em;
	font-weight:bold;
    color: #0195a1;
	
}
#slider_left.onNews {	
	display:block;
	border-right:3px solid #0195a1;
	margin:0 5px 0 25px;
	width:100%;
}
#slider_left marquee {
height: 280px;
margin: 5px 0 10px 0;
}
#slider_left a {
	color: #000;
    border-right: 4px solid #0195a1;
	
	margin: 10px 5px 20px 20px;
    padding-right: 12px;
    display: block;
}
#slider_left a:hover {
	color: #0195a1;
}	
#slider_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	
	height:550px;
	/*position:absolute;*/
	top:0;
	/*border-bottom: 10px solid #000;*/

}



#services_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	height:220px;
	/*position:absolute;*/
	top:0;
}
#photo_frame{
	width: 100%;
	margin:0;
	height:240px;
}
#marqDiv {
	width: 84%;
    margin: 1% 8% 1% 8%;
	/*position:absolute;*/
	top:0;
	/*border-bottom: 10px solid #000;*/
	background: #f1f2f4;
	

}
#marqTitle {
	float:left;
	width:8%;
	background: #184894;
	padding:0.4% 1% 0.3% 1%;
	font-size: 1.1em;
    font-weight: bold;
	color:#fff;
	text-align: center;
}
#marqDes {
	float:left;
	width:90%;
	padding:0.4% 0 0.3% 0;
	color:#000;
	font-size: 1.1em;
}
#marqDes a {
	color:#184894;
	padding: 0 15px;
}
#marqDes a:hover {
	color:#000;
}
.one-fourth {
    width: 22%;
}
.last {
    clear: right;
    margin-right: 0!important;
}

.four-fifth, .one-fifth, .one-fourth, .one-half, .one-third, .three-fifth, .three-fourth, .two-fifth, .two-third {
    position: relative;
    float: left;
    margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 60px;
	color: #626364;
}
.testimonials {
    margin-bottom: 20px;
}
.testimonials .bubble {
    background: url(../images/quote_small.png) 15px 15px no-repeat #fff;
    position: relative;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
	min-height:250px;height:auto!important;height:250px;
}.testimonials .bubble img {
	max-height:300px;
}
.testimonials .bubble p {
    margin-bottom: 0;
    font: 16px/1.6em "PT Serif",Georgia,"Times New Roman",Times,Serif;
    font-style: italic;
    text-align: center;
    text-indent: 30px;
}
.testimonials .bubble .bubble-arrow {
    background: url(../images/bubble_arrow.png) no-repeat;
    position: absolute;
    left: 94px;
    bottom: -15px;
    width: 30px;
    height: 15px;
}
.author {
    margin-top: 20px;
    overflow: hidden;
}
.author-thumb {
    background: url(../images/author_thumb_shadow.png) 3px 100% no-repeat;
    float: left;
    padding-bottom: 10px;
}
.author-thumb span {
    background: #fff;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 15px 0 3px;
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 99%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.author-thumb img {
        border: 0;
    height: auto;
    max-width: 100%;
	display: block;
    border-radius: 25px;
}
.author-name {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
}
.author-name a {
    font-size: 13px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #e5e5e5;
    color: #101010;
}
.author cite {
    
    font-size: 11px;
    font-style: italic;
    color: #8d8d8d;
}

.welcomeBrief {
	position: absolute;
    bottom: 0px;
    /* background: rgba(0, 54, 140, 0.8); */
    /* background: #00368c; */
    width: 90%;
    margin: 0;
    padding: 6px 5% 6px 5%;
    color: #fff;
    /* font-size: 0.85em; */
    /* overflow: hidden; */
    direction: rtl;
    /* height: 15px; */
}


.slider-social-icons {
    float: left;
    /*margin-top: 7px;
    top: 500px;
    right: 0;
	position: absolute;*/
}

.slider-social-icons ul li{
	display:inline-block;
}
.slider-social-icons ul li a{
	color:#363638;
	
	font-size:0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.slider-social-icons ul li a:hover{
	color:#026660;
}
.slider-social-icons ul li a img{
	vertical-align:middle;
	padding-left: 5px;
}

.slider-social-icons img{
	vertical-align:middle;
	padding-left: 3px;
	padding-bottom: 3px;
	height: 32px;
}

.regBook{
	float: right;
    position: absolute;
    bottom: 1px;
    right: 42%;

}
.regBook a{
	color: #FFF;
    background: #50bf9e;
    padding: 7px 50px;
    font-size: 1.1em;
    /*font-weight: bold;*/
}
.regBook a:hover{
    background: #388e74;
}

.regBook button{
	color: #FFF;
    background: #50bf9e;
    padding: 4px 50px;
    font-size: 1.1em;
    /*font-weight: bold;*/
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
}
.regBook button:hover{
    background: #388e74;
}

.welcomeBrief h1 {
	color: #fff;
	font-size: 1.3em;
	font-weight:bold;
	width: 13%;
    float: right;
    border-right: 5px solid #0195a1;
    padding-right: 1%;
}
.welcomeBrief marquee {
	width: 80%;
    float: right;
}



.header_SecBottom {
    /*position: relative;*/
    /*min-height: 300px;*/
	/*width: 84%;
    margin: 20px 8% 0 8%;*/
	width: 100%;
	/*background-color:#FFF;*/
	direction:rtl;
	padding:30px 0 20px 0;
}
#partner_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	height:70px;
	/*position:absolute;*/
	top:0;
}
.SecBottomDesc{
	width: 60%;
	margin:7% 20% 5% 20%;
	text-align:center;
	color:#919191;
	direction:ltr;
	line-height: 1.5em;
}
.SecBottomDesc h1{
	color:#000;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 30px;
}
.content{
	background-color: #f0ebeb;
	min-height:350px;height:auto!important;height:350px;
}
/*---start-content-----*/
.top-grid{
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
	
	background:#EAE4D8;
	padding: 1.5em 0;
	border-top:5px solid #bc9a5c;
	margin-top: -4em;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top-grid h3{
	/*color: #363638;
	font-size:1.5em;
	text-transform:uppercase;*/
	
  color: #363638;
  font-size: 1.5em;
  line-height: 1.3em;  
  /*height: 60px;*/
  height: 35px;
  overflow: hidden;
}
.top-grid p{
	
	font-size: 0.875em;
	color:#816943;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
	height: 85px;
  overflow: hidden;
}
.top-grid img{
	display: inline-block;
}
.button{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border:none;
	display: inline-block;
	background:#bc9a5c;
	margin-top:10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button:hover{
	background:#363638;
	color:#FFF;
}
.top-grids {
	margin: 0 0 3em 0;
}
.last-topgrid{
	margin:0;
	margin-top: -4em;
}
/*----start---mid-grid-----*/
.mid-grid h1{
	font-size:2em;

	color:#363638;
	/*text-transform:uppercase;*/
  margin: 0 auto 1%;
  width: 70%
}
.mid-grid h2{
	font-size:1em;
	
	color:#bc9a5c;
	margin: 0.5em 0;
}
.mid-grid p{
	font-size: 0.95em;
	
	color:#816943;
	width: 80%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.mid-grid {
	text-align: center;
	margin: 1em 0 0em 0;
	/*background:#EAE4D8;*/
	padding: 2em 0;
	    direction: rtl;
}

.mid-grid.button{
	display:block;
}
.button1{
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	padding:10px 15px;
	border: 1px solid #EEE;
	margin-top:10px;
	display: inline-block;
	background:#bc9a5c;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.button1:hover{
	background:#363638;
	color:#FFF;
}
/*-----bottom-grids----*/
.bottom-grid1 {
	width: 30%;
	float:left;
	margin-right: 3%;
}
.bottom-last {
	margin-right:0;
}
.bottom-grids{
	
	padding: 2em 0 3em 0;
}
.bottom-grid1 h3,.bottom-grid2 h3{
	color:#aa8036;
	
	font-size:1.5em;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.bottom-grid1 span,.bottom-grid2 span{
	color: #bc9a5c;
	
	font-size: 16px;
}
.bottom-grid1 p,.bottom-grid2 p{
	font-size: 0.875em;
	color:#816943;
	line-height: 1.6em;
	
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li a{
	display:block;
	color: #816943;
	
	font-size:0.875em;
	padding:8px 0px 8px 10px;;
	background:url(../images/marker.png) no-repeat 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid1 ul li a:hover{
	color:#bc9a5c;
}
.bottom-grid-fristlink{
	background: #026660;
	padding: 10px;
	color: #fff;
	
	font-weight: bold;
	transition: all 0.3s;
}
.bottom-grid-fristlink img{
	vertical-align:middle;
}
.bottom-grid-fristlink:hover{
	color:#000;
}
.bottom-grid2 ul li{
	display: inline-block;
	width:46%;
	padding:0px 5px;
}
.bottom-grid2 {
	float: left;
	width: 33%;
	margin-right: 3%;
}
.bottom-mid span{
	color:#bc9a5c;
}
.bottom-mid a{
	background:#bc9a5c;
}
.bottom-last a{
	background:#bc9a5c;
}
.bottom-last span{
	color:#bc9a5c;	
}
.gallery li a img{
	display:block;
}
/*---footer----*/
.footer{
	background:#111;
	padding: 0.5em 0 1em 0;
	/*margin-top: 2em;*/
	color: #fff;
}
.footer-grid1{
	float: right;
    /*width: 24%;
    margin-left: 2%;*/
	width: 68%;
    margin-left: 2%;
	direction:rtl;
	color: #eee;
	padding-top: 0px;
}

.footer-grid{
	float: right;
    /*width: 24%;
    margin-left: 2%;*/
	width: 30%;
	direction:rtl;
	text-align:left;
	padding-top: 20px;
	padding-bottom: 10px;
}

.footer-grid1 h1 {
    font-size: 1.4em;
    /* font-weight: bold; */
    color: #f77d18;
	    margin: 0.3em 0;
}

.footer-grid h3{

	color: #f9d13f;
	font-size:1.6em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
}
.footer-grid p{
	font-size: 0.85em;
	padding:0;
	color:#fff;
	line-height: 1.5em;
	margin: inherit;
	text-align: justify;
	float: right;
    width: 70%;

}

.imgDiv{
	float:left;
	margin:0 5% 0 0;
    width: 25%;

}
.footerDivText{
	float:left;
    width: 70%;
	
	font-size: 1em;
    padding: 0;
    line-height: 2em;
    margin: inherit;
    text-align: justify;

}
.row{
	display:table;
	margin: 1em 0;
	width:100%;
	direction: ltr;

}

.footer-grid ul li{
	display:block;
}
.center-grid a{
	/*background: none;
	padding: 0px;
	color:#C2C2C2;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;*/
}
.center-grid{
	/*width:20%;*/
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.bottomLogo {
    padding: 10px 1px 15px 0;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 2;
}
.bottomLogo2 {
    padding: 20px 1px 5px 0;
    font-size: 0.7em;
}
.bottomLogo2 a{
	color:#6dbdc9;
}
.bottomLogo2 a:hover{
	color:#fff;
}
.footerContact{
	float:right;
}
.footerContactTitle {
    padding-left: 15px;
    padding-top: 55px;
    font-size: 1.1em;
    font-weight: bold;
}
.footerContactRow{
    direction: ltr;
    border-right: 1px solid #8ca4ca;
    margin-right: 5px;
    /*padding: 5px 10px 1px 0;    
    line-height: 2.2em;*/
	
	padding: 2px 10px 1px 0;
    font-size: 0.9em;
}
.footerContactRow img{
    float: right;
    margin-left: 10px;
    margin-right: 5px;
	height:22px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts span{
	display:block;
	color:#bc9a5c;
	/**/
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:0.85em;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}
/*----copy-right-----*/
.copy-right{
    padding: 15px 0px 10px 0;
    background: #000;
    position: relative;
}
.copy-right p{	
	color: #ddd;
	font-size: 0.8em;
	/*text-transform: uppercase;*/
}
.copy-right p a{
	color:#fff;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#ddd;
}
.footer-social-icons {
    float: right;
    /*margin-top: 7px;
    top: 500px;
    right: 0;
	position: absolute;*/
}

.footer-social-icons ul li{
	display:inline-block;
}
.footer-social-icons ul li a{
	color:#363638;
	
	font-size:0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-social-icons ul li a:hover{
	color:#026660;
}
.slider-social-icons ul li a img{
	vertical-align:middle;
	padding-left: 5px;
}

.footer-social-icons img{
	vertical-align:middle;
	padding-left: 3px;
	height: 28px;
}
.leftCopy{
	float:left;	
}

/*---about-us----*/
.about-us {
    padding: 50px 0 35px 0;
    direction: rtl;
    /*background-color: #f0ebeb;*/
    min-height: 300px;
}
.about-header h3{
	font-size: 2em;
    color: #f77d18;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    text-align: right;
}
/*
.about-info a{
	text-transform: uppercase;
	font-size:1em;
	
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
*/
.newsDescImg {
    width: 40%;
    float: right;
    margin: 0px 0px 10px 20px;
    border: 1px solid #f77d18;
}
.about-info p{
	font-size: 1em;
	color: #ddd;
	/**/
	line-height: 1.8em;
}
/*-----specials-heading----*/
.specials-heading h5{
	float: left;
	width: 33%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.specials {
	margin-top: 2em;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid p{
	font-size: 0.85em;
	color: #816943;
	
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 25px 0 60px 0;
}
/*-----specials-heading----*/
.specials-heading h3{
	
	font-size: 1.5em;
	color:#363638;
	text-transform: uppercase;
}
/*----start-testmonial-grid----*/
.testmonial-grid{
	text-align:center;
}
.testmonial-grid h3{
	
	font-size:1.8em;
	color: #363638;
	text-align: center;
	text-transform: uppercase;
	padding: 0em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color:#816943;
	
	padding: 0em 1em 1em 1em;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 1.2em;
	
	color:#bc9a5c;
}
.testmonials{
	background:#EAE4D8;
	padding: 30px 0;
}
/*---start-services----*/
.services {
	padding: 30px 0 0px 0;
}
.services-header h3{
	
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
}
.services-grid{
	width:25%;
	float:left;
}
.services-grid a{
	text-transform: uppercase;
	font-size: 1em;
	
	color:#bc9a5c;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.services-grid p{
	font-size: 0.875em;
	color:#816943;
	
	line-height: 1.8em;
}
/*---start-gallery---*/
.gallerys {
	
	    direction: ltr;
}
.gallerys h3{
	
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
	padding:1em 0;
}
.gallery-grid{
	width: 30%;
	float:right;
	/*margin: 2% 1.5%;*/
	    margin: 12% 1.5% 4% 1.5%;
    direction: rtl;
}

.gallery-grid2 {
    /*margin: 2% 1.5% 4% 1.5%;
	width: 22%;*/
	margin: 2% 0.5% 4% 0.5%;
    width: 24%;
}
.gallery-grid .brief {
    background:#f5f4f4;
	padding: 0 5% 5% 5%;
}

.gallery-grid .brief .briefPh {
    background: #6a6a6a;
	height: 40px;
    width: 100%; 
}

.gallery-grid .brief .briefPh:hover{
    background: #00368c;
		-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;	
}

.gallery-grid .brief .briefPh img {
    position: relative;
	/*top: -39px;
	right: 40px;
	height:75px;
	width:75px;*/
	
	top: -137px;
    /* right: 40px; */
    height: 175px;
    width: 80%;
	
	/*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);*/
	
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;		
}

.gallery-grid .brief .briefPh img:hover {
	/*-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);*/
	/*filter: grayscale(0%);*/
}


.gallery-grid .brief .briefDesc {
	height: 90px;
    overflow: hidden;	
	}
.gallery-grid p {
    font-size: 0.875em;
    padding: 0.2em 0em 1.2em 0em;
    color: #6a6a6a;
    line-height: 1.6em;
        text-align: justify;
    /*height: 75px;
    overflow: hidden;*/
}
.gallery-button a {
    color: #3a7780;
    font-size: 1.1em;
    padding: 10px 20px;

	/*	
		text-transform: uppercase;
		border: 1px solid #EEE;
		display: inline-block;
		background:#184894;
	*/
}
.gallery-button a:hover {
	/*background: #023463;*/
	color: #00368c;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	padding-bottom: 60px;
}
.gallery-grid a{
	display:inline-block;
	position:relative;
	width: 100%; 
}
.gallery-grid a img{
	display: block;
    /* width: 100%; */
    height: 300px;
    margin: 0 auto;
	border: 1px solid #b0abab;
}

.gallery-grid2 a img {
    height: 170px;
	border: 2px solid #6dbdc9;
}
.gallery-grid a span {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height:4em;
	color:#fff;
	
	text-shadow: 0px 1px 1px #000;
	font-size:3em;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.gallery-grid a:hover span {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding: 55px 0;
	
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active a, .projects-bottom-paination li a:hover {
	background:#bc9a5c;
	color:#fff;
}
.gallery-grid h4{
    font-size: 1.2em;
    line-height: 1.5em;
    /* text-transform: uppercase; */
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    height: 20px;
    overflow: hidden;
	text-align: center;
}
.gallery-grid h4:hover{
	color:#184894;
}
/*---contect----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:right;
	margin: 1% 1.6% 1% 0;
}
.col:first-child{
	margin-left:0;
	padding-left: 0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
    
    font-size: 1.7em;
    color: #363638;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: right;
}
.contact-form{
	position: relative;
    padding: 15px 4%;
    border: 1px solid #999;
}
.contact-form div{
	padding:2px 0;
}
/*
.contact-form div {
    display: flex;
}*/
.col1_of_3 {
    width: 30%;
    margin: 1.5%;
    float: right;
    text-align: right;
}
.fHome{	
	padding:50px 0 80px 0;
	text-align: center;
	color: #b6b6b6;
}
.fHome h1{
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
}
.fHome .desc{
    color: #2c2c2c;
    font-size: 0.9em;
    font-weight: normal;
    direction: rtl;
}
.fHome .news{
    color: #2c2c2c;
    font-size: 0.8em;
    font-weight: normal;
    text-align: justify;
    direction: rtl;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    display: block;
    margin-top: 15px;
    height: 30px;
    overflow: hidden;
}
.fHome .news:hover{
    color: #27367e;
}
.fHome .more {
	color: #FFF;
    /*font-size: 0.85em; */
	font-weight:bold;
    text-transform: uppercase;
    padding: 4px 40px;
    margin: 5px 20px 0px 20px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f77d18;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.fHome .more:hover{
	background:#fca258;
	color: #FFF;
}

.HomeItemName {
	font-size: 1.1em;
    /* font-weight: bold; */
    padding: 2px 0px;
    text-align: right;
    display: block;
    color: #f0f0f0;
    height: 90px;
    /*height: 95px;
    overflow: hidden;*/
	direction: rtl;
}
.HomeItemName:hover {
    color: #f77d18;
}
.HomeItemBeief, .HomeItemBeief p  {
	padding:2px 0px;
	text-align:right;
	display:block;
	font-size: 0.9em;
	color:#989898;
    height: 75px;
    overflow: hidden;
    margin: 0 0 25px 0;
	}
	/*
.more {font-size:1.1em;padding:2px 15px;text-align:left;display:block;color:#fe6a01;}
*/
.HomeItemMore{
	color: #FFF;
	font-size: 0.8em;
	/*font-weight: bold;
	text-transform: uppercase;*/
	padding: 5px 15px 2px 15px;
	margin: 10px 0px 5px 0px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#2b2893;
	border:none;
	outline: none;
	cursor:pointer;
	float: left;
	
	-webkit-appearance:none;
}
.HomeItemMore:hover{
	background:#3a3c41;
	color: #FFF;
}
.HomeItemImg{
	width:100%;
	height:180px;
	margin-bottom:15px;
	
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.HomeItemImg:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.sHome{	
	padding:40px 0;
	background: #f0f0f0;
}
.sHome h1{
	color:#000000;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom: 15px;
}
.sHome .desc{
    color: #2c2c2c;
    font-size: 0.9em;
    font-weight: normal;
    text-align: justify;
    direction: rtl;
}
.sHome .news{
    color: #2c2c2c;
    font-size: 0.8em;
    font-weight: normal;
    text-align: justify;
    direction: rtl;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    display: block;
    margin-top: 15px;
    height: 30px;
    overflow: hidden;
}
.sHome .news:hover{
    color: #27367e;
}
.sHome .more{
    color: #566ddc;
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
.sHome .more:hover{
    color: #27367e;
}

.moreTitle {
    font-size: 0.7em;
    color: #184894;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}
.moreTitle:hover {
    color: #000;
}	

.col1_of_4 {
    width: 23%;
    margin: 1%;
    float: right;
    text-align: right;
}
.col3_of_4 {
    width: 73%;
    margin: 1%;
    float: right;
    text-align: right;
}
.contact-form span{
	display:block;
	font-size: 1.1em;
	color: #363638;
	padding-bottom:5px;
	
}
.contact-form input[type="text"],.contact-form select,.contact-form textarea{
background-color: #222;
    padding: 4px 8px;
    display: block;
    /* width: 80%; */
    width: 60%;
    border: 1px solid #999;
    outline: none;
    color: #fff;
    font-size: 0.9em;
    /* border: 1px solid rgba(192, 192, 192, 0.41); */
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
			
}
.contact-form input[type="text"]:focus,.contact-form select:focus,.contact-form textarea:focus{
	border:2px solid #898988;
}
.contact-form textarea{
		resize:none;
		height:120px;	
		width:80%;	
		float:right;
}






.dialog-form span{
	display:block;
	font-size: 1.1em;
	color: #363638;
	padding-bottom:5px;
	
}
.dialog-form input[type="text"],.dialog-form select,.dialog-form textarea{
		    background-color: #f6f6f7;
			padding:3px 8px;
			display:block;
			/*width:80%;*/
			width:96%;
			border: 1px solid #c3c3c1;
			outline:none;
			color:#363638;
			font-size:0.8em;
			/*
			border: 1px solid rgba(192, 192, 192, 0.41);*/
			font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
			-webkit-appearance:none;
			margin: 2px auto;
}
.dialog-form input[type="text"]:focus,.dialog-form select:focus,.dialog-form textarea:focus{
	border:1px solid #898988;
}
.dialog-form textarea{
		resize:none;
		height:120px;	
		width:80%;	
		float:right;
}






.ContactrowDiv {
    display: table;
    margin: 1.1em 0;
    width: 100%;
}
.ContactimgDiv{
	float:right;
	margin:0 5% 0 0;
    width: 10%;

}
.ContactDivText{
	float:left;
    width: 85%;
	
	font-size: 1em;
    padding: 0;
    color: #184894;
    line-height: 1.8em;
    text-align: justify;

}
.mybutton{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	padding:4px 15px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f77d18;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton:hover{
	background:#fca258;
	color: #FFF;
}

.mybutton2{
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	padding:4px 15px;
	margin: 25px 10px 0px 10px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f77d18;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton2:hover{
	background:#fca258;
	color: #FFF;
}

.mybutton3{
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	padding:2px 60px;
	/*margin: 75px 10px 0px 10px;*/
	border: 1px solid #EEE;
	display: inline-block;
	background:#50bf9e;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
	    margin: 20px auto 10px auto;
}
.mybutton3:hover{
	background:#259472;
	color: #FFF;
}
.company_address{
   background-color: #131313;
	 /*background-color: rgba(0, 54, 140, 0.05);*/
    padding: 20px 20px;
    /* height: 100%; */
	min-height:300px;height:auto!important;height:300px;
}
.company_address p{
	font-size: 1.0em;
	color:#ddd;
	line-height: 1.8em;
	
}
.company_address p span a{
	text-decoration:underline;
	color:#f77d18;
	cursor:pointer;
}
.company_address p span a:hover{
	text-decoration:none;
}
.map{
	margin-bottom:15px;
}



.news-grid {
  width: 47%;
  float: left;  
  margin-right: 1.5%;
  margin-left: 1.5%;
  
}



.ContRight {
    float:left;
	direction: rtl;
	width: 30%;
    margin: 0;
    padding: 50px 4% 30px 10%;
    color: #fff;
    /*font-size: 0.85em;*/
	text-align: justify;
	line-height: 1.6em;
	height:324px;
	overflow: hidden;
}
.ContLeft {
    float:right;
	width: 56%;
    margin: 0;
    padding:0;
    color: #fff;
    /*font-size: 0.85em;*/
	height:404px;
    overflow: hidden;
}

.ContRight h1 {
    color: #00368c;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}


.ContRight .more {
		color: #FFF;
		font-size: 1em;
		font-weight:bold;
		text-decoration: none;
		padding: 4px 15px;
		margin: 5px;
		border: 1px solid #EEE;
		display: inline-block;
		background: #00368c;
		border: none;
		outline: none;
		cursor: pointer;
		-webkit-appearance: none;
}
.ContRight .more:hover{
	background:#022358;
}


.BottomHomeDiv {
	/*background: url(../images/bgh2.jpg)no-repeat top center;
	box-sizing: border-box; 
	background-size: 100% 100%;
	min-height:550px;*/
	
	
	padding: 20px 0;
    background: url(../images/bgh2.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    /*background-size: 100% 100%;
    -webkit-background-size: 100% 100%;*/
	background-size: 100% auto;
    -webkit-background-size: 100% auto;
	
	
}
.line {
	background: url(../images/line.png)no-repeat top center;
	box-sizing: border-box; 
	background-size: 100% 100%;
	height:15px;
	width: 80%;
    margin: 20px auto;
}
.BottomHomeIntDiv {
/*position: relative; */
    /* background: rgba(0, 54, 140, 0.8); */
    /* top: 30px; */
    /* left: 10%; */
    width: 70%;
    margin: 0 auto;
        padding: 170px 15% 110px 15%;
    /* border: 2px solid #000; */
    font-size: 1.05em;
    min-height: 140px;
    /* overflow: hidden; */
    color: #a3a7a9;
    text-align: center;
    line-height: 1.6em;
    direction: rtl;
}

.BottomHomeIntDiv h1 {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}

.BottomHomeIntDiv .more {
	color: #FFF;
    /*font-size: 0.85em; */
    text-transform: uppercase;
    padding: 4px 50px;
    margin: 5px 0px 0px 0px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#184894;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.BottomHomeIntDiv .more:hover{
	background:#023463;
	color: #FFF;
}
.wrap2{
	width: 90%;
	/*margin:0 8% 0 8%;*/
	margin:0 auto;
}



.projectDiv{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	/*float: right;
	width: 49%;*/
    /* margin: 0 2% 1% 2%; 
    border: 1px solid #3b1e36;*/	
	height: 220px;				
	width:100%;
}

.projectDiv .not{
				display:block;
			position:absolute;
				z-index:3;
				
				text-align:right;
				background-color: rgba(0, 0, 0, 0.4);
				/*background-color: rgba(249, 209, 63, 0.6); 				
				background-color: #268bdb;*/
				bottom:0;
				right:0;
				height: 100%;				
				width:100%;
				color: #fff;	 
				 
}
.projectDiv a:hover >.not{
	display:block;
}

.cat_title {
font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4em;
    display: block;
    padding: 15px 20px;
    height: 60px;
    overflow: hidden;
    margin-top: 40px;
    vertical-align: middle;
}
.projectDiv img{
	height:100%;
	width:100%;
			-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);

	    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}	
.projectDiv:hover img{

	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
		

}

.projectDiv .more {
	color: #FFF;
    /*font-size: 0.85em; */
	font-weight:normal;
    text-transform: uppercase;
    padding: 4px 20px;
    margin: 5px 20px 0px 20px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f77d18;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.projectDiv:hover .more{
	background:#fca258;
	color: #fff;
}

.projectDiv:hover .cat_title{
	color: #f77d18;
}


 .Mainemore {
	color: #FFF;
    /*font-size: 0.85em; */
	font-weight:bold;
    text-transform: uppercase;
    padding: 4px 40px;
    margin: 5px 20px 0px 20px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#f77d18;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
 .Mainemore:hover{
	background:#fca258;
}

.col1_of_3 {
    width: 30%;
    margin: 1.5%;
    float: right;
    text-align: right;
}

 .newsLetterSpan {
	font-size: 1.2em;
    /*font-weight: bold;*/
    color: #fff;
    /* padding-top: 30px; */
    bottom: -7px;
    position: relative;
 }

 .newsLetterImg{
     bottom: -30px;
    position: relative;
    margin: 0 20px 0 10px;
	cursor: pointer;
 }
 
.newsLetter {
    font-size: 1em;
    color: #000;
    /* outline: none; */
    width: 450px;
    margin: 0em 0em 0.6em 1em;
    border: none;
    padding: 8px 10px 8px 10px;
    background: transparent;
    direction: rtl;
    border-bottom: 2px solid #f77d18;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
}
.newsLetter:focus {
	 border: transparent;
	 border-bottom: 2px solid #f77d18;
}
a.newsLetterLink:link, a.newsLetterLink:visited, a.newsLetterLink:active {
    background: #0195a1;
	color: #FFF;
    /*border: 2px solid #353535;*/
    font-size: 0.9em;
    text-decoration: none;
    padding: 8px 50px;
}

a.newsLetterLink:hover {
    text-decoration: none;
    background: #026b74;
    /* border: 2px solid #FFF; */
}


.footer_menu{
    /*float: right;*/
	 margin: 2% 5% 2% 2%;
    }
.footer_menu ul li{
	display:inline-block;
	width:25%;
	
    
}
.footer_menu ul li a{
	color:#797878;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin: 2px 4px 6px 4px;
	padding: 0 6px 5px 6px;
    line-height: 2em;
	    display: inline-block;
	border-bottom:2px solid #f2f1f1;	
}
.footer_menu ul li a:hover, .footer_menu li.activate a {
	color:#000;
	border-bottom:2px solid #000;
}
.footer_menu ul li a img{
	vertical-align:middle;
	/*padding-right: 5px;*/
}


.search {
    font-size: 0.9em;
    color: #184894;
    /* outline: none; */
    width: 180px;
    margin: 0.5em 1em 0.5em 1em;
    border: 1px solid #809bc6;
	border:none;
    padding: 5px 15px;
    background: transparent;
	background: #f0f0f0 url(../images/search.png)no-repeat top left;
	text-align:right;
}
#newsLetterDiv{
	/*background-color:#f0ebeb;
	height:45px;*/
	    padding: 0 0 20px 0;
	position:relative;
	/*bottom:-30px;*/
	text-align:center;
	margin-bottom: 30px;
	border-bottom: 1px solid #fcb74d;
	direction: rtl;
}
.SubTitle {
	color: #0195a1;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 20px 7px 10px;
    line-height: 1.7em;
}
.MarkTableTitle {
	padding:3px 10px;
	color:#FFF;
	font-weight:normal;
	font-size:1em;
	text-align:right;
	vertical-align:middle;
}
.MarkTableTD {
	padding:3px 10px;
	text-align:right;
	vertical-align:middle;
}
.markLinkDiv {
	 padding: 10px 10px 10px 1px;
	 text-align:left;
}
.markLink {
    color: #FFF;
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 2px 15px;
    margin: 7px 10px 0px 0px;
    border-radius: 5px;
    border: 1px solid #EEE;
    display: inline-block;
    background: #023463;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.markLink:hover {
    color: #FFF;
    background: #184894;
}	
.markLinkPM {
    margin: 50px 20px;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 1em;

}
.regDev{
	
	width:50%;
	margin:0 auto;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}


.font,.p,.text,.desc{
color:#1c1c1c;
font-size:1em;
text-align:right;
}


.font_param{
color:#f77d18;
font-size:22px;
text-align:right;
font-weight:bold;
}
.blankblueLink,link,visited,active {color:#333;font-size: 14px;font-weight:bold;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.blankblueLink:hover {text-decoration: underline; color: #bc9a5c; }

.blankblueLink2,link,visited,active {color:#ddd;font-size: 20px;font-weight:bold;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.blankblueLink2:hover {text-decoration: underline; color: #f77d18; }

a.ErrorLink:link,a.ErrorLink:visited,a.ErrorLink:active {color:#AC0000;font-size: 18px;font-weight:bold;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-right:4px;}
a.ErrorLink:hover {text-decoration: underline; color: #FF0000; }

a.SubDoc:link,a.SubDoc:visited,a.SubDoc:active {
    color: #FFF;
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    line-height: 2em;
}
a.SubDoc:hover {text-decoration: none; color: #f77d18; }

.Archive_Link,link,visited,active {color:#1c1c1c;font-size: 1em;font-weight:normal;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.Archive_Link:hover {text-decoration: none; color: #55b99a; }

.path_link,link,visited,active {font-family:Verdana, Arial, Helvetica, sans-serif;color:#BBB;font-size: 14px;font-weight:normal;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.path_link:hover {text-decoration: underline; color: #000; }

.footer_link,link,visited,active {color:#FFF;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:6px;}
.footer_link:hover {text-decoration: underline; color: #23af7a; }

.footer_link2,link,visited,active {font-family:Verdana, Arial, Helvetica, sans-serif;color:#283644;font-size: 16px;font-weight:bold;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.footer_link2:hover {text-decoration: underline; color: #000000; }

.voteLink,link,visited,active {color:#222222;font-size: 16px;font-weight:bold;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-left:4px;}
.voteLink:hover {text-decoration: underline; color: #888888; }



.Cat_Link,link,visited,active {color:#FFFFFF;text-decoration: none;font-family:Arial, Helvetica, sans-serif;font-size:20px;font-weight:100;text-align:right;padding:15px 0px 15px 0px;}
.Cat_Link:hover {text-decoration: none; color: #DDDDDD; }
/*.box_img_desc{
	width:100%;
	min-height:250px;height:auto!important;height:20px;	
	padding:0px 20px 0px 20px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	
	}*/
	
	
.success{
 background-color: #f77d18; 
 color: #FFFFFF;
 font-size: 1em;
 /*font-weight: bold;*/
 text-align:center;
 padding-top: 5px;
 vertical-align: middle;
 padding: 10px;
 width: 90%;
     margin: 3% 5%;
}

.failure{
background-color: #990000;
color: #FFF;
 font-size: 1em;
 /*font-weight: bold;*/
 text-align:center;
 padding-top: 5px;
 vertical-align: middle;
 padding: 10px;
 width: 90%;
     margin: 3% 5%;
	 direction:rtl;
}

.success2{
 /*background-color: #50bf9e; */
 color: #50bf9e;
 font-size: 1.2em;
 /*font-weight: bold;*/
 text-align:center;
 padding-top: 5px;
 vertical-align: middle;
 padding: 10px;
 width: 90%;
     margin: 3% 5%;
}

.failure2{
/*background-color: #990000;*/
color: #990000;
 font-size: 1.2em;
 /*font-weight: bold;*/
 text-align:center;
 padding-top: 5px;
 vertical-align: middle;
 padding: 10px;
 width: 90%;
     margin: 3% 5%;
}

.blan_link,link,visited,active {font-family:Verdana, Arial, Helvetica, sans-serif;color:#DDDDDD;font-size: 14px;font-weight:bold;text-decoration: none;}
.blan_link:hover {text-decoration: underline; color: #FFFFFF; }


a.Item_Link:link,a.Item_Link:visited,a.Item_Link:active {color:#5a6876;font-size: 16px;font-weight:normal;text-decoration: none;padding-top:2px;padding-bottom:2px;padding-right:5px;}
a.Item_Link:hover {text-decoration: underline; color: #000; }




a.subCatLink:link,a.subCatLink:visited,a.subCatLink:active {color:#F95355;text-decoration: none;}
a.subCatLink:hover {text-decoration: none; color: #000; }

#carousel_frame{
width:100%;
height: 380px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    /*left: 0%;*/
    z-index: 9999;
    /*background-color: rgba(0, 0, 0, 0.75);*/
	/*background: rgba(21, 36, 90, 0.75);*/
	background: rgba(0, 0, 0, 0.95);
	border-bottom: 2px solid #f77d18;
	
	padding:0;
}
.fixed img{
	height:50px;	
}
.fixed topheader{
	padding:0;	
}
.fixed .top_menu {
    margin-top: 0;
}

.must{
 color:#a00;	
}




/***** Media Quries *****/
@media only screen and (max-width: 1240px) {
	/*.top_menu ul li{
	padding: 4px 10px 6px 10px;
	}*/
	
	#slider_left marquee {
height: 200px;
}
#slider_frame {
    height: 300px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	.menu li a {
		padding: 10px 10px;
	}
	.social-icons ul li a img {
     padding-right: 0; 
	}
	
	/*
	.top_menu ul li{
	    padding: 4px 5px 6px 5px;
	}*/
	

		#slider_left marquee {
	    height: 180px;
	}
	#slider_frame {
    height: 290px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.header {
    /*padding: 2% 0 0 0;*/
	}
	.wrap{
		width:95%;
	}	
.logo {
    float: right;
	width:29%;
	margin-top: 20px;
}
.top_menu {
    width: 70%;
}
.topLogo {
    float: none;
    width: 90%;
    padding: 10px 18px 10px 1%;
    font-size: 1.6em;
    letter-spacing: 2;
	text-align: center;
}
.topSearch {
    float: none;
    width: 100%;
    text-align: center;
}	
.top_menu ul li {
    padding: 4px 10px 6px 10px;
    margin: 0 10px;
}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	#slider_left marquee {
	height: 130px;
	}
	#slider_frame {height: 220px;}
	
	.social-icons {
    position: fixed;
	}
	
.header_bottom {
	    /*height: 3292px;*/
	/*width: 84%;
    margin: 20px 8% 0 8%;
	direction:rtl;*/
}

.welcomeBrief {
   /* width: 45%;
	height: 80;
    padding: 20px 20px;*/
    font-size: 0.7em;
	/*bottom: 58px;*/
}
.content {
    min-height: 310px;
    height: auto!important;
    height: 310px;
}
.ContLeft {
    height: 310px;
}
.ContRight {
    width: 40%;
    padding: 20px 2% 20px 2%;
    line-height: 1.4em;
    height: 270px;
}
.ContRight h1 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.BottomHomeDiv {
    min-height: 220px;
}
.BottomHomeIntDiv {
    top: 20px;
    left: 3%;
    width: 48%;
    padding: 2% 2%;
    /* border: 1px solid #000; */
    min-height: 150px;
    line-height: 1.2em;
}
.BottomHomeIntDiv h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.header_SecBottom {
}
#services_frame {
    height: 140px;
}
#partner_frame {
    height: 50px;
}
 .newsLetterSpan {
 font-size: 1.1em;
 }
 .newsLetterImg{
 margin:0 10px 0 30px;
 }
 .newsLetter {
 font-size: 0.825em;
    width: 210px;
    margin: 0em 0.5em 0.6em 0em;
    padding: 5px 10px;
}
a.newsLetterLink:link, a.newsLetterLink:visited, a.newsLetterLink:active {
    font-size: 0.825em;
    padding: 6px 20px;
} 
.footer_menu ul li {
    width: 50%;
}
	.one-fourth {
		width: 47%;
	}
	
	#marqDes {
	width: 83%;
	}
#marqTitle {
	width:12%;
}

.gallery-grid a img {
    height: 150px;
}
	
	.col1_of_4 {
    width: 46%;
    margin: 2%;
}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 768px) {
/*	.logo{
		float: none;
		text-align:center;
	}
	.h_menu{
		float:none;
	}
	.menu li.activate a, .menu li a:hover {
		background: #ffffff;
		box-shadow: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;	
		-moz-border-radius: 0px;	
		-o-border-radius: 0px;	
	}
.menu li.activate a {
		background: #E2534B;		
		box-shadow: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;	
		-moz-border-radius: 0px;	
		-o-border-radius: 0px;	
	}
	.menu li a:hover{
		color:#ffffff;
		background:#E2534B;
	}*/
	.menu li a {
		font-size: 12px; 
		padding: 8px 7px;
	}
	.menu ul li a {
		font-size: 11px;
		padding: 6px 10px;
	}
	.menu ul {
		width: 250px;
	}
	.regBook {
		right: 22%;
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.h_menu {
    padding-top: 10px;
}
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	} 
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	
		#slider_frame {height:200px;}

	.regBook {
		right: 12%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:90%;
	}
	
	.col1_of_3 {
    width: 98%;
    margin: 1% 1% 10% 1%;
    float: none;
    text-align: right;
	display: inline-block;
}
.col1_of_4 {
    width: 98%;
    margin: 1% 1% 10% 1%;
    float: none;
    text-align: right;
	display: inline-block;
}

.social-icons {
    top: 40px;	
	position: absolute;
}	

.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin:0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	.news-grid {
  width: 100%;  
  margin-right: 0;
  margin-left: 0;
  
}


.logo {
    float: none;
	text-align: center;
	width: 100%;
}
.top_menu {
    float: none;
    width: 100%;
	text-align:center;
}
.top_menu ul li {
    padding: 0;
    margin: 0 10px;
}
.h_menu {
    float: none;    
    width: 100%;
	margin: 0;
    padding: 0;
}
/*
.menu ul li a:hover, .menu ul li:hover>a {
    color: #0071b2; 
	}*/


#slider_frame {height:125px;}
.welcomeBrief {
	height: 30px;
	padding: 5px 5% 5px 5%;
	margin:0px;
    font-size: 0.8em;
    position: relative;
}

.welcomeBrief h1 {
    font-size: 1.2em;
    width: 21%;
	padding-right: 3%;
}	
.welcomeBrief marquee {
    width: 70%;
}
.SecBottomDesc {
    width: 75%;
    margin: 7% 13% 5% 7%;
}
.ContLeft {
    float:none;
	width:100%;
	height: 250px;
}
.ContRight {
    width: 90%;
    float: none;
    padding: 5%;
    line-height: 1.4em;
    height: auto;
}
  .one-fourth {
		width: 97%;
	}
.BottomHomeDiv {
    min-height: 200px;
}	
	
.BottomHomeIntDiv {
	top: 15px;
    left: 5%;
    width: 85%;
    padding: 2% 2%;
    /* border: 2px solid #000; */
    /* min-height: 150px; */
    line-height: 1.2em;
    background: rgba(255, 255, 255, 0.2);
}

#services_frame {
    height: 80px;
}
#partner_frame {
    height: 30px;
}

#newsLetterDiv{
height: 120px;
    padding: 10px 0;
    position: relative;
    top: 0px;
    width: 95%;
    margin: 0 auto;
}
.newsLetterSpan {
    font-size: 1.2em;
    display: block;
	margin-bottom:0px;
}	
 .newsLetterImg{
 margin:0 10px 0 10px;
 }
.header_SecBottom {

}

.footer-grid1 {
    float: none;
    width: 90%;
	padding-top: 50px;
	margin: 0 5%;
}

.twitts {
    float: none;
    width: 100%;
    text-align: center;
}

#photo_frame {
    width: 80%;
}
#marqDes {
	width: 77%;
	}
#marqTitle {
	width:18%;
}
	#slider_frame {height:130px;}

	
	#slider_div {
    float: none;
    width: 100%;
}
#slider_left {
    float: none;
    width: 94%;
    padding: 4% 3%;
}

.slider-social-icons {
    /*float: none;*/
}
.regBook button {
    padding: 4px 30px;
}	
.regBook {
    right: 2%;
}

.HomeItemImg {
    height: 260px;
    margin-bottom: 10px;
}

}
.contact-footer{
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 25px 0px 0px 0px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		/*width:90%;*/
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		/*width:90%;*/
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		width:90%;
	}
	.bottom-grid2 ul li {
		width: 45.5%;
	}
	.bottom-grid2 ul li{
		padding:8px 5px;
	}
	.gallery-grid a span{
		line-height:3em;
	}
	.grid2 {
		margin: 0px 34px;
	}
	.gallery-grid {
		width: 30.7%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:90%;
	}
	.bottom-grid2 ul li{
		width:44.5%;
	}
	.gallery-grid {
		width: 30%;
   }
   .gallery-grid .brief .briefPh img {
		top: -77px;
		height: 115px;
	}
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.top-nav-left ul li a{
		padding:20px 8px;
		font-size:0.8em;
	}
	.top-grid h3{
		font-size:1.2em;
	}
	.mid-grid p{
	   width:100%;
	}
	.mid-grid{
		padding:1em 0;
	}
	.bottom-grid1,.bottom-grid2{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.bottom-grids{
		padding:0;
	}
	.bottom-grid1 h3, .bottom-grid2 h3{
		padding:0;
	}
	.footer{
		margin-top:0;
		padding:0;
	}
	.footer-grid{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services-grid{
		float:none;
		width:100%;
	}
    .gallery-grid{
       width:29%;
    }
}
@media only screen and (max-width: 480px) {
.header {
    padding:0;
	margin:0;
}
	.wrap{
		width:95%;
	}
	.top-nav-left ul li a{
		padding:15px 18px;
	}
	.top-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
		margin-top:15px;
	}
	.top-grids{
		margin:0;
	}
	.mid-grid{
		margin:1em 0 0 0;
	}
	.specials-grids{
		padding:5px 0;
	}
	.special-grid{
		float:none;
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.gallery-grid {
    float: none;
    width: 85%;
    padding: 5%;
    /*margin-bottom: 50px;*/
	    margin: 70px 1.5% 150px 1.5%;
}
	   .gallery-grid .brief .briefPh img {
			top: -137px;
    height: 175px;
	}
	.grid2{
		margin:0;
	}
	.gallerys h3{
		padding:5px 0;
	}
	.gallery-grid a span{
		line-height:4em;
	}
	.gallery-grids{
		margin-bottom:0;
	}
	.projects-bottom-paination{
		padding:10px 0 20px 0;
	}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.logo{
		width:60%;
	}
	.social-icons ul li a img{
		padding-right:0;
	}
	.top-header{
		padding:10px 0;
	}
	.top-nav-left ul li a {
		padding: 15px 6.5px;
		font-size:0.7em;
   }
	.gallery-grid h4{
		padding:5px 0;
		font-size:1em;
	}
	.gallery-grid a span{
		line-height:3em;
	}
	
	
}

