/* Custom styles */

body {
	font-family: 'Geist';
	font-size:18px;
	line-height:normal;
	font-weight:400;
	color:#212121;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:inherit;
	font-weight: 700;
	line-height:normal;
	margin-bottom: 24px;
	font-family:'Inter';
}

.h1, h1 {
	font-size:48px;
	font-size:54px;
}

.h2, h2 {
	font-size: 36px;
}

.h3, h3 {
	font-size:36px;
}

.h6, h6 {
	font-size:20px;
}

p {
	margin-bottom:24px;
}

p:last-child, p:empty {
	margin-bottom:0;
}

img {
	max-width:100%;
	height:auto;
}

.navbar {
	padding:0;
}

.navbar-brand {
	padding:0;
	margin:0;
}

.navbar-brand img {
	height: auto;
}

.btn, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link {
	--bs-btn-padding-x: 16px;
	--bs-btn-padding-y: 8px;
	--bs-btn-font-size:16px;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: normal;
	--bs-btn-box-shadow: none;
	--bs-btn-focus-box-shadow: none;
	--bs-btn-font-family: 'Geist';
	--bs-btn-color:#212121;
	--bs-btn-border-radius: 0;
	background-image: none;
	text-transform:uppercase;
}

.btn-primary, .wp-block-button .wp-block-button__link {
	--bs-btn-color: #fff;
	--bs-btn-bg: #0E0E6F;
	--bs-btn-border-color: #0E0E6F;
	--bs-btn-hover-color: #0E0E6F;
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: #0E0E6F;
	--bs-btn-focus-shadow-rgb: none;
	--bs-btn-active-color: #0E0E6F;
	--bs-btn-active-bg: transparent;
	--bs-btn-active-border-color: #0E0E6F;
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: #0E0E6F;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0E0E6F;
}

.btn-white {
	background-color:#fff;
	border-color:#fff;
}

.btn-white:hover, .btn-white:focus,
.btn-white:active {
	border-color:#fff;
	color:#fff;
}

.btn-white-hover:hover,
.btn-white-hover:focus,
.btn-white-hover:active {
	border-color:#fff;
	color:#fff;
	background-color:transparent;
}

.nav-link {
	color: #212121;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-transform:uppercase;
}

.navbar-toggler {
	background:url('images/hamburger-icon.png') no-repeat 50% 50%;
	background-size:contain;
	padding:0;
	border:none;
	outline:none;
	width:22px;
	height:22px;
}

.navbar-toggler[aria-expanded="true"] {
	background-image:url('images/hamburger-close-icon.png');
}

.navbar-toggler:focus {
	-webkit-box-shadow: none;
	box-shadow:none;
}

header.bg--white .navbar {
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}

.video-background .mejs-container {
	max-height: 100%;
}

.video-background .mejs-controls, 
.video-background .mejs-layers {
	display: none !important;
}

.with-border-top,
.with-border-top-white,
.with-bottom-border-orange,
.with-border-bottom-white {
	position:relative;
	display:inline-block;
}

.with-border-top:before,
.with-border-top-white:before,
.with-bottom-border-orange:after,
.with-border-bottom-white:after {
	content:'';
	width:100%;
	height:1px;
	background-color:#212121;
	left:0;
	position:absolute;
	top:-24px;
}

.with-border-top-28pct:before {
	width:28%;
}

.with-border-top-48pct:before {
	width:48%;
}

.with-border-bottom-65pct:after {
	width:65%;
}

.with-bottom-border-orange:after {
	background-color:#EB9521;
	top:auto;
	bottom:-16px;
	width:62%;
	left:auto;
	right:0;
}

.with-border-bottom-white:after {
	top:auto;
	bottom:-24px;
}

.with-border-top-white:before,
.with-border-bottom-white:after {
	background-color:#fff;
}

.arrow-1 {
	background:url('images/arrow-1.png') no-repeat 50% 50%;
	background-size:contain;
}

.arrow-small-1 {
	background:url('images/arrow-small-1.png') no-repeat 50% 50%;
	background-size:contain;
}

