@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe, 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,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 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;
  font-family: "JF Flat Regular";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a{
	color:#000;
	text-decoration:none;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.logotri{
	width: 0;
  height: 0;
  border-left: 342px solid transparent;
  border-right: 300px solid transparent;
  border-bottom: 300px solid #1b2c5a;
  position: absolute;
  top: 0;
  margin-top: 340px;
  margin-left: 0;
}
.welcometri{
	width: 0;
  height: 0;
  border-left: 643px solid transparent;
  border-right: 637px solid transparent;
  border-top: 640px solid #f00;
  position: absolute;
  top: 0;
}
.activeNews{
  z-index:125;
  padding-right:400px;
}
.socialMedia{
  top: 0;
  position: absolute;
}
.facebookBtn{
  background-image: url(../img/facebookBtn.png);
  width:199px;
  height: 99px;
  background-size:100%;
  display:block;
}
.facebookBtn:hover{
  background-image: url(../img/facebookBtnHover.png);
}
.twitterBtn{
  background-image: url(../img/twitterBtn.png);
  width: 99px;
  height: 199px;
  background-size:100%;
  display:block;
  margin-top:1px;
}
.twitterBtn:hover{
  background-image: url(../img/twitterBtnHover.png);
}
.intaBtn{
  background-image: url(../img/intaBtn.png);
  width: 99px;
  height: 199px;
  background-size:100%;
  display:block;
}
.intaBtn:hover{
  background-image: url(../img/intaBtnHover.png);
}
.langBtn{
  background-image: url(../img/arBtn.png);
  width:99px;
  height: 199px;
  background-size:100%;
  display:block;
  margin-top: 22px;
}
.langBtn:hover{
  background-image: url(../img/arBtnHover.png);
}
.btnView{
  width: 100px;
  text-align: center;
  background-color: #1b2c5a;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}

.triright2{
	width: 0;
  height: 0;
  border-left: 213px solid transparent;
  border-right: 215px solid transparent;
  border-bottom: 215px solid orange;
  position: absolute;
  margin-top: 425px;
  margin-left: 643px;
}
.triright4{
	width: 0;
  height: 0;
  border-left: 208px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 215px solid grey;
  position: absolute;
  margin-top: -4px;
  margin-left: 1070px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	background-image:url('../img/dummy.png');
	background-size:100%;
	background-repeat: no-repeat;
	height:0;
	padding-top:49.5%;
}
.ourProjectsNav{
	background-color: #dcbd65;
  width: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;

	color:#fff;
	font-size:14px;
	text-transform: uppercase;
}
.menuContainer{
  display:block;
  width:100%;
  margin: 0 auto;

}
.navActive{
	background-color: #1b2c5a;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	border-left: none !important;
}
.ourProjectsNav li {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #b29d63;
	padding-top: 10px;
	padding-bottom: 10px;
  cursor: pointer;
}
.ourProjectsNav li:hover {
	background-color:#1b2c5a;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	border-left: none !important;
}
.ourProjectsNav li:first-child {
	border-left: 0px;
}
.ourProjectsNav a{
	color:#fff;
}
.navbar{
	background-color: #dcbd65;
  width: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
}
.navActive{
	background-color: #1b2c5a;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	border-left: none !important;
}
.navbar li {
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #b29d63;
	padding-top: 10px;
	padding-bottom: 10px;
  cursor: pointer;
}
.navbar li:hover {
	background-color:#1b2c5a;
	padding-top: 32px !important;
	padding-bottom: 32px !important;
	border-left: none !important;
}
.navbar li:first-child {
	border-left: 0px;
}
.navbar:after {
		content:'';
		position: absolute;
		left: 0;
		right: 0px;
		margin: 30px auto;
		width: 0;
		height: 0;
		border-top: solid 20px #dcbd65;
		border-left: solid 20px transparent;
		border-right: solid 20px transparent;
		z-index:-1;
}
.navbar a{
	color:#fff;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 0xp;
}

#aboutus{
	color:#818285;

}

.whoweareC{
	position: absolute;
	width:100%;
	margin-top: -59px;
}
.aboutusContent{
	width:600px;
	padding-top: 30px;
	padding-left: 7%;
  text-align:justify;
}
.btn_container{
	position:relative;
	float:right;
  top:-70px;
}
.mission_btn{
	margin-top: -253px;
  width: 286px;
  position: absolute;
  right: 141px;
	cursor:pointer;
}
.vision_btn{
  margin-top: -254px;
  width: 186px;
  position: absolute;
  right: 97px;
  cursor: pointer;
  z-index:999;
}
.healthcare_btn{
	margin-top: 28px;
  width: 178px;
  position: absolute;
  right: 107px;
	cursor:pointer;
}
.hospitality_btn{
	position: absolute;
	right: 237px;
	top: 75px;
	width: 176px;
	cursor:pointer;
}
.coreValue_btn{
  width: 286px;
  top: -110px;
  position: absolute;
  right: 140px;
  cursor: pointer;
}
.groupOfCompanies{
	top:100px;
}
.comDescContainer{
	width:100%;
  padding-bottom:40px;
}
.comDesc img{
	float:left;
	padding-right:30px;
}
#chairman:after {
    content:'';
    position: absolute;
		left: 0;
		right: 0px;
		margin: 0px auto;
		width: 0;
		height: 0;
    border-top: solid 20px #1a274a;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
.whoweare{
	background-image:url('../img/sbs.png');
	background-size: 99%;
  background-repeat: no-repeat;
  height: 0;
	padding-top: 49.5%;

}
.whoweareWrap{
	padding-top: 37px;
}
.timeline{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
}
#careerDesc{
  text-align:justify;
}
.careerImg{
  z-index: -99999;
  position: absolute;
  margin-top: -8%;
  height: 648px;
  margin-left: -211px;
}
/*
#career{
  background-image: url('../img/career.png');
  background-size: 1280px 523px;
  background-repeat: no-repeat;
  background-position: 10px 45px;
  padding-bottom: 52px;
}
*/
.whoweareC h2{
	color:#818285;
	font-size:50px;

}
.leftDiv{
	padding-top: 8%;
  padding-left: 6%;
	float:left;
}
.leftDiv strong{

	color:#1b2c5a;
	font-size:20px;
}
.leftDiv p{

  font-size: 14px;
  width: 380px;
  padding-top: 35px;
	color:#9b9b9d;
}
.leftDiv a{
	color:#1b2c5a;

}
.rightDiv{
	padding-top: 6.8%;
}
.arrow-right {
	border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #dcbd65;
	margin-top: -21px;
	margin-left: 70px;
}
.teamName{
	font-size:29px;
	color:#d8bd83;

}
.teamDetails{
	padding-left: 48%;
  line-height: 24px;
  padding-top: 4%;
}
.teamImg{
  margin-left: 48px;
  position: relative;
  margin-top: 0px;
  float: left;
  width: 30%;
}
.teamTitle{
	font-size:19.5px;
	color:#0a3a67;

	margin-bottom: 11px;
}
.leftNav{
	background-image:url('../img/left.png');
	width:25px;
	height:42px;
	position: absolute;
	margin-top: 179px;
	cursor:pointer;
}
.teamDesc{
  text-align: justify;
  width: 600px;
}

