/* Theme Name: Barebones */
/* === Global === */
:root {
	--font_body: 'Montserrat', sans-serif;
	--font_heading: 'Lato', sans-serif;
}
html,
body {
	font-size: 18px;
}
h1,
h2,
h3 {
	font-family: var(--font_heading);
	font-weight: 400;
}
h1,
h2 {
	font-size: 45px;
}
a {
	font-weight: 400;
}
p {
	line-height: 1.7;
}
body .gform_wrapper.gravity-theme .button,
.main-nav .menu li.nav-btn > a,
.btn {
	font-family: var(--font_heading);
	text-transform: none;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 25px;
	font-weight: 400;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--color-2);
	color: #fff;
	padding: 10px 35px;
	border: none;
	transition: all ease .3s;
}
body .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:focus,
.main-nav .menu li.nav-btn > a:hover,
.main-nav .menu li.nav-btn > a:focus,
.btn:hover,
.btn:focus {
	background-color: var(--color-1);
}

/* === Header/Nav === */
.header-container {
	max-width: 1500px;
	margin: 0 auto;
}
.cta-section {
	background-color: var(--color-1);
	padding: 16px;
	color: #fff;
	font-size: 22px;
	font-family: var(--font_heading);
}
.cta-section .cta-row {
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
}
.cta-section .cta-row .btn{
	font-size: 20px;
	border-radius: 10px;
}
.cta-section .cta-row .btn:hover{
	background-color: #fff;
}
.cta-section a {
	color: #fff;
	font-weight: 400;
}
.cta-section a:hover,
.cta-section a:focus {
	color: var(--color-2);
}
.cta-section .contact {
	column-gap: 30px;
	align-items: center;
}
.cta-section .contact a {
	display: flex;
	align-items: center;
}
.cta-section .contact span {
	margin-right: .33em;
}
.cta-section .social {
	column-gap: .75em;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	padding: 10px;
}
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	background-color: #fff;
	padding: 20px 0;
	font-size: 25px;
	font-family: var(--font_heading);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
	transition: all ease .3s;
}
.primary-header .header-row {
	column-gap: 50px;
	align-items: center;
}
.primary-header .logo-col {
	flex-basis: 360px;
}
.primary-header .logo-col img {
	max-height: 90px;
	width: auto;
	transition: all ease .3s;
}
.primary-header .menu {
	column-gap: 20px;
	align-items: center;
	justify-content: flex-end;
}
.primary-header a {
	font-weight: 400;
}
.primary-header .main-nav .nav-btn {
	margin-left: 1em;
}
.primary-header .main-nav .nav-btn a {
	border-radius: 10px;
}
body.scrolled .primary-header {
	padding: 15px 0;
}
body.scrolled .primary-header .logo-col img {
	max-height: 68px;
}
.mobile-c2a .links {
	flex: 1 1 auto;
	justify-content: center;
	column-gap: .75em;
	font-size: 20px;
}
.mobile-header .nav-base .nav-toggler .icon {
	right: -10px;
}
.mobile-logo img {
	width: 350px;
}
.main-nav .menu li.nav-btn > a {
	font-size: 20px;
	max-width: 350px;
	padding: 10px 15px;
}
/* === Footer === */
.primary-footer {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 75px 0;
}
.primary-footer a {
	color: #fff;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-3);
}
.primary-footer .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #127ac0;
	opacity: .85;
	z-index: -1;
}
.primary-footer .overlay:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	bottom: 0;
	background: #125480;
	opacity: .79;
	z-index: -1;
}
.primary-footer .footer-row {
	align-items: center;
	column-gap: 150px;
}
.primary-footer .footer-row > .col {
	flex: 1 1 calc(50% - 75px);
}
.primary-footer .gform_wrapper.gravity-theme .gform_heading {
	display: none;
}
.primary-footer .gform_wrapper.gravity-theme .gfield_required {
	color: #fff;
}
.primary-footer .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}
.primary-footer .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}
.primary-footer .gform_wrapper.gravity-theme .gform_footer .button {
	background-color: var(--color-1);
}
.primary-footer .gform_wrapper.gravity-theme .gform_footer .button:hover,
.primary-footer .gform_wrapper.gravity-theme .gform_footer .button:focus {
	background-color: var(--color-2);
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 30px;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields input,
.primary-footer .gform_wrapper.gravity-theme .gform_fields textarea {
	color: var(--color-1);
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield {
	grid-column: span 1;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield--type-textarea {
	grid-column: 2 / 2;
	grid-row: 1 / 5;
	display: flex;
	flex-direction: column;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield--type-textarea .ginput_container {
	flex: 1 1 auto;
}
.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield--type-textarea textarea {
	height: 100%;
}
.primary-footer .contact-info {
	line-height: 1.7;
}
.primary-footer .contact-info .btn{
	background-color: #000;
}
.primary-footer .contact-info .btn:hover {
	background-color: var(--color-2);
}
.primary-footer .contact-info:not(:last-child) {
	margin-bottom: 20px;
}
.primary-footer .contact-info .text {
	font-weight: 700;
}
.copyright {
	background-color: var(--color-1);
	padding: 10px 0;
	text-align: center;
}
.copyright a {
	color: #fff;
	font-weight: 400;
}
.copyright a:hover,
.copyright a:focus {
	color: var(--color-2);
}

/* === Home Page === */
.banner-section .item .content {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	max-width: 615px;
}
.banner-section .item .content .inner {
	position: relative;
	z-index: 1;
	box-shadow: none;
	background: rgba(235, 235, 235, 0.9);
	padding: 30px;
}
.banner-section .item .content h1 {
	color: var(--color-4);
}
.banner-section .item .content p {
	line-height: 1.4;
}
.banner-section .item .content p:last-child {
	margin-bottom: 0;
}
.banner-section .item .content .link {
	text-align: right;
	position: relative;
	z-index: 2;
	margin-top: 0px;
}
.banner-section .item .content .link .btn {
	background-color: var(--color-4);
	opacity: .9;
	box-shadow: none;
}
.banner-section .item .content .link .btn:hover,
.banner-section .item .content .link .btn:focus {
	background-color: #fff;
	color: var(--color-2);
	opacity: 1;
}
.banner-section .image img {
	min-height: 500px;
	object-fit: cover;
	object-position: 50% 50%;
}
.services-section {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 1;
	color: #fff;
	padding: 75px 0;
	background-attachment: fixed;
}
.services-section .content {
	max-width: 870px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.services-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
.services-section .services {
	column-gap: 30px;
	row-gap: 30px;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: center;
	position: relative;
	left: -7.5px;
}
.services-section .service {
	flex: 0 1 275px;
	position: relative;
	z-index: 22;
	font-size: 16px;
}
.services-section .service .inner {
	background-color: #fff;
	color: var(--color-1);
	padding: 20px;
	z-index: 33;
	position: relative;
	height: 100%;
}
.services-section .service:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 15px;
	right: -15px;
	border: 5px solid #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.services-section .service h3 {
	font-size: 30px;
	color: var(--color-2);
}
.services-section .service p:last-child {
	margin-bottom: 0;
}
.services-section .service a {
	display: block;
	position: relative;
	color: var(--color-2);
	font-size: 18px;
}
.services-section .service a .hover {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
	display: none;
}
.services-section .service a:hover,
.services-section .service a:focus {
	text-shadow: 0 0 1px #000, 0 0 1px #000;
}
.sticky_text {
	position: sticky;
	top: var(--headerHeight);
	z-index: 9;
	left: 0;
	right: 0;
	background-color: var(--color-1);
	color: #fff;
	padding: 20px 5px;
	font-size: 35px;
	font-family: var(--font_heading);
}
.sticky_text p {
	line-height: 1;
}
.sticky_text a {
	color: #fff;
}
.sticky_text a:hover,
.sticky_text a:focus {
	color: var(--color-2);
}
.sticky_text p:last-child {
	margin-bottom: 0;
}
.sticky_text strong {
	color: var(--color-2);
}
.sticky_text a strong {
	transition: all ease .3s;
}
.sticky_text a:hover strong,
.sticky_text a:focus strong {
	color: #fff;
}
.sticky_text ul{
	list-style-position: inside;
}
.sticky_text ul li{
	font-size: 20px;
}
.brand-section {
	padding: 50px 0;
}
.brand-section:nth-child(even) {
	background-color: var(--color-3);
}
.brand-section .brand-row {
	flex-wrap: wrap;
	column-gap: 120px;
	row-gap: 40px;
	align-items: flex-start;
}
.brand-section .brand-row .image-col {
	flex: 0 1 390px;
}
.brand-section .brand-row .content-col {
	flex: 1 1 calc(100% - 510px);
}
.brand-section .btn {
	background: var(--link_background);
	color: var(--link_color);
}
.brand-section .btn:hover,
.brand-section .btn:focus {
	background: var(--hover_background);
	color: var(--hover_color);
}
.brand-section .social {
	font-size: 32px;
	column-gap: 25px;
	justify-content: center;
	margin-top: 35px;
}
.brand-section .social a {
	color: var(--color-1);
}
.brand-section .social a:hover,
.brand-section .social a:focus {
	color: var(--social_color);
}
.brand-section p:last-child {
	margin-bottom: 0;
}

/* === Interior Pages === */
body.ip .banner-section .image {
	background-color: #000;
}
body.ip .banner-section .image img {
	opacity: .6;
}
body.ip .banner-section .content {
	right: auto;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	max-width: 100%;
}
body.ip .banner-section .content .inner {
	background: none;
}
body.ip .banner-section .content h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}

/* Blog Template */
.blog-section {
	margin-bottom: 50px;
}
.blog-section .blog-inner {
	align-items: center;
}
.blog-section .blogs-row {
	justify-content: flex-end;
}
.blog-section .blogs-col {
	flex: 0 0 75%;
	margin-right: 30px;
}
.blog-section .sidebar-col {
	flex: 0 1 25%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.blog-section .blog {
	margin-bottom: 30px;
}
.blog-section .blog:nth-child(odd) {
	background-color: #eee;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 1;
	margin-right: 0;
}
.blog-section .blog .image-col {
	flex: 0 0 25%;
}
.blog-section .blog .content-col {
	padding: 12px;
}
.blog-section .blog h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 1px;
}
.blog-section .blog a {
	color: #000;
	font-weight: 400;
}
.blog-section .blog a:hover,
.blog-section .blog a:focus {
	text-decoration: none;
}
.blog-section .blog .read-more-text {
	font-weight: 700;
	transition: all ease .3s;
}
.blog-section .sidebar {
	text-align: center;
	border: 2px solid;
}
.blog-section .sidebar .screen-reader-text {
	display: none;
}
.blog-section .sidebar .search-form {
	display: inline-flex;
	width: auto;
	position: relative;
	margin: 15px 10px;
}
.blog-section .sidebar .search-form button {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-section .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-section .sidebar li {
	padding: 15px 0;
}
.blog-section .sidebar li:not(:last-child) {
	border-bottom: 1px solid;
}
.blog-section .sidebar h2 {
	border-bottom: none;
	margin-top: 8px;
	font-size: 22px;
}
.blog-section .sidebar a:hover,
.blog-section .sidebar a:focus {
	text-decoration: none;
}
.blog-section .pagination {
	display: flex;
	margin: 0 0 20px;
	text-align: center;
	justify-content: center;
}
.blog-section .pagination .page-numbers {
	flex: 0 0 auto;
	padding: 6px 10px;
	color: #fff;
	transition: all ease .3s;
	margin-bottom: 5px;
	display: block;
	min-width: 2em;
}
.blog-section .pagination .page-numbers:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
}
.blog-section .pagination .page-numbers:not(:first-child) {
	border-left-width: 1px;
	border-left-style: solid;
}
.blog-section .pagination .page-numbers.dots {
	padding: 6px;
}
.blog-section .pagination .page-numbers:hover,
.blog-section .pagination .page-numbers:focus {
	text-decoration: none;
}
.blog-section .blog .date {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 10px;
	color: #666;
}
.main-section.single {
	margin: 50px 0;
}
.main-section.single .image.pull-left {
	max-width: 400px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.main-section.single .date {
	margin: 5px 0;
	font-size: .9em;
	color: #666;
}
.blog-section .blog a:hover .read-more-text,
.blog-section .blog a:focus .read-more-text {
	color: var(--color_1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color_1);
}
.blog-section .blog .read-more-text {
	color: var(--color_2);
}
.blog-section .sidebar,
.blog-section .sidebar li:not(:last-child),
.blog-section .pagination .page-numbers {
	border-color: var(--color_2);
}
.blog-section .pagination .page-numbers.current,
.blog-section .pagination a.page-numbers:hover,
.blog-section .pagination a.page-numbers:focus {
	background-color: var(--color_2);
}
.gallery-section {
	padding: 85px 0;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	gap: 35px;
}
.gallery-section .image-col {
	flex: 1 1 calc(33.33% - 23.33px);
}
.gallery-section .image-col .image {
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	transition: transform ease .3s;
}
.gallery-section .image-col .image:not(:last-child) {
	margin-bottom: 35px;
}
.gallery-section .image-col .image:hover {
	transform: translateY(-7px);
}
.gallery-section .bottom-content {
	margin-top: 50px;
}
.blog-section .blog a {
	color: var(--color-2);
	font-weight: 700;
}
.blog-section .blog a:hover,
.blog-section .blog a:focus {
	color: var(--color-1);
}
.blog-section .pagination .page-numbers {
	background-color: var(--color-1);
	border-color: var(--color-4);
}
.blog-section .pagination .page-numbers.current {
	background-color: var(--color-3);
	color: var(--color-1);
}
.main-section.single {
	margin: 0;
}
.main-section.single .date {
	margin-bottom: 20px;
}
.page-template-page-blog .main-section {
	padding: 60px 0 40px;
}
.blog-section {
	background-color: #fff;
	padding: 50px 0;
	margin: 0;
}
.blog-section .search {
	text-align: right;
	margin-bottom: 50px;
}
.blog-section .search form {
	position: relative;
	width: 250px;
	margin-left: auto;
}
.blog-section .search form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid var(--color-1);
	padding: 6px 35px 6px 6px;
	outline-color: var(--color-2);
}
.blog-section .search form button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: none;
	border: none;
	color: var(--color-2);
}
.blog-section .posts {
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 45px;
}
.blog-section .post {
	flex: 0 1 calc(33.33% - 30px);
	position: relative;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.blog-section .post .image {
	background-color: var(--color-1);
}
.blog-section .post .image img {
	opacity: .5;
	transition: all ease .3s;
	width: 100%;
}
.blog-section .post a {
	color: #fff;
}
.blog-section .post .heading {
	position: absolute;
	bottom: 50px;
	left: 15px;
	right: 15px;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.blog-section .post .date {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px;
}
.blog-section .post:hover .image img,
.blog-section .post:focus .image img {
	opacity: .35;
}
.blog-section .posts-navigation {
	margin-top: 65px;
}
.blog-section .posts-navigation .nav-links {
	display: flex;
	justify-content: center;
}
.blog-section .posts-navigation .nav-links > * {
	margin: 0 20px;
}
.blog-section .posts-navigation .nav-links > *:not(:last-child) {
	position: relative;
}
.blog-section .posts-navigation .nav-links > *:not(:last-child):after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: var(--color-1);
	right: -23px;
}
.blog-section .posts-navigation .nav-links a {
	font-weight: 300;
	font-size: 30px;
	display: flex;
	column-gap: .5em;
	align-items: center;
}
.service-section {
	background-color: #fff;
}
.service-section h2 {
	font-size: 42px;
}
.service-section:nth-child(even) .content-row {
	flex-direction: row-reverse;
}
.service-section .content-row {
	flex-wrap: wrap;
}
.service-section .content-row > .col {
	flex: 1 1 50%;
}
.service-section .content-row .content-col {
	align-self: center;
	padding: 65px;
}
.service-section .content-row .image-col {
	position: relative;
	min-height: 350px;
}
.service-section .content-row .image-col .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-section .content-row .image-col .inner img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.content-section {
	padding: 50px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 30px;
	align-items: center;
}
.content-section .content-row .content-col {
	flex: 1 1 calc(60% - 30px);
}
.content-section .content-row .image-col {
	flex: 1 1 calc(40% - 30px);
}
.content-section h2 {
	font-size: 32px;
}
.content-section h3 {
	font-size: 18px;
	font-family: var(--font_body);
}
.content-section.img-stretch .image-col {
	align-self: stretch;
}
.content-section.img-stretch .image-col img {
	height: 100%;
	height: 100%;
	object-fit: cover;
}
.content-section p:last-child {
	margin-bottom: 0;
}
.feature-section {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
body.ip .services-section {
	position: static;
	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: overlay;
}
body.ip .services-section:after {
	display: none;
}
body.ip .services-section .services {
	flex-wrap: wrap;
}
body.ip .services-section .service {
	z-index: 2;
}
body.ip .services-section .service .heading {
	text-align: center;
}
body.ip .services-section .service .inner {
	display: flex;
	flex-direction: column;
}
body.ip .services-section .service .content {
	margin-bottom: 0;
	flex: 1 1 auto;
}
body.ip .services-section .service p {
	line-height: 1.875;
}
body.ip .services-section .service .read-more {
	margin-top: 20px;
	color: var(--color-2);
	cursor: pointer;
	font-size: 18px;
	padding: 2px;
}
body.ip .services-section .outer {
	display: contents;
}
body.ip .services-section .modal {
	color: var(--color-text);
}
body.ip .services-section .modal .modal-dialog {
	width: fit-content;
	max-width: min(calc(100% - 15px), 630px);
	top: max(200px, 25%);
	min-width: min(100% - 30px, 450px);
}
body.ip .services-section .modal .modal-content {
	max-height: calc(100vh - 25%);
}
body.ip .services-section .modal .modal-content p:last-child {
	margin-bottom: 0;
}
body.ip .services-section .modal .modal-header {
	background-color: var(--color-2);
	color: #fff;
	text-align: center;
	padding: 15px 35px;
}
body.ip .services-section .modal .close {
	float: none;
	opacity: .9;
	background-color: var(--color-3);
	width: 25px;
	height: 25px;
	display: flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	font-size: 14px;
	padding-top: 2px;
	top: -7px;
	right: -7px;
	transition: all ease .15s;
	text-shadow: none;
}
body.ip .services-section .modal .close:hover {
	opacity: 1;
}
@media screen and (min-width: 1300px) {
	body.p_name-about .services-section .container {
		width: 1270px;
	}
	.primary-footer-inner {
		width: 1270px;
	}
}
@media screen and (min-width: 1400px) {
	.primary-footer-inner {
		width: 1370px;
	}
}
.map-section {
	padding: 50px 0;
}
.map-section .content img {
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.map-section .features {
	margin-top: 50px;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 30px;
	justify-content: space-around;
}
.map-section .feature {
	flex: 0 1 auto;
	font-size: 28px;
}
.map-section .feature h2 {
	font-size: 50px;
	color: var(--color-2);
	margin-bottom: 15px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.map-section .feature p {
	line-height: 1.4;
}
.map-section .feature p:last-child {
	margin-bottom: 0;
}
.screen-reader-text {
	visibility: hidden;
	height: 0;
	margin: 0;
	display: block;
	opacity: 0;
}
.bubble-section {
	background-image: var(--bg_img);
	background-size: 110% auto;
	background-position: -72px 50%;
	padding: 70px 0;
}
.bubble-section .bubble-row {
	column-gap: 7%;
	align-items: center;
	justify-content: center;
}
.bubble-section .bubble-wrap {
	position: relative;
	padding-bottom: calc(100%);
	z-index: 4;
}
.bubble-section .bubble {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	padding: 15%;
	font-size: 16px;
	border: 3px solid var(--color-4);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 5;
}
.bubble-section .bubble p {
	line-height: 1.4;
}
.bubble-section .bubble p:last-child {
	margin-bottom: 0;
}
.bubble-section .bubble h2 {
	font-size: 42px;
	margin-bottom: 30px;
}
.bubble-section .bubble h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.bubble-section .col.left {
	flex: 0 0 30%;
	margin-left: -160px;
}
.bubble-section .col.left .bubble {
	font-size: 18px;
	z-index: 2;
}
.bubble-section .col.left .bubble-wrap .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 50%;
	height: 3px;
	background-color: var(--color-4);
	z-index: 2;
}
.bubble-section .col.left .bubble-wrap .arrow:before {
	content: '';
	position: absolute;
	left: -2px;
	top: 1px;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-color: var(--color-4);
	border-radius: 50%;
	z-index: 3;
}
.bubble-section .col.left .bubble-wrap .arrow.arrow_top {
	top: -5%;
	left: 75%;
	transform: rotate(-35deg);
}
.bubble-section .col.left .bubble-wrap .arrow.arrow_bottom {
	top: auto;
	bottom: -5%;
	left: 75%;
	transform: rotate(35deg);
}
.bubble-section .col.right {
	flex: 0 0 20%;
}
.bubble-section .col.right .bubble {
	background-color: var(--color-2);
	color: #fff;
	z-index: 5;
}
.bubble-section .col.right .bubble-wrap:nth-child(odd) {
	left: -50%;
	right: 50%;
}
.bubble-section .col.right .bubble-wrap:not(:last-child) {
	margin-bottom: 50px;
}
body.ip .services-section .service .heading strong {
	display: block;
	font-size: 40px;
	margin-top: 10px;
}
body.p_name-media-kit .services-section .service {
	flex-basis: 300px;
}
.main-section.single {
	margin: 50px 0;
}
.gallery-section .gallery-mobile {
	display: none;
}
.gallery-section .gallery-mobile img {
	width: 100%;
}
.nav-btn {
	text-align: center;
}
.brands-section {
	padding: 20px 0;
	background-color: var(--color-1);
}
/* === Media Queries === */
@media screen and (max-width: 1699px) {
	.bubble-section .bubble {
		font-size: 15px;
	}
	.bubble-section .bubble h2 {
		font-size: 36px;
	}
	.bubble-section .bubble h3 {
		font-size: 26px;
	}
	.bubble-section .col.left .bubble {
		font-size: 16px;
	}
}
@media screen and (max-width: 1499px) {
	.primary-header,
  .main-nav .menu li.nav-btn > a {
		font-size: 22px;
	}
	.primary-header .main-nav .nav-btn {
		margin-left: .5em;
	}
	.primary-header .header-row {
		column-gap: 30px;
	}
	.primary-header .logo-col {
		flex-basis: 400px;
	}
	 .main-nav .menu li.nav-btn > a {
		 font-size: 20px;
	 }
}
@media screen and (max-width: 1399px) {
	.bubble-section .bubble {
		font-size: 15px;
	}
	.bubble-section .bubble h2 {
		font-size: 32px;
	}
	.bubble-section .bubble h3 {
		font-size: 24px;
	}
	.bubble-section .col.left .bubble {
		font-size: 15px;
	}
}
@media screen and (max-width: 1299px) {
	.primary-header,
  .main-nav .menu li.nav-btn > a {
		font-size: 20px;
	}
	 .main-nav .menu li.nav-btn > a {
		 font-size: 18px;
	 }
	.primary-header .logo-col {
		flex-basis: 350px;
	}
	.bubble-section {
		background-size: cover;
		background-size: 175% auto;
		background-position: 8.6% 79%;
		padding: 50px 15px;
	}
	.bubble-section .bubble-row {
		flex-direction: column;
		justify-content: center;
		row-gap: 100px;
	}
	.bubble-section .bubble-row > .col {
		flex: 0 1 auto;
		margin: 0;
		width: auto;
	}
	.bubble-section .col.left .bubble-wrap {
		width: 400px;
		margin: 0 auto;
	}
	.bubble-section .col.left .arrows {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: rotate(90deg);
		z-index: 3;
	}
	.bubble-section .col.right .bubble-wrap:nth-child(n) {
		position: relative;
		left: auto;
		right: auto;
	}
	.bubble-section .col.right .bubble-wrap:nth-child(odd) {
		top: -100px;
	}
	.bubble-section .col.right {
		display: flex;
		width: auto;
		column-gap: 50px;
		width: 100%;
	}
	.bubble-section .col.right .bubble-wrap {
		flex: 1 1 calc(33.33% - 33.33px);
		padding-bottom: 0;
	}
	.bubble-section .col.right .bubble-wrap .bubble {
		position: relative;
		padding: 0;
		padding-bottom: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bubble-section .col.right .bubble-wrap .bubble .inner {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		bottom: auto;
		padding: 15%;
	}
	.bubble-section .col.left .bubble-wrap .arrow.arrow_top {
		transform: rotate(-60deg);
	}
	.bubble-section .col.left .bubble-wrap .arrow.arrow_bottom {
		transform: rotate(60deg);
	}
}
@media screen and (max-width: 1199px) {
	.primary-header,
  .main-nav .menu li.nav-btn > a {
		font-size: 18px;
	}
	.main-nav .menu li.nav-btn > a {
		padding: 10px 15px;
		font-size: 16px;
	}
	.primary-header .menu {
		column-gap: 10px;
	}
	.primary-header .main-nav .nav-btn {
		margin-left: .25em;
	}
	.primary-header .header-row {
		column-gap: 20px;
	}
	.primary-header .logo-col {
		flex-basis: 255px;
	}
	.cta-section {
		font-size: 20px;
	}
	.services-section .services {
		flex-wrap: wrap;
		max-width: 800px;
	}
	.sticky_text {
		font-size: 30px;
	}
	.brand-section .brand-row {
		column-gap: 60px;
	}
	.primary-footer .footer-row {
		column-gap: 60px;
	}
	.service-section .content-row .content-col {
		padding: 65px 30px;
	}
	.content-section .content-row > .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 991px) {
	.cta-section {
		display: none;
	}
	.mobile-logo {
		background-color: #fff;
		padding: 10px;
	}
	.brand-section .brand-row {
		justify-content: center;
	}
	.brand-section .brand-row .content-col {
		text-align: center;
		flex-basis: 100%;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.primary-footer .footer-row > .col {
		flex-basis: 100%;
	}
	.primary-footer .overlay:after {
		top: calc(50% - 20px);
		width: 100%;
		left: 0;
	}
	.blog-section .posts {
		column-gap: 30px;
		row-gap: 30px;
	}
	.blog-section .post {
		flex-basis: calc(50% - 15px);
	}
	.service-section:nth-child(n) .content-row {
		flex-direction: column-reverse;
	}
	.service-section .content-row > .col {
		flex-basis: auto;
	}
	.service-section .content-row .image-col .inner {
		position: static;
	}
	.bubble-section {
		background-size: cover;
		background-position: 50% 50%;
	}
	.bubble-section .col.right {
		flex-direction: column;
		row-gap: 75px;
	}
	.bubble-section .col.right .bubble-wrap {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	.bubble-section .col.right .bubble-wrap:nth-child(n) {
		top: auto;
		margin-bottom: 0;
	}
	.bubble-section .col.right .bubble-wrap:before {
		content: '';
		position: absolute;
		width: 3px;
		height: 75px;
		background-color: var(--color-4);
		left: 50%;
		transform: translateX(-50%);
		bottom: 100%;
	}
	.bubble-section .col.right .bubble-wrap:after {
		content: '';
		position: absolute;
		transform: translate(-50%, 50%);
		width: 20px;
		height: 20px;
		background-color: var(--color-4);
		border-radius: 50%;
		z-index: 3;
		left: 50%;
		bottom: calc(100% + 75px);
	}
	.bubble-section .col.left .arrows {
		display: none;
	}
	.bubble-section .bubble-row {
		row-gap: 75px;
	}
	.bubble-section .col.left {
		max-width: 100%;
	}
	.bubble-section .col.left .bubble-wrap {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.banner-section .image img {
		min-height: 0;
	}
	.banner-section .item .content {
		position: static;
		transform: none;
		background: rgba(235, 235, 235, 0.9);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		max-width: none;
	}
	.banner-section .item .content .inner {
		box-shadow: none;
		padding: 30px 15px;
	}
	.banner-section .item .content .link {
		text-align: center;
		padding-bottom: 30px;
	}
	.primary-footer .gform_wrapper.gravity-theme .gform_fields {
		display: flex;
		flex-direction: column;
	}
	.primary-footer .gform_wrapper.gravity-theme .gform_fields .gfield--type-textarea textarea {
		height: 110px;
	}
	.sticky_text {
		font-size: clamp(20px, 24px, 5.5vw);
	}
	.main-section.single h1,
  .main-section.single .date {
		text-align: center;
	}
	.blog-section .post {
		flex-basis: 100%;
	}
	body.ip .banner-section .content {
		position: absolute;
		background: none;
		box-shadow: none;
		width: 100%;
	}
	.banner-section .image img {
		min-height: 350px;
	}
	.main-section.single .image.pull-left {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.gallery-section .gallery-desktop {
		display: none;
	}
	.gallery-section .gallery-mobile {
		display: flex;
		gap: 10px;
	}
	.gallery-section .gallery-mobile .image-col {
		flex: 1 1 calc(50% - 5px);
	}
	.gallery-section .image-col .image:not(:last-child) {
		margin-bottom: 10px;
	}
	.gallery-section .image-col .image:hover {
		transform: translateY(-3px);
	}
	.services-section {
		background-attachment: scroll;
	}
}
@media screen and (max-width: 450px) {
	.btn {
		white-space: normal;
	}
	body.ip .banner-section .content h1 {
		font-size: 48px;
	}
	.bubble-section .bubble {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	.bubble-section .bubble h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.bubble-section .col.left .bubble {
		font-size: 14px;
	}
	.bubble-section .col.right .bubble-wrap .bubble .inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	.bubble-section .bubble h3 {
		margin-bottom: 5px;
		font-size: 22px;
	}
}
