@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* replacing jquery smooth scrolling with native css scroll-behavior */
html {
	overflow: hidden auto;
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
body {
	overflow: visible;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/* anchor offset for fixed header */
#contact,
#testimonials {
	scroll-margin-top: 150px;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.mfp-bg {
	z-index: 1042;
	overflow: hidden;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}
.mfp-wrap {
	z-index: 1043;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
	line-height: 0;
}
.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-height: 300px),
	screen and (max-width: 800px) and (orientation: landscape) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: summer_loving_sansregular;
	src: url(../../fonts/nicky_laatz__-_summer_loving_sans_regular-webfont.woff2)
			format("woff2"),
		url(../../fonts/nicky_laatz__-_summer_loving_sans_regular-webfont.woff)
			format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: summer_loving_solidregular;
	src: url(../../fonts/nicky_laatz__-_summer_loving_solid_regular-webfont.woff2)
			format("woff2"),
		url(../../fonts/nicky_laatz__-_summer_loving_solid_regular-webfont.woff)
			format("woff");
	font-weight: 400;
	font-style: normal;
}
.clearfix {
	display: block;
	zoom: 1;
}
.clearfix:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.btn-read-more-wrap,
.cols-wrap,
.four-o-four .search-form,
.grid,
.location-contact .container .location-contact-wrap .location-contact-top,
.location-intro .col-left .inner-col .location-details,
.navigation-single,
.post-password-form p,
.search-form,
.sidebar-widgets .sidebar-item .popular-post-holder .inner-holder,
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta,
.sidebar-widgets .sidebar-item .search-holder .search-form,
.squares-grid,
.widget {
	display: block;
	zoom: 1;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.btn-read-more-wrap:after,
.cols-wrap:after,
.four-o-four .search-form:after,
.grid:after,
.location-contact .container .location-contact-wrap .location-contact-top:after,
.location-intro .col-left .inner-col .location-details:after,
.navigation-single:after,
.post-password-form p:after,
.search-form:after,
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta:after,
.sidebar-widgets .sidebar-item .popular-post-holder .inner-holder:after,
.sidebar-widgets .sidebar-item .search-holder .search-form:after,
.squares-grid:after,
.widget:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
.btn,
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.btn-submit,
.sidebar-widgets .sidebar-item .team-holder .grid-team .item p,
svg * {
	transition: all 0.2s ease;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
input::-moz-focus-inner {
	border: 0;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
	outline: none;
	-moz-outline-style: none;
}
a:active,
a:focus,
a:hover {
	text-decoration: none;
}
input,
textarea {
	border: none;
}
.txt {
	font-size: 0 !important;
	outline: medium none;
	overflow: hidden;
	text-indent: -9999px !important;
}
.clear,
.txt {
	line-height: 0;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	width: 0;
}
.text-center {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.text-center-md {
		text-align: center;
	}
}
.uppercase {
	text-transform: uppercase;
}
* {
	max-height: 1000000px;
}
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
}
textarea {
	overflow: auto;
	resize: none;
}
img {
	vertical-align: top;
}
a {
	text-decoration: underline;
	transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
		opacity 0.3s ease-in-out;
}
a:focus,
a:hover {
	outline: none;
}
/* @media only screen and (min-width: 1024px) {
    a[href^="skype"],
    a[href^="sms"],
    a[href^="tel"] {
        cursor: default;
        pointer-events: none;
    }
} */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}
body {
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
img {
	height: auto;
}
iframe,
img {
	max-width: 100%;
}
.comment-form input[type="date"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea,
.post-password-form input[type="date"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form input[type="tel"],
.post-password-form input[type="text"],
.post-password-form input[type="url"],
.post-password-form textarea,
.search-form input[type="date"],
.search-form input[type="email"],
.search-form input[type="password"],
.search-form input[type="search"],
.search-form input[type="tel"],
.search-form input[type="text"],
.search-form input[type="url"],
.search-form textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 0.2em 0.7em;
}
.comment-form input[type="date"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="password"]:focus,
.comment-form input[type="search"]:focus,
.comment-form input[type="tel"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.post-password-form input[type="date"]:focus,
.post-password-form input[type="email"]:focus,
.post-password-form input[type="password"]:focus,
.post-password-form input[type="search"]:focus,
.post-password-form input[type="tel"]:focus,
.post-password-form input[type="text"]:focus,
.post-password-form input[type="url"]:focus,
.post-password-form textarea:focus,
.search-form input[type="date"]:focus,
.search-form input[type="email"]:focus,
.search-form input[type="password"]:focus,
.search-form input[type="search"]:focus,
.search-form input[type="tel"]:focus,
.search-form input[type="text"]:focus,
.search-form input[type="url"]:focus,
.search-form textarea:focus {
	border-color: #333;
}
.comment-form input[type="date"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="password"]::-webkit-input-placeholder,
.comment-form input[type="search"]::-webkit-input-placeholder,
.comment-form input[type="tel"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.post-password-form input[type="date"]::-webkit-input-placeholder,
.post-password-form input[type="email"]::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder,
.post-password-form input[type="search"]::-webkit-input-placeholder,
.post-password-form input[type="tel"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="url"]::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder,
.search-form input[type="date"]::-webkit-input-placeholder,
.search-form input[type="email"]::-webkit-input-placeholder,
.search-form input[type="password"]::-webkit-input-placeholder,
.search-form input[type="search"]::-webkit-input-placeholder,
.search-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="url"]::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder {
	color: #000;
}
.comment-form input[type="date"]::-moz-placeholder,
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="password"]::-moz-placeholder,
.comment-form input[type="search"]::-moz-placeholder,
.comment-form input[type="tel"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.post-password-form input[type="date"]::-moz-placeholder,
.post-password-form input[type="email"]::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder,
.post-password-form input[type="search"]::-moz-placeholder,
.post-password-form input[type="tel"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="url"]::-moz-placeholder,
.post-password-form textarea::-moz-placeholder,
.search-form input[type="date"]::-moz-placeholder,
.search-form input[type="email"]::-moz-placeholder,
.search-form input[type="password"]::-moz-placeholder,
.search-form input[type="search"]::-moz-placeholder,
.search-form input[type="tel"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.search-form input[type="url"]::-moz-placeholder,
.search-form textarea::-moz-placeholder {
	opacity: 1;
	color: #000;
}
.comment-form input[type="date"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder,
.comment-form input[type="password"]:-moz-placeholder,
.comment-form input[type="search"]:-moz-placeholder,
.comment-form input[type="tel"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="url"]:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.post-password-form input[type="date"]:-moz-placeholder,
.post-password-form input[type="email"]:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder,
.post-password-form input[type="search"]:-moz-placeholder,
.post-password-form input[type="tel"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="url"]:-moz-placeholder,
.post-password-form textarea:-moz-placeholder,
.search-form input[type="date"]:-moz-placeholder,
.search-form input[type="email"]:-moz-placeholder,
.search-form input[type="password"]:-moz-placeholder,
.search-form input[type="search"]:-moz-placeholder,
.search-form input[type="tel"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.search-form input[type="url"]:-moz-placeholder,
.search-form textarea:-moz-placeholder {
	color: #000;
}
.comment-form input[type="date"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="password"]:-ms-input-placeholder,
.comment-form input[type="search"]:-ms-input-placeholder,
.comment-form input[type="tel"]:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.post-password-form input[type="date"]:-ms-input-placeholder,
.post-password-form input[type="email"]:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-placeholder,
.post-password-form input[type="search"]:-ms-input-placeholder,
.post-password-form input[type="tel"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="url"]:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder,
.search-form input[type="date"]:-ms-input-placeholder,
.search-form input[type="email"]:-ms-input-placeholder,
.search-form input[type="password"]:-ms-input-placeholder,
.search-form input[type="search"]:-ms-input-placeholder,
.search-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="url"]:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder {
	color: #000;
}
.comment-form input[type="date"].placeholder,
.comment-form input[type="email"].placeholder,
.comment-form input[type="password"].placeholder,
.comment-form input[type="search"].placeholder,
.comment-form input[type="tel"].placeholder,
.comment-form input[type="text"].placeholder,
.comment-form input[type="url"].placeholder,
.comment-form textarea.placeholder,
.post-password-form input[type="date"].placeholder,
.post-password-form input[type="email"].placeholder,
.post-password-form input[type="password"].placeholder,
.post-password-form input[type="search"].placeholder,
.post-password-form input[type="tel"].placeholder,
.post-password-form input[type="text"].placeholder,
.post-password-form input[type="url"].placeholder,
.post-password-form textarea.placeholder,
.search-form input[type="date"].placeholder,
.search-form input[type="email"].placeholder,
.search-form input[type="password"].placeholder,
.search-form input[type="search"].placeholder,
.search-form input[type="tel"].placeholder,
.search-form input[type="text"].placeholder,
.search-form input[type="url"].placeholder,
.search-form textarea.placeholder {
	color: #000;
}
.widget {
	margin-bottom: 1.2em;
}
.widget ul {
	padding-left: 2em;
}
.widget select {
	min-width: 150px;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}
.comment-form input[type="text"],
.comment-form textarea {
	margin: 0 4px 0 0;
	width: 300px;
}
@media screen and (max-width: 767px) {
	.comment-form input[type="text"],
	.comment-form textarea {
		width: 100%;
	}
}
.comment-form input[type="submit"] {
	display: block;
	float: none;
}
.post-password-form label {
	display: block;
}
.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}
.search-form input {
	float: left;
	height: 2em;
}
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}
.post-password-form input {
	float: left;
	height: 2em;
}
.post-password-form input[type="password"] {
	width: 150px;
}
.commentlist {
	margin: 0 0 1.2em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item {
	padding: 0;
}
@media screen and (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}
.comment,
.commentlist-holder {
	overflow: hidden;
}
.commentlist-item + .commentlist-item,
.commentlist-item .commentlist-item {
	padding-top: 1.2em;
}
.widget_calendar #next {
	text-align: right;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}
.navigation-comments .screen-reader-text,
.navigation .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation-comments .page-numbers,
.navigation .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.4em;
}
@media screen and (max-width: 767px) {
	.navigation-comments .page-numbers,
	.navigation .page-numbers {
		padding: 0;
	}
}
.navigation-comments .next,
.navigation-comments .prev,
.navigation .next,
.navigation .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	padding: 0.4em;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation .next,
	.navigation .prev {
		padding: 0.2em;
	}
}
.navigation-single {
	margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #666;
	color: #fff;
	text-decoration: none;
}
.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 0.4em;
	display: block;
}
@media screen and (max-width: 767px) {
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: 0.2em;
	}
}
.navigation-single .next {
	float: right;
}
.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 0.4em;
	margin-bottom: 1.2em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: 0.4em 0 0;
}
div.aligncenter {
	margin: 0 auto 1.2em;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignleft {
	float: left;
}
@media screen and (max-width: 767px) {
	img.alignleft {
		margin: 0 auto 30px;
		display: block;
		float: none;
	}
}
img.alignright {
	float: right;
	margin: 10px 0 6px 1.6em;
}
@media screen and (max-width: 767px) {
	img.alignright {
		float: none;
	}
}
@media screen and (max-width: 767px) {
	img.alignnone,
	img.alignright {
		margin: 0 auto 30px;
		display: block;
	}
}
.mejs-container {
	margin-bottom: 1.2em;
}
.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
	height: auto;
}
td,
th {
	border: 1px solid #999;
	padding: 0.5em;
}
.meta {
	display: none;
}
.rel {
	position: relative;
}
@media screen and (min-width: 992px) {
	.pull-right-md {
		float: right !important;
	}
}
.no-p + p,
.no-p p {
	display: none;
}
.img-full {
	width: 100%;
}
.no-pad-all {
	padding: 0 !important;
}
@media screen and (min-width: 768px) {
	.no-pad {
		padding: 0 !important;
	}
	.no-pad-left {
		padding-left: 0 !important;
	}
	.no-pad-right {
		padding-right: 0 !important;
	}
}
@media screen and (min-width: 1200px) {
	.no-pad-left-lg {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 991px) {
	.no-pad-sm {
		padding: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.no-pad-mobile {
		padding: 0 !important;
	}
}
.pt-25 {
	padding-top: 25px;
}
@media screen and (min-width: 992px) {
	.pr-30 {
		padding-right: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.pr-30-lg {
		padding-right: 30px;
	}
}
@media screen and (min-width: 992px) {
	.pr-40 {
		padding-right: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.pr-40-lg {
		padding-right: 40px;
	}
}
@media screen and (min-width: 992px) {
	.pr-45 {
		padding-right: 45px;
	}
}
@media screen and (min-width: 1200px) {
	.pr-80-lg {
		padding-right: 80px;
	}
}
.pb-25 {
	padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
	.pl-30 {
		padding-left: 30px;
	}
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.bg-gray {
	background-color: #f7f7f7;
}
.bq-line-gray {
	border-left: 5px solid #eee;
}
.center-col {
	float: none;
	margin: 0 auto;
}
.pos-rel {
	position: relative;
}
.ab-vert {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.modal-body {
	padding-top: 40px;
}
.modal-body .cw_video_description {
	display: none;
}
.modal-body .cw_video_single {
	width: 100%;
	height: 369px;
}
.modal-content .close {
	position: relative;
	right: 10px;
	z-index: 9999;
}
@-ms-viewport {
	width: device-width;
}
.wf-active,
.wf-inactive {
	transition: opacity 1s ease-out;
}
body,
html {
	height: 100%;
	width: 100%;
}
body {
	color: #606060;
	font-size: 16px;
	line-height: normal;
	width: 100%;
	font-weight: 400;
	font-family: "Inter", sans-serif;
}
svg:not(:root) {
	overflow: visible !important;
}
h1:empty,
h2:empty,
h3:empty {
	display: none;
}
.indention {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
a {
	transition: all 0.2s linear;
	text-decoration: none;
	color: #003d53;
}
a:hover {
	color: #1aa8b5;
}
b,
strong {
	font-weight: 700;
}
ul li {
	list-style: none;
}
.grid .item {
	float: left;
}
.cols-wrap .cols {
	float: left;
	position: relative;
}
.skiplink {
	position: absolute;
	left: -99999px;
}
.visible-print-block {
	display: none;
}
@media print {
	.visible-print-block {
		display: block;
	}
}
ul.slick-dots li button:focus {
	outline: none;
}
h1 {
	color: #7e8384;
	font-family: Oswald, sans-serif;
	letter-spacing: 1.74px;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
}
.heading,
h2 {
	margin-bottom: 25px;
	font-family: summer_loving_solidregular;
	font-size: 40px;
}
.heading strong,
h2 strong {
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	color: #003d53;
	font-size: 40px;
	line-height: 58px;
}
@media (max-width: 767px) {
	.heading strong,
	h2 strong {
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 1.08px;
	}
}
h3 {
	color: #707070;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 45px;
}
em,
p {
	color: #7e8384;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 27px;
}
em {
	font-style: italic;
}
.heading-part {
	color: #1b496c;
	font-size: 36px;
	font-weight: 500;
	line-height: 49px;
	text-align: center;
}
.section-title {
	color: #7e8384;
	font-family: Oswald, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 44px;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	.section-title {
		font-size: 36px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0.9px;
	}
}
.entry-content
	ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
	margin-bottom: 25px;
}
.entry-content
	ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list)
	li {
	position: relative;
	padding-left: 25px;
	color: #7e8384;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 13px;
}
.entry-content
	ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list)
	li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	background-color: #00a8b6;
	border-radius: 100%;
}
.entry-content ul.col-md-6 li:last-of-type {
	margin-bottom: 0;
}
.entry-content ol {
	margin-bottom: 25px;
	clear: both;
}
.entry-content ol > li {
	position: relative;
	padding: 14px 18px 14px 47px;
	counter-increment: li;
	color: #7e8384;
	font-size: 16px;
	font-weight: 700;
	line-height: 31.5px;
}
@media (max-width: 767px) {
	.entry-content ol > li {
		padding: 14px 10px 14px 47px;
	}
}
.entry-content ol > li:before {
	content: counter(li);
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 7px;
	text-align: center;
	background-color: #ededed;
	border-radius: 0;
	height: 24px;
	width: 25px;
	line-height: 25px;
	color: #7e8384;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 700;
}
@media (max-width: 767px) {
	.entry-content ol > li:before {
		left: 0;
	}
}
.entry-content blockquote,
.entry-content q {
	quotes: none;
	margin-bottom: 35px;
}
.entry-content .alignleft {
	display: inline-block;
	float: left;
	margin-bottom: 12px;
	margin-right: 17px;
	position: relative;
	top: 4px;
	height: auto;
	max-width: 100%;
}
@media (max-width: 767px) {
	.entry-content .alignleft {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}
.entry-content .alignright {
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	margin-left: 17px;
	position: relative;
	top: 4px;
	height: auto;
	max-width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	.entry-content .alignright {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}
.entry-content .aligncenter {
	display: block;
	float: none;
	margin: 15px auto;
	position: relative;
	height: auto;
	max-width: 100%;
	text-align: center;
}
@media (max-width: 767px) {
	.entry-content .aligncenter {
		max-width: 340px;
		margin: 5px auto 15px;
		width: 100%;
	}
}
.entry-content .img-responsive.wp-post-image {
	max-width: 100%;
}
@media (max-width: 767px) {
	.entry-content .wp-caption {
		margin: 0 auto 25px;
		display: block;
		float: none;
	}
}
@media (max-width: 479px) {
	.entry-content .wp-caption {
		max-width: 100% !important;
	}
}
.entry-content .wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 19px;
	text-align: center;
}
@media (max-width: 767px) {
	.entry-content img[class*="wp-image"] {
		max-width: 260px;
		margin: 20px auto 25px;
		height: auto;
		float: none;
		display: block;
	}
}
.entry-content > table {
	border: 1px solid #000;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
	.entry-content > table {
		width: 100%;
	}
}
.entry-content > table td,
.entry-content > table th {
	border: none;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
	.entry-content > table td,
	.entry-content > table th {
		padding: 10px !important;
	}
}
@media (max-width: 767px) {
	.entry-content > table td,
	.entry-content > table th {
		padding: 10px 20px !important;
	}
}
@media (max-width: 480px) {
	.entry-content > table td,
	.entry-content > table th {
		padding: 10px !important;
	}
}
.entry-content > table thead,
.entry-content > table thead tr {
	background: #000;
}
.entry-content > table thead th {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
.entry-content > table .total {
	background: #f1f2f4;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.entry-content > table .total td,
.entry-content > table .total th {
	padding-top: 15px;
	padding-bottom: 15px;
}
.entry-content > img {
	max-width: 100%;
	margin-bottom: 25px;
	border-radius: 3px;
}
.entry-content .btn {
	margin-right: 28px;
	margin-bottom: 24px;
}
.entry-content .image-holder {
	max-width: 275px;
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-top: 10px;
}
.entry-content .image-holder img {
	box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
	.entry-content .image-holder {
		margin: 0 auto 30px;
		float: none;
	}
}
.main-wrapper {
	overflow: hidden;
}
.afterword-content {
	padding-top: 40px;
}
.main-content {
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	.main-content {
		padding-top: 70px;
		padding-bottom: 50px;
	}
}
.page-template-portfolio .main-content {
	background-color: #f5f6fa;
}
[v-cloak] > * {
	display: none;
}
.bubble-block {
	align-items: center;
}
.bubble-block h2 strong {
	display: block;
}
.bubble-block .arrow-link:hover {
	padding-right: 48px;
}
.arrow-link {
	color: #1aa8b5;
	font-family: Oswald, sans-serif;
	font-size: 13px;
	font-weight: 400;
	background-image: url(../../images/arrows/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	padding-right: 33px;
	background-position: 100%;
	display: inline-block;
	transition: padding 0.15s ease-out;
}
.arrow-link span {
	text-decoration: underline;
	text-transform: uppercase;
}
.arrow-link.green {
	background-image: url(../../images/arrows/arrow-green.svg);
	color: #bccc5e;
}
.arrow-link__alt {
	color: #fff;
	background-image: url(../../images/arrows/arrow-alt-right.svg);
}
@media screen and (min-width: 768px) {
	.cta-neg {
		margin-top: -185px;
	}
	.cta-neg.home {
		margin-top: 0;
		padding-bottom: 50px;
	}
}
.alt-grey {
	background-color: #f5f6fa;
}
.cta-bubble {
	padding-top: 30px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.cta-bubble {
		text-align: left;
		margin-bottom: 0;
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 30px;
		padding-right: 40px;
		background-image: url(../../images/backgrounds/bubble-bg.png);
		background-position: top;
		background-size: 100%;
		height: 167px;
		background-repeat: no-repeat;
	}
	.home .cta-bubble {
		background-position: center;
	}
}
@media screen and (min-width: 992px) {
	.cta-bubble {
		height: 200px;
	}
}
@media screen and (min-width: 1200px) {
	.cta-bubble {
		height: 300px;
		padding-left: 94px;
		padding-right: 117px;
	}
}
.cta-bubble-content {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #00a8b6;
	font-style: italic;
}
@media screen and (min-width: 992px) {
	.cta-bubble-content {
		font-size: 26px;
		padding-top: 25px;
		line-height: 35px;
	}
}
@media screen and (min-width: 1200px) {
	.cta-bubble-content {
		font-size: 29px;
	}
}
.cta-bubble-title {
	color: #003d53;
	font-family: Oswald, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	.cta-bubble-title {
		color: #fff;
	}
}
@media screen and (min-width: 992px) {
	.cta-bubble-title {
		font-size: 29px;
	}
}
@media screen and (min-width: 1200px) {
	.cta-bubble-title {
		font-size: 37px;
	}
}
.cta-bubble .btn {
	margin-top: 14px;
	padding: 10px 36px;
}
@media screen and (min-width: 992px) {
	.cta-bubble .btn {
		/* margin-top: 52px; */
		padding: 20px 56px;
	}
}
ul.slick-dots {
	padding-top: 14px;
	text-align: center;
	width: 100%;
}
ul.slick-dots li {
	display: inline-block;
	padding: 0;
	margin: 0 15px 0 0;
}
ul.slick-dots li button {
	border: 0;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background-color: #202e3e;
	padding: 0;
	margin: 0;
}
ul.slick-dots li.slick-active button {
	background-color: #00a8b6;
	width: 14px;
	height: 14px;
}
.green {
	color: #75ca63;
}
.green strong {
	display: block;
}
.blue {
	color: #1aa8b5;
}
.dark-blue-bg {
	background-color: #003d53;
}
.darker-green {
	color: #a9bc3f;
}
.darker-green strong {
	display: block;
}
.darker-green.arrow-link {
	background-image: url(../../images/arrows/arrow-green.svg);
}
.darker-green.arrow-link:hover {
	color: #a9bc3f;
}
.white {
	color: #fff;
}
.orange {
	color: #fa8817;
}
.orange.arrow-link {
	background-image: url(../../images/arrows/arrow-orange.svg);
}
.orange.arrow-link:hover {
	color: #fa8817;
}
.card {
	border: none;
	background-color: transparent;
}
.card-header {
	border-radius: 0;
	background-color: #f5f6fa;
	border-bottom-color: #bebebe;
}
.testimonials-section {
	padding: 60px 0;
}
.testimonials-section__item {
	background-image: url(../../images/big-quote.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 110px;
	color: #7e8384;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-style: italic;
	padding-top: 10px;
}
@media screen and (min-width: 768px) {
	.testimonials-section__item {
		font-size: 28px;
		line-height: 43px;
	}
}
.testimonials-section__item cite {
	display: block;
	margin-top: 19px;
	text-align: right;
	color: #00a8b6;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 32px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.testimonials-section__item cite {
		font-size: 20px;
		line-height: 44px;
	}
}
.btn {
	display: inline-block;
	border: 0;
	box-shadow: none;
	font-family: Oswald, sans-serif;
	letter-spacing: 1.6px;
	cursor: pointer;
	line-height: normal;
	text-align: center;
}
.btn-1 {
	background-color: #1aa8b5;
	color: #fff;
	letter-spacing: 2px;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 20px 56px;
	box-shadow: 0 3px #007c90;
}
.btn-1:hover {
	background-color: #003d53;
	color: #fff;
}
.btn-1.btn--alt:hover {
	background-color: #fff;
	color: #1aa8b5;
}
form label {
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
}
form .form-input,
form textarea {
	height: 35px;
	border-bottom: 1px solid #000;
	width: 100%;
}
.sidebar-holder form .form-input,
.sidebar-holder form textarea {
	background-color: #e1e0e0;
}
.contact-form-holder .btn {
	margin: 0 auto;
	display: block;
}
#video_play {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
#video_play iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video_play .cw_video_description {
	display: none;
}
.cw_video_gallery.cw_video_type_matrix .cw_video_size_small {
	margin: 10px;
	padding: 10px;
	width: 142px;
}
.cw_video_gallery.cw_video_type_matrix
	.cw_video_size_small
	.cw_video_item_title {
	padding-top: 10px !important;
}
.cw_video_open_popup_customized {
	margin-bottom: 30px;
	display: inline-block;
}
.breadcrumb-container {
	background-color: #f4f4f4;
}
.breadcrumb-container .breadcrumb {
	font-size: 14px;
	line-height: 22px;
	padding: 14px 0;
	list-style: none;
	border-radius: 0;
	color: #7e8384;
	letter-spacing: 0;
	background-color: #f4f4f4;
	margin: 0;
}
.breadcrumb-container .breadcrumb a {
	text-decoration: none;
	color: #003d53;
}
.breadcrumb-container .breadcrumb a:after {
	content: "/";
	positon: relative;
	margin: 0 10px 0 12px;
	display: inline-block;
	color: #7e8384;
}
.breadcrumb-container .breadcrumb a:hover {
	text-decoration: underline;
	color: #003d53;
}
#blog-pagination-wrapper {
	background-color: #f5f6fa;
}
#blog-pagination-wrapper .blog-pagination {
	text-align: center;
}
#blog-pagination-wrapper .blog-pagination .blog-navigation {
	padding: 47px 0;
}
@media (max-width: 767px) {
	#blog-pagination-wrapper .blog-pagination .blog-navigation {
		padding-bottom: 35px;
	}
}
#blog-pagination-wrapper .blog-pagination ul {
	display: inline-block;
	max-width: none;
	width: auto;
	text-align: center;
	overflow: hidden;
}
#blog-pagination-wrapper .blog-pagination ul li {
	float: left;
	margin: 0 5px;
	border-radius: 0;
	overflow: hidden;
}
#blog-pagination-wrapper .blog-pagination ul li.page-li {
	background: none;
	border: none;
	color: #000;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	line-height: 22px;
	font-size: 15px;
	margin-right: 14px;
}
#blog-pagination-wrapper .blog-pagination ul li a,
#blog-pagination-wrapper .blog-pagination ul li span {
	display: inline-block;
	float: left;
	height: 24px;
	min-width: 19px;
	padding: 0 7px;
	transition: all 0.1s linear;
	text-shadow: 0 1px 0 #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	background: none;
	font-family: Oswald, sans-serif;
}
#blog-pagination-wrapper .blog-pagination ul li a:hover,
#blog-pagination-wrapper .blog-pagination ul li span:hover {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	box-shadow: none;
	background: #a9bc3f;
}
#blog-pagination-wrapper .blog-pagination ul li.active {
	border-color: none;
}
#blog-pagination-wrapper .blog-pagination ul li.active a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	background: #a9bc3f;
	pointer-events: none;
}
#blog-pagination-wrapper .blog-pagination ul li:last-of-type a {
	border-right: none !important;
}
#blog-pagination-wrapper .blog-pagination ul li.dots {
	line-height: 22px;
	min-width: 33px;
	box-shadow: none;
	background: none;
	border: none;
	text-shadow: 0 1px 0 #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
