/* Theme Name: Rice Companies */
[id] {
	scroll-margin-top: 100px;
}
:root {
	--primary-font: 'Gotham Book', sans-serif;
	--secondary-font: 'Gotham Bold', sans-serif;
	--font_heading: 'Gotham Bold', sans-serif;
	--font-gotham-black: 'Gotham Black', sans-serif;
}
@font-face {
	font-family: 'Gotham Book';
  src: url(assets/fonts/gothambook-webfont.woff2) format("woff2"), url(assets/fonts/gothambook-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  /* font-display: swap; */;
}
@font-face {
	font-family: 'Gotham Book';
  src: url(assets/fonts/gothambookitalic-webfont.woff2) format("woff2"), url(assets/fonts/gothambookitalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  /* font-display: swap; */;
}
@font-face {
	font-family: 'Gotham Bold';
  src: url(assets/fonts/gothambold-webfont.woff2) format("woff2"), url(assets/fonts/gothambold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
	font-family: 'Gotham Bold';
  src: url(assets/fonts/gothambolditalic-webfont.woff2) format("woff2"), url(assets/fonts/gothambolditalic-webfont.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
	font-family: 'Gotham Black';
	src: url(assets/fonts/Gotham-Black.otf) format("otf");
	font-weight: normal;
	font-style: normal;
}
html,
body {
	font-size: 16px;
	font-family: var(--primary-font);
}
h1,
h2,
h3 {
	font-family: var(--font_heading);
	font-weight: 700;
}
b,
strong {
	font-family: var(--font_heading);
}
body .gform_wrapper.gravity-theme .button,
.btn {
	border-radius: 0;
	padding: 1em 2.25em .9em;
	font-weight: 700;
	background-color: var(--color-2);
	border: none;
	text-transform: uppercase;
	transition: all ease .3s;
	font-family: var(--primary-font);
	letter-spacing: 2px;
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-1);
}
a {
	color: var(--color-7);
}
a:hover,
a:focus {
	color: var(--color-2);
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 38px;
	line-height: 1.25;
	letter-spacing: .1em;
}
.container-small,
.container-wide {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.container-small {
	max-width: 1570px;
	padding-left: 200px;
	padding-right: 200px;
}
.container-wide {
	max-width: 1870px;
	padding-left: 100px;
	padding-right: 100px;
}

/* === Global === */
/* === Header/Nav === */
.cta-section {
	background-color: var(--color-1);
	padding: 10px 0;
}
.cta-section a {
	color: #fff;
}
.cta-section a:hover,
.cta-section a:focus {
	color: var(--color-5);
}
.cta-section .cta-row {
	justify-content: space-between;
}
.cta-section .cta-row > .col {
	flex: 0 1 140px;
}
.cta-section .social {
	column-gap: .5em;
}
body.scrolled .primary-header {
	padding: 5px 0;
	backdrop-filter: blur(5px);
}
body.scrolled .primary-header .menu-item-has-children .sub-menu {
	backdrop-filter: blur(5px);
}
body.scrolled .primary-header .c2a {
	margin: 5px 0;
}
body.scrolled .primary-header .logo-col img {
	max-height: 55px;
}
.main-nav .menu li a {
	transition: padding ease .3s;
}
.main-nav a:hover,
.main-nav a:focus {
	color: var(--color-1);
}
.primary-header .logo-col img {
	max-height: 90px;
	width: auto;
	transition: max-height ease .3s;
}
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: rgba(255, 255, 255, 1);
	padding: 10px 0;
	transition: padding ease .3s;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: var(--font_heading);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.primary-header .header-row {
	align-items: center;
	column-gap: 20px;
}
.primary-header .header-row .logo-col {
	flex-basis: 200px;
}
.primary-header a {
	color: var(--color-2);
	font-weight: 900;
}
.primary-header .c2a {
	column-gap: 30px;
	font-size: 14px;
	margin: 10px 0;
}
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-c2a a:hover,
.mobile-header .mobile-c2a a:focus {
	color: var(--color-2);
}
.menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
}
.sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}
.sub-menu .menu-item-has-children .sub-menu {
	top: 0;
	left: calc(100% + 10px);
	transform: none;
}
.sub-menu .menu-item-has-children > a:after {
	content: '\f105';
	padding-left: 2px;
}
.primary-header .sub-menu {
	text-align: center;
}
body.scrolled .menu-item-has-children .sub-menu .sub-menu {
	top: 0;
}
.main-nav .menu {
	justify-content: flex-end;
}

/* === Footer === */
.primary-footer {
	background-color: var(--color-1);
	color: #fff;
	padding: 30px 0 20px;
	font-family: var(--font_heading);
	letter-spacing: 2px;
}
.primary-footer .footer-row {
	column-gap: 30px;
	row-gap: 30px;
	justify-content: space-around;
	align-items: center;
}
.primary-footer .logo-col {
	flex: 0 1 350px;
	font-size: 20px;
}
.primary-footer .logo-col .logo {
	max-width: 200px;
	margin-bottom: 20px;
}
.primary-footer .logo-col .links .link {
	margin-bottom: 10px;
}
.primary-footer .sitemap-col {
	flex: 0 1 300px;
}
.primary-footer .sitemap-col .menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	column-gap: 15px;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 15px;
}
.primary-footer .sitemap-col .menu > li > a {
	margin-bottom: 10px;
	display: block;
}
.primary-footer .sitemap-col .menu .sub-menu {
	display: block;
	position: static;
	background: none;
	transform: none;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
.primary-footer .sitemap-col .menu .sub-menu a {
	font-weight: 400;
	display: block;
	padding: 3px 0;
}
.primary-footer .form-col {
	flex: 0 1 300px;
}
.primary-footer .form-col h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gform_fields {
	row-gap: 12px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin: 10px 0 0;
}
.primary-footer .form-col .gform_wrapper.gravity-theme input:not(.button) {
	padding: 6px 8px;
}
.primary-footer .form-col .gform_wrapper.gravity-theme input::placeholder {
	font-family: var(--primary-font);
	font-weight: 700;
	color: var(--color-1);
	opacity: .5;
}
.form-section .gform_wrapper.gravity-theme select{
	padding: 10px;
}
.primary-footer .form-col .social {
	column-gap: 1em;
	justify-content: center;
	margin-top: 15px;
}
.primary-footer .form-col .social .link a {
	background-color: #fff;
	color: var(--color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 35px;
	height: 35px;
}
.primary-footer a {
	color: #fff;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: #ccc;
}
.primary-footer .copyright-row {
	flex-wrap: wrap;
	justify-content: space-around;
	font-family: var(--primary-font);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 30px;
	gap: 10px;
}

/* === Home Page === */
.banner-section .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
}
.banner-section .content h2 {
	font-size: 28px;
	letter-spacing: .1em;
	font-weight: 400;
}
.banner-section .image {
	background-color: #000;
}
.banner-section .image video,
.banner-section .image img {
	opacity: .5;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.banner-section .content h1 {
	font-size: 52px;
	letter-spacing: .1em;
}
.banner-section .content .btn {
	font-size: 18px;
	padding: 1em 1.5em;
	text-shadow: none;
}
.banner-section .image img {
	min-height: 550px;
	object-fit: cover;
}
.main-section {
	margin: 50px 0 70px;
}
.main-section .container {
	max-width: 800px;
	margin: 0 auto;
}
.main-section h2 {
	font-weight: 900;
	font-size: 42px;
}
.main-section h2 strong {
	color: var(--color-2);
	font-weight: 900;
}
.main-section .links {
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	justify-content: space-between;
}
.main-section .links .btn {
	background-color: #fff;
	border: 2px solid var(--color-2);
	color: var(--color-2);
	font-size: 13px;
	letter-spacing: 0;
	font-weight: 900;
	padding: .6em 1.5em;
	min-width: 135px;
}
.main-section .links .btn:hover,
.main-section .links .btn:focus {
	background-color: var(--color-2);
	color: #fff;
}
.main-section .links .link {
	flex: 1 1 calc(25% - 75px);
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.main-section .links .link:not(:last-child):after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	width: 1px;
	background-color: #bbb;
	left: calc(100% + 50px);
	transform: translateX(50%);
}
.main-section .links .link .heading {
	margin-top: 10px;
	font-weight: 700;
	font-family: var(--font_heading);
	font-size: 1.2em;
}
.main-section .links .link a {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.main-section .links .link .image {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	width: 100%;
}
.main-section .links .link .image img {
	width: 100%;
	max-width: 150px;
}
.title-section {
	margin: 125px auto;
}
.title-section .title-row {
	flex-wrap: wrap;
	padding: 50px 0;
}
.title-section .title-row .content-col {
	flex: 0 0 450px;
	position: relative;
	color: #fff;
}
.title-section .content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.title-section .title-row .content-col .inner {
	background-color: var(--color-2);
	position: absolute;
	top: -35px;
	bottom: -35px;
	right: 0;
	left: -430px;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 25%;
	padding-right: 100px;
	clip-path: polygon(175px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
	max-width: 950px;
	margin-left: auto;
	width: 880px;
}
.title-section .title-row .content-col .inner:after {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	right: 8%;
	width: 33.33%;
	background-image: url(assets/images/arrow.png);
	background-size: auto 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: .25;
}
.title-section .title-row .content-col .heading h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.title-section .title-row .content-col .heading h2 strong {
	font-size: 42px;
	display: block;
}
.title-section .title-row .content-col .btn {
	background-color: #fff;
	color: var(--color-1);
}
.title-section .title-row .content-col .btn:hover, .title-section .title-row .content-col .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.title-section .title-row .image-col {
	flex: 1 1 50%;
	position: relative;
	min-height: 420px;
}
.title-section .title-row .image-col .inner {
	position: absolute;
	top: -3.5vw;
	left: 0;
	right: 0;
	bottom: -3.5vw;
}
.title-section .title-row .image-col .inner .animation-wrap,
.title-section .title-row .image-col .inner .animation {
	height: 100%;
}
.title-section .title-row .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title-section .location-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	margin-bottom: 5px;
}
.title-section .location-row a {
	color: #fff;
}
.title-section .location-row a:hover, .title-section .location-row a:focus {
	color: #A8A8A8;
}
.title-section .contact-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.title-section .contact-row .btn {
	min-width: 150px;
}

.title-section.img-contain .title-row .image-col img {
	object-fit: contain;
}
.title-section .title-row .content-col {
	flex: 1 1 60%;
}
.title-section .title-row .content-col .inner {
	position: static;
	max-width: none;
	width: auto;
	padding-left: 225px;
	padding-right: 15%;
	padding-bottom: 30px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.title-section .title-row .image-col {
	flex: 1 1 20%;
	position: relative;
	min-height: 0;
}
.title-section .title-row .image-col .inner {
	position: absolute;
	width: calc(100% + 225px);
}
.custom-container-1-section {
	margin: 75px auto;
}
.custom-container-1-section .custom-container-1-row {
	flex-wrap: wrap;
	padding: 50px 0;
}
.custom-container-1-section .custom-container-1-row .content-col {
	flex: 0 0 450px;
	position: relative;
	color: #fff;
}
.custom-container-1-section .content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.custom-container-1-section .custom-container-1-row .content-col .inner {
	background-color: var(--color-3);
	position: absolute;
	top: -35px;
	bottom: -35px;
	right: 0;
	left: -430px;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 25%;
	padding-right: 100px;
	clip-path: polygon(70px 0%, 100% 0%, 100% 100%, 0% 100%, 70px 100%);
	max-width: 950px;
	margin-left: auto;
	width: 880px;
}
.custom-container-1-section .custom-container-1-row .content-col .heading h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.custom-container-1-section .custom-container-1-row .content-col .heading h2 strong {
	font-size: 42px;
	display: block;
}
.custom-container-1-section .custom-container-1-row .content-col .btn {
	background-color: var(--color-2);
	color: var(--color-4);
}
.custom-container-1-section .custom-container-1-row .content-col .btn:hover, .custom-container-1-section .custom-container-1-row .content-col .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.custom-container-1-section .custom-container-1-row .image-col {
	flex: 1 1 50%;
	position: relative;
	min-height: 420px;
}
.custom-container-1-section .custom-container-1-row .image-col .inner {
	position: absolute;
	top: -3.5vw;
	left: 0;
	right: 0;
	bottom: -3.5vw;
}
.custom-container-1-section .custom-container-1-row .image-col .inner .animation-wrap,
.custom-container-1-section .custom-container-1-row .image-col .inner .animation {
	height: 100%;
}
.custom-container-1-section .custom-container-1-row .image-col .inner .animation {
	padding: 50px 200px 50px 50px;
	color: #fff;
	background-color: var(--color-2);
	clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%, 0% 100%);
}
.custom-container-1-section .custom-container-1-row .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-container-1-section .custom-container-1-row .content-col {
	flex: 1 1 10%;
}
.custom-container-1-section .custom-container-1-row .content-col .inner {
	position: static;
	max-width: none;
	width: auto;
	padding-left: 150px;
	padding-right: 15%;
	padding-bottom: 30px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-container-1-section .custom-container-1-row .content-col .inner p{
	font-size: 18px;
}
.custom-container-1-section .custom-container-1-row .image-col {
	flex: 1 1 20%;
	position: relative;
	min-height: 0;
}
.custom-container-1-section .custom-container-1-row .image-col .inner {
	position: absolute;
	width: calc(100% + 225px);
}
.custom-container-1-section .contact-row {
	column-gap: 10px;
	row-gap: 10px;
}
.custom-container-1-section .location-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 10px;
	align-items: center;
	margin-bottom: 40px;
}
.custom-container-1-section .location-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.custom-container-1-section .location-row .content-col {
	padding-right: 50px;
}
.custom-container-1-section .location-row .info-col {
	background-color: #dadada;
	color: var(--color-2);
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-container-1-section .location-row .info-col h2 {
	font-size: 20px;
}
.custom-container-1-section .location-row .info-col p:last-child {
	margin-bottom: 0;
}
.location .custom-container-1-row .content-col .inner{
	background-color: #a8a8a8;
}
.location .custom-container-1-row .content-col .inner a{
	color: #fff;
	font-weight: 500;
}
.location .custom-container-1-row .content-col .btn{
	background-color: #fff;
	color: var(--color-2) !important;
	font-weight: 800 !important;
}
.location .custom-container-1-row .content-col .btn:hover {
	color: #fff !important;
}
.location .custom-container-1-row .content-col .inner a:hover {
	color: var(--color-2);
	font-weight: 500;
}
.location .location-row .col {
	flex-basis: 100% !important;
}
.custom-container-2-section {
	margin: 125px auto;
}
.custom-container-2-section .custom-container-2-row {
	flex-wrap: wrap;
	padding: 3.5vw 0;
}
.custom-container-2-section.img-right .custom-container-2-row {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.custom-container-2-section.img-right .custom-container-2-row .image-col .inner {
  clip-path: polygon(0% 0%, 100% 0%, 100% 101%, 0% 100%, 10% 100%);
	left: auto;
	min-height: 450px;
}
.custom-container-2-section.img-right .custom-container-2-row .image-col {
	flex-basis: 20%;
}
.custom-container-2-section.img-right .custom-container-2-row .content-col {
	flex-basis: 60%;
}
.custom-container-2-section .custom-container-2-row .content-col {
	flex: 0 0 450px;
	position: relative;
	color: #fff;
}
.custom-container-2-section .content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.custom-container-2-section .custom-container-2-row .content-col .inner {
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	position: absolute;
	top: -35px;
	bottom: -35px;
	right: 0;
	left: -430px;
	padding: 50px;
	max-width: 950px;
	margin-left: auto;
	width: 880px;
}
.custom-container-2-section .custom-container-2-row .content-col .heading h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.custom-container-2-section .custom-container-2-row .content-col .heading h2 strong {
	font-size: 42px;
	display: block;
}
.custom-container-2-section .custom-container-2-row .content-col .btn {
	background-color: var(--color-2);
	color: #fff;
}
.custom-container-2-section .custom-container-2-row .content-col .btn:hover, .custom-container-2-section .custom-container-2-row .content-col .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.custom-container-2-section .custom-container-2-row .image-col {
	flex: 1 1 50%;
	position: relative;
	min-height: 420px;
}
.custom-container-2-section .custom-container-2-row .image-col .inner {
	position: absolute;
	top: -3.5vw;
	left: 0;
	right: 0;
	bottom: -3.5vw;
	clip-path: polygon(0% 0%, 90% 0%, 82% 101%, 0% 100%, 0% 100%);
}
.custom-container-2-section .custom-container-2-row .content-col .link {
	text-align: center;
	margin: 10px 0 0 0;
	width: 100%;;
}
.custom-container-2-section .custom-container-2-row .content-col .link .btn{
	width: 100%;
	padding: 18px 0;
}
.custom-container-2-section .custom-container-2-row .image-col .inner .animation-wrap,
.custom-container-2-section .custom-container-2-row .image-col .inner .animation {
	height: 100%;
}
.custom-container-2-section .custom-container-2-row .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-container-2-section .location-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	margin-bottom: 5px;
}
.custom-container-2-section .location-row a {
	color: #fff;
}
.custom-container-2-section .location-row a:hover, .custom-container-2-section .location-row a:focus {
	color: #A8A8A8;
}
.custom-container-2-section .contact-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.custom-container-2-section .contact-row .btn {
	min-width: 150px;
}

.custom-container-2-section.img-contain .custom-container-2-row .image-col img {
	object-fit: contain;
}
.custom-container-2-section .custom-container-2-row .content-col {
	flex: 1 1 40%;
	max-width: 40%;
}
.custom-container-2-section .custom-container-2-row .content-col .inner {
	position: static;
	max-width: none;
	width: auto;
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-container-2-section .custom-container-2-row .image-col {
	flex: 1 1 60%;
	position: relative;
	min-height: 0;
}
.custom-container-2-section .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.custom-container-2-section .custom-container-2-row .image-col .inner {
	position: absolute;
	width: calc(100% + 225px);
}
.custom-container-2-heading{
	margin: 30px 0;
	text-align: center;
	color: var(--color-2);
	font-weight: 900;
}
.custom-container-2-section .review .heading {
	text-align: center;
	font-style: italic;
	font-weight: 700;
}
.custom-container-3-heading {
	margin: 30px 0;
	text-align: center;
	color: var(--color-2);
	font-weight: 900;
}
.custom-container-3-section {
	margin: 125px auto;
}
.custom-container-3-section .custom-container-3-row {
	flex-wrap: wrap;
	padding: 50px 0;
}
.custom-container-3-section .custom-container-3-row .content-col {
	flex: 0 0 450px;
	position: relative;
	color: #fff;
}
.custom-container-3-section .content h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.custom-container-3-section .custom-container-3-row .content-col .inner {
	background-color: rgba(255, 255, 255, .9);
	color: #000;
	position: absolute;
	top: -35px;
	bottom: -35px;
	right: 0;
	left: -430px;
	padding: 50px;
	max-width: 950px;
	margin-left: auto;
	width: 880px;
}
.custom-container-3-section .title-row .content-col .heading h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.custom-container-3-section .title-row .content-col .heading h2 strong {
	font-size: 42px;
	display: block;
}
.custom-container-3-section .custom-container-3-row .content-col .btn {
	background-color: #fff;
	color: var(--color-1);
}
.custom-container-3-section .custom-container-3-row .content-col .btn:hover, .custom-container-3-section .custom-container-3-row .content-col .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
.custom-container-3-section .custom-container-3-row .image-col {
	flex: 1 1 50%;
	position: relative;
	min-height: 420px;
}
.custom-container-3-section .custom-container-3-row .image-col .inner {
	position: absolute;
	top: -3.5vw;
	left: -250px;
	right: 0;
	bottom: -3.5vw;
	z-index: -4;
}
.custom-container-3-section .custom-container-3-row .image-col .inner .animation-wrap,
.custom-container-3-section .custom-container-3-row .image-col .inner .animation {
	height: 100%;
}
.custom-container-3-section .custom-container-3-row .image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom-container-3-section .location-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
	margin-bottom: 5px;
}
.custom-container-3-section .location-row a {
	color: #fff;
}
.custom-container-3-section .location-row a:hover, .custom-container-3-section .location-row a:focus {
	color: #A8A8A8;
}
.custom-container-3-section .contact-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.custom-container-3-section .contact-row .btn {
	min-width: 150px;
}

.custom-container-3-section.img-contain .custom-container-3-row .image-col img {
	object-fit: contain;
}
.custom-container-3-section .custom-container-3-row .content-col {
	flex: 1 1 70%;
}
.custom-container-3-section .custom-container-3-row .content-col .inner {
	position: static;
	max-width: none;
	width: auto;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 30px;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.custom-container-3-section .custom-container-3-row .image-col {
	flex: 1 1 30%;
	position: relative;
	max-height: 0;
}
.custom-container-3-section .custom-container-3-row .image-col .inner {
	position: absolute;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 18% 100%);
}
.custom-container-3-section .custom-container-3-row .content-col .inner p strong{
	color: var(--color-2);
}
.dropdown-section {
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 50px 0;
	color: #fff;
}
.dropdown-section h2 {
	color: #fff;
	font-size: 52px;
	font-weight: 900;
}
.dropdown-section h2 strong {
	font-weight: 900;
	color: var(--color-2);
}
.dropdown-section .dropdowns {
	flex-wrap: wrap;
	column-gap: 30px;
}
.dropdown-section .dropdown {
	flex: 1 1 calc(25% - 22.5px);
}
.dropdown-section .dropdown .heading {
	text-align: center;
	cursor: pointer;
}
.dropdown-section .dropdown .content {
	display: none;
}
.dropdown-section .dropdown a {
	color: var(--color-1);
}
.dropdown-section .dropdown a:hover,
.dropdown-section .dropdown a:focus {
	color: var(--color-2);
}
.content-section {
	margin: 8px;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
	margin-bottom: 8px;
}
.content-section .content-row > .col {
	flex: 1 1 calc(50% - 4px);
	min-width: min(100%, 350px);
}
.content-section .content-col {
	padding: 50px;
}
.content-section .content-col h2 {
	font-weight: 900;
	font-size: 38px;
}
.content-section .image-col img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-section .images {
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
}
.content-section .images .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-section .images > .col {
	flex: 1 1 calc(50% - 4px);
	min-width: 250px;
}
.review-section {
	background-color: var(--color-8);
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.review-section .container {
	max-width: 900px;
	margin: 0 auto;
}
.review-section .owl-carousel {
	max-width: calc(100% - 200px);
	margin: 0 auto;
}
.review-section .owl-carousel .owl-nav {
	font-size: 32px;
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.review-section .owl-carousel .owl-nav button.owl-prev {
	left: -100px;
}
.review-section .owl-carousel .owl-nav button.owl-next {
	right: -100px;
}
.review-section .review .content {
	font-size: 28px;
	color: #fff;
}
.review-section .review .author {
	color: #fff;
	margin-bottom: 5px;
}
.review-section .review a {
	color: #fff;
}
.review-section .review a:hover,
.review-section .review a:focus {
	color: var(--color-1);
}
.background-section {
	padding: 50px 0;
	min-height: 456px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-7);
	background-size: cover;
	background-position: 50% 50%;
	font-size: 18px;
	font-weight: 500;
}
.background-section .content-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
	align-items: center;
}
.background-section .content-row > .col {
	flex: 1 1 calc(50% - 25px);
	max-width: calc(50% - 25px);
}
.background-section .heading {
	text-align: center;
	color: var(--color-2);
}
.background-section h2 {
	font-weight: 900;
	letter-spacing: 3px;
}
.background-section h2 strong {
	font-weight: 900;
	color: var(--color-2);
}
.brands-section {
	margin: 50px 0;
	text-align: center;
}
.brands-section h2 {
	font-weight: 900;
	letter-spacing: .1em;
	color: var(--color-2);
	font-family: var(--font_heading);
}
.brands-section .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.brands-section .brand .image img {
	max-height: 120px;
	width: auto;
}
.banner-section .content p {
	font-size: 26px;
	letter-spacing: 2px;
}
.carousel-section {
	padding: 50px 0;
	background-color: var(--color-6);
	color: #fff;
}
.carousel-section h2 {
	margin-bottom: 40px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.services-carousel .owl-item .item {
	color: var(--color-5);
	background-color: #fff;
	height: 100%;
}
.services-carousel .owl-item .content-col {
	display: none;
	color: var(--color-6);
}
.services-carousel .owl-item img {
	width: 100%;
}
.services-carousel .owl-item .item-row {
	height: 100%;
}
.services-carousel .owl-item .item-row > a{
	display: flex;
	flex-wrap: wrap;
}
.services-carousel .owl-item .item-row .col {
	flex: 1 1 50%;
}
.services-carousel .owl-stage {
	display: flex;
}
.services-carousel.owl-carousel .owl-dots {
	margin-top: 40px;
}
.services-carousel.owl-carousel .owl-dots .owl-dot {
	border: none;
	background-color: #a9a9a9;
	width: 12px;
	height: 12px;
	border-color: var(--color-2);
}
.services-carousel.owl-carousel .owl-dots .owl-dot.active {
	background-color: #fff;
}
.services-carousel .owl-item .item .content-col .heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--color-6);
	letter-spacing: 0;
}
.services-carousel .owl-item .item .content-col p:last-child {
	color: var(--color-6);
	margin-bottom: 0;
}
.services-carousel .owl-item .item .image-col .heading {
	text-align: center;
	font-size: 16.8px;
	font-weight: 900;
	margin: 10px 10px 0;
	letter-spacing: 2px;
}
.services-carousel .owl-item.outer {
	cursor: pointer;
}
.services-carousel .owl-item.left .item {
	margin-left: auto;
}
.services-carousel .owl-item.right .item {
	margin-right: auto;
}
.services-carousel .owl-item .content-col {
	display: block;
}
.services-carousel .owl-item .image-col {
	align-self: stretch;
}
.services-carousel .owl-item .image-col .image {
	height: 100%;
}
.services-carousel .owl-item .image-col .image {
	background: #000;
}
.services-carousel .owl-item .image-col img {
	aspect-ratio: 1/1;
	opacity: .5;
}
.services-carousel .owl-item .image-col img {
	height: 100%;
	object-fit: cover;
	opacity: 1;
}
.services-carousel .owl-item .image-col .heading {
	display: none;
}
.services-carousel .owl-item .item {
	width: 100%;
}
.services-carousel .owl-item .item .content-col {
	padding: 50px 30px;
}
body.ip .content-section {
	margin: 50px 0;
}
body.ip .content-section .content-row {
	align-items: center;
	column-gap: 0;
}
body.ip .content-section .image-col {
	flex: 0 1 420px;
	align-self: flex-start;
}
body.ip .content-section .content-col {
	flex: 1 1 calc(100% - 420px);
	padding: 50px 100px 50px 50px;
}
.feature-section {
	margin: 50px 0;
}
.feature-section h2 {
	text-align: center;
	color: var(--color-2);
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.feature-section .feature {
	flex: 1 1 calc(33.33% - 33.33px);
	min-width: 200px;
	display: flex;
	flex-direction: column;
}
.feature-section .feature .inner {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.feature-section .feature .link {
	flex: 1 1 auto;
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
}
.feature-section .feature .link a {
	font-family: var(--font_heading);
}
.feature-section .feature strong {
	color: var(--color-6);
	font-family: var(--font_heading);
	letter-spacing: 2px;
}
.feature-section .feature .content {
	color: var(--color-6);
	margin-top: 10px;
}
.feature-section .feature .content p {
	margin-bottom: 10px;
}
.feature-section .feature h3 {
	font-weight: 700;
	margin-bottom: 10px;
}
.feature-section .feature .content p:last-child {
	margin-bottom: 0;
}
.feature-section.about-features .feature .inner {
	flex-grow: 100;
}
.feature-section.about-features .feature .image {
	flex: 1 1 auto;
	max-width: 300px;
	margin: 0 auto;
}
.feature-section.about-features .feature .image:not(:last-child) {
	max-width: 150px;
	margin: 0 auto 10px;
}
.feature-section.about-features .feature .image img {
	object-fit: contain;
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}
.feature-section.about-features .feature h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: var(--font_heading);
	font-size: 22px;
}
.background-section {
	padding: 125px 0;
	color: var(--color-7);
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 500;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.background-section:after,
.background-section.overlay-none:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .35;
	z-index: -1;
	display: none;
}
.background-section.overlay-white:after,
.background-section.overlay-black:after {
	display: block;
}
.background-section.overlay-white:after {
	background-color: #fff;
}
.background-section.overlay-black:after {
	background-color: #000;
}
.background-section h2 {
	font-family: var(--font_heading);
}
.background-section.color-light {
	color: #fff;
	font-size: 22px;
	font-family: var(--secondary-font);
	letter-spacing: 2px;
}
.background-section.color-light .btn {
	text-shadow: none;
}
.background-section.color-light h2 {
	font-size: 48px;
}
.background-section.color-light:after {
	background-color: #000;
	opacity: .5;
}
.background-section ul {
	margin-bottom: 20px;
}
.partner-section {
	margin: 50px 0;
}
.partner-section h2 {
	text-align: center;
	color: var(--color-2);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.partner-section .items {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	justify-content: space-between;
}
.partner-section .item {
	flex: 0 1 calc(50% - 25px);
	min-width: 265px;
	color: var(--color-6);
	padding-left: 35px;
	position: relative;
}
.partner-section.columns-large .item {
	flex: 1 1 calc(50% - 25px);
}
.partner-section.columns-small .item {
	flex: 0 1 auto;
}
.partner-section.columns-triple .item {
	flex: 1 1 calc(33.33% - 33.33px);
}
.partner-section .item:before {
	content: '';
	position: absolute;
	top: 0;
	height: 40px;
	left: 0;
	width: 20px;
	background-image: url(assets/images/arrow.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.partner-section .item p {
	color: var(--color-6);
	margin: 0 0 10px;
}
.partner-section .item p strong,
.partner-section .item p b {
	color: var(--color-6);
}
.process-section {
	margin: 50px 0;
}
.process-section h2 {
	font-weight: 700;
	margin-bottom: 30px;
}
.process-section .link {
	text-align: center;
	margin-top: 20px;
}
.process-section h2 {
	color: var(--color-2);
	letter-spacing: .1em;
}
.process-section .processes {
	flex-wrap: wrap;
	column-gap: 80px;
	row-gap: 30px;
}
.process-section .process {
	flex: 1 1 calc(25% - 60px);
}
.process-section .process .inner {
	max-width: 240px;
	margin: 0 auto;
}
.process-section .process h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	margin-bottom: 10px;
	color: var(--color-6);
	text-align: center;
}
.process-section .process .read-more-content .before-text{
	color: var(--color-6);
}
.process-section .process .read-more-content .after-text {
	color: var(--color-6);
}
.process-section .process .image {
	margin-bottom: 50px;
	position: relative;
}
.process-section .process .image .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-70%, -50%);
	width: 25%;
}
.process-section .process .image .icon img {
	transition: all ease .3s;
}
.process-section .process .image:hover .icon img {
	transform: scale(1.25);
}
.service-section .container-fluid {
	padding: 0 8px;
}
.service-section .service-row {
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
	margin-bottom: 8px;
}
.service-section .service-row > .col {
	flex: 1 1 calc(50% - 4px);
	min-width: min(100%, 360px);
}
.service-section .service-row .content-col {
	background-color: var(--color-2);
	color: #fff;
	padding: 50px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service-section .service-row .content-col p:last-child {
	margin-bottom: 0;
}
.service-section .service-row .content-col h2 {
	font-family: var(--font_heading);
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 28px;
}
.service-section .service-row .image-col {
	display: flex;
	flex-direction: column;
}
.service-section .service-row .image-col p:last-child {
	margin-bottom: 0;
	flex: 1 1 auto;
}
.service-section .service-row .image-col iframe {
	width: 100%;
	height: 100%;
	min-height: 300px;
}
.service-section .service-row .image-col img {
	height: 100%;
	object-fit: cover;
}
.service-section .images {
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
	margin-bottom: 8px;
}
.service-section .images > .col {
	flex: 1 1 calc(50% - 4px);
	min-width: min(100%, 360px);
}
.stats-section {
	margin: 100px 0;
}
.stats-section h2 {
	color: var(--color-2);
	font-size: 52px;
	font-weight: 700;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
}
.stats-section .stats-row {
	column-gap: 100px;
	row-gap: 30px;
	align-items: center;
}
.stats-section .stats-row .content-col {
	text-align: right;
	flex: 1 1 auto;
	font-size: 22px;
	color: var(--color-6);
}
.stats-section .stats-row .items-col {
	flex: 1 0 350px;
}
.stats-section .stats-row .image-col {
	flex: 1 1 300px;
}
.stats-section .stats-row .item {
	border-left: 3px solid #b5b4b4;
	padding: 0 0 0 30px;
	margin-bottom: 40px;
	font-family: var(--font_heading);
	font-size: 18px;
	color: var(--color-6);
}
.stats-section .stats-row .item h2 {
	font-size: 72px;
	margin-bottom: 0;
}
.stats-section .stats-row .item:last-child {
	margin-bottom: 0;
}
.stats-section .stats-row .item p:last-child {
	margin-bottom: 0;
}
.projects-section {
	margin: 50px 0;
}
.projects-section h2 {
	text-align: center;
	color: var(--color-2);
	font-size: 32px;
	font-weight: 700;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
}
.projects-section .projects {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 50px;
	row-gap: 50px;
}
.projects-section .project {
	flex: 1 1 calc(33.33% - 33.33px);
	min-width: 230px;
	position: relative;
	font-size: 18px;
	z-index: 1;
}
.projects-section .project:hover .image img {
	transform: scale(1.2);
}
.projects-section .project .image {
	background-color: #000;
	overflow: hidden;
}
.projects-section .project .image img {
	opacity: .85;
	width: 100%;
	transition: all ease .3s;
	aspect-ratio: 1 / 1;
  object-fit: cover;
}
.projects-section .project .heading {
	font-family: var(--font-gotham-black);
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: 700;
	font-size: 18px;
}
.projects-section .project .content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: #fff;
	z-index: 2;
	line-height: 1.3;
	font-size: 16px;
}
.projects-section .project .location {
	font-weight: 300;
}
.staff-section {
	margin: 75px 0;
}
.staff-section h2 {
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--color-7);
	font-weight: 700;
	text-align: center;
}
.staff-section .members {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
}
.staff-section .member {
	display: none;
	flex: 0 1 calc(33.33% - 33.33px);
	cursor: pointer;
}
.staff-section .member.no-modal {
	cursor: default;
}
.staff-section .member.active {
	display: block;
}
.staff-section .member .heading {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 700;
}
.staff-section .member .position {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 3px;
}
.staff-section .member .more {
	color: var(--color-3);
	font-weight: 300;
	font-size: 14px;
}
.staff-section .member .content {
	padding: 8px 10px 0;
}
.staff-section .modal {
	cursor: default;
}
.staff-section .modal .bio-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.staff-section .modal .image-col {
	flex: 0 1 350px;
}
.staff-section .modal .image-col .email {
	margin-top: 10px;
}
.staff-section .modal .image-col .email .btn {
	display: block;
	border-radius: 0;
}
.staff-section .modal .content-col {
	flex: 1 1 calc(100% - 380px);
}
.staff-section .modal .content-col .content {
	font-size: 15px;
	padding: 0;
}
.form-section {
	margin: 100px 0;
}
.form-section .form h2 {
	font-family: var(--font-gotham-black);
	color: var(--color-2);
	margin-bottom: 30px;
	font-size: 32px;
}
.form-section .form .button {
	color: #fff;
}
.form-section .form .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.menu-item-has-children > a {
	position: relative;
}
.menu-item-has-children .sub-menu {
	top: calc(100% + 31px);
	background-color: rgba(255, 255, 255, 0.75);
	transition: all ease .3s;
}
.menu-item-has-children .sub-menu:before {
	content: '';
	position: absolute;
	top: -31px;
	height: 31px;
	width: 100%;
	left: 0;
	right: 0;
	transition: all ease .3s;
}

.owl-carousel .owl-dots {
	display: flex;
	justify-content: center;
	column-gap: .75em;
	margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
	background-color: var(--color-1);
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.owl-carousel .owl-dots .owl-dot.active {
	background-color: var(--color-2);
	border-color: var(--color-3);
}
.service-section .btn {
	background-color: #fff;
	color: var(--color-1);
}
.service-section .btn:hover,
.service-section .btn:focus {
	background-color: var(--color-1);
	color: #fff;
}
body.scrolled .menu-item-has-children .sub-menu {
	backdrop-filter: blur(5px);
	top: calc(100% + 9px);
}
body.scrolled .menu-item-has-children .sub-menu:before {
	top: -9px;
	height: 9px;
}
body.ip .brands-section {
	margin: 100px 0;
}
body.ip .brands-section h2 {
	margin-bottom: 30px;
}
.safety-section h2 {
	text-align: center;
	color: var(--color-2);
	font-size: 32px;
	font-weight: 700;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.safety-section .member h2 {
	text-align: left;
	margin-bottom: 0;
}
.locations-section {
	margin: 50px 0;
}
.locations-section h2 {
	font-family: var(--font-gotham-black);
	color: var(--color-2);
	font-size: 32px;
}
.locations-section .locations {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
}
.locations-section .location {
	flex: 1 1 calc(33.33% - 33.33px);
	position: relative;
}
.locations-section .location .image {
	overflow: hidden;
	background-color: #000;
}
.locations-section .location .image img {
	transition: all ease .3s;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.locations-section .location:hover .image img {
	opacity: .4;
}
.locations-section .location .inner .hover-content {
	display: none;
}
.locations-section .location:hover .inner .content{
	display: none;
}
.locations-section .location:hover .inner .hover-content {
	display: block;
}
.locations-section .location .inner {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.locations-section .location h2 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	letter-spacing: 0px;
}
.locations-section .location a {
	font-weight: 400;
	color: var(--color-6);
}
.locations-section .location a:hover {
	color: var(--color-2);
}
.locations-section .location p:last-child {
	margin-bottom: 0;
}
.breadcrumb-section {
	margin: 30px 0;
}
.breadcrumb-section .breadcrumbs {
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: var(--secondary-font);
}
.breadcrumb-section .breadcrumbs .crumb:not(:last-child):after {
	content: '>';
	padding: 0 10px;
	display: inline-block;
}
.location-section {
	margin: 30px 0 80px;
}
.location-section .location-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
	align-items: center;
}
.location-section .location-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.location-section .location-row .content-col {
	padding-right: 50px;
}
.location-section .location-row .info-col {
	background-color: #dadada;
	color: var(--color-2);
	padding: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.location-section .location-row .info-col h2 {
	font-size: 20px;
}
.location-section .location-row .info-col p:last-child {
	margin-bottom: 0;
}
.news-section {
	margin: 100px 0;
}
.news-section h2 {
	text-align: center;
	color: var(--color-2);
	font-size: 32px;
	font-weight: 700;
	font-family: var(--secondary-font);
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.news-section .posts {
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.news-section .post {
	flex: 1 1 calc(33.33% - 33.33px);
}
.news-section .post .image:hover img {
	transform: scale(1.1);
}
.news-section .post .image img {
	transition: all ease .3s;
}
.news-section .post .image{
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.news-section .post a {
	color: var(--color-6);
	font-weight: 400;
}
.news-section .post .date{
	margin-top: 10px;
}
.news-section .post .heading {
	font-weight: 700;
	margin: 10px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: var(--font-gotham-black);
}
.news-section .post .content .read-more .text{
	display: block;
    color: var(--color-2);
    font-weight: 700;
    margin-top: 10px;
	font-family: var(--secondary-font);
}
.main-nav .menu .sub-menu li {
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.main-nav .menu .sub-menu li a {
	padding: 8px 10px;
}
.cat-section .category-nav {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	font-weight: 700;
	font-size: 18px;
	justify-content: center;
	margin-bottom: 75px;
	text-align: center;
}
.cat-section .category-nav .nav-item {
	cursor: pointer;
}
.cat-section .item {
	display: none;
}
.cat-section .item.active {
	display: block;
}
.cat-section .current-category {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color-8);
	position: relative;
}
.cat-section .current-category .clear-filters {
	display: none;
}
.cat-section .type-filter {
	position: relative;
}
.cat-section .type-filter .clear-filters {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -54px;
	cursor: pointer;
	white-space: nowrap;
}
.cat-section .type-filter:hover .clear-filters:hover ~ .filter-options {
	display: none;
}
.projects-section.cat-section .category-nav {
	margin: 0 auto 50px;
}
.projects-section.cat-section .project {
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
}
.projects-section.cat-section .project .heading {
	margin: 10px 0 5px;
	font-weight: 700;
	font-size: 18px;
}
.breadcrumbs-section {
	margin: 35px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: var(--secondary-font);
	font-weight: 600;
	font-size: 14px;
}
.breadcrumbs-section .breadcrumbs {
	justify-content: center;
}
.breadcrumbs-section .item {
	position: relative;
}
.breadcrumbs-section .item:not(:last-child):after {
	content: '>';
	display: inline-block;
	padding: 0 5px;
}
.breadcrumbs-section .item a {
	font-weight: 700;
}
.project-section {
	margin: 35px 0;
}
.project-section .project-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
	justify-content: center;
}
.project-section .project-row > .col {
	flex: 1 1 calc(50% - 25px);
}
.project-section .content-col h1 {
	font-size: 28px;
	letter-spacing: 2px;
	color: var(--color-2);
}
.project-section .info-col {
	background-color: var(--color-4);
	padding: 50px;
}
.project-section .info-col .inner {
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
}
.project-section .info-col h2 {
	font-size: 20px;
	color: var(--color-2);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.project-section .info-col h2,
.project-section .info-col .info-item:not(:last-child) {
	margin-bottom: 50px;
}
.project-section .info-col .info-item {
	flex-wrap: wrap;
	row-gap: 10px;
	align-items: center;
	column-gap: 35px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-1);
	line-height: 1;
}
.project-section .info-col .info-item .title {
	flex: 0 0 100px;
	color: var(--color-2);
	font-size: 17px;
	letter-spacing: 2px;
}
.gallery-section {
	margin: 35px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	column-gap: 12px;
	row-gap: 12px;
}
.gallery-section .gallery > .col {
	flex: 1 1 calc(33.33% - 8px);
}
.gallery-section-inner .heading h2{
	text-align: center;
	color: var(--color-2);
}
.no-banner {
	height: var(--headerHeight, 120px);
}
.banner {
	position: relative;
}
.banner .single-heading {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(calc(-50% + 50px));
	z-index: 3;
	color: #fff;
}
.banner .single-heading h1 {
	text-shadow: 1px 2px 3px #000;
	font-size: 62px;
	max-width: 790px;
	font-weight: 700;
}
.screen-reader-text {
	visibility: hidden;
	height: 0;
	width: 0;
	line-height: 0;
}
.main-section.single .container {
	max-width: none;
}
.main-section.single blockquote {
	font-size: 1.2em;
	color: var(--color-1);
	padding-left: 35px;
	font-weight: 700;
}
body.single .gallery-section {
	margin: 75px 0;
}
body.single .gallery-section .owl-carousel {
	padding: 0 100px;
	margin: 0 auto;
	max-width: 1000px;
}
body.single .gallery-section .owl-carousel .owl-nav {
	font-size: 32px;
	color: var(--color-2);
	text-align: center;
}
body.single .gallery-section .owl-carousel .owl-nav button.owl-prev,
body.single .gallery-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
}
body.single .gallery-section .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
body.single .gallery-section .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
body.single .news-section {
	margin: 75px 0;
}
body.single .news-section .heading-row {
	flex-wrap: wrap;
	justify-content: space-between;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-2);
	margin-bottom: 20px;
}
body.single .news-section .heading-row .title {
	letter-spacing: 2.5px;
	font-size: 20px;
}
body.single .news-section .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 18px;
}
body.single .news-section .nav-links a {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}
body.single .news-section .nav-links .meta-nav {
	display: inline-block;
	padding: 0 20px;
	font-size: 22px;
}
body.single .news-section .nav-links .nav-previous {
	position: relative;
}
body.single .news-section .nav-links .nav-previous:not(:last-child):after {
	content: '/';
	display: inline-block;
	padding: 0 10px;
	font-weight: 700;
}
.signup-form {
	margin: 75px 0;
}
.signup-form .form {
	max-width: 605px;
	margin: 0 auto;
	background-color: var(--color-2);
	color: #fff;
	padding: 30px 100px;
	font-family: var(--secondary-font);
}
.signup-form .form h2 {
	font-family: var(--secondary-font);
	font-weight: 700;
	font-size: 32px;
}
.signup-form .form h3 {
	font-weight: 400;
	font-family: var(--secondary-font);
	font-size: 26px;
}
.signup-form .form .gform_wrapper.gravity-theme .gfield {
	color: #fff;
}
.signup-form .form .gform_wrapper.gravity-theme .gfield input:not(.button) {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}
.signup-form .form .gform_wrapper.gravity-theme .gfield input:not(.button)::placeholder {
	color: #fff;
	opacity: 1;
}
.signup-form .form .gform_wrapper.gravity-theme .button {
	color: var(--color-1);
	background-color: #fff;
}
.signup-form .form .gform_wrapper.gravity-theme .button:hover,
.signup-form .form .gform_wrapper.gravity-theme .button:focus {
	background-color: var(--color-1);
	color: #fff;
}
.blog-section {
	margin: 50px 0;
}
.blog-section h2 {
	color: var(--color-2);
}
.blog-section .filter-form {
	margin-bottom: 50px;
}
.blog-section .filter-form .filters {
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 25px;
	row-gap: 15px;
	text-align: center;
}
.blog-section .filter-form .filter {
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}
.blog-section .filter-form .filter label {
	margin: 0;
}
.blog-section .filter-form .submit {
	align-self: stretch;
}
.blog-section .filter-form .btn {
	height: 100%;
}
.blog-section .filter-form input[type='text'],
.blog-section .filter-form select {
	padding: 6px;
	width: 235px;
	font-size: 14px;
}
.blog-section .news-items {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.blog-section .news-items .item {
	flex: 0 1 calc(33.33% - 33.33px);
}
.blog-section .news-items .item a {
	font-weight: 400;
	color: #000;
}
.blog-section .news-items .item .image {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.blog-section .news-items .item .image img {
	transition: all ease .3s;
}
.blog-section .news-items .item .image:hover img {
	transform: scale(1.1);
}
.blog-section .news-items .item .heading {
	font-size: 28px;
	text-align: center;
	color: var(--color-1);
	text-shadow: 0.5px 0.5px 3px rgba(255, 255, 255, 0.75);
	display: none;
}
.blog-section .news-items .item .heading:not(:first-child) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
}
.page-id-392 .blog-section .news-items .item .heading {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	font-family: var(--font-gotham-black);
	font-size: 16px;
	text-align: left;
	padding: 10px 0 0 0;
	color: var(--color-6);
	text-shadow: none;
	text-transform: uppercase;
	font-weight: 600;
}
.blog-section .news-items .item {
	font-family: var(--font-gotham-black);
}
.blog-section .news-items .item .title {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.blog-section .news-items .item .date {
	margin-top: 10px;
	font-family: var(--primary-font);
}
.blog-section .news-items .item .excerpt {
	margin-top: 10px;
	font-family: var(--primary-font);
}
.blog-section .news-items .item .read-more .text {
	font-family: var(--secondary-font);
	display: block;
	color: var(--color-2);
	font-weight: 700;
	margin-top: 10px;
}
.news-section .posts .post .read-more .text {
	font-family: var(--secondary-font);
	display: block;
	color: var(--color-2);
	font-weight: 700;
	margin-top: 10px;
}
.about-section {
	padding: 50px 0;
	background-color: var(--color-4);
}
.about-section h2 {
	color: var(--color-2);
}
.about-section .content {
	max-width: 900px;
	margin: 0 auto 30px;
}
.about-section .features {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 30px;
}
.about-section .feature {
	flex: 1 1 calc(33.33% - 33.33px);
	padding-left: 80px;
	position: relative;
}
.about-section .feature h3 {
	margin-bottom: 10px;
}
.about-section .feature p:last-child {
	margin-bottom: 0;
}
.about-section .feature:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	background-image: url(assets/images/arrow-green.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50%;
}
.affiliation-section {
	margin: 50px 0;
}
.affiliation-section h2 {
	text-align: center;
	color: var(--color-2);
	margin-bottom: 30px;
	letter-spacing: .1em;
	font-family: var(--font_heading);
}
.affiliation-section .affiliations {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	align-items: center;
	justify-content: center;
}
.affiliation-section .affiliation {
	flex: 0 1 calc(25% - 37.5px);
}
.affiliation-section .affiliation img {
	max-height: 100px;
	width: auto;
}
.page-id-392 .affiliation-section .affiliation img {
	max-height: none;
}
.page-id-392 .affiliation-section .affiliation {
	flex: 1 1 calc(25% - 37.5px);
}
.brands-section .owl-carousel {
	max-width: calc(100% - 80px);
	margin: 0 auto;
}
.brands-section .owl-carousel .owl-nav {
	font-size: 18px;
}
.brands-section .owl-carousel .owl-nav button.owl-prev,
.brands-section .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d9dada;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.brands-section .owl-carousel .owl-nav button.owl-prev {
	left: -40px;
}
.brands-section .owl-carousel .owl-nav button.owl-next {
	right: -40px;
}
.cat-section .filter-row {
	column-gap: 25px;
	row-gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 50px;
	color: var(--color-8);
}
.cat-section .filter-row .col {
	flex: 1 1 calc(33.33% - 33.33px);
}
.cat-section .filter-row .col .btn {
	width: 100%;
	letter-spacing: 1px;
}
.cat-section .filter-dropdown {
	position: relative;
}
.cat-section .filter-dropdown .filter-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: #fff;
	padding: 10px 15px;
	box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.25);
	color: var(--color-8);
}
.cat-section .filter-dropdown:hover .filter-options {
	display: block;
}
.cat-section .filter-dropdown .nav-item {
	cursor: pointer;
	margin: 10px 0;
}
.cat-section .item {
	position: relative;
	transition: all ease .3s;
}
.cat-section .item .overlay {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.cat-section .item .overlay .heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}
.cat-section .item .overlay .sub-heading {
	font-weight: 400;
}
.cat-section .item .project-details{
	display: none;
}
.cat-section .item .project-details .sub-heading {
	text-transform: uppercase;
	font-size: 12px;
}
.cat-section .item .project-details .heading{
	margin: 0 0 20px 0;
}
.cat-section .item .project-details .read-more {
	margin: 20px 0 0 0;
}
.cat-section .item:hover .project-details{
	display: block;
}
.cat-section .item:hover .project {
	display: none;
}
.projects-section .item:hover .image img{
	opacity: .4;
}
.cat-section .item .project-details {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 40px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
.benefits-section {
	margin: 150px 0;
}
.benefits-section h2 {
	color: var(--color-7);
	margin-bottom: 30px;
}
.benefits-section .benefits {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
}
.benefits-section .benefit {
	flex: 1 1 calc(50% - 25px);
}
.benefits-section .benefit .image {
	margin-bottom: 20px;
}
.benefits-section .benefit .image img {
	max-height: 55px;
	width: auto;
}
.benefits-section .benefit .content {
	color: var(--color-6);
}
.benefits-section .benefit strong {
	letter-spacing: .1em;
}
body.ip .background-section.color-light a {
	color: #fff;
}
.read-more-content {
	overflow: hidden;
	transition: all ease .8s;
}
.read-more-content.more {
	transition: all ease .3s;
}
.read-more-content .before-text {
	display: inline;
}
.read-more-content .read-more-toggle {
	color: var(--color-2);
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	font-family: var(--font_heading);
	margin-top: 8px;
	transition: all ease 0 .3s;
}
.read-more-content .before-text .read-more-toggle {
	opacity: 1;
}
.read-more-content.more .before-text .read-more-toggle {
	opacity: 0;
	width: 0;
	height: 0;
	display: inline;
	font-size: 0;
}
.read-more-content .after-text {
	display: inline;
	opacity: 0;
	max-height: 0;
	transition: opacity ease 0 .3s;
}
.read-more-content.more .ellipsis {
	display: none;
}
.read-more-content.more .after-text {
	opacity: 1;
}
.read-more-content.content p {
	line-height: 1.4;
}
.read-more-content.content p:first-of-type {
	margin-top: 10px;
}
.read-more-content.content p:last-of-type {
	margin-bottom: 0;
}
.title-section + .background-section {
	margin-bottom: 50px;
}
.process-section + .background-section,
.feature-section + .background-section {
	margin-bottom: 50px;
}
/* Mobile Menu */
body {
	overflow: auto;
	position: relative;
}
body.no-scroll {
	overflow: hidden;
}
.mobile-header {
	display: none;
	top: 0;
	background-color: #fff;
	max-height: 100vh;
	overflow-y: hidden;
	transition: all ease .3s;
	transition-delay: .3s;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: fixed;
	top: 39px;
}
.mobile-header .nav-wrap {
	max-height: 0;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	transition-property: opacity, max-height;
	transition-duration: .3s, .3s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	background-color: #fff;
}
body.mobile-menu .mobile-header .nav-wrap {
	display: block;
	opacity: 1;
	max-height: calc(100vh - var(--headerHeight) - 50px);
	overflow-y: auto;
	transition-property: opacity, max-height;
	transition-duration: .3s, 0s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	height: -webkit-fill-available;
}
.mobile-backdrop {
	position: absolute;
	background-color: #000;
	opacity: 0;
	transition-property: opacity, max-height;
	transition-duration: .3s, 0;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: -200px;
	max-height: 0;
	z-index: 9;
}
body.mobile-menu .mobile-backdrop {
	display: block;
	opacity: .75;
	transition-property: opacity, max-height;
	transition-duration: .3s, 0s;
	transition-delay: 0s, 0s;
	transition-timing-function: ease;
	max-height: none;
	height: 200vh;
	position: fixed;
}
body.mobile-menu .mobile-header .toggle-nav .fas:before {
	content: '\f00d';
}
.mobile-header .mobile-menu {
	border-bottom: 1px solid var(--color-1);
}
.mobile-header .mobile-row {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.mobile-header .mobile-row > * {
	flex: 1 1 auto;
}
.mobile-header .mobile-row .toggle-nav {
	flex: 0 1 50px;
	font-size: 26px;
	cursor: pointer;
	position: relative;
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: var(--color-1);
	z-index: 3;
}
.mobile-header .menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
}
.mobile-header .menu > li {
	border-top: 1px solid var(--color-1);
}
.mobile-header .menu > li > a {
	padding: 10px;
	display: block;
}
.mobile-menu .menu-item-has-children > a {
	position: relative;
}
.mobile-menu .menu-item-has-children > a:after {
	position: absolute;
	right: 15px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 2px;
	font-size: 14px;
	transition: all ease .3s;
}
.mobile-menu .menu-item-has-children .sub-menu {
	position: static;
	transform: none;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 14px;
}
.mobile-menu .menu-item-has-children .sub-menu > li {
	border-top: 1px solid var(--color-4);
}
.mobile-menu .menu-item-has-children .sub-menu > li > a {
	display: block;
	padding: 8px 0;
	padding-left: 20px;
	font-weight: 500;
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu {
	text-transform: none;
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu > li {
	border-top: 1px solid var(--color-4);
}
.mobile-menu .menu-item-has-children .sub-menu .sub-menu > li > a {
	display: block;
	padding: 6px 0;
	padding-left: 32px;
}
.mobile-menu .menu-item-has-children:hover .sub-menu {
	display: none;
}
.mobile-menu .menu-item-has-children.active > a:after {
	transform: rotate(180deg);
}
.mobile-menu .menu-item-has-children.active > .sub-menu {
	display: block;
}
.mobile-menu .active > a,
.mobile-menu a:hover,
.mobile-menu a:focus {
	color: var(--color-2);
}
.mobile-header .mobile-c2a a {
	color: #fff;
}
.mobile-header .mobile-c2a a:hover,
.mobile-header .mobile-c2a a:focus {
	color: var(--color-4);
}
.mobile-header .logo-col {
	flex: 1 1 auto;
	margin-right: 25px;
}
.mobile-header .logo-col a {
	display: block;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
}
.mobile-header .logo-col img {
	max-height: 60px;
	width: auto;
	display: inline-block;
}
.main-nav .menu li.nav-home {
	display: none;
}
.pdfs-section{
	margin: 75px 0;
}
.pdfs-section .pdfs-heading{
	text-align: center;
	color: var(--color-2);
}
.pdfs-section .pdfs {
	flex-wrap: wrap;
	row-gap: 20px;
	padding: 0 75px;
}
.pdfs-section .pdfs .link{
	flex-basis: 100%;
}
.pdfs-section .pdfs .link a{
	color: var(--color-1);
	text-decoration: underline;
}
.pdfs-section .pdfs .link a:hover {
	color: var(--color-2);
	text-decoration: underline;
}
.post-template-default .blog-section .content{
	text-align: center;
}
.breadcrumb-section-inner h2{
	color: var(--color-2);
	text-align: center;
}
.synopsis-section{
	margin: 75px 0;
}
.synopsis-heading{
	color: var(--color-8);
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 0 30px;
}
.synopsis-heading:before {
	content: '';
	position: absolute;
	top: 20px;
	height: 40px;
	left: 0;
	width: 20px;
	background-image: url(assets/images/arrow-maroon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.synopsis-row{
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 30px;
}
.synopsis-row .col{
	flex: 1 1 calc(50% - 60px);
}
.main-content-section{
	margin: 75px 0;
}
.main-content-row{
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 30px;
}
.main-content-row .col {
	flex: 1 1 calc(50% - 60px);
}
.main-content-row .content{
	text-align: right;
	line-height: 2;
}
.main-content-gallery{
	flex-wrap: wrap;
	margin: 50px 0;
	column-gap: 40px;
	row-gap: 40px;
}
.main-content-gallery .image{
	flex: 0 1 calc(33.33% - 26.67px);
	min-width: 125px;
}
.gallery-quote-section{
	padding: 25px 0;
	background-color: var(--color-2);
	margin: 25px 0;
}
.gallery-content{
	column-gap: 60px;
	row-gap: 20px;
}
.gallery-quote-gallery{
	flex-direction: column;
	flex-basis: 25%;
	row-gap: 20px;
}
.gallery-content .content-col{
	background-color: #fff;
	padding: 20px;
	flex-basis: 75%;
}
.gallery-content .content-col .content strong{
	font-size: 38px;
}
.gallery-quote-bottom{
	column-gap: 20px;
	row-gap: 20px;
}
.media-contact-section{
	padding: 50px 0;
	background-color: #e5e5e5;
}
.media-contact-section .media-heading{
	text-align: center;
	margin: 0 0 30px 0;
	color: var(--color-2);
	font-family: var(--font-gotham-black);
}
.media-contact-section .content a{
	color: #000;
	text-decoration: underline;
}
.page-id-1555 .media-contact-section .content a {
	color: var(--color-2);
	text-decoration: none;
}
.page-id-1555 .locations-section .locations{
	margin: 40px 0;
}
.page-id-1555 .locations-section .location .inner{
	position: relative;
	color: var(--color-1);
	text-shadow: none;
}
.page-id-1555 .locations-section .location .inner p{
	margin: 0 0 8px;
}
.page-id-1555 .locations-section .location .inner .content strong a {
	color: var(--color-2);
	font-family: var(--font-gotham-black);
	font-weight: 700;
}
.page-id-1555 .locations-section .location h2{
	color: var(--color-1);
	margin: 0 0 8px 0;
}
.page-id-1555 .form-section{
	margin: 50px 0;
}
.iframe-section{
	margin: 50px 0;
}
.iframe-section h2{
	color: var(--color-2);
}
.background-section .gform_wrapper.gravity-theme .button{
	padding: 10px 30px;
	font-size: 15px;
}
.select-wrap {
	position: relative;
}
.select-wrap .select-clear {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	font-size: 14px;
}
.filter-dropdown.topic-filter .hidden-select {
	display: none;
}
.filter-dropdown.topic-filter {
	flex-basis: 270px;
}
.filter-dropdown.topic-filter .btn {
	width: 100%;
}
.blog-section .filters .search {
	flex: 1 1 auto;
}
.blog-section .filters .search input {
	width: 100%;
	height: 100%;
	padding: 10px;
}
.blog-section.cat-section .item {
	display: block;
}
.clear-filters {
	cursor: pointer;
}
.popup-form .gform_wrapper.gravity-theme .grecaptcha-badge {
	visibility: hidden;
}
.popup-form .gform_wrapper.gravity-theme .button {
	color: #fff;
}
.popup-form .gform_wrapper.gravity-theme .ginput_container,
.popup-form .gform_wrapper.gravity-theme .ginput_container input {
	height: 100%;
}
.popup-form h2 {
	color: var(--color-2);
}
.popup-form .gform_wrapper.gravity-theme .gform_footer.before {
	padding: 0;
	margin: 0;
}
.history-section {
	margin: 75px 0;
}
.history-section h2 {
	color: var(--color-2);
	font-weight: 900;
}
.history-section .content {
	margin-bottom: 75px;
}
.history-section .item {
	column-gap: 100px;
	-ms-align-items: center;
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
}
.history-section .item .content {
	margin-bottom: 0;
}
.history-section .item:not(:last-child) {
	margin-bottom: 50px;
}
.history-section .item .heading {
	font-size: 40px;
	font-weight: 100;
	font-family: var(--primary-font);
	margin-bottom: 5px;
	margin-top: 18px;
}
.history-section .item p:last-child {
	margin-bottom: 0px;
}
.history-section .item .image-col {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}
.history-section .item .content-col {
	position: relative;
	flex: 0 1 450px;
	font-family: var(--font_heading);
}
.history-section .item .content-col:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 10px);
	width: 80px;
	height: 1px;
	background-color: #000;
	z-index: 4;
}
.history-section .item .image-col img {
	transition: all ease .3s;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	opacity: .35;
}
.history-section .item .image-col img:hover {
	opacity: 1;
	background-color: #00000000;
}
.page-id-430 .background-section .content p{
	color: var(--color-6);
}
.content-section h2{
	text-align: center;
    color: var(--color-2);
    font-size: 32px;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 3px;
}
.content-section .content-col{
	padding: 0px;
}
.content-section .content{
	color: var(--color-6);
}


.page-id-1555 .locations-section .location:hover .inner .content {
	display: block;
}
.primary-footer .copyright {
	font-weight: 700;
}

body .gform_wrapper.gravity-theme .gfield select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.breadcrumb-section .breadcrumbs {
	flex-wrap: wrap;
	text-align: center;
}
.breadcrumb-section .breadcrumbs .crumb.parent {
	white-space: nowrap;
}
.contact-section {
	background-color: var(--color-3);
	padding: 50px 0;
}
.contact-section .sec-content {
	margin-bottom: 45px;
}
.contact-section .sec-content h2 {
	color: var(--color-2);
}
.contact-section .blocks {
	flex-wrap: wrap;
}
.contact-section .block {
	flex: 1 1 calc(33.33% - 13.33px);
	font-size: 16px;
	padding: 4.3em 2.2% 3.5em;
}
.contact-section .block p:last-child {
	margin-bottom: 0;
}
.contact-section .block:nth-child(3n - 1) {
	background-color: #fff;
	box-shadow: 0.188em 0.25em 2.188em rgba(0,0,0,0.16);
}
.contact-section .heading-row {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 10px;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}
.contact-section .heading-row .image img {
	height: 40px;
	width: auto;
}
.contact-section .heading-row .heading {
	margin: 0;
}
.contact-section .shortcode_link {
	margin-top: 25px;
}
.contact-section a {
	color: var(--color-4);
}
.contact-section a:hover,
.contact-section a:focus {
	color: var(--color-1);
}
.cta-section .social .phone {
	display: none;
}
.background-section .content-row > .col:first-child:last-child {
	max-width: 100%;
}
body.ip .banner-section .image img {
	max-height: 30vw;
}
.gallery-section {
	margin: 50px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
}
.gallery-section .gallery > .col {
	flex: 0 1 calc(25% - 18.75px);
}
.gallery-section .gallery .image img {
	aspect-ratio: 4/3;
	object-fit: cover;
}
.gallery-section .gallery .image img:hover,
.gallery-section .gallery .image img:focus {
	border: 5px double var(--color-2);
}
.blog-content {
	margin: 50px 0;
}
.archive-section {
	margin: 50px 0;
}
.archive-section .blogs {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.archive-section .blog {
	flex: 0 1 calc(33.33% - 20px);
}
.archive-section .blog h2 {
	letter-spacing: 0;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.archive-section .blog a {
	color: var(--color-1);
}
.archive-section .blog a:hover,
.archive-section .blog a:focus {
	color: var(--color-2);
}
.blog-cat-row > * {
	display: inline-block;
}
.blog-cat-row {
	display: flex;
	column-gap: .25em;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 700;
}
.blog-cat-row a {
	color: var(--color-1);
}
.blog-cat-row a:hover,
.blog-cat-row a:focus {
	color: var(--color-2);
}
.archive-section .blog .content {
	line-height: 1.5;
}
.archive-section .blog .image img {
	aspect-ratio: 25/14;
}
.archive-section .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.archive-section .pagination > * {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-3);
	color: var(--color-1);
	font-size: 13px;
}
.archive-section .pagination > .current,
.archive-section .pagination > a:hover,
.archive-section .pagination > a:focus {
	background-color: var(--color-2);
	color: #fff;
}
.blog-heading {
	font-size: 34px;
	margin: 15px 0;
}
.single-section {
	padding: 50px 0;
}
.single-section .content {
	margin-top: 35px;
}
.single-section .single-row {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
	align-items: flex-start;
}
.single-section .single-row .sidebar-col {
	flex: 0 1 300px;
	padding: 25px;
	position: sticky;
	top: var(--headerHeight);
	background-color: var(--color-3);
}
.single-section .single-row .sidebar-col .search-form {
	width: 100%;
}
.single-section .single-row .sidebar-col .search-form .form-inner {
	position: relative;
}
.single-section .single-row .sidebar-col .search-form input {
	width: 100%;
	padding: 8px;
	background: transparent;
	border: 1px solid var(--color-1);;
}
.single-section .single-row .sidebar-col .search-form button {
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	width: 34px;
	display: block;
	transition: all ease .3s;
}
.single-section .single-row .sidebar-col .search-form button:hover,
.single-section .single-row .sidebar-col .search-form button:focus {
	background-color: var(--color-1);
	color: #fff;
}
.single-section .single-row .sidebar-col h2 {
	letter-spacing: 0;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.single-section .single-row .sidebar-col ul {
	margin: 0;
	padding: 0;
}
.single-section .single-row .sidebar-col li {
	list-style: none;
	position: relative;
	padding: 10px 0;
	display: block;
}
.single-section .single-row .sidebar-col li a {
	display: block;
	position: relative;
	padding-left: 20px;
}
.single-section .single-row .sidebar-col li a:before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: var(--color-2);
	display: block;
	position: absolute;
	top: .25em;
	left: 0;
}

.single-section .single-row .sidebar-col li:not(:last-child) a {
	border-bottom: 1px solid var(--color-3);
}

.single-section .single-row .content-col {
	flex: 1 1 calc(100% - 380px);
}
.single-section .single-row .image img {
	width: 100%;
}
.background-section {
	padding-top: var(--padding_top, 125px);
	padding-bottom: var(--padding_bottom, 125px);
}
.services-section {
	margin: 75px 0;
}
.services-section .services-nav {
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.services-section .nav-item {
	padding: 10px 12px;
	cursor: pointer;
	font-weight: 700;
	transition: all ease .15s;
	color: var(--color-2);
}
.services-section .nav-item:hover,
.services-section .nav-item:focus,
.services-section .nav-item.active {
	background-color: var(--color-2);
	color: #fff;
}
.services-section .service-item {
	flex-wrap: wrap;
	display: none;
	column-gap: 30px;
	row-gap: 20px;
}
.services-section .service-item.active {
	display: flex;
}
.services-section .service-item .image-col {
	flex: 1 1 calc(40% - 15px);
}
.services-section .service-item .content-col {
	flex: 1 1 calc(60% - 15px);
}
.clickable-banner {
	margin: 30px 0;
}
.clickable-banner-inner {
	position: relative;
}
.clickable-banner .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(=50%);
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 24px;
}
.service-section .content-col a:hover,
.service-section .content-col a:focus,
.title-section .content-col a:hover,
.title-section .content-col a:focus {
	color: var(--color-7);
	font-weight: 400;
}
.gallery-section h2,
.blog-content h2,
.gallery-section h2,
.video-section h2,
.contact-section h2 {
	color: var(--color-2);
}
.video-section {
	margin: 50px 0;
}
.video-section h2 {
	margin-bottom: 30px;
}
.video-section .videos {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}

.video-section.columns-3 .video {
	flex: 0 1 calc(33.33% - 20px);
}
.video-section.columns-2 .video {
	flex: 0 1 calc(50% - 15px);
}
.video-section.columns-1 .video {
	flex: 0 1 100%;
}
.video-section .video .content {
	margin: 10px;
}
.contact-section .map {
	margin: 50px 0;
}
.contact-section .map iframe {
	width: 100%;
	height: 400px;
}
.gform_required_legend {
	display: none;
}
/* === Media Queries === */
body .gform_wrapper.gravity-theme .button:hover, body .gform_wrapper.gravity-theme .button:focus {
	color: #fff;
}
.primary-footer .gform_wrapper.gravity-theme .button:hover, .primary-footer .gform_wrapper.gravity-theme .button:focus {
	background-color: #fff;
	color: var(--color-text);
}

/* === Interior Pages === */
/* === Media Queries === */
@media screen and (max-width: 1499px) {
	.main-nav .menu li {
		margin: 0;
	}
	.primary-header {
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 1299px) {
	.main-nav .menu li a {
		font-size: 14px;
		padding: 15px 8px;
	}
}
@media screen and (max-width: 1099px) {
	.primary-header .header-row .logo-col {
		flex-basis: 150px;
	}
	.main-nav .menu li a {
		padding: 15px 5px;
	}
}
@media screen and (max-width: 1199px) {
	.primary-footer .footer-row {
		flex-wrap: wrap;
	}
	.title-section .title-row .content-col .inner:after {
		width: 43%;
	}
	.carousel-section {
		background-color: var(--color-6);
	}
	.services-carousel .owl-stage {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.services-carousel .owl-item .image-col .heading {
		display: none;
	}
	.services-carousel .owl-item .content-col {
		display: block;
		flex-basis: 100%;
	}
	.services-carousel .owl-item .item {
		width: auto;
		width: 100%;
		background-color: #fff;
		padding: 0;
	}
	.services-carousel .owl-item.center .item {
		padding: 0;
	}
	.services-carousel {
		max-width: calc(100% - 120px);
		margin: 0 auto;
	}
	.services-carousel .owl-nav {
		font-size: 32px;
		color: #fff;
	}
	.services-carousel .owl-nav button.owl-prev,
  .services-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.services-carousel .owl-nav button.owl-prev {
		left: -40px;
	}
	.services-carousel .owl-nav button.owl-next {
		right: -40px;
	}
	.services-carousel .owl-item .item-row > .col {
		min-width: min(100%, 350px);
	}
	.stats-section .stats-row {
		column-gap: 30px;
	}
	.project-section .info-col {
		padding: 50px 30px;
	}
	.blog-section .filter-form .filters {
		column-gap: 15px;
	}
	.container-wide {
		padding-left: 50px;
		padding-right: 50px;
	}
	.container-small {
		padding-left: 100px;
		padding-right: 100px;
	}
	.banner-section .content h2 {
		font-size: 28px;
	}
	.process-section .processes {
		column-gap: 50px;
	}
	.main-section .links {
		column-gap: 40px;
	}
	.main-section .links .link:not(:last-child):after {
		left: calc(100% + 20px);
	}
	.background-section .content-row > .col {
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	body {
		margin-top: 0;
	}
	.mobile-header {
		display: block;
	}
	.primary-header {
		display: none;
	}
	.mobile-menu .menu-item-has-children .sub-menu {
		white-space: normal;
	}
	.gallery-quote-bottom {
		flex-direction: column-reverse;
	}
	.gallery-content{
		flex-direction: column;
	}
	.gallery-quote-gallery{
		flex-direction: row;
		row-gap: 20px;
		column-gap: 20px;
	}
	.gallery-content .content-col .content strong{
		font-size: 18px;
	}
	.banner-section .content {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 0;
	}
	.banner-section .content h1 {
		font-size: 42px;
	}
	.title-section {
		margin: 0;
		overflow: hidden;
	}
	.title-section .title-row {
		display: block;
	}
	.title-section .title-row .content-col {
		flex: 1 1 auto;
		background-color: var(--color-2);
		position: relative;
		z-index: 1;
	}
	.title-section .title-row .content-col .inner {
		max-width: 800px;
		margin: 0 auto;
		width: 100%;
		clip-path: padding-box;
		position: static;
		padding: 50px 15px;
		background: none;
	}
	.title-section .title-row .content-col .inner:after {
		display: none;
	}
	.title-section .title-row .content-col:after {
		content: '';
		position: absolute;
		top: -2px;
		bottom: -3px;
		right: 0;
		width: 100%;
		max-width: 400px;
		background-image: url(assets/images/arrow.png);
		background-size: cover;
		background-position: 50%;
		background-repeat: no-repeat;
		z-index: -1;
		opacity: .33;
	}
	.title-section .title-row .image-col .inner {
		position: static;
		width: auto;
	}
	.custom-container-1-section {
		margin: 0;
		overflow: hidden;
	}
	.custom-container-1-section .custom-container-1-row {
		display: block;
	}
	.custom-container-1-section .custom-container-1-row .content-col {
		flex: 1 1 auto;
		background-color: var(--color-3);
		position: relative;
		z-index: 1;
	}
	.custom-container-1-section .custom-container-1-row .content-col .inner {
		max-width: 800px;
		margin: 0 auto;
		width: 100%;
		clip-path: padding-box;
		position: static;
		padding: 50px;
		background: none;
	}
	.custom-container-1-section .custom-container-1-row .content-col .inner:after {
		display: none;
	}
	.custom-container-1-section .custom-container-1-row .image-col .inner {
		position: static;
		width: auto;
	}
	.custom-container-1-section .custom-container-1-row .image-col .inner .animation {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
		padding: 50px;
	}
	.custom-container-2-section {
		margin: 0;
		overflow: hidden;
	}
	.custom-container-2-section .custom-container-2-row {
		display: block;
	}
	.custom-container-2-section .custom-container-2-row .content-col {
		flex: 1 1 100%;
		background-color: rgba(255, 255, 255, .9);
    	color: #000;
		position: relative;
		z-index: 1;
		max-width: 100%;
	}
	.custom-container-2-section .custom-container-2-row .content-col .inner {
		max-width: 800px;
		margin: 0 auto;
		width: 100%;
		clip-path: padding-box;
		position: static;
		padding: 30px 0;
		background: none;
	}
	.custom-container-2-section .custom-container-2-row .content-col .inner:after {
		display: none;
	}
	.custom-container-2-section .custom-container-2-row .image-col .inner {
		position: static;
		width: auto;
	}
	.custom-container-2-section .custom-container-2-row .image-col .inner,
	.custom-container-2-section.img-right .custom-container-2-row .image-col .inner {
		clip-path: polygon(0% 0%, 100% 0%, 100% 101%, 0% 100%, 0% 100%) ;
	}
	.custom-container-3-section {
		margin: 0;
		overflow: hidden;
	}
	.custom-container-3-section .custom-container-3-row {
		display: block;
		padding: 0px;
	}
	.custom-container-3-section .custom-container-3-row .content-col {
		flex: 1 1 auto;
		background-color: rgba(255, 255, 255, .9);
    	color: #000;
		position: relative;
		z-index: 1;
	}
	.custom-container-3-section .custom-container-3-row .content-col .inner {
		max-width: 800px;
		margin: 0 auto;
		width: 100%;
		clip-path: padding-box;
		position: static;
		padding: 50px;
		background: none;
	}
	.custom-container-3-heading{
		margin: 40px 0 0 0;
	}
	.custom-container-3-heading h2{
		margin: 40px 0 0 0;
	}
	.custom-container-3-section .custom-container-3-row .content-col .inner:after {
		display: none;
	}
	.custom-container-3-section .custom-container-3-row .image-col .inner {
		position: static;
		width: auto;
	}
	.custom-container-3-section .custom-container-3-row .image-col .inner {
		clip-path: polygon(0% 0%, 100% 0%, 100% 101%, 0% 100%, 0% 100%) ;
	}
	.custom-container-3-section{
		margin: 50px 0;
	}
	.dropdown-section .dropdowns {
		flex-wrap: wrap;
	}
	.dropdown-section .dropdown {
		flex: 1 1 calc(50% - 15px);
		min-width: 250px;
	}
	.dropdown-section .dropdown .heading {
		text-align: left;
		margin-bottom: 10px;
	}
	.dropdown-section .dropdown .content {
		display: block;
	}
	.content-section .content-col {
		padding: 30px 30px 10px;
	}
	.stats-section .stats-row {
		flex-wrap: wrap;
	}
	.stats-section .stats-row > .col {
		flex: 1 1 100%;
	}
	.review-section .owl-carousel {
		max-width: 100%;
	}
	body.ip .content-section .content-col {
		padding: 30px;
	}
	.staff-section .modal .image-col {
		flex-basis: 100%;
	}
	.location-section .location-row .content-col {
		padding: 0;
		flex-basis: 100%;
	}
	.custom-container-1-section .location-row .content-col {
		padding: 0;
		flex-basis: 100%;
	}
	.news-section .posts {
		column-gap: 15px;
	}
	.locations-section .location {
		flex-basis: calc(50% - 25px);
		min-width: 230px;
	}
	.locations-section .locations {
		column-gap: 30px;
	}
	.project-section .project-row > .content-col {
		flex-basis: calc(100% - 350px);
	}
	.project-section .project-row > .info-col {
		flex: 0 1 300px;
	}
	.project-section .info-col .info-item .title {
		flex-basis: 100%;
	}
	.projects-section .project {
		flex-basis: calc(50% - 15px);
	}
	.blog-section .news-items .item {
		flex-basis: calc(50% - 25px);
	}
	.blog-section .filter-form .submit {
		flex-basis: 100%;
	}
	.blog-section .filter-form .filter label {
		flex-basis: 100%;
	}
	.about-section .feature {
		flex-basis: 100%;
	}
	.process-section .process {
		flex-basis: calc(50% - 25px);
		min-width: 200px;
	}
	.container-wide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-small {
		padding-left: 35px;
		padding-right: 35px;
	}
	.feature-section .features,
  .projects-section .projects,
  .staff-section .members {
		column-gap: 30px;
		row-gap: 30px;
	}
	.staff-section .member {
		flex-basis: calc(50% - 15px);
	}
	.services-carousel .owl-item .item-row > .content-col {
		display: block;
		flex-basis: 100%;
		padding: 30px;
	}
	.services-carousel .owl-item .item-row {
		flex-wrap: wrap;
	}
	.services-carousel .owl-item .image-col .image {
		height: auto;
	}
	.services-carousel .owl-item .image-col .image img {
		max-height: 300px;
	}
	.banner-section .content h2 {
		font-size: 24px;
	}
	.cat-section .filter-row {
		flex-wrap: wrap;
		column-gap: 30px;
		row-gap: 20px;
		margin-bottom: 30px;
	}
	.cat-section .type-filter .clear-filters {
		display: none;
	}
	.cat-section .current-category .clear-filters {
		display: block;
		flex-basis: 100%;
		margin-top: 10px;
	}
	.synopsis-row{
		flex-direction: column;
	}
	.main-section .links .link {
		flex-basis: calc(50% - 20px);
	}
	.main-section .links .link:nth-child(even):after {
		display: none;
	}
	.services-carousel .owl-item .item-row .col {
		flex-basis: 100%;
	}
	.contact-section .container {
		width: 100%;
	}
	.primary-footer .logo-col .logo {
		margin: 0 auto 20px;
	}
	.btn {
		white-space: normal;
	}
	.service-section .service-row > .col {
		flex-basis: 100%;
	}
	.cta-section {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 11;
	}
	body {
		margin-top: calc(var(--headerHeight) + 39px);
	}
	.gallery-section .gallery > .col {
		flex-basis: calc(33.33% - 16.66px);
	}
	.archive-section .blog {
		flex-basis: calc(50% - 15px);
	}
	.single-section .single-row > .col {
		flex-basis: 100%;
	}
	.services-section .service-item > .col {
		flex-basis: 100%;
	}
	.video-section.columns-3 .video {
		flex: 0 1 calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 42px;
	}
	.banner-section .content h1 {
		font-size: 32px;
	}
	.banner-section .content h2 {
		font-size: 18px;
	}
	.main-section .links {
		justify-content: center;
	}
	.content-section .content-col {
		padding: 30px 5px 10px;
	}
	.review-section .owl-carousel {
		max-width: 100%;
	}
	.review-section .review .content {
		font-size: 22px;
		letter-spacing: 2px;
	}
	.review-section .owl-carousel .owl-nav {
		font-size: 20px;
	}
	.review-section .owl-carousel .owl-nav button.owl-prev {
		left: -25px;
	}
	.review-section .owl-carousel .owl-nav button.owl-next {
		right: -25px;
	}
	.background-section h2 {
		font-size: 42px;
	}
	.primary-footer .footer-row {
		justify-content: center;
	}
	.primary-footer .footer-row > .col {
		flex-basis: 350px;
	}
	.main-section .links {
		gap: 40px;
	}
	.main-section .links .btn {
		min-width: 125px;
	}
	.staff-section .member {
		flex-basis: calc(50% - 15px);
	}
	.form-section .form {
		padding: 50px 15px;
	}
	.news-section .post {
		flex-basis: 100%;
	}
	.project-section .project-row > .content-col {
		flex-basis: 100%;
	}
	.project-section .project-row > .info-col {
		flex-basis: 450px;
		text-align: center;
	}
	.project-section .project-row > .info-col .inner {
		width: auto;
	}
	.project-section .project-row > .info-col .info-item {
		justify-content: center;
	}
	.project-section .info-col h2,
  .project-section .info-col .info-item:not(:last-child) {
		margin-bottom: 30px;
	}
	.gallery-section .gallery {
		gap: 12px;
	}
	.gallery-section .gallery > .col {
		flex-basis: calc(50% - 6px);
	}
	.signup-form .form {
		padding: 30px;
		max-width: 465px;
	}
	body.single .gallery-section .owl-carousel {
		padding: 0 50px;
	}
	body.single .gallery-section .owl-carousel .owl-nav button.owl-prev,
  body.single .gallery-section .owl-carousel .owl-nav button.owl-next {
		width: 50px;
	}
	.blog-section .news-items .item {
		flex-basis: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.affiliation-section .affiliations {
		column-gap: 30px;
		row-gap: 30px;
	}
	.affiliation-section .affiliation {
		flex: 0 1 150px;
	}
	.page-id-392 .affiliation-section .affiliations {
		flex-direction: column;
	}
	.stats-section h2,
  .dropdown-section h2 {
		font-size: 42px;
	}
	.container-wide {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-small {
		padding-left: 25px;
		padding-right: 25px;
	}
	.main-section .links .link {
		flex-basis: 100%;
	}
	.main-section .links .link:nth-child(n):after {
		display: none;
	}
	body.home .banner-section .image video,
	body.home .banner-section .image img {
		min-height: calc(650px - 30vw);
		min-height: 550px;
	}
	.main-content-gallery .image {
		flex-basis: 100%;
	}
	.main-content-row .col {
		flex-basis: 100%;
	}
	.contact-section .block {
		flex-basis: 100%;
	}
	.archive-section .blog {
		flex-basis: 100%;
	}
	.services-section .nav-item {
		padding: 10px;
	}
}
@media screen and (max-width: 580px) {
	.staff-section .member {
		flex-basis: 100%;
	}
	.staff-section .category-nav .nav-item {
		flex-basis: 100%;
	}
	.services-carousel .owl-item.center .item .content-col {
		padding: 30px 15px;
	}
	.projects-section .project {
		flex-basis: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.cat-section .filter-row .col {
		flex-basis: 100%;
	}
	.blog-section .filters .col {
		flex-basis: 100%;
	}
	.cta-section .cta-row > .col.phone {
		display: none;
	}
	.cta-section .social .phone {
		display: block;
	}
	.mobile-header .menu-item-has-children .sub-menu:before {
		display: none;
	}
	.video-section.columns-3 .video,
	.video-section.columns-2 .video,
	.video-section.columns-1 .video {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 450px) {
	h1 {
		font-size: 32px;
	}
	.title-section .title-row .content-col .heading h2 {
		font-size: 24px;
		letter-spacing: 2px;
	}
	.title-section .title-row .content-col .heading h2 strong {
		font-size: 34px;
	}
	.services-carousel {
		max-width: calc(100% - 60px);
	}
	.services-carousel .owl-nav button.owl-prev {
		left: -25px;
	}
	.services-carousel .owl-nav button.owl-next {
		right: -25px;
	}
	.services-carousel .owl-nav {
		font-size: 24px;
	}
	.banner-section .content p {
		font-size: 21px;
	}
	.content-section .content-col h2 {
		font-size: 32px;
	}
	body.ip .background-section.color-light h2 {
		font-size: 38px;
	}
	.btn {
		white-space: normal;
	}
	.service-section .service-row .content-col h2 {
		font-size: 24px;
	}
	.gallery-section .gallery > .col {
		flex-basis: 100%;
	}
	.signup-form .form {
		padding: 30px 15px;
	}
	.signup-form .form h3 {
		font-size: 22px;
	}
	body.single .gallery-section .owl-carousel {
		padding: 0 25px;
	}
	body.single .gallery-section .owl-carousel .owl-nav {
		font-size: 22px;
	}
	body.single .gallery-section .owl-carousel .owl-nav button.owl-prev,
  body.single .gallery-section .owl-carousel .owl-nav button.owl-next {
		width: auto;
	}
	.affiliation-section .affiliation {
		flex: 0 1 120px;
	}
	h2,
  .stats-section h2,
  .dropdown-section h2,
  .main-section h2,
  body.ip .background-section.color-light h2 {
		font-size: 30px;
	}
	.background-section h2 {
		letter-spacing: 1px;
		font-size: 28px;
	}
	.cat-section .filter-row .col .btn {
		white-space: nowrap;
	}
}
@media screen and (min-width: 1199px) {
	.services-carousel .owl-item .item-row>.content-col {
		font-size: 14px;
	}
}
.animation-wrap.fly-in-left .animation {
	animation-name: fly-in-left;
	animation-duration: 1s;
	animation-play-state: paused;
	animation-iteration-count: 1;
	position: relative;
	left: 0;
}
.animation-wrap.run .animation {
	animation-play-state: running;
}
@keyframes fly-in-left {
	from {
		left: 0;
	}
	0% {
		left: -100vw;
	}
	to {
		left: 0;
	}
}

body.admin-bar {
	--headerHeight: calc(var(--headerHeight) + 32px);
}
body.admin-bar .primary-header,
body.admin-bar .mobile-header {
	top: 32px;
}
@media screen and (min-width: 768px) {
	.blog-section .news-items .item .image {
		max-height: 200px;
	}
}
