/*** Layout ***************************
***************************************/
html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body {
	color: #333333;
	font-size: 20px;
	font-family: 'Open Sans', 'Tahoma', sans-serif;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff; /* change if the mask should have another color then white */
	z-index: 99; /* makes sure it stays on top */
}
.load {
	position: fixed;
	margin-left: -60px;
	width: 120px;
	top: 20%;
	left: 50%;
	height: 120px;
}
/*** Shared ***************************
***************************************/
.section-item {
	background: #ffffff;
}
.section-grey {
	background: #e8e8e7;
}
.section-heading {
	font-size: 40px;
	margin: 10px 0 40px;
	color: #c02026;
	font-weight: 700;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}
/*** Navigation ***********************
***************************************/
#mainNav {
	z-index: 10;
	width: 100%;
	position: fixed;
	top: 0;
	background: #c02026;
	display: none;
}
#mainNav .nav-link {
	color: #e59fa3;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 10px;
	position: relative;
	z-index: 12;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
#mainNav .nav-link.active {
	color: #ffffff;
}


.navbar-brand {
	position: absolute;
	text-align: center;
	pointer-events: none;
	left: 0;
	right: 0;
}
.navbar-brand-link {
	color: #fff;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	z-index: 11;
	line-height: 30px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.navbar-brand-link:hover {
	text-decoration: none;
	color: #ffffff;
}
.success-nav-item {
	margin-right: 57px;
}
.people-nav-item {
	margin-left: 57px;
}
/*** Section - HOME *******************
***************************************/
#home {
	height: 100vh;
	background: #000000;
	position: relative;
	overflow: hidden;
}
#mainVideo {
	position: absolute;
	object-fit: cover;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.landing-content {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	z-index: 8;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.landing-content .container, .landing-content .row {
	height: 100%;
}
.landing-content h1 {
	margin: 40px 0 40px;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 1em;
	color: #ffffff;
	letter-spacing: -2px;
	font-weight: 700;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}
.landing-buttons {
	margin: 60px 0 120px;
}
.landing-buttons .btn {
	margin: 0 10px 0;
	font-weight: 700;
	border: 2px solid #ffffff;
}
/*** Icon buttons *********************
***************************************/
.icon-btn {
	display: inline-block;
	outline: 0;

}
.icon-txt {
	margin-top: 15px;
	color: #333333;
	font-weight: 400;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 1.1em;
}
.icon-btn:hover {
	text-decoration: none;

}
.icon-btn .icon-img {
			-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-btn:hover .icon-img {
	    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.icon-btn .icon-txt {
			-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-btn:hover .icon-txt {
	 color: #c02026;
}

.icon-txt span {
	display: block;
	margin-top: 5px;
	font-style: italic;
	font-weight: 400;
	font-size: 0.9em;
}
.icon-btn:active {
	outline: 0;
}
#success .icon-img {
	background: #e8e8e7;
	border: 3px solid #acabab;
	text-align: center;
	width: 176px;
	height: 176px;
	line-height: 168px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
}
#success .icon-img img {
	max-width: 120px;
	max-height: 120px;
}
#services .icon-img img {
	max-width: 120px;
	max-height: 120px;
	height: 110px;
}
#people .icon-img img {
	width: 176px;
	height: 176px;
}
#people .icon-img {
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	display: inline-block;
	border: 3px solid #ffffff;
	text-align: center;
	width: 176px;
	height: 176px;
	line-height: 170px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.arrow {
	text-align: center;
	position: absolute;
	bottom: 30px;
	z-index: 10;
	left: 0;
	right: 0;
}
.arrow-img img {
height: 80px;	
}
.arrow a {
	display: inline-block;
	color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.arrow a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 60% {
 transform: translateY(-15px);
}
}
#footer {
	background: #464646;
	color: #c3c3c3;
	font-size: 14px;
	padding: 20px;
	font-weight: 600;
}

.ajax-content {
	font-size: 18px;
	padding: 50px 80px;
	margin: 0 auto;
	background: #ffffff;
}
.ajax-txt {
	margin: 50px 0 30px;
}
.ajax-txt h1 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
.ajax-img img {
	height: 140px;
}
.fancybox-inner {
	margin: 0 auto;

}
.fancybox-infobar, .fancybox-toolbar {
	display: none !important;
}
.fancybox-content {
	width: 700px !important;
}
.fancybox-container {
	text-align: center;
}

.profile-img {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border: 3px solid #acabab;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);
	overflow: hidden;
}
.profile-img img {
width: 170px;
	height: 170px;}
.ajax-txt h1 span {
	font-weight: 400;
	display: block;
	font-size: 18px;
	margin: 5px 0 0;
}