#blog-pagination-wrapper .blog-pagination ul li.next-link,
#blog-pagination-wrapper .blog-pagination ul li.prev-link {
	display: inline-block;
}
#blog-pagination-wrapper .blog-pagination ul li.next-link a svg,
#blog-pagination-wrapper .blog-pagination ul li.prev-link a svg {
	width: 8px;
	position: relative;
	top: -2px;
}
#blog-pagination-wrapper .blog-pagination ul:after {
	clear: both;
	content: "";
	display: table;
}
#blog-pagination-wrapper .blog-pagination.blog-vue ul li svg {
	width: 8px;
	position: relative;
	top: -2px;
}
#blog-pagination-wrapper .blog-pagination.blog-vue ul li.disabled {
	opacity: 0;
	visibility: hidden;
}
#blog-pagination-wrapper .blog-pagination.blog-vue ul li.disabled.page-item {
	opacity: 1;
	visibility: visible;
	border: 0;
	background: none;
	margin: 0;
	cursor: default;
}
#blog-pagination-wrapper .blog-pagination.blog-vue ul li.disabled.page-item a {
	border: 0;
	background: none;
	padding-left: 9px;
	padding-right: 9px;
	min-width: auto;
	cursor: default;
}
.blog-navigation ul {
	display: flex;
}
.blog-navigation ul li {
	margin: 0 10px;
	width: 30px;
	height: 30px;
}
.blog-navigation ul li svg {
	height: 100%;
}
.faq-catname {
	display: none;
}
.qa-faqs {
	padding-top: 10px;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-template-default .qa-faqs {
		margin-bottom: 50px;
	}
}
.qa-faqs #qaplus_searchform {
	display: none;
}
.qa-faqs .qa-faq {
	margin-bottom: 0;
}
.qa-faqs .qa-faq:last-of-type {
	border-bottom: 1px solid #d8d9d9;
}
.qa-faqs .qa-faq:last-of-type h3 {
	border-bottom: none;
}
.qa-faqs .qa-faq > h3 {
	margin: 0 !important;
	padding: 0;
	background-color: transparent;
	border-top: 1px solid #d8d9d9;
}
.qa-faqs .qa-faq .qa-faq-anchor {
	background-color: #f0f2f4;
	display: block;
	padding: 17px 50px 17px 0;
	text-decoration: none;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 31px;
	background: url(../../images/icon-accordion-plus.svg) no-repeat scroll right
		15px top 27px transparent;
	background-size: 13px 8px;
}
@media screen and (max-width: 1199px) {
	.qa-faqs .qa-faq .qa-faq-anchor {
		font-size: 20px;
		line-height: 30px;
	}
}
.qa-faqs .qa-faq .qa-faq-anchor.active {
	background: url(../../images/icon-accordion-minus.svg) no-repeat scroll
		right 15px top 27px transparent;
	background-size: 13px 8px;
}
@media (max-width: 767px) {
	.qa-faqs .qa-faq .qa-faq-anchor {
		text-transform: none;
		padding: 17px 50px 17px 0;
		background: url(../../images/icon-accordion-plus.svg) no-repeat scroll
			right 15px top 27px transparent;
		background-size: 13px 8px;
		font-size: 17px;
		line-height: 27px;
	}
	.qa-faqs .qa-faq .qa-faq-anchor.active {
		background: url(../../images/icon-accordion-minus.svg) no-repeat scroll
			right 15px top 27px transparent;
		background-size: 13px 8px;
	}
}
.qa-faqs .qa-faq .qa-faq-answer {
	background: #fff;
	padding: 0 0 25px;
}
.qa-faqs .qa-faq .qa-faq-answer p:last-of-type {
	margin-bottom: 0;
}
.qa-faqs .qa-faq .qa-faq-answer p {
	padding-left: 0;
	margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
	.qa-faqs .qa-faq .qa-faq-answer p {
		padding-left: 0;
	}
}
.qa-faqs .qa-faq .qa-faq-title.open + .qa-faq-answer {
	display: block !important;
}
.results-slider__sidebar {
	position: relative;
}
.results-slider__sidebar .grid-results {
	margin: 0;
}
.results-slider__sidebar .grid-results .item .value {
	padding-top: 0;
}
.results-slider__sidebar .custom-nav-results {
	top: 32%;
}
.results-slider__sidebar .custom-nav-results button.slick-prev {
	left: 0;
}
.results-slider__sidebar .custom-nav-results button.slick-next {
	right: 0;
}
#hoursModal .modal-content {
	border: 3px solid #fff;
}
#hoursModal .modal-content .modal-header h5 {
	color: #323049;
	font-family: Oswald, sans-serif;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 2px;
}
#hoursModal .modal-content .modal-body {
	padding: 40px;
}
#hoursModal .modal-content .modal-body .opening-hours table {
	margin: 0 auto;
}
#hoursModal .modal-content .modal-body .opening-hours table tr {
	border-bottom: 1px solid #7e8384;
}
#hoursModal .modal-content .modal-body .opening-hours table tr:first-of-type {
	border-top: 1px solid #7e8384;
}
#hoursModal .modal-content .modal-body .opening-hours table tr td,
#hoursModal .modal-content .modal-body .opening-hours table tr th {
	border: 0;
	padding: 0.5em;
	color: #000;
}
#hoursModal .modal-content .modal-body .opening-hours table tr td:nth-child(2),
#hoursModal .modal-content .modal-body .opening-hours table tr th:nth-child(2) {
	padding-left: 30px;
}
.share-wrap {
	margin-top: 52px;
}
.share-wrap .social-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
}
@media screen and (max-width: 991px) {
	.share-wrap .social-icons {
		flex-flow: row;
		justify-content: center;
	}
}
.share-wrap .social-icons span {
	color: #000;
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
	font-family: Oswald, sans-serif;
}
.share-wrap .social-icons a {
	color: #000;
	margin-bottom: 15px;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.share-wrap .social-icons a {
		margin: 0 10px 15px;
	}
}
.share-wrap .social-icons a:hover {
	background-color: #1aa8b5;
}
.share-wrap .social-icons a.e-url svg {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.share-wrap .social-icons a.f-url svg,
.share-wrap .social-icons a.t-url svg {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.share-wrap .social-icons a.p-url svg {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	margin-right: 3px;
}
ul.social-icon-list {
	padding: 0;
	margin: 0;
	display: flex;
}
ul.social-icon-list li {
	padding: 0;
	margin: 0 0 0 15px;
	display: inline-block;
}
ul.social-icon-list li:first-of-type {
	margin-left: 0;
}
ul.social-icon-list li a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #00a8b6;
}
ul.social-icon-list li a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
ul.social-icon-list li a svg {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.7);
	transform: translateY(-50%) scale(0.7);
	display: inline-block;
}
ul.social-icon-list li a svg * {
	fill: #00a8b6;
}
.header {
	padding: 45px 0;
}
.header-container {
	align-items: flex-start;
}
.header-container button {
	margin-top: 10px;
}
.full-screen-menu {
	background-color: #003d53;
	width: 100%;
	height: 0%;
	z-index: 12;
	top: 0;
	position: fixed;
	overflow-y: hidden;
	transition: 0.5s;
}
.full-screen-menu.nav-active {
	height: 100%;
}
.full-screen-menu-close {
	height: 38px;
	width: 38px;
	position: absolute;
	top: 55px;
	left: 23px;
	cursor: pointer;
	z-index: 10;
}
.full-screen-menu-close.close-active div:first-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
.full-screen-menu-close.close-active div:last-of-type {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 1;
}
.full-screen-menu-close div {
	width: 38px;
	height: 2px;
	background-color: #fff;
	position: relative;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.full-screen-menu-close div:first-of-type {
	top: 14px;
}
.full-screen-menu-close div:last-of-type {
	top: 12px;
}
.full-screen-menu-content {
	width: 65%;
	height: 100%;
	position: absolute;
	left: 84px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.full-screen-menu-content {
		left: 119px;
		width: 100%;
	}
}
@media screen and (min-width: 1350px) {
	.full-screen-menu-content {
		width: 1310px;
	}
}
.full-screen-menu-content-box {
	height: 100%;
	padding-top: 50px;
}
@media (min-width: 768px) {
	.full-screen-menu-content-box {
		width: 40%;
		float: left;
	}
}
.full-screen-menu-content-menu {
	padding-top: 60px;
}
@media screen and (min-width: 768px) {
	.full-screen-menu-content-menu {
		padding-top: 54px;
	}
}
.full-screen-menu-content-menu .navbar-nav li {
	margin-bottom: 27px;
}
.full-screen-menu-content-menu .navbar-nav li a {
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	font-family: Oswald, sans-serif;
	display: block;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.full-screen-menu-content-menu .navbar-nav li a {
		transition: 0.1s linear;
		font-size: 30px;
	}
}
.full-screen-menu-content-menu .navbar-nav li a:hover {
	color: #fa8817;
}
.navbar-toggler {
	margin-right: 50px;
}
.navbar-toggler .navbar-toggler-icon {
	display: inline-block;
	width: 33px;
	height: 23px;
	vertical-align: middle;
	content: "";
	background: url(../../images/bgBurger.svg) no-repeat scroll 50% #fff;
	background-size: 33px 23px;
}
.hero video {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 1600px) {
	.hero video {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.hero .video-overlay {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: #1aa8b5;
		opacity: 0.5;
	}
}
.hero-home {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.hero-home {
		background-color: #004e65;
		border-top: 1px solid #ececec;
	}
	.hero-home:before {
		position: absolute;
		content: "";
		width: 35%;
		height: 100%;
		background-color: #fff;
		top: 0;
		left: 0;
	}
	.hero-home > .container-fluid {
		background-image: url(../../images/backgrounds/banner-wave.png);
		background-position: -160px -220px;
		background-repeat: no-repeat;
	}
}
@media screen and (min-width: 1400px) {
	.hero-home > .container-fluid {
		background-position: 0 -220px;
	}
}
.hero-title {
	color: #1aa8b5;
	font-family: Oswald, sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
	text-align: center;
}
@media (min-width: 992px) {
	.hero-title-wrap .col-lg-4 {
		padding-left: 0;
	}
}
@media screen and (min-width: 768px) {
	.hero-title {
		font-size: 78px;
		line-height: 86px;
		text-align: left;
	}
}
.hero-title-top {
	font-size: 22px;
	letter-spacing: -0.22px;
	color: #7e8384;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.hero-title-top {
		text-align: center;
	}
}
.hero-title-bottom {
	font-family: summer_loving_solidregular;
	font-size: 75px;
	color: #003d53;
	line-height: 1;
	margin-top: -32px;
	margin-left: 36px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.hero-title-bottom {
		margin-top: -50px;
		margin-left: 92px;
		font-size: 128px;
		text-align: left;
	}
}
.hero .btn {
	margin: 25px 0 47px;
}
@media screen and (max-width: 767px) {
	.hero .btn:not(.lp2-top-cta-button) {
		display: block;
		margin: 25px auto 45px;
	}
}
.hero-services {
	background-color: #003d53;
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	.hero-services {
		background-color: transparent;
		background-image: url(../../images/backgrounds/banner-services-bg.png);
		background-repeat: no-repeat;
	}
}
@media screen and (min-width: 1200px) {
	.hero-services {
		background-position: left -145px top;
	}
}
@media screen and (min-width: 1400px) {
	.hero-services {
		background-position: left 15px top;
	}
	.hero-services .px-3 {
		max-width: 366px;
	}
	.hero-services::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
		background: #003c53;
	}
	.hero-services {
		position: relative;
	}
}
.hero-services-title {
	font-size: 28px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	display: flex;
	align-items: end;
	margin-bottom: 20px;
	height: 62px;
	background-position: right 50px bottom;
	background-repeat: no-repeat;
}
.hero-services-title img {
	margin-left: 15px;
}
.hero-services-title span {
	display: block;
	padding-bottom: 0;
	transition: padding 0.15s ease-out;
}
.hero-services-title:hover span {
	padding-bottom: 23px;
}
.hero-services .col {
	border-right: 1px solid hsla(0, 0%, 100%, 0.35);
	padding-right: 14px;
	margin-right: 20px;
}
.hero-services .col:last-of-type {
	border: none;
}
@media screen and (max-width: 767px) {
	.hero-services .px-3 {
		margin-bottom: 20px;
	}
}
.hero-services-1 {
	color: #1aa8b5;
	background-image: url(../../images/arrows/arrow-right.svg);
}
.hero-services-2 {
	color: #fa8817;
	background-image: url(../../images/arrows/arrow-orange.svg);
}
.hero-services-2:hover {
	color: #fa8817;
}
.hero-services-3 {
	color: #bccc5e;
	background-image: url(../../images/arrows/arrow-green.svg);
	background-position: right 75px bottom;
}
.hero-services-3:hover {
	color: #bccc5e;
}
.hero-services p {
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 0;
}
.hero-subtitle {
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	font-family: Inter;
	line-height: 24px;
	text-transform: capitalize;
}
/* @media screen and (min-width: 768px) {
    .hero-subtitle {
        font-size: 50px;
        line-height: 1;
    }
} */
.hero-internal {
	padding: 60px 0;
	background-image: url(../../images/backgrounds/about-ironstride-marketing-banner.jpg);
}
.hero-internal.services-hero h1 {
	margin: 0 0 30px;
}
.services-hero .hero-subtitle {
	margin: 0 0 5px;
	display: block;
	font-size: 30px;
	line-height: 1;
}
.services-hero p {
	color: #fff;
	margin: 0;
}
.hero-internal.services-hero {
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.services-form {
	background: #003d54;
	padding: 30px 40px;
	border-radius: 10px;
}
.services-form .title-wrap h3 {
	color: #fff;
	margin: 0 0 8px;
	line-height: 1;
	font-size: 25px;
}
.services-form .title-wrap p {
	font-size: 15px;
	margin: 0;
}
.services-form .title-wrap {
	margin: 0 0 15px;
}
.services-form-wrap input,
.services-form-wrap textarea {
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	font-size: 16px;
	color: #7e8384;
	margin: 0 0 12px;
}
.services-form-wrap button.btn.btn-1 {
	margin: 0 auto;
	padding: 10px 25px;
	font-size: 16px;
	border-radius: 5px;
}
.services-form-wrap button.btn.btn-1:hover {
	background: #52c6d0;
}
.services-form-wrap textarea {
	height: 70px;
}
.services-form-wrap label span {
	line-height: 0;
	display: block;
}
.services-form-wrap label span.wpcf7-not-valid-tip {
	line-height: 1;
	font-size: 12px;
	text-transform: capitalize;
	color: red;
	margin: 0 0 8px;
	display: block;
}
.services-form-wrap .wpcf7-response-output {
	color: white !important;
	font-size: 18px !important;
	font-family: "Inter", sans-serif !important;
}

@media screen and (min-width: 768px) {
	.hero-landing,
	.hero-internal {
		padding: 50px 0;
	}
}
@media screen and (min-width: 992px) {
	.hero-landing,
	.hero-internal {
		padding: 60px 0;
	}
}

.hero-landing h2 strong span {
	display: inline-block;
}
.hero-landing h2 strong span:after {
	content: "";
	display: block;
	text-align: center;
	width: 300px;
	height: 108px;
	background: url(../../images/scribble.png) no-repeat center center;
	background-size: contain;
}
.hero-landing h2 {
	font-size: 68px;
}
.hero-landing p,
.hero-landing li {
	color: #fff;
	list-style-type: disc;
}
.hero-landing ul {
	margin-bottom: 27px;
	font-size: 18px;
}
.hero-landing ul li:after {
}
.hero-landing h2 strong {
	color: #fff;
}
.btn-skinny {
	margin: 20px 25px;
	padding: 10px 15px;
}
h2.stretched {
	letter-spacing: 7px;
}

.hero-landing .hero-blog-title,
.hero-landing h1,
.hero-internal .hero-blog-title,
.hero-internal h1 {
	font-family: Oswald, sans-serif;
	font-size: 58px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	z-index: 2;
	position: relative;
}
/* @media screen and (min-width: 768px) {
    .hero-internal .hero-blog-title,
    .hero-internal h1 {
        font-size: 128px;
        line-height: 82px;
    }
}
@media screen and (min-width: 1200px) {
    .hero-internal .hero-blog-title,
    .hero-internal h1 {
        font-size: 150px;
    }
} */
@media screen and (min-width: 768px) {
	.lp2-top-cta-button {
		display: none;
	}
}
.page-template-landing-2 .hero,
.page-template-landing-page .hero {
	background-image: url(../../images/backgrounds/ironstride-landingpage-banner.png);
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-template-about-us .hero {
	background-image: url(../../images/backgrounds/about-ironstride-marketing-banner.jpg);
}
.page-template-contact .hero {
	background-image: url(../../images/backgrounds/contact-ironstride-marketing-banner.jpg);
}
.page-template-services .hero {
	background-image: url(../../images/backgrounds/ironstride-marketing-services-banner.jpg);
}
.page-template-services .hero h1 {
	color: #ffc453;
}
.page-template-portfolio .hero,
.single-portfolio .hero {
	background-image: url(../../images/backgrounds/ironstride-marketing-portfolio-banner.jpg);
}
.page-template-portfolio .hero h1,
.single-portfolio .hero h1 {
	color: #bcce56;
}
.page-template-practice-area .hero {
	background-image: url(../../images/backgrounds/about-ironstride-marketing-banner.jpg);
}
.hero-bio {
	background-size: cover !important;
	min-height: 660px;
	padding: 80px 0;
}
@media (max-width: 991px) {
	.hero-bio {
		min-height: 520px;
		padding: 40px 0;
	}
}
.hero-bio .col-left {
	align-items: center;
	display: flex;
}
@media (max-width: 767px) {
	.hero-bio .col-left {
		margin-bottom: 45px;
	}
}
.hero-bio .col-left .text-wrap {
	width: 100%;
}
.hero-bio .col-left .text-wrap .banner-title {
	color: #fff;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 1.96px;
	line-height: 60px;
	margin-bottom: 5px;
}
.hero-bio .col-left .text-wrap .position {
	color: #7dbeef;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.83px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 1.75px;
}
.hero-bio .col-left .text-wrap ul {
	margin-top: 17px;
	margin-bottom: 26px;
}
.hero-bio .col-left .text-wrap ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	padding: 12px 0 12px 39px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
.hero-bio .col-left .text-wrap ul li:first-of-type {
	border-top: 1px solid hsla(0, 0%, 100%, 0.5);
}
.hero-bio .col-left .text-wrap ul li a {
	color: #fff;
	display: inline-block;
}
.hero-bio .col-left .text-wrap ul li.phone {
	background: url(../../images/icon-phone.svg) no-repeat scroll 5px
		transparent;
	background-size: 20px 20px;
}
.hero-bio .col-left .text-wrap ul li.fax {
	background: url(../../images/icon-fax.svg) no-repeat scroll 5px transparent;
	background-size: 25px 25px;
}
.hero-bio .col-left .text-wrap ul li.email {
	background: url(../../images/icon-email.svg) no-repeat scroll 5px
		transparent;
	background-size: 20px 15px;
}
@media (max-width: 991px) {
	.hero-bio .col-left .text-wrap .btn-std {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 370px;
	}
}
.hero-bio .attorney-thumbnail {
	box-shadow: 0 2px 35px #0e334f;
}
.sidebar .blog-filter .filter-name {
	font-family: Oswald, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	color: #a9bc3f;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.sidebar .blog-filter .cat-list li {
	margin-bottom: 30px;
}
.sidebar .blog-filter .cat-list li input {
	margin-right: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaadae;
}
.sidebar .blog-filter .cat-list li label {
	font-family: "Inter", sans-serif;
	font-size: 22px;
	line-height: 1;
	color: #000;
	vertical-align: top;
}
@media (min-width: 1200px) and (max-width: 1439px) {
	.sidebar .blog-filter .cat-list li label {
		font-size: 20px;
	}
}
.sidebar-widgets {
	max-width: 450px;
}
@media (max-width: 991px) {
	.sidebar-widgets {
		margin: 0 auto;
		padding-top: 35px;
	}
}
.sidebar-widgets .sidebar-item {
	margin-bottom: 60px;
}
.sidebar-widgets .sidebar-item .sidebar-holder {
	background-color: #f4f4f4;
	padding: 47px 30px 45px;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list {
	margin-top: 15px;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list li {
	position: relative;
	list-style: none;
	border-top: 1px solid #d8d9d9;
	text-align: left;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list li:last-of-type {
	border-bottom: 1px solid #d8d9d9;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list li a {
	color: #1b496c;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	display: block;
	position: relative;
	padding: 17px 10px;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list li a:hover {
	color: #1aa8b5;
}
.sidebar-widgets .sidebar-item .sidebar-holder ul.list li a:before {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -10px;
	background-color: transparent;
	content: "";
	display: inline-block;
	background: url(../../images/icon-arrow-right.svg) no-repeat scroll 50%
		transparent;
	width: 13px;
	height: 20px;
	background-size: 13px 20px;
}
@media (max-width: 1439px) {
	.sidebar-widgets .sidebar-item .sidebar-holder .btn-std {
		max-width: 371px;
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}
.sidebar-widgets .sidebar-item .cta-holder {
	background-color: #1b496c;
	border: 1px solid #d8d9d9;
	padding: 50px 0;
	text-align: center;
}
.sidebar-widgets .sidebar-item .cta-holder .inner-holder {
	margin: 0 auto;
	text-align: center;
	padding: 0 38px;
}
@media (max-width: 1439px) {
	.sidebar-widgets .sidebar-item .cta-holder .inner-holder {
		padding: 0 25px;
	}
}
.sidebar-widgets .sidebar-item .cta-holder .inner-holder .sidebar-title {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.91px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 14px;
	padding: 0;
}
@media (max-width: 1439px) {
	.sidebar-widgets .sidebar-item .cta-holder .inner-holder .sidebar-title {
		font-size: 19px;
		margin-bottom: 4px;
	}
}
.sidebar-widgets .sidebar-item .cta-holder .inner-holder a.phone {
	text-transform: uppercase;
	letter-spacing: 0.64px;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 18px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
}
@media (max-width: 1439px) {
	.sidebar-widgets .sidebar-item .cta-holder .inner-holder a.phone {
		font-size: 41px;
	}
}
.sidebar-widgets .sidebar-item .contact-form-holder {
	background-color: #f4f4f4;
	border: 1px solid #d8d9d9;
	padding: 15px 15px 25px;
	max-width: 450px;
	margin: 0 auto;
}
.sidebar-widgets .sidebar-item .contact-form-holder .sidebar-title {
	text-align: center;
}
.sidebar-widgets .sidebar-item .contact-form-holder .form-wrap .input-text,
.sidebar-widgets .sidebar-item .contact-form-holder .form-wrap .textarea {
	border: 1px solid #d8d9d9;
	padding: 15px 12px;
	width: 100%;
	margin-bottom: 15px;
	line-height: normal;
	font-size: 15px;
}
.sidebar-widgets .sidebar-item .contact-form-holder .form-wrap .textarea {
	min-height: 100px;
	resize: none;
}
.sidebar-widgets .sidebar-item .contact-form-holder .form-wrap .btn-std {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.sidebar-widgets .sidebar-item .contact-form-holder .required {
	position: relative;
}
.sidebar-widgets .sidebar-item .contact-form-holder .required:after {
	content: "Required";
	text-transform: uppercase;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -7px;
	z-index: 3;
	color: #7e8384;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
}
.sidebar-widgets .sidebar-item .team-holder {
	background-color: #f4f4f4;
	border: 1px solid #d8d9d9;
	padding: 40px 50px 0;
	max-width: 450px;
}
.sidebar-widgets .sidebar-item .team-holder .sidebar-title {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team {
	margin-top: 35px;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team .item {
	width: 37.5%;
	float: left;
	position: relative;
	margin-bottom: 39px !important;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team .item:nth-child(n) {
	margin-right: 25%;
	margin-bottom: 25%;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team .item:nth-child(2n) {
	margin-right: 0;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team .item p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.36px;
	text-align: center;
	padding-top: 7px;
}
.sidebar-widgets .sidebar-item .team-holder .grid-team .item:hover p {
	color: #003d53;
}
.sidebar-widgets .sidebar-item .popular-post-holder {
	background-color: #f4f4f4;
	max-width: 450px;
}
.sidebar-widgets .sidebar-item .popular-post-holder .sidebar-title {
	background: #7e8384;
	color: #fff;
	padding: 12px 20px;
}
.sidebar-widgets .sidebar-item .popular-post-holder .inner-holder {
	padding: 0 20px 25px;
}
.sidebar-widgets .sidebar-item .popular-post-holder .inner-holder .post-wrap {
	padding-bottom: 15px;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	h4 {
	font-size: 24px;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	padding-bottom: 4px;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	h4
	a {
	color: #7e8384;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta {
	padding-bottom: 15px;
	font-size: 14px;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta
	> span {
	float: left;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta
	.separator {
	display: inline-block;
	margin: 0 10px;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.post-meta
	.post-categories {
	float: left;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.image-holder {
	max-width: 95px;
	float: left;
	margin-right: 15px;
}
.sidebar-widgets
	.sidebar-item
	.popular-post-holder
	.inner-holder
	.post-wrap
	.image-holder
	img {
	height: auto;
}
.sidebar-widgets .sidebar-item .popular-post-holder .inner-holder .btn {
	float: right;
}
.sidebar-widgets .sidebar-item .search-holder .search-form {
	border-radius: 0;
	overflow: hidden;
}
.sidebar-widgets .sidebar-item .search-holder .search-form .input-std {
	height: 50px;
	background-color: #fff;
	width: calc(100% - 60px);
	float: left;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 58px;
	padding: 0 20px;
	border: 1px solid #d8d9d9;
}
@media (max-width: 767px) {
	.sidebar-widgets .sidebar-item .search-holder .search-form .input-std {
		font-size: 18px;
	}
}
.sidebar-widgets
	.sidebar-item
	.search-holder
	.search-form
	.input-std::-webkit-input-placeholder {
	color: #7e8384;
	opacity: 1;
}
.sidebar-widgets
	.sidebar-item
	.search-holder
	.search-form
	.input-std:-moz-placeholder,
.sidebar-widgets
	.sidebar-item
	.search-holder
	.search-form
	.input-std::-moz-placeholder {
	color: #7e8384;
	opacity: 1;
}
.sidebar-widgets
	.sidebar-item
	.search-holder
	.search-form
	.input-std:-ms-input-placeholder {
	color: #7e8384;
	opacity: 1;
}
.sidebar-widgets
	.sidebar-item
	.search-holder
	.search-form
	.input-std.placeholder {
	color: #7e8384;
	opacity: 1;
}
.sidebar-widgets .sidebar-item .search-holder .search-form .submit {
	float: left;
	width: 57px;
	height: 50px;
	border: none;
	background: #000;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s linear;
	cursor: pointer;
}
.sidebar-widgets .sidebar-item .search-holder .search-form .submit:hover {
	color: #fff;
	background: #1a1a1a;
}
.sidebar-widgets .sidebar-item .testimonial-holder {
	padding: 70px 30px 57px;
	background: url(../../images/bg-testimonial-holder.svg) no-repeat scroll top
		#052a46;
	background-size: 260px 165px;
}
@media (max-width: 767px) {
	.sidebar-widgets .sidebar-item .testimonial-holder {
		padding: 70px 20px 57px;
	}
}
.sidebar-widgets .sidebar-item .testimonial-holder .sidebar-title {
	color: #fff;
	text-align: center;
}
.sidebar-widgets .sidebar-item .testimonial-holder .inner-holder {
	max-width: 345px;
	margin: 0 auto;
}
.sidebar-widgets .sidebar-item .testimonial-holder .inner-holder blockquote {
	text-align: center;
}
.sidebar-widgets .sidebar-item .testimonial-holder .inner-holder blockquote q {
	color: #fff;
	font-size: 18px;
	line-height: 33px;
	font-style: italic;
}
.sidebar-widgets
	.sidebar-item
	.testimonial-holder
	.inner-holder
	blockquote
	cite {
	padding-top: 15px;
	color: #fff;
	font-style: italic;
	font-family: Oswald, sans-serif;
	font-size: 18px;
	display: block;
	letter-spacing: 2.25px;
}
.sidebar-widgets .sidebar-item .testimonial-holder > p {
	text-align: center;
}
.sidebar-widgets .sidebar-item .testimonial-holder > p .btn-more {
	color: #78c1f8;
	font-size: 16px;
	font-weight: 600;
	background: url(../../images/icon-arrow-testimonial.svg) no-repeat scroll
		100% transparent;
	background-size: 18px 8px;
	display: inline-block;
	padding-right: 25px;
	margin-top: 35px;
}
.sidebar-widgets .sidebar-item .testimonial-holder > p .btn-more:hover {
	color: #fff;
}
.sidebar-widgets .sidebar-item .credentials-holder .card .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.sidebar-widgets .sidebar-item .credentials-holder .card .card-header .btn {
	padding: 0.75rem 1.25rem;
	background: none;
	width: 100%;
	text-align: left;
}
.sidebar-widgets .sidebar-item .credentials-holder .card .card-body {
	padding: 1.25rem 1.25rem 1.25rem 10px;
}
.sidebar-widgets .sidebar-item:empty {
	display: none !important;
}
.sidebar-widget {
	background-color: #f4f4f4;
	padding: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.page-template-contact .sidebar-widget {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px) {
	.sidebar-widget {
		margin-bottom: 60px;
	}
	.page-template-contact .sidebar-widget {
		margin-bottom: 0;
	}
}
.sidebar-widget:empty {
	display: none;
}
.sidebar-widget__alt {
	background-color: #1b496c;
	color: #fff;
}
.sidebar-widget__alt .sidebar-subtitle,
.sidebar-widget__alt .sidebar-title {
	color: #fff;
}
.sidebar-title {
	font-family: Oswald, sans-serif;
	text-align: center;
	margin-bottom: 25px;
	color: #003d53;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.91px;
	text-transform: uppercase;
}
.sidebar-title__alt {
	color: #1b496c;
	font-size: 30px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-weight: 400;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.sidebar-title__alt {
		font-size: 24px;
	}
}
.sidebar-subtitle {
	color: #1b496c;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1.91px;
	line-height: 24px;
	text-transform: uppercase;
}
.sidebar-locations {
	font-size: 19px;
	line-height: 1.7;
}
@media screen and (max-width: 991px) {
	.sidebar-locations {
		text-align: center;
	}
}
.sidebar-locations strong {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	display: block;
}
.sidebar-locations span strong {
	font-weight: 600;
	color: #7e8384;
}
.sidebar-locations a {
	color: #fa8817;
	display: block;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left 4px;
}
@media screen and (max-width: 991px) {
	.sidebar-locations a {
		display: inline-block;
	}
}
@media screen and (min-width: 992px) {
	.sidebar-locations address {
		margin-bottom: 40px;
	}
}
.sidebar-team {
	font-size: 24px;
	color: #3485c3;
	font-weight: 700;
	font-family: Oswald, sans-serif;
}
.page-template-location .sidebar-team {
	background-color: #e4e4e4;
}
.sidebar-team img {
	margin: 22px 0;
}
.sidebar-team span {
	text-transform: uppercase;
	color: #7e8384;
	font-size: 18px;
	font-weight: 400;
}
.sidebar-team p {
	line-height: 1;
}
.sidebar-team .arrow-link {
	margin-top: 27px;
	display: inline-block;
}
.sidebar-expect {
	text-align: center;
	height: 100%;
}
.sidebar-expect-sect {
	border-bottom: 1px solid #5f8098;
	padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	.sidebar-expect-sect {
		padding-bottom: 42px;
	}
}
.sidebar-expect-sect svg {
	display: block;
	margin: 22px auto 12px;
}
@media screen and (min-width: 1200px) {
	.sidebar-expect-sect svg {
		margin: 45px auto 12px;
	}
}
.sidebar-expect > .sidebar-subtitle {
	padding-top: 28px;
	margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
	.sidebar-expect > .sidebar-subtitle {
		padding-top: 42px;
	}
}
.sidebar-related a {
	color: #f4f6f7;
	display: block;
	padding: 10px 8px;
}
.sidebar .image-holder {
	margin-bottom: 60px;
}
@media (max-width: 991px) {
	.sidebar .image-holder {
		margin: 0 auto 25px;
		text-align: center;
	}
}
.sidebar-results {
	background: #fff;
	border: 3px solid #ebeeea;
}
.footer-blue {
	position: relative;
	background: linear-gradient(180deg, transparent 126px, #003d53 0);
	padding: 162px 0 82px;
}
.footer-blue:before {
	background: url(../../images/backgrounds/footer-bkg.png) no-repeat top;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 127px;
	z-index: 1;
}
@media screen and (min-width: 1800px) {
	.footer-blue:before {
		background-size: cover;
	}
}
.footer-blue .row {
	align-items: center;
}
.footer-blue .footer-logo-wrap img {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1199px) {
	.footer-blue .footer-logo-wrap img {
		margin-bottom: 30px;
	}
}
/* .footer-blue ul.footer-menu {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
/* @media screen and (min-width: 768px) {
    .footer-blue ul.footer-menu {
        flex-direction: row;
    }
}
@media screen and (min-width: 1200px) {
    .footer-blue ul.footer-menu {
        justify-content: flex-end;
    }
}
.footer-blue ul.footer-menu li {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .footer-blue ul.footer-menu li {
        margin-right: 26px;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1439px) {
    .footer-blue ul.footer-menu li {
        margin-right: 22px;
        font-size: 17px;
    }
}
.footer-blue ul.footer-menu li:last-of-type {
    margin-right: 0;
}
.footer-blue ul.footer-menu li:hover a {
    color: #00a8b6;
}
.footer-blue ul.footer-menu li a {
    color: #fff;
    padding: 0;
} */
.footer-blue .wpseo-address {
	font-size: 14px;
	line-height: 2;
	font-weight: 300;
	color: #fff;
}
.footer-blue .wpseo-address__bottom {
	font-weight: 400;
	margin-top: 7px;
}
.footer-blue .wpseo-address__bottom a {
	color: #fff;
	border-bottom: 1px solid #00a8b6;
}
.footer-bottom {
	position: relative;
	padding: 35px 0;
}
.footer-bottom ul.social-icon-list {
	justify-content: center;
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	.footer-bottom ul.social-icon-list {
		justify-content: flex-end;
		margin-top: 0;
	}
}
.footer-bottom p {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.35px;
	text-align: left;
	color: #003c54;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.footer-bottom p {
		text-align: center;
	}
}
.results-part .results-slider {
	position: relative;
}
.results-part .results-slider .custom-nav-results {
	top: 50%;
}
.grid-results {
	margin: 30px auto 59px;
	max-width: 1344px;
	width: 100%;
}
.grid-results .item {
	width: 25%;
	float: left;
	position: relative;
	border-right: 1px solid #979797;
	padding-top: 30px;
	padding-bottom: 30px;
}
.grid-results .item:nth-child(n) {
	margin-right: 0;
	margin-bottom: 0;
}
.grid-results .item:nth-child(4n) {
	margin-right: 0;
}
.grid-results .item:last-of-type {
	border: none;
}
.grid-results .item .amount {
	color: #0b5894;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 2.91px;
	line-height: 67px;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 1199px) {
	.grid-results .item .amount {
		font-size: 59px;
	}
}
@media (max-width: 991px) {
	.grid-results .item .amount {
		font-size: 41px;
		line-height: 50px;
	}
}
.grid-results .item .value {
	color: #9a9b9b;
	font-family: Oswald, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.grid-results .item .value {
		padding-top: 10px;
	}
}
.grid-results .item p {
	color: #454545;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}
.awards-part {
	padding: 90px 0;
}
.awards-part h2 {
	text-transform: uppercase;
	color: #003d53;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	.awards-part .col-md-4 {
		text-align: center;
	}
}
.awards-part img {
	margin-bottom: 40px;
}
.team-part {
	background-color: #f4f4f4;
	padding: 70px 0 100px;
}
.team-part .heading {
	margin-bottom: 55px;
}
.team-part .grid-team .item {
	width: 15%;
	float: left;
	position: relative;
}
.team-part .grid-team .item:nth-child(n) {
	margin-right: 2%;
	margin-bottom: 2%;
}
.team-part .grid-team .item:nth-child(6n) {
	margin-right: 0;
}
@media (max-width: 991px) {
	.team-part .grid-team .item {
		width: 22.75%;
		float: left;
		position: relative;
	}
	.team-part .grid-team .item:nth-child(n) {
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.team-part .grid-team .item:nth-child(4n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.team-part .grid-team .item {
		width: 49%;
		float: left;
		position: relative;
	}
	.team-part .grid-team .item:nth-child(n) {
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.team-part .grid-team .item:nth-child(2n) {
		margin-right: 0;
	}
}
.team-part .grid-team .item img {
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.19);
}
.team-part .grid-team .item h5 {
	padding-top: 15px;
	color: #595959;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}
.team-part .grid-team .item a:hover h5 {
	color: #003d53;
}
.videos-part .grid-videos {
	margin: 30px auto 47px;
}
@media (max-width: 767px) {
	.videos-part .grid-videos {
		max-width: 477px;
		margin-left: auto;
		margin-right: auto;
	}
}
.videos-part .grid-videos .item {
	width: 23.5%;
	float: left;
	position: relative;
}
.videos-part .grid-videos .item:nth-child(n) {
	margin-right: 2%;
	margin-bottom: 2%;
}
.videos-part .grid-videos .item:nth-child(4n) {
	margin-right: 0;
}
@media (max-width: 991px) {
	.videos-part .grid-videos .item {
		width: 47.5%;
		float: left;
		position: relative;
	}
	.videos-part .grid-videos .item:nth-child(n) {
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.videos-part .grid-videos .item:nth-child(2n) {
		margin-right: 0;
	}
}
.videos-part .grid-videos .item a .img-wrap {
	position: relative;
}
.videos-part .grid-videos .item a .img-wrap .icon-play {
	display: block;
	width: 63px;
	height: 62px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -31px;
	margin-top: -31px;
	z-index: 4;
}
.videos-part .grid-videos .item a .img-wrap:after {
	background-image: linear-gradient(180deg, hsla(0, 0%, 57.3%, 0), #012840);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	top: 0;
	left: 0;
}
.videos-part .grid-videos .item a .video-description {
	border-top: 5px solid #eb5b13;
	background: #1b496c;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 18px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1199px) {
	.videos-part .grid-videos .item a .video-description {
		padding: 10px;
		font-size: 18px;
		line-height: 21px;
	}
}
@media (max-width: 991px) {
	.videos-part .grid-videos .item a .video-description {
		padding: 18px 10px;
		font-size: 20px;
		line-height: 24px;
	}
}
.videos-part .grid-videos .item a:hover .icon-play-st0 {
	stroke: #fa8817;
}
.videos-part .grid-videos .item a:hover .icon-play-st1 {
	fill: #fa8817;
}
.videos-part .grid-videos .item .cw_video_open_popup_customized {
	margin-bottom: 0;
	display: inline-block;
}
.news {
	padding: 40px 0;
}
@media screen and (min-width: 768px) {
	.news {
		padding: 95px 0;
	}
}
@media screen and (min-width: 768px) {
	/* .home .news {
        padding-top: 0;
    } */
}
.news .news-block {
	border-top: 1px solid #7e8384;
	border-bottom: 1px solid #7e8384;
	padding: 22px 0 50px;
}
.news .news-block .news-category {
	color: #fa8817;
	font-family: summer_loving_solidregular;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.8px;
	display: block;
}
.news .news-block .news-title {
	display: block;
	color: #000;
	font-family: Oswald, sans-serif;
	font-size: 28px;
	margin-top: 20px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.news .btn {
	margin-top: 84px;
}
.contact-social-call p {
	font-family: Oswald, sans-serif;
	color: #003d53;
	font-size: 32px;
}
@media screen and (min-width: 768px) {
	.contact-social-call p {
		margin: 0;
	}
}
@media screen and (min-width: 992px) {
	.contact-social-call p {
		font-size: 36px;
	}
}
.contact-social-call p a {
	color: #fa8817;
	font-size: 32px;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.contact-social-call p a {
		font-size: 36px;
	}
}
@media screen and (min-width: 992px) {
	.contact-social-call p a {
		font-size: 40px;
	}
}
.contact-sidebar {
	margin-top: 40px;
}
@media screen and (min-width: 768px) {
	.contact-sidebar {
		margin-top: 90px;
	}
}
@media (min-width: 992px) {
	.contact-sidebar .sidebar-widget {
		height: 100%;
	}
}
.location-intro {
	background: #fff;
	padding: 59px 0 0;
}
.location-intro .col-left .inner-col {
	max-width: 530px;
}
@media (max-width: 991px) {
	.location-intro .col-left .inner-col {
		margin: 0 auto 30px;
	}
}
.location-intro .col-left .inner-col .testimonial-wrap {
	padding: 35px 0 17px;
	margin: 30px auto 28px;
	position: relative;
}
.location-intro .col-left .inner-col .testimonial-wrap span.stars {
	position: absolute;
	top: -17px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	padding: 0 10px;
}
@media (max-width: 991px) {
	.location-intro .col-left .inner-col .testimonial-wrap {
		-webkit-transform: none;
		transform: none;
		top: 0;
		max-width: 350px;
		margin: 0 auto 30px;
	}
}
.location-intro .col-left .inner-col .testimonial-wrap blockquote q {
	color: #323049;
	font-size: 18px;
	font-style: italic;
	line-height: 33px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.location-intro .col-left .inner-col .testimonial-wrap blockquote cite {
	padding-top: 0;
	color: #1b496c;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 40px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.location-intro .col-left .inner-col .location-details {
	padding: 23px 40px 25px;
	background-color: #f4f4f4;
}
@media (max-width: 991px) {
	.location-intro .col-left .inner-col .location-details {
		margin: 0 auto;
	}
}
.location-intro .col-left .inner-col .location-details h4 {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.9px;
	text-align: center;
	padding-bottom: 23px;
}
.location-intro .col-left .inner-col .location-details .inner-col-left {
	width: 210px;
	float: left;
	border: 5px solid #fff;
}
@media (max-width: 767px) {
	.location-intro .col-left .inner-col .location-details .inner-col-left {
		width: 100%;
		float: none;
		padding-bottom: 25px;
	}
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-left
	#map_temp {
	width: 200px;
	height: 200px;
	left: 0;
	top: 0;
	position: relative;
}
@media (max-width: 767px) {
	.location-intro
		.col-left
		.inner-col
		.location-details
		.inner-col-left
		#map_temp {
		margin: 0 auto;
		position: static;
		left: 0;
		top: 0;
	}
}
.location-intro .col-left .inner-col .location-details .inner-col-right {
	width: calc(100% - 210px);
	float: left;
	padding-left: 27px;
}
@media (max-width: 767px) {
	.location-intro .col-left .inner-col .location-details .inner-col-right {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
	}
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	.client-name {
	color: #3485c3;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	.address {
	padding: 7px 5px 20px 0;
}
@media (max-width: 1199px) {
	.location-intro
		.col-left
		.inner-col
		.location-details
		.inner-col-right
		.address {
		padding-bottom: 5px;
	}
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	.address
	p {
	color: #535353;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.3px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	.address
	.phone {
	display: block;
	color: #535353;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 12px 0;
}
.location-intro .col-left .inner-col .location-details .inner-col-right ul {
	margin: 0;
	padding: 0;
}
.location-intro .col-left .inner-col .location-details .inner-col-right ul li {
	display: inline-block;
	line-height: normal;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	ul
	li
	a {
	color: #fa8817;
	display: block;
	font-size: 16px;
	font-weight: 600;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 26px;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	ul
	li
	a:hover {
	color: #1aa8b5;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	ul
	li.location-direction
	a {
	background-image: url(../../images/arrows/direction-link.svg);
	background-size: 18px 18px;
	margin-bottom: 10px;
}
.location-intro
	.col-left
	.inner-col
	.location-details
	.inner-col-right
	ul
	li
	.modal-hours-btn {
	background-image: url(../../images/icons/icon-clock.svg);
	background-size: 20px 20px;
	padding-top: 4px;
}
.location-intro .col-left .inner-col .grid-location-awards {
	padding: 35px 0 0;
	max-width: 430px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 1199px) {
	.location-intro .col-left .inner-col .grid-location-awards .item {
		padding: 0 10px;
	}
}
.location-intro .col-right h1 {
	color: #323049;
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 53px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 33px;
}
.location-contact {
	background: url(../../images/bg-location-contact.png) no-repeat scroll 100%
		0 #323049;
	min-height: 255px;
}
.location-contact .container {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
.location-contact .container .location-contact-wrap {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.location-contact .container .location-contact-wrap {
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.location-contact .container .location-contact-wrap {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.location-contact .container .location-contact-wrap {
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.location-contact .container .location-contact-wrap .location-contact-top {
		padding-bottom: 25px;
	}
}
.location-contact .container .location-contact-wrap .location-contact-top h2 {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 53px;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-top
		h2 {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-top
		h2 {
		float: none;
		width: 100%;
		font-size: 37px;
		text-align: center;
		padding-bottom: 30px;
	}
}
.location-contact .container .location-contact-wrap .location-contact-top p {
	float: left;
	width: calc(100% - 450px);
	padding-top: 10px;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.32px;
	padding-left: 35px;
	padding-right: 70px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-top
		p {
		float: none;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-top
		p {
		float: none;
		width: 100%;
		padding: 0;
	}
}
.location-contact .container .location-contact-wrap .location-contact-bottom {
	padding-top: 45px;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	form {
	background: none;
}
@media (max-width: 767px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-bottom {
		padding-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-bottom {
		padding-top: 0;
	}
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text {
	max-width: 468px;
	width: 100%;
	border-radius: 0;
	border: 0;
	width: 40%;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	padding-left: 25px;
	display: inline-block;
	height: 60px;
	background: #fff;
	background: hsla(0, 0%, 100%, 0.1);
	margin-right: 1.9090909091%;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text:-moz-placeholder,
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.input-text.placeholder {
	color: #fff;
	opacity: 1;
}
@media (max-width: 767px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-bottom
		.input-text {
		float: none;
		width: 100%;
		margin: 0 0 15px;
		max-width: none;
	}
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.btn-submit {
	width: 13.6752136752%;
	height: 60px;
	padding: 0;
	margin-bottom: 2px;
	line-height: 26px;
	display: inline-block;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.6px;
	border-radius: 5px;
	border: 0;
	background-color: #fa8817;
	cursor: pointer;
}
.location-contact
	.container
	.location-contact-wrap
	.location-contact-bottom
	.btn-submit:hover {
	background-color: #c06204;
	color: #fff;
	border: 0;
}
@media (max-width: 767px) {
	.location-contact
		.container
		.location-contact-wrap
		.location-contact-bottom
		.btn-submit {
		float: none;
		width: 100%;
		margin: 0;
	}
}
.location-second-main-content {
	background: #fff;
	padding: 89px 0 77px;
}
.location-second-main-content .social-contact-wrap {
	display: flex;
	padding: 70px 0 0;
}
@media (max-width: 767px) {
	.location-second-main-content .social-contact-wrap {
		display: block;
		text-align: center;
	}
}
.location-second-main-content .social-contact-wrap .btn-std {
	background-color: #003d53;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 18px 38px 17px;
}
.location-second-main-content .social-contact-wrap .btn-std:hover {
	color: #fff;
}
.location-second-main-content .social-contact-wrap .social-icons-wrap {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	.location-second-main-content .social-contact-wrap .social-icons-wrap {
		display: block;
	}
}
.location-second-main-content .social-contact-wrap .social-icons-wrap p {
	color: #3485c3;
	font-size: 24px;
	font-weight: 700;
	line-height: 53px;
	padding-left: 43px;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.location-second-main-content .social-contact-wrap .social-icons-wrap p {
		text-align: center;
		padding: 20px 0 0;
	}
}
@media (max-width: 767px) {
	.location-second-main-content .social-contact-wrap .social-icons-wrap ul {
		text-align: center;
		align-items: center;
		justify-content: center;
	}
}
.location-second-main-content .social-contact-wrap .social-icons-wrap ul li {
	display: inline-block;
}
.location-practice-areas {
	background-color: #f7f2f0;
	padding: 79px 0 59px;
}
.location-practice-areas .grid-practice-areas {
	padding-top: 70px;
}
.location-practice-areas .grid-practice-areas .item {
	width: 31.6666666667%;
	float: left;
	max-width: 359px;
	height: 227px;
	position: relative;
	cursor: pointer;
	background-size: cover !important;
}
.location-practice-areas .grid-practice-areas .item:nth-child(n) {
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.location-practice-areas .grid-practice-areas .item:nth-child(3n) {
	margin-right: 0;
}
@media (max-width: 991px) {
	.location-practice-areas .grid-practice-areas .item {
		width: 48.75%;
		float: left;
		position: relative;
	}
	.location-practice-areas .grid-practice-areas .item:nth-child(n) {
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
	.location-practice-areas .grid-practice-areas .item:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.location-practice-areas .grid-practice-areas .item {
		width: 100%;
		float: left;
		position: relative;
		float: none;
		margin: 0 auto 35px !important;
	}
	.location-practice-areas .grid-practice-areas .item:nth-child(n) {
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
	.location-practice-areas .grid-practice-areas .item:nth-child(1n) {
		margin-right: 0;
	}
}
.location-practice-areas .grid-practice-areas .item span.services-border {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	display: block;
	border: 2px solid hsla(0, 0%, 100%, 0.3);
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	transition: all 0.2s ease;
}
.location-practice-areas .grid-practice-areas .item a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
}
.location-practice-areas .grid-practice-areas .item p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	padding-left: 44px;
}
@media (max-width: 991px) {
	.location-practice-areas .grid-practice-areas .item p {
		font-size: 21px;
		line-height: 27px;
	}
}
.location-practice-areas .grid-practice-areas .item span.arrow {
	padding-left: 44px;
	padding-top: 18px;
	display: block;
}
.location-practice-areas .grid-practice-areas .item:hover span.services-border {
	border: 2px solid #cb8b6d;
}
.location-practice-areas .grid-practice-areas .item:hover svg * {
	fill: #cb8b6d;
}
.location-third-main-content {
	background-color: #f4f4f4;
	padding: 70px 0 45px;
}
.review-part {
	padding: 17px 0 10px;
}
.review-part .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
	.review-part .container {
		flex-direction: column;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.review-part .container h5 {
	color: #323049;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 35px;
}
@media (max-width: 991px) {
	.review-part .container h5 {
		padding-right: 10px;
		min-width: 293px;
		font-size: 19px;
	}
}
@media (max-width: 767px) {
	.review-part .container h5 {
		text-align: center;
		padding: 0 0 20px;
	}
}
.review-part .container .item {
	padding: 0 20px;
}
@media (max-width: 991px) {
	.review-part .container .item {
		padding: 0 10px;
	}
}
.squares-grid > br {
	display: none !important;
}
.squares-grid .item {
	min-height: 198px;
	text-align: center;
	padding: 30px 18px;
	width: 47.75%;
	float: left;
	position: relative;
	background-color: #fff;
	border: 3px solid #ebeeea;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-width: 324px;
}
.squares-grid .item:nth-child(n) {
	margin-right: 4.5%;
	margin-bottom: 4.5%;
}
.squares-grid .item:nth-child(2n) {
	margin-right: 0;
}
@media (max-width: 767px) {
	.squares-grid .item {
		width: 100%;
		float: left;
		position: relative;
		float: none;
		margin: 0 auto 25px !important;
	}
	.squares-grid .item:nth-child(n) {
		margin-right: 0;
		margin-bottom: 0;
	}
	.squares-grid .item:nth-child(1n) {
		margin-right: 0;
	}
}
.squares-grid .item .item-title {
	margin-bottom: 15px;
}
.squares-grid .item .item-title,
.squares-grid .item .item-title a {
	color: #003d53;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.46px;
	line-height: 26px;
}
.squares-grid .item .item-title a {
	text-decoration: underline;
}
.squares-grid .item .item-title a:hover {
	color: #003d53;
}
.squares-grid .item p.details {
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #000;
	font-family: Proxima Nova;
	font-size: 19px;
	font-weight: 400;
}
.squares-grid .item p.details span {
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 29px;
	display: block;
}
.blog .about-cta {
	padding-top: 68px;
}
@media (max-width: 767px) {
	.blog .about-cta {
		padding-top: 0;
	}
}
.blog .no-posts {
	color: #003d53;
	font-family: summer_loving_solidregular;
	font-size: 40px;
	letter-spacing: 0.8px;
}
.category-archive-view .row:first-of-type {
	margin-bottom: 125px;
}
@media (max-width: 1199px) {
	.category-archive-view .row:first-of-type {
		margin-bottom: 80px;
	}
}
.category-archive-view .loader {
	background: url(../../images/loader.svg);
	height: 50px;
	background-repeat: no-repeat;
	background-position: 50%;
}
.category-archive-view .svg-loader {
	height: 20vmin;
	padding: 3vmin 20vmin;
	vertical-align: top;
}
.category-archive-view .post-excerpt {
	margin-bottom: 40px;
}
.category-archive-view .post-excerpt + .post-excerpt {
	border-top: 1px solid #7e8384;
	padding-top: 40px;
}
.category-archive-view .post-excerpt .blog-post {
	background: none;
}
.category-archive-view .post-excerpt .blog-post .title-wrap .page-title {
	margin-bottom: 25px;
}
.category-archive-view .post-excerpt .blog-post .title-wrap .page-title a {
	color: #000;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.title-wrap
	.page-title
	a:hover {
	color: #00a8b6;
}
.category-archive-view .post-excerpt .blog-post .post-category {
	display: inline-block;
}
.category-archive-view .post-excerpt .blog-post .post-category:last-of-type {
	margin-right: 0;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-category:last-of-type
	.comma {
	display: none;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.image-holder {
	margin-bottom: 16px;
	margin-right: 50px;
	/* float: left; */
	max-width: 474px;
}
@media (max-width: 1199px) {
	.category-archive-view
		.post-excerpt
		.blog-post
		.post-wrap
		.blog-excerpt
		.image-holder {
		margin: 0 auto 20px;
		/* float: none; */
		text-align: center;
	}
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.image-holder
	img {
	border-radius: 20px;
	min-height: 284px;
	max-height: 350px;
	width: auto;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.excerpt-content {
	margin-bottom: 0;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.excerpt-content
	a {
	display: none;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.btn-read-more-wrap {
	clear: both;
}
.category-archive-view
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.btn-read-more-wrap
	.btn-std {
	float: right;
}
.four-o-four .search-form {
	border-radius: 0;
	overflow: hidden;
	max-width: 444px;
}
.four-o-four .search-form .input-std {
	height: 50px;
	background-color: #fff;
	width: calc(100% - 60px);
	float: left;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 58px;
	padding: 0 20px;
	border: 1px solid #d8d9d9;
}
@media (max-width: 767px) {
	.four-o-four .search-form .input-std {
		font-size: 18px;
	}
}
.four-o-four .search-form .input-std::-webkit-input-placeholder {
	color: #7e8384;
	opacity: 1;
}
.four-o-four .search-form .input-std:-moz-placeholder,
.four-o-four .search-form .input-std::-moz-placeholder {
	color: #7e8384;
	opacity: 1;
}
.four-o-four .search-form .input-std:-ms-input-placeholder {
	color: #7e8384;
	opacity: 1;
}
.four-o-four .search-form .input-std.placeholder {
	color: #7e8384;
	opacity: 1;
}
.four-o-four .search-form .input-std:focus {
	border: 1px solid #d8d9d9;
}
.four-o-four .search-form .submit {
	float: left;
	width: 57px;
	height: 50px;
	border: none;
	background: #000;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s linear;
	cursor: pointer;
}
.four-o-four .search-form .submit:hover {
	color: #fff;
	background: #1a1a1a;
}
.post-meta {
	font-family: summer_loving_solidregular;
	font-size: 40px;
	letter-spacing: 0.8px;
}
.post-meta,
.post-meta a {
	color: #fa8817;
}
.post-meta time {
	margin: 0 50px;
}
.title-wrap .page-title {
	color: #000;
	font-family: Oswald, sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.single-post h2 {
	font-size: 25px;
	font-weight: 700;
	color: #003d53;
	line-height: 45px;
	font-family: "Inter", sans-serif;
}
.related-posts a {
	display: block;
	color: #acacac;
	font-family: Oswald, sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 33px;
	text-transform: uppercase;
}
.related-posts li {
	padding-bottom: 15px;
	border-bottom: 1px solid #9ea2a3;
}
.related-posts img {
	border-radius: 10px;
	margin-bottom: 20px;
}
.page-site-map .site-map-content > ul {
	margin-bottom: 35px;
}
.page-site-map .site-map-content > ul > li {
	margin-bottom: 7px;
	padding-left: 45px;
	position: relative;
}
.page-site-map .site-map-content > ul > li:after {
	position: absolute;
	content: "";
	background: url(../../images/long-arrow-alt-right-solid.svg) no-repeat
		scroll 50% transparent;
	background-size: 17px 29px;
	left: 15px;
	top: 3px;
	width: 17px;
	height: 29px;
}
.page-site-map .site-map-content > ul > li a {
	padding: 2px 0;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.4px;
	color: #7e8384;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
}
.page-site-map .site-map-content > ul > li a:hover {
	text-decoration: none;
	color: #003d53;
}
.page-site-map .site-map-content > ul > li ul.children {
	padding-left: 17px;
}
.page-site-map .site-map-content > ul > li ul.children li {
	margin-bottom: 7px;
	padding-left: 45px;
	position: relative;
}
.page-site-map .site-map-content > ul > li ul.children li:after {
	position: absolute;
	content: "";
	background: url(../../images/long-arrow-alt-right-solid.svg) no-repeat
		scroll 50% transparent;
	background-size: 17px 29px;
	left: 15px;
	top: 3px;
	width: 17px;
	height: 29px;
}
.case-study {
	background-color: #2cb2bd;
}
.case-study .arrow-link {
	margin-top: 20px;
	color: #fff;
}
.figure-content {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
	.case-study .figure-content {
		left: 80px;
	}
}
.figure-title {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}
.figure-title:after {
	width: 62px;
	height: 5px;
	content: "";
	display: block;
	margin-top: 10px;
	background-color: #bcce56;
}
.case-study .figure-title {
	font-size: 40px;
	letter-spacing: 0.8px;
	margin-bottom: 30px;
}
.figure-case-title {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
}
@media screen and (min-width: 768px) {
	.case-study .figure-case-title {
		font-size: 40px;
		line-height: 50px;
	}
}
#principles {
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #f5f6fa;
}
@media screen and (min-width: 768px) {
	#principles {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
#principles .principles-top p {
	font-size: 20px;
	font-family: "Inter", sans-serif;
	line-height: 32px;
	color: #7e8384;
	letter-spacing: -0.29px;
}
@media screen and (min-width: 768px) {
	#principles .principles-top p {
		font-size: 28px;
		line-height: 47px;
	}
}
#principles .principles-bottom {
	padding-top: 20px;
}
@media screen and (min-width: 768px) {
	#principles .principles-bottom {
		padding-top: 83px;
	}
}
#principles .principles-bottom ol li {
	position: relative;
	padding-left: 80px;
	color: #7e8384;
}
#principles .principles-bottom ol li + li {
	margin-top: 79px;
}
#principles .principles-bottom ol li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../images/principles-bkg.png);
	background-position: 0 0;
	height: 78px;
	width: 54px;
}
#principles .principles-bottom ol li:nth-child(2):before {
	background-position: 0 161px;
}
#principles .principles-bottom ol li:nth-child(3):before {
	background-position: 0 79px;
}
#principles .principles-bottom ol li span {
	font-size: 25px;
	line-height: 1;
	text-align: left;
	color: #003d53;
	display: block;
	margin-bottom: 22px;
}
#principles .principles-right {
	position: relative;
}
#principles .principles-right:hover .principles-right-top {
	bottom: 368px;
}
#principles .principles-right:hover .principles-right-middle {
	bottom: 186px;
}
#principles .principles-right div {
	width: 393px;
	height: 274px;
	position: absolute;
	right: 0;
	transition: 1s;
	background-image: url(../../images/principles-bkg-big.png);
}
#principles .principles-right-top {
	background-position: 0 -560px;
	bottom: 80px;
	z-index: 2;
}
#principles .principles-right-middle {
	background-position: 0 -14px;
	bottom: 40px;
	z-index: 1;
}
#principles .principles-right-bottom {
	background-position: 0 -285px;
	bottom: 0;
	z-index: 0;
}
.image-grid .container-fluid {
	max-width: 1860px;
}
.home .testimonials-section {
	padding-bottom: 20px;
}
.home .footer-blue:after {
	content: "";
	background-color: #f5f6fa;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 118px;
	z-index: 0;
}
.about-section-2 {
	padding: 80px 0;
}
.bi-title {
	color: #00a8b6;
	font-size: 22px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 20px;
	display: flex;
}
.bi-title svg {
	margin-right: 15px;
}
.about-values {
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.about-values {
		background-color: #003c54;
		margin-bottom: 0;
	}
}
.about-values-container {
	padding: 60px 0;
}
@media screen and (min-width: 768px) {
	.about-values-container {
		background-color: #003c54;
		border-radius: 0;
		padding: 100px 0;
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.about-values-container .col {
		border-right: 1px solid #fff;
		min-height: 155px;
	}
}
.about-values-container .col:last-of-type {
	border: none;
}
.about-values-container .col ul {
	color: #fff;
	padding-top: 12px;
}
@media screen and (max-width: 767px) {
	.about-values-container .col ul {
		padding-left: 20px;
		padding-top: 0;
	}
}
.about-values-container .col ul li {
	line-height: 32px;
}
@media screen and (max-width: 767px) {
	.about-values-container .col ul li {
		list-style: disc;
	}
}
.about-values h2 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	text-transform: uppercase;
}
.about-values h2 span {
	color: #75ca63;
	font-family: summer_loving_solidregular;
	font-weight: 400;
	text-transform: none;
}
.about-section-2 .bubble-text {
	background-image: url(../../images/backgrounds/orange-bubble.png);
	background-repeat: no-repeat;
	height: 520px;
	background-size: contain;
	font-size: 28px;
	color: #003c54;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	font-family: Oswald, sans-serif;
	line-height: 36px;
	padding: 60px 16px 60px 80px;
	align-items: center;
	margin-top: 30px;
}
@media screen and (min-width: 992px) {
	.about-section-2 .bubble-text {
		height: 460px;
		background-size: 100%;
		margin-top: 0;
	}
}
.about-section-2 .bubble-text strong {
	display: block;
	font-size: 46px;
	font-family: summer_loving_sansregular;
	color: #fff;
	font-weight: 400;
}
.about-section-2 .bubble-text > div {
	height: 90px;
	margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
	.about-section-2 .bubble-text > div {
		height: 125px;
	}
}
.team {
	background-color: #f5f6fa;
	padding: 50px 0 0;
}
.team img {
	margin-bottom: 10px;
}
.team h3 {
	color: #1aa8b5;
	font-family: summer_loving_solidregular;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 0.8px;
	margin-bottom: 25px;
}
.team h3 strong {
	color: #003d53;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	display: block;
}
.team-member {
	margin-bottom: 70px;
}
.team-member > a {
	color: #fa8817;
}
.about-cta {
	padding: 95px 0 0;
	text-align: center;
	color: #003d53;
	font-family: summer_loving_solidregular;
	font-size: 75px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.about-cta {
		font-size: 100px;
	}
}
.about-cta strong {
	color: #1aa8b5;
	font-family: Oswald, sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 90px;
	text-transform: uppercase;
	display: block;
}
@media (max-width: 767px) {
	.about-cta strong {
		font-size: 51px;
		line-height: 51px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.about-cta strong {
		font-size: 69px;
		line-height: 79px;
	}
}
@media (min-width: 1200px) and (max-width: 1439px) {
	.about-cta strong {
		font-size: 78px;
		line-height: 88px;
	}
}
.about-cta .btn {
	display: block;
	max-width: 240px;
	margin: 65px auto 0;
}
@media (max-width: 767px) {
	.about-cta .btn {
		margin-top: 35px;
	}
}
.about-cta p {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	margin: 0;
}
.services:not(.services-landing) {
	padding-top: 70px;
}
.services .nav-tabs {
	border-bottom: none;
}
.services .nav-tabs .nav-link {
	width: 33%;
	border-radius: 0;
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -0.22px;
	text-align: left;
	color: #b9b9b9;
	text-align: center;
	border: none;
	border-bottom: 11px solid #b6b6b6;
	padding: 0 0 35px;
	position: relative;
}
.services .nav-tabs .nav-link svg {
	margin-right: 20px;
}
.services .nav-tabs .nav-link.link--strategy.active {
	color: #00a8b6;
	border-color: #00a8b6;
}
.services .nav-tabs .nav-link.link--strategy.active svg * {
	fill: #00a8b6;
}
.services .nav-tabs .nav-link.link--creative.active {
	color: #fd8800;
	border-color: #fd8800;
}
.services .nav-tabs .nav-link.link--creative.active svg * {
	fill: #fd8800;
}
.services .nav-tabs .nav-link.link--media.active {
	color: #a9bc3f;
	border-color: #a9bc3f;
}
.services .nav-tabs .nav-link.link--media.active svg * {
	fill: #a9bc3f;
}
.services #nav-tabContent .tab-pane {
	padding: 80px 0;
	background-color: #003d53;
}
.services #nav-tabContent .tab-pane h2 {
	color: #fff;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.services #nav-tabContent .tab-pane h2:not(.no-left-padding) {
		text-align: left;
		padding-left: 105px;
	}
	.services #nav-tabContent .tab-pane .landing-tab-image {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.services #nav-tabContent .tab-pane h2 strong {
	display: block;
}
.services #nav-tabContent .tab-pane .row {
	align-items: center;
}
@media (min-width: 1200px) {
	.services #nav-tabContent .tab-pane .row .col-lg-6 {
		padding: 0;
	}
}
.services #nav-tabContent .tab-pane .service-container {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.services #nav-tabContent .tab-pane .service-container {
		flex-direction: row;
	}
}
.services #nav-tabContent .tab-pane .service-container + .service-container {
	margin-top: 64px;
}
.services #nav-tabContent .tab-pane .service-container .services-title {
	font-family: Oswald, sans-serif;
	font-size: 25px;
	line-height: 1.32;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.services #nav-tabContent .tab-pane .service-container .services-title {
		text-align: left;
		margin-bottom: 0;
		min-width: 184px;
	}
}
.services #nav-tabContent .tab-pane .service-container .services-list {
	font-family: "Inter", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.services #nav-tabContent .tab-pane .service-container .services-list {
		text-align: left;
		padding-left: 90px;
	}
}
.services #nav-tabContent .tab-pane#nav-strategy .container {
	background: url(../../images/backgrounds/strategy-icon.png) no-repeat;
}
.services #nav-tabContent .tab-pane#nav-strategy .container .services-title,
.services #nav-tabContent .tab-pane#nav-strategy .container .services-title a,
.services #nav-tabContent .tab-pane#nav-strategy .container h2 strong {
	color: #00a8b6;
}
.services #nav-tabContent .tab-pane#nav-creative .container {
	background: url(../../images/backgrounds/creative-icon.png) no-repeat;
}
.services #nav-tabContent .tab-pane#nav-creative .container .services-title,
.services #nav-tabContent .tab-pane#nav-creative .container .services-title a,
.services #nav-tabContent .tab-pane#nav-creative .container h2 strong {
	color: #fd8800;
}
.services #nav-tabContent .tab-pane#nav-media .container {
	background: url(../../images/backgrounds/media-icon.png) no-repeat;
}
.services #nav-tabContent .tab-pane#nav-media .container .services-title,
.services #nav-tabContent .tab-pane#nav-media .container .services-title a,
.services #nav-tabContent .tab-pane#nav-media .container h2 strong {
	color: #a9bc3f;
}
.ways-work {
	padding: 100px 0 80px;
}
.ways-work-item {
	margin-top: 33px;
}
.ways-work-title {
	margin: 30px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #a9bc3f;
}
.ways-work p {
	color: #7e8384;
}
.ways-work .arrow-link {
	color: #a9bc3f;
	background-image: url(../../images/arrows/arrow-green.svg);
	text-decoration: underline;
}
.bubble-container {
	background-image: linear-gradient(#fff 55%, #f5f6fa 0);
}
.case-studies {
	background-color: #f5f6fa;
	padding: 105px 0 130px;
}
.case-studies .btn {
	margin-top: 70px;
}
.case-studies .bubble-block .content {
	padding-left: 50px;
}
.case-studies .bubble-block:nth-child(2n) {
	flex-direction: row-reverse;
}
.case-studies .bubble-block:nth-child(2n) .content {
	text-align: right;
	padding-left: 0;
	padding-right: 65px;
}
.did-you-know h2 strong,
.did-you-know p {
	color: #fff;
}
.did-you-know a {
	color: #75ca63;
}
@media screen and (max-width: 767px) {
	.did-you-know {
		background-color: #003c54;
	}
}
.did-you-know ul li {
	color: #fff !important;
}
.service-split {
	padding: 40px 0;
}
@media screen and (max-width: 767px) {
	.service-split {
		padding: 100px 0;
	}
}
.service-split h2 {
	color: #003d53;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 45px;
}
.service-split ul {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.service-note {
	padding: 60px 0;
}
.tax-practice_area_category
	.post-excerpt
	.blog-post
	.excerpt-title
	.title-wrap
	h2.post-title {
	text-align: center;
	color: #7e8384;
	font-size: 27px;
	line-height: normal;
	font-weight: 700;
}
.tax-practice_area_category
	.post-excerpt
	.blog-post
	.excerpt-title
	.title-wrap
	h2.post-title
	a {
	color: #7e8384;
}
.tax-practice_area_category .post-excerpt .blog-post .excerpt-title .post-meta {
	display: none;
}
.tax-practice_area_category
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.excerpt-content {
	text-align: center;
}
.tax-practice_area_category
	.post-excerpt
	.blog-post
	.post-wrap
	.blog-excerpt
	.btn-read-more-wrap {
	display: none;
}
.single-portfolio .main-content {
	padding-top: 100px;
}
.single-portfolio .main-content h2 {
	margin-bottom: 24px;
}
.single-portfolio .main-content h2 strong {
	margin-top: -14px;
}
.single-portfolio .ways-work {
	padding-bottom: 167px;
}
.portfolio-image {
	background: linear-gradient(180deg, #f5f6fa 50%, #fff 0);
}
.portfolio-image + #portfolio-stats {
	margin-top: 80px;
}
.portfolio-details {
	padding: 0 0 100px;
}
.portfolio-details + .ways-work {
	padding-top: 0;
}
.portfolio-details__item {
	padding-top: 50px;
}
@media screen and (min-width: 768px) {
	.portfolio-details__item {
		display: flex;
		align-items: center;
		padding-top: 100px;
	}
}
.portfolio-details__item div.text-center {
	min-width: 177px;
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.portfolio-details__item div.text-center {
		margin-right: 60px;
		margin-bottom: 0;
	}
}
.portfolio-details__item div.text-center .details-title {
	margin-top: 20px;
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #00a8b6;
}
#portfolio-stats {
	background-color: #003d53;
	padding: 120px 0;
}
#portfolio-stats .stats-item {
	font-family: summer_loving_solidregular;
	font-size: 40px;
	font-weight: 400;
	line-height: 0.75;
	letter-spacing: 0.8px;
	color: #fff;
	padding: 30px;
}
@media screen and (min-width: 992px) {
	#portfolio-stats .stats-item {
		border-right: 1px solid #ebebeb;
	}
}
#portfolio-stats .stats-item:last-of-type {
	border-right: none;
}
#portfolio-stats .stats-item:nth-child(2) img {
	vertical-align: bottom;
	margin-left: -10px;
}
#portfolio-stats .stats-item__title {
	font-family: Oswald, sans-serif;
	font-size: 80px;
	font-weight: 700;
	color: #00a8b6;
}
#portfolio-stats .stats-item__title img {
	vertical-align: middle;
	margin-left: -20px;
}
#portfolio-stats .stats-item__content {
	padding: 25px 44px 0;
}
.lp2-banner-image {
	width: 400px; /* Set a fixed width */
	height: 400px; /* Set a fixed height to make it square */
	object-fit: cover; /* Ensures the image covers the entire area without distortion */
	object-position: top;
	border-radius: 50%; /* Creates the circular shape */
}
.container-constrained {
	max-width: 1100px;
}
.lp2-work-row .work-item {
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp2-work-row .work-testimonial {
	padding: 0 40px;
}
.lp2-work-row .work-details {
	margin: auto 0;
	padding: 0 30px;
}
.middled {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.middled span:first-child {
	font-size: 175px;
	transform: translateY(-10px);
	line-height: 55px;
}
.middled span:last-child {
	font-size: 55px;
	line-height: 1;
}
.lp2-large-text {
	font-size: 55px;
	line-height: 55px;
	padding-bottom: 20px;
}
.work-item {
	background: #003c54;
	position: relative;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.work-item {
		text-align: left;
		display: flex;
		align-items: center;
	}
}
.work-item img {
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	.work-item img {
		margin-left: -15px;
		margin-right: 15px;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px) {
	.work-item img {
		margin-right: 70px;
	}
}
@media screen and (min-width: 992px) {
	.work-item:after {
		content: "";
		display: block;
		height: 32px;
		width: 32px;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(../../images/arrows/work-arrow-left.png);
		background-repeat: no-repeat;
	}
}
.work-details {
	color: #f3f3ef;
	font-family: Oswald, sans-serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 38px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.work-details:before {
		display: block;
		margin-bottom: 15px;
		height: 2px;
		width: 62px;
		content: "";
		background: #bcce56;
	}
}
@media screen and (min-width: 1200px) {
	.work-details {
		font-size: 40px;
		line-height: 50px;
	}
}
.work-details + div {
	display: block;
}
.work-testimonial {
	margin: 30px 0;
}
@media screen and (min-width: 992px) {
	.work-testimonial {
		padding-left: 70px;
		margin: 0;
	}
}
.work-testimonial strong {
	color: #00a8b6;
}
@media screen and (min-width: 992px) {
	.work-testimonial:before {
		content: "";
		display: block;
		height: 32px;
		width: 32px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-image: url(../../images/arrows/work-arrow-right.png);
		background-repeat: no-repeat;
	}
}
.work-row {
	align-items: center;
}
.work-row:nth-of-type(2n) {
	flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
	.work-row:nth-of-type(2n) .work-item:before {
		content: "";
		display: block;
		height: 32px;
		width: 32px;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		background-image: url(../../images/arrows/work-arrow-left.png);
		background-repeat: no-repeat;
	}
	.work-row:nth-of-type(2n) .work-item:after,
	.work-row:nth-of-type(2n) .work-testimonial:before {
		display: none;
	}
	.work-row:nth-of-type(2n) .work-testimonial:after {
		content: "";
		display: block;
		height: 32px;
		width: 32px;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		background-image: url(../../images/arrows/work-arrow-right.png);
		background-repeat: no-repeat;
	}
}
.work-row__web .work-item {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	background: none;
	text-align: center;
}
.work-row__web .work-item:after {
	background-image: url(../../images/arrows/work-arrow-right.png);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.work-row__web .work-testimonial {
	height: 326px;
	display: flex;
	align-items: center;
	background: #003c54;
}
.work-row__web .work-testimonial:before {
	background-image: url(../../images/arrows/work-arrow-left.png);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 992px) {
	.work-row__web:nth-of-type(2n) .work-item:before {
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
		background-image: url(../../images/arrows/work-arrow-right.png);
	}
	.work-row__web:nth-of-type(2n) .work-item:after,
	.work-row__web:nth-of-type(2n) .work-testimonial:before {
		display: none;
	}
	.work-row__web:nth-of-type(2n) .work-testimonial:after {
		-webkit-transform: translateY(-50%) rotate(0);
		transform: translateY(-50%) rotate(0);
		background-image: url(../../images/arrows/work-arrow-left.png);
	}
}

/* Update */

.navbar-brand.site-logo img {
	max-width: 300px;
}
.navbar-toggler {
	margin-right: 25px;
}
.header {
	padding: 25px 0;
}
section.did-you-know {
	background: #003d54;
}
.how-works-col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
	margin-top: 45px;
	justify-content: center;
}
.how-works-col .how-works-block {
	width: 25%;
	padding: 0 20px;
	text-align: center;
}
.how-works-col .how-works-block .img-block {
	width: 180px;
	height: 180px;
	background: #fa8817;
	margin: 0 auto;
	border-radius: 50%;
	padding: 10px;
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.how-works-col .how-works-block .img-block img {
	height: 80px;
	width: auto;
}
.how-works-col .how-works-block h3 {
	color: #003c53;
	margin: 0 0 15px;
	line-height: 1;
	font-size: 27px;
}
section.how-works {
	padding: 80px 0 10px;
	background: #f5f6fa;
	text-align: center;
}
.about-values--inner .btn-wrap a {
	color: #fff;
}
.about-values--inner .btn-wrap a:hover {
	background: #52c6d0;
}
.service-split {
	padding: 60px 0 40px;
}
section.work.our-portfolio {
	padding: 60px 0;
}
.service-list-item .content-block h3 {
	font-size: 25px;
	line-height: 1;
	margin: 0 0 25px;
	color: #003d53;
}
.service-list-item .content-block p {
	margin: 0;
}
.services-list-block .title-wrap {
	margin: 0 0 45px;
}
.services-list-block .title-wrap h2 {
	margin: 0 0 15px;
}
.services-list-block .title-wrap p {
	margin: 0;
}
section.services-list-block {
	padding: 70px 0;
	background: #f5f6fa;
}
.service-list-item {
	margin: 0 0 40px;
}
.service-list-item:last-child {
	margin: 0;
}
.service-list-item:nth-child(even) .row {
	flex-direction: row-reverse;
}
.work-details h3 {
	font-size: 40px;
	line-height: 50px;
	color: #f3f3ef;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
}
section.faq-block {
	padding: 70px 0;
}
.faq-block .title-wrap h2 {
	margin: 0 0 5px;
}
.faq-block .title-wrap p {
	margin: 0;
}
.faq-block .title-wrap {
	margin: 0 0 45px;
}
.faq-items {
	max-width: 900px;
	margin: 0 auto;
}
.faq-items .faq-item .faq-toggle {
	font-size: 18px;
	font-weight: 600;
	padding: 25px 0;
	color: #000;
	cursor: pointer;
	position: relative;
	padding-right: 28px;
}
.faq-items .faq-item {
	border-bottom: 1px solid #dfdfdf;
}
.faq-items .faq-item .faq-answer p {
	margin: 0;
}
.faq-items .faq-item .faq-answer {
	padding-bottom: 22px;
}
.faq-items .faq-item .faq-answer {
	padding-bottom: 25px;
	display: none;
}
.faq-items .faq-item:first-child {
	border-top: 1px solid #dfdfdf;
}
.faq-items .faq-item .faq-toggle::after {
	content: "+";
	font-size: 25px;
	position: absolute;
	top: 16px;
	right: 0;
}
.faq-items .faq-item .faq-toggle.active::after {
	content: "-";
}
.testimonial-service .testimonials-section__item cite {
	text-align: left;
}
.testimonial-service {
	background: #003d54;
	padding: 70px 0;
}
.testimonial-service .title-wrap h2 strong {
	color: #fff;
	font-size: 35px;
}
.testimonial-service .title-wrap h5 {
	text-transform: uppercase;
	margin: 0;
	color: #bccc5e;
}
.testimonial-service .title-wrap p {
	color: #fff;
}
.testimonial-service .title-wrap h2 {
	margin: 0 0 10px;
}
.testimonial-service .title-wrap {
	padding-right: 40px;
}
.testimonial-service .testimonials-section {
	padding: 30px;
	background: rgb(255 255 255 / 5%);
	border-radius: 20px;
}
.testimonial-service .testimonials-section__item {
	font-size: 24px;
	line-height: 1.7;
	color: #fff;
}
.testimonial-service .testimonials-section__item cite {
	font-size: 18px;
	line-height: 1.3;
}
.testimonial-service .testimonials-section ul.slick-dots {
	display: none !important;
}
.footer-logo-wrap img {
	max-width: 450px;
}
.footer-logo-wrap {
	text-align: left;
}
.footer-blue .row {
	align-items: unset;
}
.about-cta strong {
	font-size: 58px;
}
.page-template-practice-area .hero {
	background-position: center;
}
.how-works-main .title-wrap h2 {
	margin: 0 0 10px;
}
.how-works-col .how-works-block p {
	margin: 0;
}
.how-works-col .how-works-block h3:last-child {
	margin: 0;
}
.how-works-col .how-works-block {
	position: relative;
	margin: 0 0 70px;
}
.how-works-col .how-works-block::before {
	content: "";
	background-image: url(/wp-content/uploads/2022/07/h-arrow-1.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	position: absolute;
	width: 6em;
	height: 1.4em;
	top: 4.6em;
	right: -48px;
}
.how-works-col .how-works-block:nth-child(2)::before {
	background-image: url(/wp-content/uploads/2022/07/h-arrow-2.png);
}
.how-works-col .how-works-block:nth-child(3)::before {
	background-image: url(/wp-content/uploads/2022/07/h-arrow-3.png);
}
.how-works-col .how-works-block:nth-child(4)::before {
	background-image: url(/wp-content/uploads/2022/07/h-arrow-4.png);
	width: 5em;
	height: 4em;
	right: 0;
	top: auto;
	left: 7em;
	bottom: -6em;
}
.how-works-col .how-works-block:nth-child(5)::before {
	background-image: url(/wp-content/uploads/2022/07/h-arrow-5-new.png);
}
.how-works-col .how-works-block:nth-child(6)::before {
	background-image: url(/wp-content/uploads/2022/07/h-arrow-6-new.png);
}
.how-works-col .how-works-block:last-child::before {
	display: none;
}
section.solutions-block {
	padding: 70px 0 20px;
	background: #fbfbfb;
}
.solutions-block .title-wrap h2 {
	margin: 0 0 20px;
}
.solutions-block .title-wrap p {
	margin: 0;
}
.solutions-block .title-wrap {
	margin: 0 0 55px;
}
.solutions-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}
.solutions-list .solution-list-item {
	width: 25%;
	padding: 30px 40px;
	text-align: center;
	border-right: 3px solid #e4e4e4;
	margin: 0 0 50px;
}
.solutions-list .solution-list-item h3 {
	text-transform: unset;
	font-family: inter;
	font-size: 22px;
	line-height: 1.4;
	margin: 25px 0 0;
	color: #000;
}
.solutions-list .solution-list-item:nth-child(4n) {
	border-right: none;
}
.solutions-list .solution-list-item .icon {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-portfolio .btn-wrap {
	margin: 50px 0 0;
}
.about-values--inner ul:last-child {
	margin: 0 !important;
}
.page-id-1139 .about-values--inner ul {
	columns: 2;
	column-gap: 30px;
}
.page-id-1139 .about-values--inner ul li::after {
	background-image: url(/wp-content/uploads/2022/07/check-solid-green.svg);
	background-color: transparent !important;
	width: 15px !important;
	height: 15px !important;
	background-repeat: no-repeat;
	background-size: contain;
	top: 8px !important;
}
.header-mobile,
.header-mobile-right {
	display: none;
}
.navbar-brand.site-logo img {
	max-width: 280px;
}
.header .container > .row {
	justify-content: space-between;
	align-items: center;
}
.header-mobile,
.header-desktop {
	align-items: center;
}
.header-mobile .phone,
.header-desktop .phone {
	letter-spacing: 0.64px;
	font-size: 18px;
	font-weight: 500;
}

.phone-wrap {
	background: url(../../images/icon-phone-filled.svg);
	background-position: 0;
	background-repeat: no-repeat;
	/* width: 30px !important; */
	/* height: 30px !important; */
	padding-left: 40px;
	margin-left: 10px;
}
.phone-wrap .phone {
	line-height: 40px;
}
.header-topbar {
	min-height: 40px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	/* background-color: #1aa8b5; */
}

@media only screen and (max-width: 767px) {
	.header-topbar .social-icon-list {
		display: none;
	}
	.header-topbar {
		justify-content: center;
	}
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu .collapse:not(.show) {
	display: block;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.main-menu ul.navbar-nav {
	display: flex;
	align-items: center;
	flex-direction: row;
	position: relative;
	margin: 0 -15px;
}
.header-right a.btn.btn-1 {
	box-shadow: none;
	padding: 16px 40px;
	font-size: 18px;
	border-radius: 5px;
	margin-left: 35px;
}
.main-menu ul.navbar-nav li a.nav-link {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 20px 0;
}
.main-menu ul.navbar-nav li {
	margin: 0 15px;
	position: static;
}
.header {
	padding: 18px 0;
	background: #fff;
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 32%);
}
.header.fixed {
	position: fixed;
	width: 100%;
	/* box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 32%); */
	z-index: 9;
	top: 0;
	left: 0;
}
.main-menu ul.navbar-nav li.current-menu-item a.nav-link {
	color: #1aa8b5;
}
section.hero.hero-home .hero-title-wrap {
	padding-top: 100px;
}
.main-menu ul.navbar-nav li ul.dropdown-menu {
	display: none;
	position: absolute;
	top: 100% !important;
	right: 0;
	left: unset !important;
	width: 100%;
	border-radius: 0;
	background: #fff;
	border: none;
	box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 12%);
	flex-wrap: wrap;
	margin: 0;
	min-width: 1000px;
	padding: 15px;
	transform: unset !important;
}
.main-menu ul.navbar-nav > li.menu-item-has-children:hover > ul.dropdown-menu {
	display: flex;
}
.main-menu ul.navbar-nav li ul.dropdown-menu > li {
	width: 30%;
	padding: 0 15px;
	margin: 0;
}
.main-menu ul.navbar-nav li ul.dropdown-menu > li ul.dropdown-menu {
	position: static;
	background: transparent;
	display: block;
	box-shadow: none;
	padding: 0;
}
.main-menu ul.navbar-nav li ul.dropdown-menu > li a {
	font-size: 16px;
	font-weight: 600;
	color: #19a8b5;
	pointer-events: none;
}
.main-menu ul.navbar-nav li ul.dropdown-menu > li ul.dropdown-menu li {
	width: 100%;
	padding: 0;
}
.main-menu
	ul.navbar-nav
	li
	ul.dropdown-menu
	> li
	ul.dropdown-menu
	li
	a.nav-link {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	color: #003d53;
	padding: 0;
	margin: 0 0 15px;
	pointer-events: unset;
}
.main-menu
	ul.navbar-nav
	li
	ul.dropdown-menu
	> li
	ul.dropdown-menu
	li
	a.nav-link:hover {
	color: #19a8b5;
}
.main-menu ul.navbar-nav li ul.dropdown-menu > li:nth-child(2) {
	width: 40%;
}
.main-menu
	ul.navbar-nav
	li
	ul.dropdown-menu
	> li
	ul.dropdown-menu
	li.current-menu-item
	a.nav-link {
	color: #19a8b5;
}
.hero-services p {
	padding-right: 10px;
}
.footer-link-wrap .footer-links {
	width: 19%;
	padding: 0 15px;
}
.footer-link-wrap .footer-links.footer-info {
	width: 24%;
}
.footer-link-wrap {
	margin: 0 -15px;
	width: auto;
	margin-top: 60px;
}
.footer-link-wrap .footer-links .footer-title {
	font-size: 16px;
	font-weight: 600;
	color: #19a8b5;
	text-transform: capitalize;
	margin: 0 0 20px;
}
.footer-link-wrap .footer-links ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	padding: 3px 0;
	display: inline-block;
}
.footer-link-wrap .footer-links ul li a:hover {
	color: #19a8b5;
}
/* .footer-link-wrap .footer-links:nth-child(3) {
    width: 40%;
} */
/* .footer-link-wrap .footer-links:nth-child(3) ul {
    columns: 2;
    column-gap: 25px;
} */
.footer-logo-wrap img {
	margin: 0 0 25px !important;
}
.footer-logo-wrap img {
	max-width: 230px;
}
.home .footer-blue:after {
	opacity: 0;
}
.site-link-wrap h2 {
	padding: 10px 25px;
	background: #f3f7f8;
	border-left: 8px solid #19a8b5;
	margin: 0 0 35px;
}
.site-link-wrap h2 strong {
	font-size: 24px;
	text-transform: capitalize;
	font-family: "Inter";
}
.site-link-wrap ul li a {
	font-size: 21px;
	font-weight: 600;
	pointer-events: none;
}
.site-link-wrap ul li {
	margin: 0 0 18px;
}
.sitemap-row > div {
	padding: 0 35px;
}
.sitemap-row {
	margin: 0 -35px;
}
.site-link-wrap {
	margin: 0 0 60px;
}
.site-link-wrap ul li a::before {
	content: "\f105";
	background: none;
	border-radius: 0;
	font-family: "FontAwesome";
	height: auto;
	width: auto;
	top: inherit;
	margin-right: 20px;
}
.site-link-wrap ul li ul {
	margin: 25px 0;
	padding-left: 30px;
}
.site-link-wrap ul li ul li a {
	font-size: 18px;
	font-weight: 400;
	pointer-events: unset;
}
.site-link-wrap.left {
	margin: 0;
}
.site-link-wrap.left h2 {
	margin: 0 0 30px;
}
.benefits-col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	margin-top: 50px;
}
.benefits-col .benefits-item {
	padding: 0 15px;
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
}
.benefits-col .benefits-item .icon-wrap {
	width: 65px;
}
.benefits-col .benefits-item .content-wrap {
	width: calc(100% - 65px);
	padding-left: 20px;
}
.benefits-col .benefits-item .content-wrap h3 {
	color: #fff;
	margin: 0 0 15px;
}
.benefits-col .benefits-item .content-wrap h3 {
	color: #fff;
	margin: 0 0 20px;
	line-height: 1;
}
.benefits-col .benefits-item .content-wrap p {
	font-size: 16px;
	line-height: 1.6;
	color: rgb(255 255 255 / 70%);
	margin: 0;
}
.page-id-251 .about-values--inner .btn-wrap {
	text-align: center;
}
.service-accordian .card-header {
	padding: 10px 0;
}
.service-accordian .card-body {
	padding: 20px 0;
}
.service-note .btn-wrap {
	margin: 50px 0 0;
}
.page-id-251 .faq-block {
	background: #fff;
}
.includes-block {
	padding: 0 0 60px;
}
.includes-list ul {
	columns: 2;
	column-gap: 30px;
}
.includes-list ul li {
	position: relative;
	padding-left: 25px;
	color: #7e8384;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	line-height: 31px;
	margin-bottom: 13px;
}
.includes-list ul li::after {
	content: "";
	background-image: url(/wp-content/uploads/2022/07/check-solid-green.svg);
	background-color: transparent !important;
	width: 15px !important;
	height: 15px !important;
	background-repeat: no-repeat;
	background-size: contain;
	top: 8px !important;
	position: absolute;
	left: 0;
}
.includes-block h3 {
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	color: #003d53;
	font-size: 40px;
	line-height: 58px;
	font-weight: 700;
}
.half-img-col {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.half-img-col strong {
	width: 30%;
	padding-left: 30px;
}
.half-img-col .content {
	width: 70%;
}
.half-img-col .content p {
	margin: 0;
}
.half-img-col strong br {
	display: none;
}
.half-img-col strong img {
	width: 100%;
}
.half-img-col > p:empty {
	display: none;
}
.videos-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.videos-list .videos-list-item {
	width: 33.33%;
	padding: 0 20px;
	margin: 0 0 40px;
}
.videos-list .videos-list-item iframe {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
}
.videos-list .videos-list-item h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 15px 0 0;
	color: #003d53;
	padding: 0 10px;
}
.video-list {
	padding: 60px 0 20px;
}
.video-list h2 {
	margin: 0 0 40px;
}
.videos-list .videos-list-item .video-parent {
	position: relative;
	padding-bottom: 56%;
}
.includes-list h4 {
	text-align: center;
	font-family: Oswald, sans-serif;
	color: #003d53;
	font-size: 32px;
	line-height: 58px;
	font-weight: 700;
	margin: 0 0 40px;
}
.did-you-know h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 15px;
}
.service-split .entry-content h3 {
	color: #1ba8b5;
	font-size: 25px;
	font-weight: 700;
	margin: 0 0 15px;
}

@media only screen and (max-width: 1440px) {
	.footer-link-wrap .footer-links {
		width: 18%;
	}
	.footer-link-wrap .footer-links.big-block {
		width: 22%;
	}
}

@media only screen and (max-width: 1365px) {
	.footer-link-wrap .footer-links .footer-title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1280px) {
	.main-menu ul.navbar-nav li ul.dropdown-menu {
		min-width: 900px;
	}
	.footer-link-wrap .footer-links .footer-title {
		font-size: 16px;
	}
	.footer-blue .wpseo-address {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199px) {
	.how-works-col .how-works-block .img-block {
		width: 150px;
		height: 150px;
	}
	.how-works-col .how-works-block h3 {
		font-size: 23px;
	}
	section.services-list-block {
		padding: 60px 0;
	}
	.testimonial-service .title-wrap {
		padding-right: 0;
	}
	.testimonial-service .testimonials-section__item {
		font-size: 20px;
	}
	.about-cta strong {
		font-size: 55px;
	}
	.how-works-col .how-works-block::before {
		width: 3.5em;
		right: -11%;
	}
	.how-works-col .how-works-block:nth-child(4)::before {
		width: 3.5em;
		height: 3.2em;
		left: 5em;
		bottom: -5em;
	}
	section.solutions-block {
		padding: 60px 0 20px;
	}
	.solutions-list .solution-list-item {
		padding: 30px 15px;
		margin: 0 0 40px;
	}
	.solutions-list {
		margin: 0 -15px;
	}
	.solutions-list .solution-list-item h3 {
		font-size: 18px;
	}
	.how-works-col .how-works-block .img-block img {
		height: 65px;
	}
	.header-mobile {
		display: flex;
		flex-direction: column;
		gap: 2px;
		align-items: center;
		justify-content: start;
		/* text-align: center; */
	}
	.header-mobile-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.header-mobile-right button.navbar-toggler {
		margin-right: 0;
		padding-right: 0;
	}
	.header-desktop {
		display: none !important;
	}
	.header-right {
		display: none;
	}
	.full-screen-menu-content-box img.logo.img-fluid {
		max-width: 280px;
	}
	.full-screen-menu.nav-active {
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
	}
	.navbar-nav .dropdown-menu {
		background: transparent;
		border: none;
		position: static !important;
		min-width: 100%;
		transform: unset !important;
	}
	.navbar-nav .dropdown-menu li > a.nav-link {
		font-size: 22px;
	}
	.navbar-nav .dropdown-menu li ul.dropdown-menu {
		display: block;
		position: static !important;
	}
	.navbar-nav .dropdown-menu li ul.dropdown-menu li a.nav-link {
		font-size: 16px;
		font-weight: 400;
		text-transform: capitalize;
		font-family: inherit;
		font-family: "Inter", sans-serif;
	}
	.navbar-nav .dropdown-menu li ul.dropdown-menu li {
		margin-bottom: 8px;
	}
	.navbar-nav .dropdown-menu > li {
		margin-bottom: 0;
	}
	.full-screen-menu-content-menu .navbar-nav li.menu-item-has-children.show {
		margin-bottom: 0;
	}
	.navbar-nav .dropdown-menu {
		padding-top: 24px;
	}
	.navbar-nav .dropdown-menu ul.dropdown-menu {
		padding: 8px 0;
	}
	.full-screen-menu-content-box ul.social-icon-list {
		padding: 0 0 50px;
	}
	.hero-services {
		background: #003c53;
	}
	/* .footer-link-wrap .footer-links {
        width: 33.33%;
    }
    .footer-link-wrap .footer-links:nth-child(3) {
        width: 100%;
        order: 5;
        margin: 30px 0 0;
    }
    .footer-blue .wpseo-address {
        text-align: right;
    }
    .footer-logo-wrap img {
        max-width: 300px;
    } */
	.footer-link-wrap .footer-links {
		width: 33.33%;
	}
	.footer-link-wrap .footer-links.big-block {
		width: 60%;
		order: -1;
		margin: 0;
	}
	.footer-link-wrap .footer-links.footer-info {
		width: 40%;
		order: -2;
		margin: 0;
	}
	.footer-link-wrap .footer-links.big-block ul {
		columns: 2;
		column-gap: 30px;
	}
	.footer-link-wrap .footer-links {
		width: 33.33%;
		margin: 35px 0 0;
	}
	.footer-link-wrap {
		margin-top: 30px;
	}
	.benefits-col .benefits-item {
		width: 50%;
	}
}

@media only screen and (max-width: 991px) {
	.services-form {
		margin: 40px 0 0;
	}
	.hero-landing .hero-blog-title,
	.hero-landing h1,
	.hero-internal .hero-blog-title,
	.hero-internal h1 {
		font-size: 50px;
	}
	.services-hero .hero-subtitle {
		font-size: 25px;
	}
	section.how-works {
		padding: 60px 0 20px;
	}
	.about-values-container {
		padding: 60px 0;
	}
	.how-works-col .how-works-block {
		width: 50%;
		margin: 0 0 40px;
	}
	.how-works-col .how-works-block .img-block {
		width: 120px;
		height: 120px;
	}
	.service-list-item .content-block h3 {
		font-size: 22px;
		margin: 0 0 20px;
	}
	section.faq-block {
		padding: 60px 0;
	}
	.faq-items .faq-item .faq-toggle {
		font-size: 18px;
	}
	.testimonial-service .title-wrap {
		margin: 0 0 40px;
	}
	.testimonial-service {
		padding: 60px 0;
	}
	.how-works-col .how-works-block::before {
		display: none;
	}
	.solutions-list .solution-list-item {
		width: 33.33%;
	}
	section.solutions-block {
		padding: 50px 0 10px;
	}
	.solutions-list .solution-list-item:nth-child(4n) {
		border-right: 3px solid #e4e4e4;
	}
	.solutions-list .solution-list-item:nth-child(3n) {
		border-right: none;
	}
	.how-works-col .how-works-block .img-block img {
		height: 50px;
	}
	.page-id-1139 .about-values--inner ul {
		columns: 1;
		column-gap: 30px;
	}
	.navbar-brand.site-logo img {
		max-width: 220px;
	}
	.full-screen-menu-content-box img.logo.img-fluid {
		max-width: 220px;
	}
	/* .footer-logo-wrap img {
        max-width: 250px;
    }
    .footer-blue .wpseo-address {
        font-size: 16px;
    }
    .footer-link-wrap .footer-links ul li a {
        font-size: 16px;
        padding: 6px 0;
    } */
	.sitemap-row > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.benefits-col .benefits-item {
		width: 100%;
	}
	.includes-block h3 {
		font-size: 35px;
	}
	.includes-list ul {
		columns: 1;
	}
	.half-img-col {
		flex-direction: column;
	}
	.half-img-col strong {
		width: 100%;
		padding: 0 0 30px;
	}
	.half-img-col .content {
		width: 100%;
		margin: 0 0 10px;
	}
	.videos-list .videos-list-item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.hero-landing .hero-blog-title,
	.hero-landing h1,
	.hero-internal .hero-blog-title,
	.hero-internal h1 {
		font-size: 38px;
	}
	.services-hero .hero-subtitle {
		font-size: 20px;
	}
	.services-hero .left-block {
		text-align: center;
	}
	.services-form {
		padding: 30px;
	}
	.services-form-wrap button.btn.btn-1 {
		width: 100%;
	}
	.hero-subtitle {
		font-size: 25px;
	}
	.hero-landing .hero-blog-title,
	.hero-landing h1,
	.hero-internal .hero-blog-title,
	.hero-internal h1 {
		margin-bottom: 15px;
	}
	.service-split {
		padding: 60px 0 40px;
	}
	section.services-list-block {
		padding: 40px 0;
	}
	.service-list-item .img-block img {
		max-width: 280px;
		margin: 0 auto;
	}
	.service-list-item .img-block {
		text-align: center;
	}
	.service-list-item .content-block {
		text-align: center;
		margin: 30px 0 0;
	}
	.work-row__web .work-testimonial {
		margin: 0;
	}
	.work-details h3 {
		font-size: 30px;
		line-height: 1.2;
		margin: 0 0 20px;
	}
	.work-details p {
		margin-bottom: 15px;
	}
	section.faq-block {
		padding: 50px 0;
	}
	.faq-items .faq-item .faq-toggle {
		font-size: 16px;
	}
	.faq-items .faq-item .faq-answer p {
		font-size: 16px;
	}
	.faq-items .faq-item .faq-toggle::after {
		font-size: 24px;
		top: 17px;
	}
	.faq-block .title-wrap {
		margin: 0 0 35px;
	}
	.testimonial-service .title-wrap h2 strong {
		font-size: 30px;
		line-height: 1.7;
	}
	.testimonial-service {
		padding: 50px 0;
	}
	.testimonial-service .testimonials-section__item {
		padding-left: 50px;
		background-size: 40px;
		padding-top: 0;
		font-size: 18px;
	}
	html,
	body {
		overflow-x: hidden;
	}
	.about-cta strong {
		font-size: 45px;
	}
	.how-works-col .how-works-block {
		width: 100%;
	}
	.solutions-list .solution-list-item {
		width: 100%;
		border-right: 0 !important;
		border-bottom: 2px solid #e4e4e4;
		margin: 0;
	}
	section.solutions-block {
		padding: 50px 0 20px;
	}
	.solutions-list {
		padding: 0 30px;
	}
	.solutions-list .solution-list-item:last-child {
		border-bottom: none;
	}
	.navbar-brand.site-logo img {
		max-width: 190px;
	}
	.full-screen-menu-content-box img.logo.img-fluid {
		max-width: 190px;
	}
	.full-screen-menu-content {
		width: 80%;
	}
	.full-screen-menu-content-menu .navbar-nav li a {
		font-size: 25px;
	}
	.navbar-nav .dropdown-menu li > a.nav-link {
		font-size: 20px;
	}
	.navbar-nav .dropdown-menu li ul.dropdown-menu li a.nav-link {
		font-size: 15px;
	}
	.full-screen-menu-content {
		width: 100%;
		left: 0;
		padding: 0 25px;
		position: static;
	}
	.full-screen-menu-content-menu {
		padding-top: 40px;
	}
	.full-screen-menu-close {
		top: 50px;
		right: 20px;
		left: unset;
	}
	section.hero.hero-home .hero-title-wrap {
		padding-top: 25px;
	}
	.footer-link-wrap .footer-links {
		width: 100%;
		margin: 30px 0 0;
	}
	.footer-link-wrap .footer-links .footer-title {
		font-size: 18px;
		margin: 0 0 20px;
		text-align: center;
	}
	.footer-link-wrap .footer-links:nth-child(3) ul {
		columns: 1;
		column-gap: 0;
	}
	/* .footer-blue .wpseo-address {
        text-align: center;
        margin: 35px 0 0;
    } */
	.footer-logo-wrap {
		text-align: center;
	}
	/* .footer-link-wrap {
        margin-top: 10px;
    } */
	.footer-blue {
		padding-bottom: 50px;
	}
	.footer-link-wrap .footer-links ul li a {
		text-align: center;
		width: 100%;
	}
	html:not(.no-js) [data-aos] {
		opacity: 1 !important;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
	}
	html:not(.no-js) [data-aos] {
		transform: unset !important;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-link-wrap .footer-links.footer-info {
		width: 100%;
		text-align: center;
	}
	.footer-link-wrap .footer-links.big-block {
		width: 100%;
		margin: 35px 0 0;
	}
	.footer-link-wrap .footer-links.big-block ul {
		columns: 1;
		column-gap: 0;
	}
	.benefits-col .benefits-item .icon-wrap {
		width: 50px;
	}
	.benefits-col .benefits-item .content-wrap {
		width: calc(100% - 50px);
		padding-left: 15px;
	}
	.includes-block h3 {
		font-size: 28px;
		line-height: 1.4;
	}
	.includes-block {
		padding: 0 0 40px;
	}
	.videos-list .videos-list-item {
		width: 100%;
	}
	.videos-list .videos-list-item h4 {
		font-size: 20px;
	}
}
/* new team and single staff image layouts */
.staff-image-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	mask-image: url("../../images/blob.svg");
	mask-repeat: no-repeat;
	/* mask-size: contain; */
	mask-size: auto 97%;
	mask-position: center left;
	mask-mode: alpha;
}
.team-image-wrapper {
	max-height: clamp(225px, calc(100vw - 200px), 350px);
}
@media screen and (min-width: 992px) {
	.team-image-wrapper {
		max-height: 190px;
	}
}
@media screen and (min-width: 1200px) {
	.team-image-wrapper {
		max-height: clamp(250px, calc(17.5vw + 40px), 320px);
	}
}
.single-staff-wrapper {
	max-height: 350px;
	max-width: fit-content;
	overflow: hidden;
	shape-outside: url("../../images/blob.svg");
	shape-margin: 17px;
	margin-right: 17px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
@media (max-width: 767px) {
	.single-staff-wrapper {
		max-height: 280px;
	}
}
.single-image-wrapper + p {
	text-wrap: balance;
}

.staff-image.base {
	top: 0;
	left: 0;
	opacity: 1;
	display: block; /* ensures it takes up space */
	transition: opacity 0.8s ease-in-out;
	/* width: 100%; */
	height: auto;
	margin-top: 0px !important;
}

.staff-image.hover {
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	height: auto;
	margin-top: 0px !important;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	pointer-events: none;
}
.staff-image-grey {
	filter: grayscale(100%);
	transition: filter 0.8s ease-in-out;
}

.staff-image-wrapper:hover .staff-image.hover {
	opacity: 1;
}

.staff-image-wrapper:hover .staff-image.base {
	opacity: 0;
}

.staff-image {
	width: 450px;
}
.back-to-team:focus,
.back-to-team:active,
.team-member a:focus,
.team-member a:active {
	filter: blur(10px);
}
#the-team h3 > a > strong:focus,
#the-team h3 > a > strong:active,
#the-team h3 > a > strong:hover {
	color: #fa8817;
}
/* styling staff next/prev arrows */
.collection-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.collection-navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f4f4f4;
	color: #333;
	transition: background 0.2s, color 0.2s;
}

.collection-navigation a:hover {
	background: #ddd;
	color: #000;
}

.arrow-icon {
	width: 20px;
	height: 20px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: rgb(26, 168, 181);
}

.collection-navigation a:hover .arrow-icon {
	stroke: #003d53;
}
