/* 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 black;*/
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
}

/* start editing from here */
a{text-decoration:none; color:#b9b9b9;}
.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%;}
strong{
    font-weight: bold;
}
/*end reset*/
body{
	/*background:#F1EDE4;*/
	background:#FFF;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	/*text-align:right;*/
	/*direction:rtl;*/
	color: #b9b9b9;
}
/*----start-wrap-----*/
.wrap{
	width: 80%;
	/*margin:0 8% 0 8%;*/
	margin:0 auto;
	direction:rtl;
}
.clearfix{
 clear: both;
}
.topheader{
	padding: 3px 0 0 0;
	background: #00b16a;
	color:#fff;
	font-size: 0.9em;
}
.topAddress{
	float:right;
	width:30%;

}
.top_menu{
	float:left;
	width:53%;
	padding-left:2%;
	text-align:left;	
}

.top_menu2{
	float:left;
	width:15%;	
	text-align:left;
}


.top_menu ul li{
	display:inline-block;
	padding: 0 10px;
	margin: 0 3px;
}

.top_menu ul li a{
	color:#FFF;	
	font-size: 1em;
	font-weight: bold;
	line-height: 2.1em;
   /* font-weight: bold;*/
	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:#003843;	
}
.top_menu2 ul li{
	display:inline-block;
	padding: 0 3px;
	margin: 0 2px;
}

.top_menu2 ul li a{
	color:#a7a7a7;	
	font-size: 1em;
	font-weight: bold;
	line-height: 2.5em;
   /* font-weight: bold;*/
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;

}
.top_menu2 ul li a:hover, .top_menu li.activate a {
	color:#00368c;	
	/*border-bottom:2px solid #FFF;*/
}
.top_menu2 ul li a img{
	vertical-align:middle;
	padding-left: 1px;
	float:right;
	
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	height: 28px;

}

.top_menu2 ul li a img:hover{

		-webkit-filter: grayscale(15%);
	-moz-filter: grayscale(15%);
	filter: grayscale(15%);
}

.top_menu2 .lang{
	padding:2px 10px 2px 10px;
	margin:3px 0;
	/*background: #00368c;*/
}
.top_menu2.lang a{
	color:#0195a1;
	font-size:1.1em
}


.logoDiv{	
	width:50%;
	float:right;
	margin:5px 0;
	/*position:absolute;
	z-index: 9999;*/
}
.searchDiv{	
	width:50%;
	float:left;
	margin:30px 0 0 0;
	text-align:left;
}
/*
.search {
    font-size: 1em;
    color: #000;
    background: #FFF;
    width: 200px;
    height: 28px;
    margin: 2px 0px;
    border: none;
    padding: 4px 5px;
    text-align: center;
    direction: rtl;
}*/

.search {
    font-size: 0.9em;
    color: #00253d;
    /* outline: none; */
    width: 250px;
	height:32px;
    margin: 0.5em 1em 0.5em 1em;
    border: 1px solid #00253d;
    padding: 0 10px;
    background: transparent;
	background: url(../images/search.png)no-repeat top left;
}
#searchBtn{
	cursor: pointer;
    height: 28px;
    margin: 2px 0 2px 0;
	background: #00253d;
}
#searchBtn:hover{
	background: #000;
}

.header{
	background:#e5e6e6;

}

/* start slider */

/*----start-header-----*/
.header_bottom {
    position: relative;
    /*height: 442px;*/
	/*width: 84%;
    margin: 20px 8% 0 8%;*/
	width: 100%;
	background-color:#fff;
	direction:ltr;
}
#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:450px;
	/*position:absolute;*/
	top:0;
	/*border-bottom: 10px solid #000;*/

}
.FirstHomeDiv{
	margin:50px 0;
	
}
.FirstHomeDiv h1{
	font-size: 2.3em;
    font-weight: bold;
    color: #00b16a;
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
}
.FirstHomeDiv .itemDiv{
	float:right;
	width:30%;
	margin: 0 1.5%;	
	color:#b9b9b9;
}	


.FirstHomeDiv .itemDiv img{
	height: 60px;
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
}
.FirstHomeDiv .itemDiv h2{
	font-size: 1.6em;
    line-height: 1.2em;
    font-weight: bold;
    color: #00b16a;
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
}
.FirstHomeDiv .itemDiv p{
    font-size: 1.08em;
    line-height: 1.5em;
    font-weight: normal;
    color: #b9b9b9;
    display: block;
    margin: 0 0 20px 0;
    text-align: right;
}

