
/* LAYOUT OVERRIDES */
#site-header .hdr-btns {
	display: none !important;
}

#site-header .hdr-info {
	padding: 6px !important;
	display: flex !important;
}

footer.site-footer {
	display: none;
}

/* INTRO SECTION */
.sec-intro {
	background: #fff;
}

.cont-intro {
	max-width: 1200px;
}

.row-intro {
	align-items: flex-start;
	align-items: stretch;
}

.col-intro-form {
	flex-direction: column;
	justify-content: flex-start;
}

.col-intro-cont h2 {
	width: 100%;
	color: #2a4b80;
}

.intro-form {
	padding: 20px;
	background: url("#") right top no-repeat #2a4b80;
	background-size: auto 100%;
	color: #fff;
	position: sticky;
	top: 85px;
}

.intro-form.nitro-lazy {
	background-image: none !important;
}

.intro-form h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}

.intro-form h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: calc(100% - .5em);
	width: 8px;
	transform: translate(0, -50%);
	background: #cd1414;
}

@media only screen and (min-width: 960px) {
	.col-intro-form {
		max-width: 325px;
	}
	
	.col-intro-cont h2 {
		font-size: 1.8em;
		line-height: 1.4em;
	}
}

@media only screen and (min-width: 1400px) {}

/* VIDEO SECTION */
.about-row {
	align-items: flex-start;
}

.col-abt-cont h2 {
	color: #2a4b80;
}

.abt-image-cont {
	width: 100%;
	border: 8px solid #fff;
	filter: drop-shadow(0 10px 15px rgba(90, 91, 105, .2));
}

@media only screen and (min-width: 960px) {
	.col-abt-cont {
		max-width: 40%;
	}
	
	.col-abt-cont h2 {
		font-size: 1.8em;
		line-height: 1.4em;
	}
}

@media only screen and (min-width: 1400px) {}

/* FAQS SECTION */
.sec-faqs {
	background: #fff;
	text-align: center;
}

.faqs-cont {
	align-items: center;
}

@media only screen and (min-width: 960px) {}

@media only screen and (min-width: 1400px) {}

/* FEATURED LINKS */
.sec-feat-links {
	padding: 0;
	position: relative;
	z-index: 10;
	background: white;
}

.feat-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.feat-links > li {
	display: flex;
	position: relative;
	flex-basis: 50%;
}

.feat-links > li:last-child:nth-child(odd) {
	flex-basis: 100%;
}

.feat-links > li:nth-child(n+3) {
	border-top: 1px solid #0475a5;
}

.feat-links > li:nth-child(even) {
	border-left: 1px solid #0475a5;
}

.feat-links-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	background: #005182;
	background: linear-gradient(45deg, rgba(0, 81, 130, 1) 0%, #00648f 100%);
	color: #fff;
	position: relative;
	outline: 0 solid rgba(7, 127, 198, 0);
	outline-offset: 0;
	text-align: center;
}

.feat-links-cont h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.feat-links-txt {
	color: #cad2df;
	display: none;
	font-size: .9em;
	line-height: 1.4em;
	flex-grow: 1;
}

.feat-links-btn:not(:first-child) {
	margin-top: 15px;
}

@media only screen and (min-width: 960px) {
	.feat-links {
		flex-wrap: nowrap;
		transform: translate(0, -40px);
		margin-bottom: -40px;
		max-width: 1520px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.feat-links > li {
		flex-basis: 100%;
	}
	
	.feat-links > li:nth-child(n+3) {
		border-top: unset;
	}
	
	.feat-links > li:nth-child(even) {
		border-left: unset;
	}
	
	.feat-links-cont {
		align-items: flex-start;
		text-align: left;
		justify-content: space-between;
		background: linear-gradient(90deg, rgba(0, 81, 130, 1) 0%, rgba(0, 100, 143, 1) 100%);
	}
	
	.feat-links-cont:hover {
		animation-name: feat_link_hover_anim;
		animation-duration: .2s;
		animation-fill-mode: forwards;
	}
	
	@keyframes feat_link_hover_anim {
		to {
			outline: 6px solid rgba(11, 117, 183, .7);
			outline-offset: -6px;
		}
	}
	
	.feat-links-cont h2 {
		font-size: 1.2em;
		line-height: 1.3em;
		justify-content: flex-start;
	}
	
	.feat-links-txt {
		display: block;
	}
	
	.feat-links-txt:not(:first-child) {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 1400px) {
	.feat-links-cont h2 {
		font-size: 1.3em;
		line-height: 1.3em;
	}
}

/* SERVICES SECTION */
.sec-services {
	padding-top: 0;
	padding-bottom: 0;
	background: #fff;
}

.sec-svc-cont {}

.col-svc-cont {
	padding: 35px 0;
	text-align: center;
	align-items: center;
}

.col-svc-img {
	display: none;
}

.sec-svc-txt:not(:last-child) {
	margin-bottom: 25px;
}

.sec-svc-cards {
	display: grid;
	grid-gap: 10px;
	width: 100%;
	max-width: 420px;
}

.sec-svc-cards:not(:last-child) {
	margin-bottom: 20px;
}

.sec-svc-cards > li {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.sec-svc-cards > li .svc-card-cont {
	background: #fff;
	padding: 25px 15px;
	filter: drop-shadow(0 10px 15px rgba(90, 91, 105, .2));
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.svc-card-icn {
	height: 65px;
}

.svc-card-icn:not(:last-child) {
	margin-bottom: 20px;
}

.sec-svc-cards h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-grow: 1;
}

.sec-svc-cards h2:not(:last-child) {
	margin-bottom: 15px;
}

.sec-svc-dev {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 5px;
	gap: 5px;
	width: 100%;
}

.sec-svc-dev > li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	background: #cec9ce;
	height: 36px;
	font-size: .9em;
}

.sec-svc-dev > li.svc-dev-icn {
	width: 36px;
	overflow: hidden;
	background: #4a9fac;
	padding: 5px 7px;
}

.sec-svc-dev > li.svc-dev-icn > svg {
	height: 100%;
}

@media only screen and (min-width: 960px) {
	.sec-svc-cont {
		display: grid;
		grid-gap: 0;
		align-items: stretch;
		grid-template-columns: 1fr minmax(min-content, 0%);
	}
	
	.col-svc-cont {
		padding: 60px 0;
	}
	
	.col-svc-img {
		flex-basis: auto;
		justify-content: flex-end;
		padding-top: 60px;
		display: flex;
	}
	
	.sec-svc-txt:not(:last-child) {
		margin-bottom: 35px;
	}
	
	.sec-svc-cards {
		align-items: stretch;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		grid-gap: 15px;
		max-width: 780px;
	}
	
	.sec-svc-cards:not(:last-child) {
		margin-bottom: 35px;
	}
	
	.sec-svc-cards > li .svc-card-cont {
		padding: 25px;
		transition: opacity .4s ease-out;
	}
	
	.sec-svc-cards:hover > li:not(:hover) .svc-card-cont {
		opacity: .5;
	}
	
	.svc-card-icn:not(:last-child) {
		margin-bottom: 25px;
	}
	
	.sec-svc-cards h2 {
		font-size: 1.3em;
		line-height: 1.3em;
	}
	
	.sec-svc-cards h2:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.sec-svc-dev {
		display: grid;
		grid-auto-flow: column;
	}
}
