@charset "UTF-8";
/* CSS Document */
.nav{
	
font-family: "Raleway";
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 200;
}
.light-72-wide{
	font-family: "Raleway";
text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 10px;
	line-height: 23px;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	margin-top: 100px;
}
.black-header #main-menu .navbar .nav > li.current > a, .header-black-white #main-menu .navbar .nav > li.current > a{
	border-bottom:none;
	color: #b29151;
}
.home-headline{
	font-family: "Raleway";
text-transform: uppercase;
	color: #343940;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 15px;
	
}
.element{
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: left;
}
.home-content{
font-family: "Raleway";
	color: #343940;
	font-size: 16px;
	font-weight: 300;
	
}
.fes7-img-cont{
	
	margin: 80px;
}
.home-know-more-btn{
	font-family: "Raleway";
	font-size: 14px;
	font-weight: 600;
	color: #b29151;
	text-decoration: none;
	
	
text-transform: uppercase;
	letter-spacing: 2px;
	
}
.video-ads-bg{
	background: #2c2c2c url(../images/home-page-services-bg.jpg) fixed
}
.section-title{
	font-family: "Raleway";
	color: #FFFFFF;
	border-left:none;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0px;
}
.section-text{
	font-family: "Raleway";
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
	
}
.home-section-title{
	font-family: "Raleway";
	color: #b29151;
	font-size: 20px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
	
}
.home-section-text{
	font-family: "Raleway";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	
}
.footer-links{
	font-family: "Raleway";
	text-transform: uppercase;
}
.footer-text{
	font-family: "Raleway";
	font-size: 13px;
	color: #FFFFFF;
	
}
.page-title-cont{
	padding-bottom: 220px;
}
.subpage-title{
	text-align: center;
}
.subpage-title h1{
	font-family: "Raleway";
	font-size: 38px;
	color: #FFFFFF;
	letter-spacing: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.member {
	font-family: "Raleway";
}
.member h3{
	font-family: "Raleway";
	color: #b29151;
	text-transform: uppercase;
}
.member span{
	text-transform: uppercase;
}
.services-contianer{
	position: relative;
	
	z-index: 0;
	overflow: hidden;
background-repeat: no-repeat;
background-position:  center center;
height: 620px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 4px;
	ackground-position-x: 50%;
background-position-y: 50%;
	padding: 0px;

	
}


.services-contianer .overlay{
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(52,57,64,0.45);
	opacity: 0;
	 -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
	
}
.services-contianer .overlay-container{
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #343940;
	height: 133px;
	bottom: 0px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 52px;
	padding-bottom: 52px;
	 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.services-contianer .overlay-container h3{
	margin: 0px;
	padding: 0px;
	font-family: "Raleway";
	color: #b29151;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
	margin-bottom: 33px;
}
.services-contianer .overlay-container p{
	font-family: "Raleway";
	color: #ffffff;
		font-size: 14px;
	line-height: 18px;
	letter-spacing: 3px;
	opacity: 0;
	 -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.services-contianer:hover .overlay-container{
	height: 380px;
	 -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.services-contianer:hover .overlay{
	opacity: 100;
	 -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.services-contianer:hover .overlay-container p{
		opacity: 100;
	 -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.client-row img {
	height: auto;
	max-width: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
}



.media-kit {
	padding: 20px;
	font-family: "Raleway";
	margin-bottom: 10px !important;
	
}

.market-update-photo{
	
	border-color: #B8B8B8;
	border-style: solid;
	
	border-width: 1px;
	width: 100px;
	height: 100px;
	
	position: absolute;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	background: #A5A5A5 url(../images/CIO.jpg);
}
.blog2-post-title-cont .post-prev-title{
	border-left: none;
	margin-left: 100px;
	padding: 25px 0 15px 20px;
	
}

.fes2-main-text-cont{
	
	padding: 100px 0px 100px 0px;
}

.why-container{
	
	padding: 55px; position: absolute; height: 100%; 
	background: #A5A5A5 url(../images/boxes-bg.jpg) ;
	background-size: cover;
	right: 0;
	
	
}
.why-box{
	
	border-color: #FFFFFF;
	border-style: solid;
	color: #FFFFFF;
	background-color: rgba(255,255,255,0.2);
	border-width: 1px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33333333% - 20px);
	text-align: center;
	font-family: "Raleway";
	float: left;
	line-height: 16px;
}
@media (max-width: 1375px) {
	.why-box{
		min-height: 134px;
	}
	
}

@media (max-width: 1024px) {
	.fes2-main-text-cont{
	
	padding: 50px 0px 20px 0px;
}
	.downloads{
		float: left;
	}

	.fes7-img-cont{
		display: none;
		visibility: hidden;
	}
.subpage-title{
	margin-top: 120px;
}
.page-title-cont{
	padding-bottom: 100px;
}
	
	
	
	.why-container{
		text-align: center;
	
	position: relative;
padding: 20px;
	padding-left: 30px;
	
}
	
	.why-box{
		
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc(33.33333333% - 10px);
		min-height: 134px;
		padding-left: 10px;
		padding-right: 10px;
		
		
	}	
	
}