.FirstHomeDiv:hover h1{
    color: #00253d;
}

.FirstHomeDiv .itemDiv:hover img{
    opacity: 0.6;
}
.FirstHomeDiv .itemDiv:hover h2{
    color: #00253d;
}
.FirstHomeDiv .itemDiv:hover p{
    color: #00253d;
}
#carouselDiv {
	margin:20px 0 70px 0;
	position: relative;
	background: #f6f7fc;
}
#bgg{
    background: #f6f7fc;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: -9;
}
#carousel_frame {
    margin-top: 30px;
    width: 100%;
    height: 480px;
	height: 620px;
}
#companies_frame {
    margin-top: 30px;
    width: 100%;
    height: 400px;
	border-top:1px solid #00509e;
}

.HomeNewsDiv {
	margin:100px 0;
}
.HomeNewsDiv_right {
	float:right;
	width:43%;
	margin-left:2%;
}
.HomeNewsDiv_right img{
	border-radius:20px;
}	
.HomeNewsDiv_left {
	float:left;
	width:53%;
	margin-right:2%;
}
.HomeNewsDiv_left h1{
	font-size:1.8em;
	font-weight:bold;
    color: #00b16a;
	padding-right:0px;
}
.HomeNewsDiv_left:hover h1{
	color: #00253d;
}
.HomeNewsDiv_left marquee {
height: 300px;
margin: 15px 0 10px 0;
}
.HomeNewsDiv_left img{
	width:64px;
	height:64px;
	float:right;
	padding-left:15px;
}

.oneMarkHomeNews{
	margin-bottom:30px;
}
.oneMarkHomeNews h2{
	font-size:1.2em;
	font-weight:bold;
    color: #00b16a;
	padding-right:0px;
}
.oneMarkHomeNews:hover h2{
	color: #00253d;
}	
.oneMarkHomeNews .more{
	font-size:1em;
	font-weight:bold;
    color: #b9b9b9;
	padding-right:0px;
}
.oneMarkHomeNews:hover .more{
	 color: #00253d;
}	


.marqueePrice {
	background: #00509e;
	padding-top: 5px;
}
.marqueePrice h5{
	display: inline-block;
    float: left;
    direction: ltr;
    color: #FFF;
    border-left: 2px solid #FFF;
    padding-left: 3px;
    margin-right: 20px;
    margin-bottom: 5px;
    /* padding: 0; */
    line-height: 1.6em;
    font-size: 0.9em;
	
	/*
	background: url(../images/price_icon.png) no-repeat left 10px;
    padding-left: 40px;*/

}
.marqueePrice img{
	height:20px;
	float:left;
	margin: 0 3px;
}

.marqueeNews {
	background: #FFF;
}


.marqueeNewsDivTitle{
background: #59c3ff;
    float: right;
    width: 15%;
    text-align: center;
    color: #FFF;
    /* line-height: 1.6em; */
    font-size: 1.2em;

}
.marqueeNewsDivDes{
	background: #FFF;
	float:right;
	width:85%;
	color: #00509e;
}
.marqueeNews h5{
	display: inline-block;
    color: #00509e;
	font-weight:bold;
    /* border-left: 2px solid #FFF; */
    padding-left: 3px;
    margin-right: 25px;
    /* margin-bottom: 5px; */
    /* padding: 0; */
    line-height: 2.1em;
    font-size: 1.0em;
	direction:rtl;
}
.marqueeNews h5:hover{
    color: #59c3ff;
}

#partner_frame {
	/*width:100%;
	margin:0 auto;*/
	width: 100%;
    margin:0;
	height:220px;
	/*position:absolute;*/
	top:0;
}

#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: #0fbc78;
	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:#0fbc78;
	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: relative; */
    /* 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;
}
.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;
}
.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:#e5e6e6;
	padding: 2em 0;
	/*margin-top: 2em;*/
}
.fLogoDiv{
	padding-bottom:10px;
}
.footer-grid1{
	 /*float: right;
   width: 24%;
    margin-left: 2%;*/
	width: 45%;
    margin-left: 2%;
	color:#a6a7a7;
	direction:rtl;
}
.footer-grid1 p{
	color:#a6a7a7;
}

.footer-grid{
	float: right;
    /*width: 24%;
    margin-left: 2%;*/
	width: 31%;
	margin:0 1%;
	direction:rtl;
}