#ourstory:after {
    content:'';
		position: absolute;
	  left: 0;
	  right: 0px;
	  margin: 0 auto;
	  width: 0;
	  height: 0;
	  border-top: solid 20px #207cca;
	  border-left: solid 20px transparent;
	  border-right: solid 20px transparent;
}
#ourprojects:after {
		content: '';
	  position: absolute;
	  left: 0;
	  right: -40px;
	  margin: 0px auto;
	  width: 0;
	  height: 0;
	  border-top: solid 20px #d3d3d4;
	  border-left: solid 20px transparent;
	  border-right: solid 20px transparent;
}
.rightNav{
	background-image:url('../img/right.png');
	width:25px;
	height:42px;
	position:absolute;
	margin-top: 179px;
	margin-left: 640px;
	cursor:pointer;
}
.teamDesc strong{
	color:#fff;
	font-size:20px;

	padding-top:10px;
}
.chairmanName{
  position: absolute;
  margin-top: 34%;
  color: #CCC;
  font-size: 17px;
  margin-left: 13%;
  line-height: 1;
}
.teamDesc p{
	color:#fff;
	font-size:16px;
	padding-top: 10px;
}
#aboutus h1{
	font-size:50px;
	padding-top: 60px;
}
#aboutus h3{
	font-size: 26px;
  padding-top: 28px;
  line-height: 26px;
}
#aboutus p{
	font-size:16px;
	padding-top: 20px;
  color:black;
}
.projectsWrappe{
	padding-top:100px;
	height:1300px;
}
.projectDetails{
	cursor:pointer;
}
.Desc2008{
	width: 304px;
	box-shadow: 0 0 2px 2px #C2C2C2;
	-webkit-box-shadow: 0 0 2px 2px #C2C2C2;
	-moz-box-shadow: 0 0 2px 2px #C2C2C2;
	background-color: #fff;
  margin-left: 71px;
  position: absolute;
  margin-top: -876px;
}
.HeaderTitle{
	font-size: 50px;
  margin: 0 auto;
  text-align: center;
  padding-top: 4%;

  color: #1b2c5a;
  text-transform: uppercase;
}
.projectContainer{
	padding-top:60px;
	margin: 0 auto;
	height: 100%;
	display: block;
	overflow: auto;
}
#Container .mix{
	display: none;
  padding-right: 63px;
}
.bg-grey{
	background-color: #d3d3d4;
}
.Desc2014{
	width: 304px;
	box-shadow: 0 0 2px 2px #C2C2C2;
	-webkit-box-shadow: 0 0 2px 2px #C2C2C2;
	-moz-box-shadow: 0 0 2px 2px #C2C2C2;
	background-color: #fff;
	margin-left: 586px;
  position: absolute;
  margin-top: 0px;
}