.plus-icon {
	background:url('images/plus-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.close-icon {
	background:url('images/close-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.linkedin-icon {
	background:url('images/linkedin-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.linkedin-icon:hover {
	background:url('images/linkedin-icon-hover.png') no-repeat 50% 50%;
	background-size:contain;
}

.play-icon {
	background:url('images/play-icon.png') no-repeat 50% 50%;
	background-size:contain;
}

.with-arrow-trail {
	position:relative;
}

.with-arrow-trail:after {
	content:'';
	width:19px;
	height:19px;
	background:url('images/arrow-small-1.png') no-repeat 50% 50%;
	background-size:contain;
	vertical-align:middle;
	display:inline-block;
	margin-left:12px;
}

button.slick-arrow {
	width:36px;
	height:36px;
	padding:0;
	border:none;
	text-indent:-99999px;
	overflow:hidden;
	background:url('images/slider-arrow-1.png') no-repeat 50% 50%;
	background-size:contain;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

button.slick-arrow.slick-prev {
	margin-right:12px;
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

#main {
	margin-top:0;
}

footer {
	color:#fff;
	font-size:12px;
	-moz-background: linear-gradient(0deg, #000020 0.37%, #0E0E6F 99.57%);
	-webkit-background: linear-gradient(0deg, #000020 0.37%, #0E0E6F 99.57%);
	-ms-background: linear-gradient(0deg, #000020 0.37%, #0E0E6F 99.57%);
	-o-background: linear-gradient(0deg, #000020 0.37%, #0E0E6F 99.57%);
	background: linear-gradient(0deg, #000020 0.37%, #0E0E6F 99.57%);
}

footer .widget:not(:last-child) {
	margin-bottom:24px;
}

footer ul.menu {
	padding:0;
	margin:0;
	list-style-type:none;
}

footer ul.menu > li {
	margin-bottom:12px;
}

footer a {
	color:#fff;
}

footer a:hover,
footer a:focus,
footer a:active {
	color:#EB9423;
}

.contact-form-container .gform_required_legend {
	display:none;
}

.contact-form-container .gform-theme--foundation .gform_fields {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0 -12px;
	width:auto;
}

.contact-form-container .gform-theme--foundation .gform_fields {
	-moz-column-gap: 0;
	column-gap: 0;
	row-gap: 24px;
}

.contact-form-container .gform-theme--foundation .gfield {
	padding:0 12px;
	width:100%;
	-moz-flex:0 0 auto;
	-webkit-flex:0 0 auto;
	flex:0 0 auto;
}

.contact-form-container .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	font-size:18px;
	line-height:normal;
}

.contact-form-container .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border-color:#212121;
	outline:none;
	border-radius:0;
}

.contact-form-container #gform_submit_button_1 {
	padding:8px 16px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	background-color:#0E0E6F;
	color:#fff;
	border-color:#0E0E6F;
	border-radius:0;
	outline:none;
}

@media (min-width:768px) {
	
	.h2, h2 {
		font-size: 48px;
	}
	
	.contact-form-container .gform-theme--foundation .gfield:first-child,
	.contact-form-container .gform-theme--foundation .gfield:nth-child(2),
	.contact-form-container .gform-theme--foundation .gfield:nth-child(3),
	.contact-form-container .gform-theme--foundation .gfield:nth-child(4) {
		width:50%;
	}
	
}

@media (min-width:992px) {
	
	.navbar-nav > .menu-item {
		margin:0 16px;
	}
	
}

@media (min-width: 1200px) {
	
	.container-fluid {
		padding-left: 84px;
		padding-right: 84px;
	}
	
}

@media (min-width:1400px) {
	
	.h1, h1 {
		font-size:60px;
	}
	
	.h4, h4 {
		font-size:28px;
	}
	
	.h5, h5 {
		font-size:24px;
	}
	
	.h6, h6 {
		font-size:20px;
	}
	
}

@media (max-width:1200px) {
	
	#main {
		overflow:hidden;
	}
	
}

@media (max-width:991px) {
	
	.services-page #main,
	.about-page #main,
	.contact-page #main,
	.thank-you-page #main {
		margin-top:90px;
	}
	
	.navbar-collapse {
		padding-bottom:32px;
	}
	
	.navbar-nav > .menu-item {
		padding:16px 0;
	}
	
	.navbar-nav > .menu-item:not(:last-child) {
		border-bottom:1px solid #212121;
	}
	
	.nav-link {
		text-transform:uppercase;
	}
	
}

@media (max-width:767px) {
	
	.with-bottom-border-orange:after {
		left: 0;
		right: auto;
	}
	
}