.footer-grid h3{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0 18px 0px;
}
.footer-grid p{
	font-size: 0.95em;
    padding: 0 0 10px 0;
    color: #65add6;
    line-height: 1.5em;
    margin: inherit;
    text-align: justify;
    /* float: right; */
    /* width: 70%; */

}

.social-icons{	
	float: right;
	width:20%;
    margin-top: 15px;
    /*top: 100px;*/
    position: relative;
}

.footer_menu{
    float: right;
	width:80%;
	margin-top: 15px;
   }
.social-icons ul li{
	float:right;
}
.social-icons ul li a{
	color:#00253d;

	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;
}


.footer_menu ul li{
	display:inline-block;
	/*width:50%;*/	    
}
.footer_menu ul li a{
	color:#00253d;
	font-size: 0.85em;
	font-weight:bold;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	margin: 4px 10px;
    line-height: 2em;
}
.footer_menu ul li a:hover, .footer_menu li.activate a {
	color:#00b16a;
	/*border-bottom:2px solid #df3020;*/
}
.footer_menu ul li a img{
	vertical-align:middle;
	/*padding-right: 5px;*/
}



.imgDiv{
	float:left;
	margin:0 5% 0 0;
    width: 25%;

}
.footerDivText{
	float:left;
    width: 70%;
	
	font-size: 1em;
    padding: 0;
    color: #fff;
    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;
}
.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{
	text-align:center;
	padding:0 0 10px 0px;
	background:#e5e6e6;
	position:relative;
}
.copy-right p{
	
	color: #7b5e76;
	font-size: 0.7em;
	text-transform: uppercase;
}
.copy-right p a{
	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;
}
.copy-right p a:hover{
	color:#7b5e76;
}
/*---about-us----*/
.about-us {
    padding: 50px 0 50px 0;
    direction: rtl;
    /*background-color: #f0ebeb;*/
    min-height: 300px;
}
.about-header h3{
    /*  */
    font-size: 2em;
    color: #00253d;
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
	text-align: center;
}
/*
.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;
}
*/
.about-info p{
	font-size: 1em;
    color: #3b3b3b;
    line-height: 2.1em;
    text-align: justify;
}
.Page_Body_Images img{
	width:50%;
	float:right;
	padding:0px 0px 10px 10px;	
}
/*-----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% 6% 1.5%;
    direction: rtl;
}

.gallery-grid .brief {
    background:#FFF;
	padding: 0 3% 3% 3%;
}

.gallery-grid .brief .briefPh {
    background: #6a6a6a;
	height: 40px;
    width: 100%; 
}

.gallery-grid .brief .briefPh:hover{
    background: #00b16a;
		-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: 80px;
    overflow: hidden;	
	}
.gallery-grid p {
	font-size: 0.85em;
    padding: 0.2em 0em 1.2em 0em;
    color: #6a6a6a;
    line-height: 1.8em;
    text-align: justify;
    
    /*height: 75px;
    overflow: hidden;*/
}
.gallery-button a {
    color: #3d3c3c;
    font-size: 1.1em;
    padding: 8px 20px;

	/*	
		text-transform: uppercase;
		border: 1px solid #EEE;
		display: inline-block;
		background:#0fbc78;
	*/
}
.gallery-button a:hover {
	color: #00b16a;
}
.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: 170px;
    margin: 0 auto;
    border: 1px solid #b0abab;
}
.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: #00b16a;
    -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:#004b04;
}
/*---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: 3px solid #f1f2f4;
}
.contact-form div{
	padding:2px 0;
}
.contact-form span{
	display:block;
	font-size: 1.2em;
	color: #363638;
	padding-bottom:5px;
	
}
.contact-form input[type="text"],.contact-form textarea{
		    background-color: #f1f2f4;
			padding:4px 8px;
			display:block;
			/*width:80%;*/
			width:60%;
			border: 2px solid #c3c3c1;
			outline:none;
			color:#363638;
			font-size:0.8em;
			/*font-family:Arial, Helvetica, sans-serif;
			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 textarea:focus{
	border:2px solid #898988;
}
.contact-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: #0fbc78;
    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:#0fbc78;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton:hover{
	background:#004b04;
	color: #FFF;
}

.mybutton2{
	color: #FFF;
	font-size: 0.85em;
	text-transform: uppercase;
	padding:4px 15px;
	margin: 30px 10px 0px 10px;
	border: 1px solid #EEE;
	display: inline-block;
	background:#0fbc78;
	border:none;
	outline: none;
	cursor:pointer;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
	-webkit-appearance:none;
}
.mybutton2:hover{
	background:#004b04;
	color: #FFF;
}
.company_address{
   background-color: #f1f2f4;
	 /*background-color: rgba(0, 54, 140, 0.05);*/
    padding: 20px 20px;
    /* height: 100%; */
	min-height:270px;height:auto!important;height:270px;
}
.company_address p{
	font-size: 0.875em;
	color:#0fbc78;
	line-height: 1.8em;
	
}
.company_address p span a{
	text-decoration:underline;
	color:#947037;
	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%;
  
}

