/*# sourceMappingURL=style.css.map */

body {
	height: 100vh;
	overflow-x: hidden;
}

.br-15 {
	border-radius: 15px;
}

.blue-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(5, 66, 110, .7);
}

.shadow {
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, .1);
}

.spacer {
	margin-top: 90px;
	margin-bottom: 90px;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.spacer .container {
	border-top: 1px solid #d8d8d8;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

button, input, select {
	appearance: none;
	border: none;
	outline: none;
	background: none;
}

button::-moz-focus-inner {
	outline: none;
}

img {
	display: block;
	max-width: 100%;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 599px) {
	.container {
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1100px) {
	.container {
		max-width: 1100px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1266px) {
	.container {
		max-width: 1266px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.container-fluid {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container-fluid > .row {
	margin-left: 0;
	margin-right: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Overpass", sans-serif;
	font-weight: 700;
	font-style: normal;
	transition: 1s ease-out .3s;
}

h1 {
	font-weight: 300;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	h1 {
		font-size: 42px;
		line-height: 50px;
	}
}

@media (max-width: 1023px) {
	h1 {
		font-size: 42px;
		line-height: 50px;
	}
}

h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 54px;
	margin-bottom: 20px;
}

h3 {
	font-size: 40px;
	line-height: 62px;
	margin-bottom: 10px;
}

h4 {
	font-size: 38px;
	line-height: 60px;
	margin-bottom: 10px;
}

h5 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

h6 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}

p {
	color: #242427;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

li, span, button, label {
	font-family: "Overpass", sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	li, span, button, label {
		font-size: 18px;
		line-height: 22px;
	}
}

p, li {
	margin-bottom: 15px;
	font-family: "Overpass", sans-serif;
}

a {
	color: #cddb29;
}

a:hover {
	color: #242427;
}

ol, ul {
	padding-left: 0;
	margin-bottom: 20px;
}

ol li, ul li {
	list-style-position: inside;
	font-family: "Overpass", sans-serif;
}

td, th {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 0px;
	line-height: 0px;
}

@media (max-width: 767px) {
	td, th {
		font-size: 0px;
		line-height: 0px;
	}
}

.standard-text {
	font-size: 16px;
	line-height: 22px;
}

.light {
	font-weight: 100;
}

.book {
	font-weight: 300;
}

.medium {
	font-weight: 500;
}

.semi-bold, .semi-bold p {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

ul.no-bullets, ul.no-bullets li, ul.list-none {
	list-style: none;
}

.capitals {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.h-100 {
	height: 100%;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

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

.align-end {
	align-items: flex-end;
}

.center {
	text-align: center;
}

@media (max-width: 1023px) {
	.desktop-only {
		display: none;
	}
}

@media (max-width: 767px) {
	.mobile-only {
		display: block;
	}
	
	.hide-mobile {
		display: none;
	}
	
	.tablet-only {
		display: none;
	}
}

@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.desktop-only {
		display: initial;
	}
}

@media (min-width: 1100px) {
	.tablet-only {
		display: none;
	}
}

.no-padding {
	padding: 0;
}

.no-padding-top {
	padding-top: 0;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.no-margin li {
	margin: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}

.p-30 {
	padding: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mr-25 {
	margin-right: 25px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-100 {
	margin-top: 100px;
}

@media (max-width: 1099px) {
	.mt-100 {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.mb-50 {
		margin-bottom: 25px;
	}
	
	.mt-100 {
		margin-top: 50px;
	}
}

.hero-banner {
	position: relative;
	min-height: 750px;
	height: 750px;
	overflow: hidden;
	color: #fff;
	display: flex;
}

.hero-banner .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-banner .banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-banner .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.hero-banner .banner-content {
	position: relative;
	z-index: 2;
	padding-left: 50px;
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.hero-banner .banner-content {
		padding-left: 0;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.hero-banner .banner-content {
		padding-left: 0;
	}
}

.hero-banner .banner-content .inner h1, .hero-banner .banner-content .inner h2 {
	max-width: 630px;
	margin-bottom: 20px;
	padding: 20px 20px 0 0;
}

@media (max-width: 767px) {
	.hero-banner .banner-content .inner h1, .hero-banner .banner-content .inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

@media (max-width: 1023px) {
	.hero-banner .banner-content .inner h1, .hero-banner .banner-content .inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

.hero-banner .banner-content .inner h2 {
	font-weight: 300;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}

.hero-banner .banner-content .inner a {
	color: #fff;
	text-decoration: underline;
}

.hero-banner .banner-content .inner p {
	color: #fff;
	max-width: 500px;
	margin-bottom: 10px;
}

.hero-banner .banner-content .inner ul {
	display: flex;
	list-style-type: none;
	padding: 30px 0 0 0;
}

@media (max-width: 767px) {
	.hero-banner .banner-content .inner ul {
		justify-content: center;
	}
}

.hero-banner .banner-content .inner ul li {
	margin-right: 20px;
}

.hero-banner .banner-content .inner ul li a {
	color: #1e1e1c;
	text-decoration: none;
}

.hero-banner .banner-content .inner ul li a span {
	position: relative;
	top: 2px;
}

.hero-banner .banner-content .inner ul li a.btn {
	background-color: #e7e97f;
	padding: 10px 17px;
}

.hero-banner .banner-content .inner ul li a.btn:hover {
	background-color: #fff;
	color: #1e1e1c;
}

.hero-banner .banner-content .inner ul li:nth-child(2) a.btn {
	background-color: #fff;
}

.hero-banner .banner-content .inner ul li:nth-child(2) a.btn:hover {
	background-color: #e7e97f;
	color: #1e1e1c;
}

.hero-banner .banner-bottom-curve {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 3;
}

@media (max-width: 767px) {
	.hero-banner .banner-bottom-curve {
		transform: scaleX(-1);
		right: -100px;
	}
}

@media (max-width: 1023px) {
	.hero-banner .banner-bottom-curve {
		transform: scaleX(-1);
		right: -100px;
	}
}

.hero-banner .banner-bottom-curve img {
	width: 100%;
}

@media (max-width: 767px) {
	.hero-banner .banner-bottom-curve img {
		height: 60px;
	}
}

@media (max-width: 767px) {
	.page-template-page-ppc .hero-banner {
		min-height: 950px;
	}
}

.page-template-page-ppc .hero-banner .banner-content {
	display: inline-grid;
	width: 100%;
}

.page-template-page-ppc .hero-banner .banner-content .inner .date {
	background-color: rgba(255, 255, 255, .33);
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-family: "Overpass", sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 120px;
	max-height: 130px;
}

@media (max-width: 767px) {
	.page-template-page-ppc .hero-banner .banner-content .inner .date {
		margin: 0 auto;
	}
}

.page-template-page-ppc .hero-banner .banner-content .inner .date .weekday, .page-template-page-ppc .hero-banner .banner-content .inner .date .month {
	font-size: 17px;
	display: block;
	margin: 0;
}

.page-template-page-ppc .hero-banner .banner-content .inner .date .day {
	font-size: 50px;
	display: block;
	margin: 0;
	line-height: 56px;
}

.page-template-page-ppc .hero-banner .banner-content .inner h1 {
	max-width: 100%;
	margin-left: -40px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.page-template-page-ppc .hero-banner .banner-content .inner h1 {
		margin-left: 0;
	}
}

@media (max-width: 1023px) {
	.page-template-page-ppc .hero-banner .banner-content .inner h1 {
		margin-left: 0;
	}
}

.page-template-page-ppc .hero-banner .banner-content .inner .event_meta {
	margin-left: -50px;
	margin-bottom: 0;
	padding-top: 15px;
}

.page-template-page-ppc .hero-banner .banner-content .inner .event_meta li {
	margin-right: 0;
	position: relative;
	padding-left: 45px;
}

.page-template-page-ppc .hero-banner .banner-content .inner .event_meta li span {
	position: absolute;
	left: 15px;
}

@media (max-width: 767px) {
	.page-template-page-ppc .hero-banner .banner-content .inner .event_meta {
		margin-left: 0;
	}
}

@media (max-width: 1023px) {
	.page-template-page-ppc .hero-banner .banner-content .inner .event_meta {
		margin-left: 0;
	}
}

.page-template-page-ppc .hero-banner .banner-content .inner p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0;
}

@media (max-width: 767px) {
	.page-template-page-ppc .hero-banner .banner-content .inner p {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.page-template-page-ppc .hero-banner .banner-content .inner p {
		max-width: 100%;
	}
}

.hero-slider {
	min-height: 750px;
	height: 750px;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.hero-slider .carousel_slide {
	min-height: 750px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex !important;
	height: 100%;
	justify-content: center;
	background-position: 50%;
}

@media (max-width: 767px) {
	.hero-slider .carousel_slide {
		background-position: 70%;
	}
}

@media (max-width: 1023px) {
	.hero-slider .carousel_slide {
		background-position: 70%;
	}
}

.hero-slider .carousel_slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.hero-slider .carousel_slide .slide-content {
	position: relative;
	z-index: 2;
	padding-left: 50px;
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 767px) {
	.hero-slider .carousel_slide .slide-content {
		padding-left: 0;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.hero-slider .carousel_slide .slide-content {
		padding-left: 0;
	}
}

.hero-slider .carousel_slide .slide-content .slide_inner h1, .hero-slider .carousel_slide .slide-content .slide_inner h2 {
	max-width: 630px;
	margin-bottom: 20px;
	padding: 20px 20px 0 0;
}

@media (max-width: 767px) {
	.hero-slider .carousel_slide .slide-content .slide_inner h1, .hero-slider .carousel_slide .slide-content .slide_inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

@media (max-width: 1023px) {
	.hero-slider .carousel_slide .slide-content .slide_inner h1, .hero-slider .carousel_slide .slide-content .slide_inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

.hero-slider .carousel_slide .slide-content .slide_inner h2 {
	font-weight: 300;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}

@media (max-width: 767px) {
	.hero-slider .carousel_slide .slide-content .slide_inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

@media (max-width: 1023px) {
	.hero-slider .carousel_slide .slide-content .slide_inner h2 {
		font-size: 42px;
		line-height: 50px;
	}
}

.hero-slider .carousel_slide .slide-content .slide_inner a {
	color: #fff;
	text-decoration: underline;
}

.hero-slider .carousel_slide .slide-content .slide_inner p {
	color: #fff;
	max-width: 500px;
	margin-bottom: 10px;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul {
	display: flex;
	list-style-type: none;
	padding: 30px 0 0 0;
}

@media (max-width: 767px) {
	.hero-slider .carousel_slide .slide-content .slide_inner ul {
		justify-content: center;
	}
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li {
	margin-right: 20px;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li a {
	color: #1e1e1c;
	text-decoration: none;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li a span {
	position: relative;
	top: 2px;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li a.btn {
	background-color: #e7e97f;
	padding: 10px 17px;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li a.btn:hover {
	background-color: #fff;
	color: #1e1e1c;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li:nth-child(2) a.btn {
	background-color: #fff;
}

.hero-slider .carousel_slide .slide-content .slide_inner ul li:nth-child(2) a.btn:hover {
	background-color: #e7e97f;
	color: #1e1e1c;
}

.hero-slider .banner-bottom-curve {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 3;
}

@media (max-width: 767px) {
	.hero-slider .banner-bottom-curve {
		transform: scaleX(-1);
		right: -100px;
	}
}

@media (max-width: 1023px) {
	.hero-slider .banner-bottom-curve {
		transform: scaleX(-1);
		right: -100px;
	}
}

.hero-slider .banner-bottom-curve img {
	width: 100%;
}

@media (max-width: 767px) {
	.hero-slider .banner-bottom-curve img {
		height: 60px;
	}
}

.hero-slider .slick-next, .hero-slider .slick-prev {
	background: #e7e97f;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 41px;
	margin: 0 auto;
	color: #fff;
}

.hero-slider .slick-next:hover, .hero-slider .slick-prev:hover {
	background: #cddb29;
}

.hero-slider .slick-prev {
	left: 20px;
}

.hero-slider .slick-next {
	right: 20px;
}

.fade-in {
	opacity: 0;
	transition: 1s ease-out .3s;
}

.fade-in.animate {
	opacity: 1;
}

.fade-in-fast {
	opacity: 0;
	transition: .75s ease-out;
}

.fade-in-fast.animate {
	opacity: 1;
}

.grid-animated {
	opacity: 0;
	transition: opacity .8s ease, transform 1s ease;
	transition-delay: 0s;
}

.grid-animated .inner.even {
	transform: translateY(80px);
}

.grid-animated .inner.odd {
	transform: translateY(-80px);
}

.grid-animated.fade {
	opacity: 0;
}

.grid-animated.visible {
	opacity: 1;
}

.grid-animated.visible .inner.even, .grid-animated.visible .inner.odd {
	transform: translateY(0);
}

.grid-animated.animated {
	opacity: 1;
}

.grid-animated.animated .inner.even, .grid-animated.animated .inner.odd {
	transform: translateY(0);
}

.header-desktop, .header-mobile {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 30px 0;
}

@media (max-width: 767px) {
	.header-desktop, .header-mobile {
		padding-top: 0;
	}
}

.header-desktop .logo, .header-mobile .logo {
	max-width: 200px;
	position: relative;
}

@media (max-width: 767px) {
	.header-desktop .logo, .header-mobile .logo {
		max-width: 125px;
	}
}

@media (max-width: 1023px) {
	.header-desktop .logo, .header-mobile .logo {
		max-width: 125px;
	}
}

.header-desktop .logo.dark, .header-mobile .logo.dark {
	display: none;
}

.header-desktop li, .header-mobile li {
	font-family: "Overpass", sans-serif;
	list-style: none;
	margin: 0 10px;
}

.header-desktop li i, .header-desktop li span, .header-mobile li i, .header-mobile li span {
	color: #242427;
}

.header-desktop li i, .header-mobile li i {
	margin-right: 10px;
}

.header-desktop li span, .header-mobile li span {
	position: relative;
	top: 2px;
}

.header-desktop li a, .header-mobile li a {
	color: #fff;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 100px;
	font-weight: 300;
}

.header-desktop li a.btn, .header-mobile li a.btn {
	color: #242427;
	padding: 10px 16px;
}

.header-desktop li a:hover, .header-mobile li a:hover {
	color: #e7e97f;
}

@media (max-width: 1023px) {
	.header-desktop {
		display: none;
	}
	
	.header-mobile .company_info {
		text-align: center;
		max-width: 330px;
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #fff;
		padding: 40px 0;
	}
	
	.header-mobile .company_info h3, .header-mobile .company_info p {
		color: #fff;
	}
	
	.header-mobile .company_info h3 {
		font-size: 18px;
		font-weight: 300;
		margin: 0;
	}
	
	.header-mobile .company_info p.note {
		font-size: 12px;
		font-style: italic;
		margin-top: .5rem;
	}
	
	.header-mobile .company_info .btn {
		margin: 0 auto;
	}
	
	.header-mobile .btn.btn-primary {
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.header-mobile .navbar-toggler {
		border: none;
		background: #e7e97f;
		border-radius: 100px;
		width: 46px;
		height: 45px;
		margin: 0;
	}
	
	.header-mobile .navbar-toggler:focus {
		box-shadow: none;
	}
	
	.header-mobile .navbar-toggler .navbar-toggler-icon {
		background-image: none !important;
		background-color: #242427;
		height: 3px;
		width: 25px;
		margin: 10px 0;
		position: relative;
		transition: all .35s ease-out;
		transform-origin: center;
	}
	
	.header-mobile .navbar-toggler .navbar-toggler-icon.nitro-lazy {
		background-image: none !important;
	}
	
	.header-mobile .navbar-toggler .navbar-toggler-icon:before {
		display: block;
		background-color: #242427;
		height: 3px;
		content: "";
		position: relative;
		top: -7px;
		transition: all .15s ease-out;
		transform-origin: center;
	}
	
	.header-mobile .navbar-toggler .navbar-toggler-icon:after {
		display: block;
		background-color: #242427;
		height: 3px;
		content: "";
		position: relative;
		top: 4px;
		transition: all .35s ease-out;
		transform-origin: center;
	}
	
	.header-mobile .navbar {
		position: absolute;
		left: 0;
		right: 0;
		background: none !important;
		padding: 20px 5px;
	}
	
	.header-mobile .navbar .sub-toggle {
		display: none;
	}
	
	.header-mobile .navbar ul {
		padding: 50px 0;
	}
	
	.header-mobile .navbar ul li {
		position: relative;
		text-align: center;
	}
	
	.header-mobile .navbar ul li:last-child a {
		background-color: #fff;
	}
	
	.header-mobile .navbar ul li:last-child a.btn {
		margin: 0 auto;
		font-size: 18px;
	}
	
	.header-mobile .navbar ul li:last-child a.btn:hover {
		background-color: #e7e97f;
		color: #fff;
	}
	
	.header-mobile .navbar ul li a {
		color: #fff;
		font-size: 28px;
		padding: 16px;
		display: block;
	}
	
	.header-mobile .navbar ul li a:hover {
		background: none;
		color: #cddb29;
	}
	
	.header-mobile .navbar ul li a i {
		color: #fff;
	}
	
	.header-mobile .navbar .mobile_logo {
		padding: 0 10px;
	}
	
	.header-mobile .navbar.open {
		background-color: #242427 !important;
	}
	
	.header-mobile img.logo {
		max-width: 105px;
	}
	
	.header-mobile .secondary {
		display: flex;
		justify-content: space-between;
	}
	
	.header-mobile ul {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.header-mobile {
		display: none;
	}
	
	.header-desktop ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		align-items: center;
	}
	
	.header-desktop ul li {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1264px)and (min-width: 1023px) {
	.header-mobile {
		display: none;
	}
	
	.header-desktop {
		display: block;
	}
	
	.header-desktop .logo {
		max-width: 125px;
	}
	
	.header-desktop ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		align-items: center;
	}
	
	.header-desktop ul li {
		margin: 0 4px;
	}
}

@media screen and (max-width: 1023px)and (min-width: 992px) {
	.header-mobile {
		display: none;
	}
	
	.header-desktop {
		display: block;
	}
	
	.header-desktop ul {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		align-items: center;
	}
	
	.header-desktop ul li {
		margin: 0 2px;
	}
}

.c-mega-menu {
	background-color: #fff;
	padding: 30px 0 60px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.c-mega-menu .btn {
	max-width: 300px;
	margin: 20px auto;
}

.c-mega-menu .container {
	border-top: 1px solid;
	padding-top: 30px;
}

@keyframes close {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes open {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	
	1% {
		visibility: visible;
	}
	
	100% {
		opacity: 1;
		visibility: visible;
	}
}

.c-mega-menu.open {
	animation: open;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}

.c-mega-menu.closing {
	animation: close;
	animation-duration: .2s;
	animation-fill-mode: forwards;
}

.c-mega-menu .close_menu {
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	padding-right: 25px;
	left: 10px;
	font-family: "Overpass", sans-serif;
	top: -15px;
}

.c-mega-menu .close_menu:before {
	font-size: 20px;
	font-family: "Font Awesome 5 Pro";
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 0;
}

.c-mega-menu .close_menu:hover {
	color: #242427;
}

.c-mega-menu .menu .inner {
	min-height: 210px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 0;
	border-radius: 8px;
}

.c-mega-menu .menu .inner .icon {
	margin: 0 auto;
	padding: 10px 0;
	height: 145px;
}

.c-mega-menu .menu .inner p {
	padding: 10px 0;
	text-align: center;
	margin: 0;
}

.c-mega-menu .menu .inner p a {
	color: #242427;
	font-weight: 600;
}

.c-mega-menu .menu .inner p a:hover {
	color: #242427;
}

form label {
	padding-top: 15px;
}

form input {
	background: #f3f3f4;
	color: #242427;
	font-size: .9375rem;
	font-family: "Overpass", sans-serif;
	border-radius: 10px;
	width: 100%;
}

form input[type=text], form input[type=email], form input[type=tel], form input[type=url], form input[type=file], form input[type=date] textarea {
	display: block;
	width: 100%;
}

form input[type=text], form input[type=email], form input[type=tel], form input[type=file], form input[type=url], form input[type=date] {
	padding: 15px 20px;
}

form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=tel]::placeholder, form input[type=file]::placeholder, form input[type=url]::placeholder, form input[type=date]::placeholder {
	opacity: 1;
	color: rgba(36, 36, 39, .5);
	font-size: 16px;
}

form textarea {
	background: #f3f3f4;
	font-family: "Overpass", sans-serif;
	border-radius: 10px;
	border: none;
	padding: 15px;
	max-height: 100px;
	color: #242427;
	padding: 15px 20px;
	width: 100%;
}

form textarea::placeholder {
	opacity: 1;
	color: rgba(36, 36, 39, .5);
	font-size: 16px;
}

form select {
	background: #f3f3f4;
	appearance: initial;
	font-family: "Overpass", sans-serif;
	-moz-appearance: none !important;
	color: rgba(36, 36, 39, .5) !important;
	font-size: 16px;
	min-width: 100%;
	border-radius: 10px;
	padding: 15px 20px;
	background-image: url("https://homeofinnovation.ie/hoi_system/themes/hoi/assets/images/icons/select-down.svg") !important;
	background-position: 255px center !important;
	background-size: 18px !important;
	background-repeat: no-repeat !important;
}

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

form select option {
	color: #242427 !important;
	font-size: .9375rem;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item input {
	appearance: auto;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.wpcf7 span.ajax-loader {
	width: 0;
	height: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
}

.wpcf7-list-item-label {
	font-size: 14px;
	position: relative;
	top: -6px;
}

@media (max-width: 767px) {
	.wpcf7-list-item-label {
		font-size: 11px;
	}
}

@media (max-width: 1023px) {
	.wpcf7-list-item-label {
		font-size: 11px;
	}
}

.wpcf7-list-item-label a {
	color: #cddb29;
}

.wpcf7-list-item-label a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.wpcf7 span.ajax-loader {
		height: 2px !important;
		top: -3px !important;
	}
	
	.wpcf7 p.confirm {
		max-width: 90%;
	}
	
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
		color: #dc3232;
		position: relative;
		top: -40px;
	}
}

.wpcf7-submit {
	border: none;
	background: #e7e97f;
	color: #242427;
	border-radius: 26px;
	max-width: 137px;
	padding: 10px 17px;
	font-weight: 300;
	font-size: 18px;
	float: right;
	height: 40px;
	line-height: 25px;
}

.wpcf7-submit:hover {
	background: #cddb29;
	color: #fff;
}

.wpcf7-not-valid-tip {
	font-size: 14px;
}

.footer_wrapper {
	background-color: #252527;
	position: relative;
}

.footer_wrapper .logo {
	max-width: 315px;
}

@media (max-width: 767px) {
	.footer_wrapper .logo {
		margin: 20px auto;
	}
}

.footer_wrapper .banner-bottom-curve {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.footer_wrapper .banner-bottom-curve .footer-logo {
	position: absolute;
	top: 30px;
}

.footer_wrapper .banner-bottom-curve .curve {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
	width: 100%;
}

@media (max-width: 767px) {
	.footer_wrapper .banner-bottom-curve .curve {
		height: 40px;
	}
}

.footer_wrapper .main-footer {
	padding: 3rem 0;
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer {
		padding: 0 0 30px 0;
	}
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer .footer-info {
		text-align: center;
	}
	
	.footer_wrapper .main-footer .footer-info .btn {
		margin: 20px auto;
	}
}

.footer_wrapper .main-footer .footer-info h3 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 1rem;
	font-weight: 300;
}

.footer_wrapper .main-footer .footer-info p {
	color: #fff;
	margin-bottom: .5rem;
	font-size: 15px;
	font-weight: 300;
}

.footer_wrapper .main-footer .footer-info p.note {
	font-size: 12px;
	font-style: italic;
	margin-top: .5rem;
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer .footer-actions .btn {
		margin: 20px auto;
	}
}

.footer_wrapper .main-footer .footer-actions nav {
	padding: 10px 0;
}

.footer_wrapper .main-footer .footer-actions nav ul.social {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer .footer-actions nav ul.social {
		margin: 0;
		display: flex;
		justify-content: center;
	}
}

.footer_wrapper .main-footer .footer-actions nav ul.social li {
	font-size: 20px;
}

.footer_wrapper .main-footer .footer-actions nav ul.social li::marker {
	font-size: 0;
}

.footer_wrapper .main-footer .footer-actions nav ul.social li a {
	color: #fff;
}

.footer_wrapper .main-footer .footer-actions nav ul.social li a:hover {
	color: #e7e97f;
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer .footer-nav {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.footer_wrapper .main-footer .footer-nav nav ul {
		display: block;
		border-top: 1px solid #cddb29;
		padding: 20px 0 0 0;
		max-width: 400px;
		margin: 20px auto 0;
	}
}

.footer_wrapper .main-footer .footer-nav nav ul li {
	flex-basis: 50%;
	box-sizing: border-box;
}

.footer_wrapper .main-footer .footer-nav nav ul li::marker {
	font-size: 0;
}

.footer_wrapper .main-footer .footer-nav nav ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.footer_wrapper .main-footer .footer-nav nav ul li a:hover {
	color: #e7e97f;
}

.footer_wrapper .legal-footer .container {
	border-top: 1px solid #cddb29;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.footer_wrapper .legal-footer .container {
		max-width: 330px;
	}
}

.footer_wrapper .legal-footer nav ul {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.footer_wrapper .legal-footer nav ul {
		display: block;
		text-align: center;
	}
}

.footer_wrapper .legal-footer nav ul li {
	font-size: 12px;
	margin: 0;
	color: #fff;
}

@media (max-width: 767px) {
	.footer_wrapper .legal-footer nav ul li {
		margin: 5px;
	}
}

.footer_wrapper .legal-footer nav ul li a {
	color: #fff;
	font-weight: 300;
}

.footer_wrapper .legal-footer nav ul li a:hover {
	color: #e7e97f;
}

.btn {
	border-radius: 23px;
	font-size: 17px;
	font-weight: 300;
	border: none;
	color: #1e1e1c;
	padding: 10px 16px;
	margin-bottom: 10px;
	max-width: fit-content;
	font-family: "Overpass", sans-serif;
}

.btn span {
	position: relative;
	top: 2px;
}

.btn:last-child {
	margin-bottom: 0;
}

.btn.btn-primary {
	background-color: #fff;
}

.btn.btn-primary:hover {
	background-color: #e7e97f;
	color: #1e1e1c;
}

.btn.btn-secondary {
	background-color: #e7e97f;
}

.btn.btn-secondary:hover {
	background-color: #fff;
	color: #1e1e1c;
}

.card-widget {
	background: #e5e5e5;
	padding: 60px 0;
}

.card-accordion {
	background-color: #252527;
	padding: 80px 0;
}

.card-accordion .inner .body h2 {
	color: #fff;
	font-weight: 300;
	font-size: 42px;
	line-height: 64px;
	text-align: center;
}

@media (max-width: 767px) {
	.card-accordion .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-accordion .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-accordion .inner .body h3 {
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.card-accordion .accordion {
	margin-top: 70px;
}

.card-accordion .accordion .accordion-item {
	background: none;
	border: none;
	margin: 20px 0;
}

.card-accordion .accordion .accordion-item .accordion-header {
	padding: 20px;
}

.card-accordion .accordion .accordion-item .accordion-button {
	color: #fff;
	background: none;
	box-shadow: none;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 0 !important;
	border-bottom: 1px solid #cddb29;
}

@media (max-width: 767px) {
	.card-accordion .accordion .accordion-item .accordion-button {
		padding: 20px 0;
	}
}

@media (max-width: 1023px) {
	.card-accordion .accordion .accordion-item .accordion-button {
		padding: 20px 0;
	}
}

.card-accordion .accordion .accordion-item .accordion-button::after {
	background-image: url("https://cdn-ilehiih.nitrocdn.com/lWxKomEUWPNuXDepnezvdxucDXoQSlja/assets/images/optimized/rev-1b34936/homeofinnovation.ie/hoi_system/themes/hoi/assets/images/icons/arrow-up.png");
	transform: revert;
}

.card-accordion .accordion .accordion-item .accordion-button.collapsed::after {
	background-image: url("https://cdn-ilehiih.nitrocdn.com/lWxKomEUWPNuXDepnezvdxucDXoQSlja/assets/images/optimized/rev-1b34936/homeofinnovation.ie/hoi_system/themes/hoi/assets/images/icons/arrow-down.png");
	transform: revert;
}

.card-accordion .accordion .accordion-item .accordion-body {
	padding: 0 40px 0 40px;
}

@media (max-width: 767px) {
	.card-accordion .accordion .accordion-item .accordion-body {
		padding: 20px;
	}
}

@media (max-width: 1023px) {
	.card-accordion .accordion .accordion-item .accordion-body {
		padding: 20px;
	}
}

.card-accordion .accordion .accordion-item .accordion-body p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}

.card-accordion .accordion .accordion-item .accordion-body ul {
	list-style-type: none;
	padding-left: 20px;
}

.card-accordion .accordion .accordion-item .accordion-body ul li {
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}

.card-accordion .accordion .accordion-item .accordion-body ul li:before {
	content: "";
	position: absolute;
	border-radius: 100px;
	width: 6px;
	height: 6px;
	left: 0;
	background-color: #fff;
	top: 6px;
}

.card-icons-list {
	padding: 50px 0;
}

.card-icons-list .inner .body h2 {
	text-align: center;
	font-weight: 300;
}

@media (max-width: 767px) {
	.card-icons-list .inner .body h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 1023px) {
	.card-icons-list .inner .body h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.card-icons-list .inner .body ul {
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.card-icons-list .inner .body ul {
		display: block;
		text-align: center;
	}
}

.card-icons-list .inner .body ul li .icon {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.card-icons-list .inner .body ul li .text {
	max-width: 200px;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	.card-icons-list .inner .body ul li .text {
		max-width: 100%;
	}
}

.card-logos {
	padding: 50px 0;
}

.card-logos .inner .body h2 {
	text-align: center;
	font-weight: 300;
}

@media (max-width: 767px) {
	.card-logos .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-logos .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-logos .inner .body ul {
	display: flex;
	justify-content: space-evenly;
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}

@media (max-width: 767px) {
	.card-logos .inner .body ul {
		display: block;
	}
}

@media (max-width: 1023px) {
	.card-logos .inner .body ul {
		display: block;
	}
}

.card-logos .inner .body ul li {
	text-align: center;
}

@media (max-width: 767px) {
	.card-logos .inner .body ul li {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 1023px) {
	.card-logos .inner .body ul li {
		margin: 40px 0 0 0;
	}
}

.card-logos .inner .body ul li .logo {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.card-logos .inner .body ul li a {
	color: #242427;
	position: relative;
	z-index: 2;
}

.card-logos .inner .body ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.home .card-logos .inner .body ul {
		display: flex;
	}
}

@media (max-width: 1023px) {
	.home .card-logos .inner .body ul {
		display: flex;
	}
}

@media (max-width: 767px) {
	.home .card-logos .inner .body li {
		margin: 0 10px;
	}
}

@media (max-width: 1023px) {
	.home .card-logos .inner .body li {
		margin: 0 10px;
	}
}

.card-reviews {
	background: #242427 url("https://cdn-ilehiih.nitrocdn.com/lWxKomEUWPNuXDepnezvdxucDXoQSlja/assets/images/optimized/rev-1b34936/homeofinnovation.ie/hoi_system/themes/hoi/assets/images/banner/back-drop.png");
	background-repeat: no-repeat;
	background-position: left;
	padding: 50px 0;
	position: relative;
}

.card-reviews.nitro-lazy {
	background: none !important;
}

.card-reviews .inner .body h2 {
	text-align: center;
	font-weight: 300;
	color: #fff;
}

@media (max-width: 767px) {
	.card-reviews .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-reviews .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-reviews .inner .body .widget {
	color: #fff;
}

.card-small-hero {
	min-height: 528px;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0;
}

@media (max-width: 767px) {
	.card-small-hero {
		background-position: 80%;
	}
}

@media (max-width: 1023px) {
	.card-small-hero {
		background-position: 80%;
	}
}

.card-small-hero .inner {
	display: flex;
	align-items: center;
	max-width: 400px;
	position: relative;
	z-index: 2;
}

.card-small-hero .inner .body h2 {
	font-weight: 300;
	color: #fff;
}

@media (max-width: 767px) {
	.card-small-hero .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-small-hero .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-small-hero .inner .body p {
	color: #fff;
}

.card-small-hero .inner .body .btn {
	margin-top: 20px;
}

.card-small-hero .banner-bottom-curve {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 3;
	left: 0;
	transform: scaleX(-1);
}

.card-small-hero .banner-bottom-curve img {
	width: 100%;
}

@media (max-width: 767px) {
	.card-small-hero .banner-bottom-curve img {
		height: 60px;
	}
}

.card-small-hero .banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
}

.card-grid {
	padding: 80px 0;
	background-color: #242427;
	position: relative;
}

.card-grid .inner {
	padding: 0 70px;
	position: relative;
}

.card-grid .inner:before {
	content: "";
	position: absolute;
	height: 100vh;
	background: url("https://cdn-ilehiih.nitrocdn.com/lWxKomEUWPNuXDepnezvdxucDXoQSlja/assets/images/optimized/rev-1b34936/homeofinnovation.ie/hoi_system/themes/hoi/assets/images/banner/back-drop-3.png");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	right: 0;
	z-index: -1;
}

@media (max-width: 767px) {
	.card-grid .inner {
		padding: 0 40px;
	}
}

@media (max-width: 1023px) {
	.card-grid .inner {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.card-grid .inner {
		transform: scaleX(-1);
	}
}

.card-grid .inner.odd {
	padding-top: 70px;
	position: relative;
}

.card-grid .inner .body h2 {
	color: #fff;
	font-weight: 300;
	max-width: 400px;
}

@media (max-width: 767px) {
	.card-grid .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-grid .inner .body h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-grid .inner .body p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	max-width: 360px;
}

@media (max-width: 767px) {
	.card-grid .inner .body p {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.card-grid .inner .body p {
		width: 100%;
	}
}

.card-grid .inner .body .video-container {
	position: relative;
	height: 440px;
	margin-bottom: 30px;
}

.card-grid .inner .body .video-container video {
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.card-grid .inner .body .media_gallery {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
}

.card-grid .inner .body .media_gallery .video {
	width: 100%;
	position: relative;
	height: 466px;
}

.card-grid .inner .body .media_gallery .video video {
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.card-grid .inner .body .media_gallery .slick-next, .card-grid .inner .body .media_gallery .slick-prev {
	background: #e7e97f;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 41px;
	margin: 0 auto;
	color: #fff;
}

.card-grid .inner .body .media_gallery .slick-next:hover, .card-grid .inner .body .media_gallery .slick-prev:hover {
	background: #cddb29;
}

.card-grid .inner .body .media_gallery .slick-prev {
	left: 20px;
}

.card-grid .inner .body .media_gallery .slick-next {
	right: 20px;
}

.card-grid .inner .body .media_gallery .slick-dots {
	bottom: 20px;
	display: flex !important;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
}

.card-grid .inner .body .media_gallery .slick-dots li {
	margin: 0 5px;
}

.card-grid .inner .body .media_gallery .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #e7e97f;
	cursor: pointer;
	transition: all .3s ease;
	font-size: 0;
}

.card-grid .inner .body .media_gallery .slick-dots li.slick-active button {
	background: #fff;
	transform: scale(1.2);
}

.card-grid .inner .body .media_gallery .slick-dots li button:hover {
	background: rgba(255, 255, 255, .8);
}

.card-grid .inner .body .image-container, .card-grid .inner .body .media-container {
	margin-bottom: 30px;
}

.card-grid .inner .body .image-container img, .card-grid .inner .body .media-container img {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 767px) {
	.card-grid .inner .body .image-container img, .card-grid .inner .body .media-container img {
		transform: scaleX(-1);
		right: -100px;
	}
}

@media (max-width: 767px) {
	.card-grid .inner .body .image-container img, .card-grid .inner .body .media-container img {
		width: 100%;
	}
}

.page-id-185 .card-grid .inner.odd:nth-child(1) {
	position: relative;
	top: 30%;
}

@media (max-width: 767px) {
	.page-id-185 .card-grid .inner.odd:nth-child(1) {
		position: static;
	}
}

.page-id-185 .card-grid .inner.even:nth-child(1) {
	padding-top: 100px;
}

@media (max-width: 767px) {
	.page-id-185 .card-grid .inner.even:nth-child(1) {
		padding-top: 70px;
	}
}

.card-content-with-parallax {
	background: #242427 url("https://cdn-ilehiih.nitrocdn.com/lWxKomEUWPNuXDepnezvdxucDXoQSlja/assets/images/optimized/rev-1b34936/homeofinnovation.ie/hoi_system/themes/hoi/assets/images/banner/back-drop-2.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
}

.card-content-with-parallax.nitro-lazy {
	background: none !important;
}

.card-content-with-parallax img {
	border-radius: 23px;
}

.card-content-with-parallax .section {
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 80px 0;
	position: relative;
}

.card-content-with-parallax .section .content-box {
	padding-left: 100px;
	max-width: 500px;
}

.card-content-with-parallax .section .content-box h2 {
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.card-content-with-parallax .section .content-box h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-content-with-parallax .section .content-box h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-content-with-parallax .section .content-box p {
	color: #fff;
	margin-bottom: 30px;
}

.card-content-with-parallax .section .content-box .btn span {
	position: relative;
	top: 2px;
}

.card-content-with-parallax .section .mobile-image {
	display: none;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 16px;
	margin-top: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.card-content-with-parallax .section .sticky-image {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
	transition: opacity .5s ease-in-out;
}

.card-content-with-parallax .section .sticky-image.hidden {
	opacity: 0;
}

@media (max-width: 991px) {
	.card-content-with-parallax .section .content-box {
		padding-left: 20px;
		text-align: center;
		margin: 0 auto;
	}
	
	.card-content-with-parallax .section .sticky-col {
		display: none;
	}
	
	.card-content-with-parallax .section .mobile-image {
		display: block;
		max-width: 500px;
		margin: 30px auto;
	}
}

.card-content-with-parallax .mobile_carousel {
	padding: 70px 0;
	position: relative;
}

.card-content-with-parallax .mobile_carousel .item {
	padding: 0 10px;
}

.card-content-with-parallax .mobile_carousel .item h2 {
	color: #fff;
	margin: 20px 0;
}

@media (max-width: 767px) {
	.card-content-with-parallax .mobile_carousel .item h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1023px) {
	.card-content-with-parallax .mobile_carousel .item h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.card-content-with-parallax .mobile_carousel .item p {
	color: #fff;
}

.card-contact {
	padding: 60px 0;
}

@media only screen and (max-width: 768px) {
	.card-contact br {
		display: none;
	}
}

.card-contact .inner {
	max-width: 680px;
	margin: 0 auto;
	width: 100%;
}

.card-contact .inner nav {
	padding: 10px 0;
}

.card-contact .inner nav ul {
	list-style-type: none;
}

.card-contact .inner nav ul.social li {
	font-size: 30px;
}

.card-contact .inner nav ul.social li a {
	color: #e7e97f;
}

.card-contact .inner nav ul.social li a:hover {
	color: #242427;
}

.card-contact .inner nav ul.social li a:hover i {
	color: #242427;
}

.card-contact .inner .body h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 49px;
	text-align: center;
}

@media (max-width: 767px) {
	.card-contact .inner .body h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 1023px) {
	.card-contact .inner .body h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

.card-contact .inner .body form {
	padding: 30px 0;
	border-bottom: 1px solid #cddb29;
}

@media (max-width: 767px) {
	.card-contact .inner .body form {
		padding: 0;
	}
}

@media (max-width: 1023px) {
	.card-contact .inner .body form {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.card-contact .inner .body form p {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.card-contact .inner .body form .wpcf7-submit {
		float: none;
		display: flex;
		margin: 20px auto 0;
		text-align: center;
		justify-content: center;
	}
}

.card-contact .scard .inner {
	padding: 50px 20px;
}

@media (max-width: 767px) {
	.card-contact .scard .inner {
		padding: 40px 0 0 0;
		text-align: center;
	}
}

@media (max-width: 1023px) {
	.card-contact .scard .inner {
		padding: 40px 0 0 0;
	}
}

.card-contact .scard .inner h3 {
	font-size: 18px;
	font-weight: 300;
}

.card-contact .scard .inner p {
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
}

.card-contact .scard .inner p a:hover {
	color: #cddb29;
}

@media (max-width: 767px) {
	.card-contact .scard .inner a.btn {
		margin: 20px auto;
	}
}

.card-contact .scard .inner a.btn:hover {
	background-color: #cddb29;
	color: #fff;
}

.card-contact .scard .inner i {
	color: #cddb29;
}

.card-text-block {
	background-color: #242427;
	padding: 80px 0 0 0;
}

.card-text-block .inner {
	max-width: 815px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 767px) {
	.card-text-block .inner {
		max-width: 100%;
	}
}

@media (max-width: 1023px) {
	.card-text-block .inner {
		max-width: 100%;
	}
}

.card-text-block .inner .body {
	text-align: center;
}

.card-text-block .inner .body h2 {
	font-size: 42px;
	color: #fff;
}

.card-text-block .inner .body p {
	color: #fff;
}

.page-template-page-no-header {
	background-color: #242427;
}

.page-template-page-no-header .card-content {
	padding: 160px 0 60px 0;
}

.page-template-page-no-header .card-content .inner .body h1, .page-template-page-no-header .card-content .inner .body h2, .page-template-page-no-header .card-content .inner .body h3, .page-template-page-no-header .card-content .inner .body h4, .page-template-page-no-header .card-content .inner .body p, .page-template-page-no-header .card-content .inner .body ul li, .page-template-page-no-header .card-content .inner .body ol li {
	color: #fff;
}

.page-template-page-no-header .card-content .inner .body h2, .page-template-page-no-header .card-content .inner .body h3, .page-template-page-no-header .card-content .inner .body h4 {
	font-weight: 300;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.page-template-page-no-header .card-content .inner .body h2, .page-template-page-no-header .card-content .inner .body h3, .page-template-page-no-header .card-content .inner .body h4 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 1023px) {
	.page-template-page-no-header .card-content .inner .body h2, .page-template-page-no-header .card-content .inner .body h3, .page-template-page-no-header .card-content .inner .body h4 {
		font-size: 24px;
		line-height: 30px;
	}
}