/* 23 - Scroll to top
------------------------------------------------------------------------*/
#scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 40px;
	cursor: pointer;
	display: none;
	opacity: .7;
	z-index: 99999;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#scroll-to-top:hover{
	opacity: 1;
}

#scroll-to-top span{
	font-size: 20px;
}

#scroll-to-top span {
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	z-index: 1;
}
.hex.scroll-top {
	width: 45px;
	height: 29px;
	margin-bottom:5px;
	background-color: #dcbd65;
}
.hex.scroll-top:after,
.hex.scroll-top:before {
	margin-left: -2px;
	background-color: #dcbd65;
}

/* 23 - Scroll to top End
------------------------------------------------------------------------*/
.descHeader{
	background-color:#0d325b;
	color:#fff;
	font-size:20px;

	padding: 7px 0 7px 15px;
}
.tri_gold{
  background-image: url('../img/pro_tri_blue_.png');
	display: inline-block;
	width: 232px;
	height: 116px;
	line-height: 167px;
	font-size: 19px;
	text-align: center;
	color:#fff;
	cursor: pointer;
  margin-left: -109px;
}

.tri_content{
	display: inline-block;
  margin-top: 13px;
}
.tri_content_{
	display: block;
  margin-top: -52px;
  position: absolute;
  margin-left: 68px;
}
.menu{
	padding-bottom: 70px;
	width: 81%;
  margin: auto;
}

.tri_blue{
	background-image: url('../img/pro_tri_blue.png');
	display: inline-block;
	width: 232px;
	height: 115px;
	line-height: 170px;
	font-size: 19px;
	text-align: center;
	color:#fff;
	margin-left: -106px;
	cursor: pointer;
}
.proDesc{
	text-align: center;
	position: relative;
	margin-top: 20px;
	margin-left: 30px;
	padding-bottom: 23px;
}
.careerBtn{
  background-color: #d3b664;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  margin-top: 300px;
  margin-left: 78%;
}
.vac_details p{
  position: absolute;
    margin-left: 69%;
    font-size: 16px;
    margin-right: 40px;
    line-height: 30px;
    height: 200px;
    margin-top:-42px;
    width:369px;
}
.hex {
	position: relative;
	width: 100px;
	height: 61px;
	border-radius: 7px;
	margin: 30px auto 50px auto;
}
.hex:before,
.hex:after {
	position: absolute;
	width: inherit; height: inherit;
	border-radius: inherit;
	background: inherit;
	content: '';
	margin-left: -1px;
}