.projectDiv{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	float: right;
	width: 49%;
    /* margin: 0 2% 1% 2%; */
    border: 1px solid #3b1e36;	
}

.projectDiv .not{
				display:none;
			position:absolute;
				z-index:3;
				
				text-align:center;
				/*background-color: rgba(0, 0, 0, 0.6); 				
				bottom:10px;
				height: 35px;*/
				background-color: rgba(249, 209, 63, 0.6); 				
				bottom:4%;
				right:4%;
				height: 92%;				
				width:92%;
				 color: #fff;
}
.projectDiv a:hover >.not{
	display:block;
}

.cat_title {
    font-size: 16px;
        font-weight: bold;
    /* line-height: 60%; */
    /* letter-spacing: 0.15em; */
    color: #404040;
    line-height: 1.4em;
    /*text-shadow: 1px 1px 0 rgb(0,0,0);*/
    margin-top: 5%;
    display: block;
	padding:5px;
}


.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 {
	width:100%;
	background:#fafafd url(../images/bg2.png)no-repeat 20% bottom;
	/*box-sizing: border-box; 
	background-size: 100% 100%;*/
	min-height: 600px;
	direction: ltr;
}

.BottomHomeIntDiv {
    position: relative;
    /* background: rgba(0, 54, 140, 0.8); */
	background:#fafafd;
    
    top: 60px;
    left: 50%;
    width: 32%;
    margin: 0;
    padding: 2% 2%;
    min-height: 270px;
    /* overflow: hidden; */
    color: #FFF;
    line-height: 1.6em;
    direction: rtl;
}

.homeFormTitle {
    background: #0fbc78;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px;
    border-radius: 7px 7px 0 0;
}
.homeFormDesc {
	background:#fcfcfc;
	color:#3b3b3b;
	padding:30px 30px 40px 30px;
	 border-radius: 0 0 7px 7px;
}
.homeFormDesc h2{
    color: #00253d;
    font-size: 1.1em;
    font-weight: bold;
}	



.homeFormDesc input[type="text"], .homeFormDesc textarea {
    background-color: #f1f2f9;
    display: block;
    width: 90%;
    padding: 7px 5%;
    /* width: 60%; */
    border: none;
    margin: 20px 0;
    border-radius: 5px;
    outline: none;
    color: #91a0ae;
    font-size: 0.85em;
    font-weight: bold;
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}
.homeFormDesc .send_button {
    color: #FFF;
    font-size: 0.85em;
    font-weight: bold;
    padding: 5px 20px;
	border-radius: 5px;
    margin: 15px 0 0 0;
    display: block;
    background: #0fbc78;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
}
.homeFormDesc .send_button:hover {
    background: #004b04;
    color: #FFF;
}
.BottomHomeIntDiv h1 {
    color: #59c3ff;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.BottomHomeIntDiv .more {
		color: #59c3ff;
		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;
		text-align: left;
    display: block;
}
.BottomHomeIntDiv .more:hover{
	color:#FFF;
}

.HomeInterestRates {
	margin:50px 0;
}
.HomeInterestRates_left {
	float:right;
	width:48%;
	margin-right:2%;
}
.HomeInterestRates_right {
	float:right;
	width:48%;
	margin-left:2%;
}
.HomeInterestRates_right h1{
	font-size:1.3em;
	font-weight:bold;
    color: #000000;
	background: url(../images/e.png)no-repeat top right;
	padding-right:36px;
}
.HomeInterestRates_right marquee {
height: 280px;
margin: 15px 0 10px 0;
}
.HomeInterestRates_right img{
	width:64px;
	height:64px;
	float:right;
	padding-left:15px;
}
.oneInterest{
	font-size: 1em;
    font-weight: normal;
    display: flow-root;
    margin-bottom: 50px;
	text-align:right;
}

.oneInterest h2{
	font-size: 1.2em;
    font-weight: bold;
	color:#00509e;
    display: block;
    margin-bottom: 10px;
	text-align:right;
}

.InvestorRelation {
	margin:50px 0;
}	
.InvestorRelation_top {
	padding:50px 0 100px 0;
	color:#000;
	background: #f2f3f8;
	text-align: center;
	font-size:2em;
	
}		
.InvestorRelation_bottom {
	padding:0px 0 10px 0;
	color:#000;
	background: #1e3953;
	text-align:center;
}
.InvestorRelation_bottomInternal{
	top:-50px;
	position: relative;
}

#InvestorRelationFrame{
	top:-80px;
	position: relative;
	width:100%;
	height:400px;
	background-color: transparent;
}
 .newsLetterSpan {
 font-size:1.2em;
 font-weight:bold;
 color:#00368c;
 }

 .newsLetterImg{
	 /*bottom:-7px;
	 position:relative;
	 margin:0 60px 0 10px;*/
	float: right;
	height: 41px;
	cursor: pointer;  
 }
 
.newsLetter {
	font-size: 0.95em;
	font-family:HelveticaNeue, Arial, Helvetica, sans-serif; 
    color: #000;
    /* outline: none; */
    width: 250px;
    margin: 0em 0em 0em 0em;
    border: 1px solid #fff;
    padding: 4px 10px;
    background: #FFF;
    direction: ltr;
    float: right;
    height: 40px;
    border-radius: 0px 5px 5px 0;
	    text-align: right;
}

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; */
}



#newsLetterDiv{
	/*background-color:#f0ebeb;*/
	/*height:45px;
	padding:10px 0;*/
	position:relative;
	/*bottom:-30px;*/
	text-align:center;
}
.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: #004b04;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}
.markLink:hover {
    color: #FFF;
    background: #0fbc78;
}	
.markLinkPM {
    margin: 50px 20px;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 1em;

}
.SearchResTitle{
    font-size: 1.4em;
    color: #0195a1;
    text-align: right;
	margin-bottom: 10px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

/***** 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: 420px;
	}
}
@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; 
	}
	.h_menu {
		/*padding-top:25px;*/
	}
	
	.top_menu ul li{
	padding: 4px 20px 6px 20px;
	}
	
		#slider_left marquee {
	    height: 180px;
	}
	#slider_frame {
    height: 400px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */



@media only screen and (max-width: 800px) {
	.header {
    /*padding: 2% 0 0 0;*/
	}
	

	
	.wrap{
		width:95%;
	}


.topAddress{
	width:0;
    padding-right:0;
	padding-left:0;
	margin-top: 5px;
	display: block;
}
.topWorkTime{
	width:45%;
    padding-right:4%;
	padding-left:1%;	
	margin-top: 5px;
	display: block;
}
.topPhone{
	width:45%;
    padding-right:4%;
	padding-left:1%;
	text-align:right;	
	margin-top: 5px;
	display: block;
}

.top_menu{
	width:67%;
	padding-right:0;	
	padding-left: 3%;
	display: block;
	text-align:right;
}
.top_menu2 {
    float: left;
    width: 30%;
    text-align: left;
}
.logo {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
	
.top_menu ul li {
    padding: 4px 2px 6px 2px;
    margin: 0 5px;
}
.header {
    /*padding-top: 10px;*/
	    height: auto;
}

.marqueePrice h5{
	
    float: none;
    direction: ltr;
}	
.HomeInterestRates_right {
    float: none;
    width: 100%;
    margin:20px 0;
}
.HomeInterestRates_left {
	display:none;
}

.footer-grid {
    float: none;
    width: 98%;
    margin: 1% 1%;
}

.footer-grid h3 {
    padding: 5px 0 5px 0px;
}
	.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: 280px;}
.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: 460px;
}
.BottomHomeIntDiv {
    top: 0px;
    /* left: unset; */
    right: 1%;
    width: 38%;
    padding: 2% 2%;
    border: 2px solid #000;
    min-height: 170px;
    line-height: 1.4em;
}
.BottomHomeIntDiv h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.header_SecBottom {
    min-height: 200px;
}
#services_frame {
    height: 140px;
}
#partner_frame {
    height: 140px;
}
 .newsLetterSpan {
 font-size: 1.1em;
 }

.footer_menu ul li {
    width: 50%;
}
	.one-fourth {
		width: 47%;
	}
	
	#marqDes {
	width: 83%;
	}
#marqTitle {
	width:12%;
}

.gallery-grid a img {
    height: 150px;
}
.FirstHomeDiv h1 {
    text-align: center;
}
.FirstHomeDiv .itemDiv {
    float: none;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}