.hex ,
.hex:before,
.hex:after {
	border-left: 2px solid #dcbd65;
	border-right: 2px solid #dcbd65;
}
.hex:before  {
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}
.hex:after {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);

}
.hex.hex-margin {
	 margin-bottom: 60px;
}
.vac_details ul{
  position: absolute;
  margin-top: -35%;
  margin-left: 82%;
  font-size: 19px;
  line-height: 30px;
  height: 200px;
  overflow: scroll;
}
.vac_details ul li a:hover{
  color:#dcbd65;
  font-size:20px;
}
.proTitle{
	color:#fff;
	font-size:20px;
  text-transform: uppercase;
}
.tri_blue_in{
  background-image: url('../img/pro_tri_gold.png');
  display: inline-block;
	width: 232px;
	height: 116px;
	line-height: 170px;
	font-size: 19px;
	text-align: center;
	color:#fff;
	margin-left: -106px;
	cursor: pointer;
}
.background.cloud{
  background:url(../img/bg_header.jpg);
	background-attachment: fixed;
  background-size:100%;
  background-repeat: no-repeat;
  height:0;
  padding-top:49.5%;
}
.projectsContainer{
  text-align: center;
	height: auto;
	margin:0 auto;
	padding-top: 60px;
	padding-bottom:50px;
}
.menu li{
	display: inline;
}
.descTitle{
	color:#dcbd65;
	font-size:16px;

}
.descContent{
	color:#625c62;
	font-size:16px;

}
.descLocation{
	color:#dcbd65;
	font-size:16px;

}
.descContainer{
	padding-top: 15px;
	padding-left: 15px;
	line-height: 20px;
}
.ourproContent h2{
	font-size:50px;
	padding-top: 104px;
	padding-left:70px;

	color:#fff;
	text-transform:uppercase;
}
.ourproContent p{
	font-size:20px;
	padding-top:40px;
	padding-left:70px;

	color:#fff;
}
.applyDesc{
  position: relative;
  top: 10px;
  margin-left: 20px;
  width: 49%;
  margin: 0 auto;
}
.ourpro .middle{
	display: table;
	margin: 0 auto;
}
.projectsImg{
	float: left;
	padding-right: 22px;
}
.projectsTitle{
	color:#fff;

	font-size:24px;
	line-height: 27px;
}
.projectsText{
	color:#3d3d3d;

	line-height: 27px;
}
.projectsDesc{
	padding-top: 33px;
	float:left;
	width: 209px;
}
.ourpro{
	padding-top: 40px;
	display:table;
	margin: auto;
}
.clearfix {
  overflow: auto;
}
.projectsRight{
	padding-left: 670px;
}
.projectsBtn{
	background-color: #fff;
	text-align: center;
	padding-top: 5px;
}
.storyHeader{
	font-size:50px;
	margin: 0 auto;
	text-align: center;
  padding-top: 4%;

	color:#fff;
	text-transform:uppercase;
}
.companiesContent h2{
	font-size:50px;
	margin: 0 auto;
	text-align: center;
  padding-top: 4%;

	color:#818285;
	text-transform:uppercase;
}
#ourProjects h2{
	font-size:50px;
	margin: 0 auto;
	text-align: center;
  padding-top: 4%;

	color:#818285;
	text-transform:uppercase;
}
#career h2{
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
  padding-top: 6%;
  padding-left: 56%;

  color: #818285;
  text-transform: uppercase;
}
.companiesContent p{
	font-size:20px;
	padding-top:40px;
	padding-left:70px;

	color:#818285;
}
.contactusContent h2{
	font-size: 50px;
  margin: 0 auto;
  text-align: center;
  margin-top: 4%;

	color:#1b2c5a;
	text-transform:uppercase;
}

.comtext li img{
	border: 2px solid #d3d3d4;
	border-radius: 60px;
	cursor:pointer;
}
.comtext li{
	display: inline;
	padding-left: 30px;
}
.comtext{
	padding-top: 60px;
	margin: auto;
display: table;
}
.comDescContainer p{
	padding-top:10px;
	font-size:16px;
  padding-left:180px;
}
.nav_left{
	background-image:url('../img/left.png');
	width:25px;
	height:42px;
	position: absolute;
	margin-top: 40px;
  margin-left: -35px;
	cursor:pointer;
}
.nav_right{
	background-image:url('../img/right.png');
	width:24px;
	height:42px;
	position: absolute;
	margin-top: 40px;
	margin-left: 1102px;
	cursor:pointer;
}
.comActive{
	width: 0px;
  /* height: 20px; */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d3d3d4;
  position: relative;
	top: -5px;
  left: 11px;
  margin: 0 auto;
}
.comDesc{
	position:relative;
	top: 10px;
	margin-left:20px;
	width: 60%;
	margin: 0 auto;
}
.findourproject{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;

	background-color:#1b2c5a;
	width: 211px;
  padding-top: 20px;
  padding-bottom: 20px;
	float:left;
	padding-left: 20px;
  padding-right: 20px;
	cursor:pointer;
}
.btn_group{
	padding-left: 415px;
	padding-top: 55px;
	width: 502px;
}
.talktous{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;

	background-color:#dcbd65;
	width: 211px;
  padding-top: 21px;
  padding-bottom: 21px;
	float:right;
	padding-left: 20px;
  padding-right: 20px;
	cursor:pointer;
}
.alignment{
	height:156px;
}