.FirstHomeDiv .itemDiv img {
    height: 60px;
    display: block;
    margin: 40px auto 20px auto;
    text-align: center;
}
.FirstHomeDiv .itemDiv h2 {
    text-align: center;
}
.FirstHomeDiv .itemDiv p {
    text-align: center;
}
.HomeNewsDiv_right {
    /* float: none; */
    width: 100%;
    margin-left: 0;
    display: none;
}	
.HomeNewsDiv_left {
    float: none;
    width: 100%;
    margin-right: 0;
	text-align: center;
}
.fLogoDiv {
    text-align: center;
}	

.footer-grid1 {
    width: 100%;
    margin-left: 0;
	text-align: center;
}
}

/*  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;
	}
}
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	
	
	
.topAddress{
    width: 90%;
    float: none;
    padding: 1px 5%;
    margin: 10px;

}
.topWorkTime{
    width: 90%;
    float: none;
    padding: 1px 5%;
    margin: 10px;
}
.topPhone{
    width: 90%;
    float: none;
    padding: 1px 5%;
    margin: 10px;
}

.top_menu{
    width: 90%;
    float: none;
    padding: 1px 5%;
    margin: 10px;
}
#companies_frame {
    height: 220px;
}
	
	
	
	
	
	
	
	.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:210px;}


	.top_menu ul li a {
		padding-left: 20px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.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%;
}





.topAddress{
	width:90%;
    padding-right:7%;
	padding-left:1%;
	margin-top: 5px;
	display: block;
}
.topWorkTime{
	width:90%;
    padding-right:7%;
	padding-left:1%;
	margin-top: 5px;
	display: block;
}
.topPhone{
	width:90%;
    padding-right:7%;
	padding-left:1%;
	text-align:right;	
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}

.top_menu {
    float: none;
  width:90%;
	text-align:center;
}
.top_menu ul li {
   /* padding: 0;
    margin: 0 2px;*/
}
.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: 250px;
}	
	
	.BottomHomeIntDiv {
 top: 1px;
    left: 5%;
    width: 85%;
    padding: 2% 2%;
    border: 2px solid #000;
    min-height: 120px;
    line-height: 1.4em;
    background: rgba(0, 54, 140, 0.5);
}

#services_frame {
    height: 80px;
}
#partner_frame {
    height: 80px;
}


.header_SecBottom {
    min-height: 120px;
    padding-top: 20px;
}

.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:180px;}

	
	#slider_div {
    float: none;
    width: 100%;
}
#slider_left {
    float: none;
    width: 94%;
    padding: 4% 3%;
}

.marqueeNewsDivTitle{
    width: 25%;

}
.marqueeNewsDivDes{
	width:75%;
}

}
.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: 46%;
   }
   .gallery-grid .brief .briefPh img {
		top: -77px;
		height: 115px;
	}
}
@media only screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	
.logoDiv {
    width: 100%;
    float: none;
    margin: 15px 0;
    text-align: center;
}
.searchDiv {
    width: 100%;
    float: none;
    margin: 10px 0 20px 0;
    text-align: center;
}	
	.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;
	}
	.footer-grid{
		width:94%;
		padding:3%;
		margin-right:0;
	}
	.services-grid{
		float:none;
		width:100%;
	}
    .gallery-grid{
       /*width:29%;*/
    }
		.FirstHomeDiv h1 {
    font-size: 1.8em;
	}
	.FirstHomeDiv .itemDiv h2 {
    font-size: 1.2em;
	}
	.FirstHomeDiv .itemDiv p {
    font-size: 1.0em;
	}
	.BottomHomeIntDiv {
		top: 0px;
		right: 3%;
		width: 90%;
		left: 3%;
		padding: 2% 2%;
		border: 2px solid #000;
		min-height: auto;
		line-height: 1.4em;
	}
	.gallery-grid {
		width: 97%;
		float:none;
		margin: 130px 0 170px 0;
	}
	.gallery-grid .brief .briefPh img {
    top: -117px;
    height: 155px;
}

.gallery-grid .brief .briefDesc {
    height: 60px;
    overflow: hidden;
}
	.social-icons {
    float: none;
    width: 100%;
    text-align: center;
        display: flex;
    margin-top: 15px;
    /* top: 100px; */
    position: relative;
}
.footer_menu {
    float: none;
    width: 100%;
    margin-top: 15px;
}
}
@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% 130px 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: 375px) {
	.wrap{
		width:95%;
	}

	.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;
	}
	
	#slider_frame {
		height: 140px;
	}
}