#ourProjects:after {
    content:'';
    position: absolute;
		left: 0;
		right: 0px;
		margin: 0px auto;
		width: 0;
		height: 0;
    border-top: solid 20px #d3d3d4;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

#newsevents{
  min-height:640px;
}

#career a:hover{
  color:#dcbd65;
}
.headerTitle{
  color:#fff;
  font-size:40px;
  text-align: center;
  padding-top: 12%;
}
#login input,textarea{
  background: #e0ce9e;
  border: none;
  width: 248px;
  height: 55px;
}
#login .submitLogin{
  background-color: #1b2c5a;
  color: #fff;
  width: 150px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
}
#career td{
  padding-top:10px;
  padding-bottom:10px;
}
.con_inputs label{
	font-size:14px;

	color:#3d3d3d;
}
.con_inputs input,select,textarea{
	background: #e0ce9e;
	border:none;
	width:248px;
	height:55px;
}
.con_inputs select{
	background-image: linear-gradient(45deg, transparent 50%, rgb(205, 175, 90) 50%), linear-gradient(135deg, rgb(220, 189, 97) 50%, transparent 50%), linear-gradient(to right, rgb(27, 44, 90), rgb(27, 44, 90));
background-position: calc(100% - 9px) calc(1.4em + 12px), calc(100% - 4px) calc(1.4em + 12px), 100% 0;
background-size: 8px 6px, 6px 6px, 20px 57px;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
}
.send_Btn{
  background-color: rgba(235,183,64,0.7);
  color: #fff;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  border-radius: 6px;
  border: none;
}
.send_Btn:hover{
  color:#000 !important;
}
.fancybox-thumb img{
  margin-top: 0px !important;
}
.vac-description h2 {
  font-size: 26px !important;
  margin: 0 auto;
  text-align: none;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 0 !important;
  color: #818285;
  text-transform: uppercase;
}
.send_Btn_{
	background-color: #1b2c5a;
  color: #fff;
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  border-radius: 6px;
}
.input_right{
	float:right;
	margin-left: 300px;
  position: absolute;
  margin-top: -124px;
}
.con_container{
	width: 550px;
  float: left;
  padding-right: 164px;
}
.con_inputs{
	padding-left: 26px;
	padding-top: 50px;
}
.con_address{
	float: right;
	padding-top: 47px;
}
.address{
	margin-top: -152px;
	margin-left: 62px;
	color:#3d3d3d;
	font-size:14px;

}
.address a{
	color:#fff;
}
.con_map{
	margin-top: 59px;
}
#contactus:after {
    content:'';
    position: absolute;
		left: 0;
		right: 0px;
		margin: 0 auto;
		width: 0;
		height: 0;
    border-top: solid 20px #c9ad5b;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
.contactusWrap{
	margin:auto;
	display:table;
  margin-top: -10px;

}
.filterMenu{
	display:table;
	margin:0 auto;
}
.filterMenu{
	padding-top:20px;
}
.filterBTN{
	background-color:#1b2c5a;
	width:180px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	float:left;
	margin-left:20px;
}
.filterBTN:hover{
	background-color:#dcbd65;
	width:180px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	float:left;
	margin-left:20px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footerMenu{
	background-image:url('../img/footer-bg.png');
	min-height: 470px;
}
.footerMenu .row{
	padding-top:100px;
	margin: 0 auto;
	display: table;
}
.row h4{
	color:#fff;
	font-size:24px;

	padding-bottom:40px;
}
.row ul a{
	color:#818285;
	font-size:16px;

	line-height:27px;
}
.row div{
	float:left;
	padding-left:55px;
}
.footerSocial img{
	padding-right: 13px;
}
.footer {
	margin: -10px auto 0;
	min-width: 320px;
	height: 50px;
	color:#fff;
	background: #1b2c5a;
	position: relative;
	padding-top: 15px;
}
.footerLeft{
	float: left;
	padding-top: 10px;
}
.footerRight{
	float: right;
	padding-right: 12px;
}
