/* Theme Name: Barebones */
/* === Global === */
body:not(.home) p{
	font-size: 18px;
}
.btn {
	background-color: var(--color-3);
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 14px;
	border: 1px solid var(--color-3);
}
.btn:hover,
.btn:focus {
	border-color: var(--color-2);
}
body.home h1 strong,
body.home h2 strong,
body.home h3 strong {
	font-weight: 900;
}
p {
	line-height: 1.7;
}
/* === Header/Nav === */
.primary-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--color-1);
	padding: 16px 0;
	z-index: 11;
}
.primary-header .header-row {
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}
.primary-header .logo-col {
	flex-basis: 170px;
}
.primary-header .links-col {
	column-gap: 12px;
}
.primary-header .links-col .link:nth-child(odd) .btn {
	background-color: var(--color-1);
	border-color: #fff;
}
.primary-header .links-col .link:nth-child(odd) .btn:hover,
.primary-header .links-col .link:nth-child(odd) .btn:focus {
	background-color: #fff;
	color: var(--color-text);
}
.main-nav a {
	color: #fff;
	font-weight: 500;
}
.mobile-header .mobile-c2a a,
.main-nav .current_page_item>a,
.main-nav a:hover,
.main-nav a:focus {
	color: var(--color-3);
}
.mobile-header .mobile-row {
	background-color: var(--color-1);
}
.mobile-header .mobile-row .toggle-nav .fas {
	color: var(--color-5);
}
/* === Footer === */
.primary-footer {
	background-color: var(--color-text);
	color: color-mix(in oklab, #fff 80%, transparent);
	padding: 48px 0;
}
.primary-footer .primary-footer-inner {
	margin-bottom: 32px;
	border-bottom: 1px solid color-mix(in oklab, #fff 20%, transparent);
}
.primary-footer .footer-row {
	justify-content: space-between;
	padding-bottom: 32px;
	gap: 32px;
}
.primary-footer a {
	color: color-mix(in oklab, #fff 80%, transparent);
	font-weight: 400;
}
.primary-footer a:hover,
.primary-footer a:focus {
	color: var(--color-2);
}
.primary-footer h3 {
	color: #fff;
	font-weight: 900;
	font-size: 18px;
}
.primary-footer .info-col {
	flex: 0 1 448px;
}
.primary-footer .info-col .contact-info {
	margin-bottom: 12px;
	color: #fff;
}
.primary-footer .info-col .contact-info:last-child {
	margin-bottom: 0;
}
.primary-footer .info-col .contact-info .icon {
	display: inline-block;
	color: var(--color-2);
	width: 20px;
	margin-right: 12px;
}
.primary-footer .info-col img {
	width: 110px;
}
.primary-footer .info-col a {
	color: #fff;
}
.primary-footer .info-col a:hover,
.primary-footer .info-col a:focus {
	color: var(--color-2);
}
.primary-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-footer .menu li {
	margin-bottom: 10px;
}
/* === Home Page === */
.banner-section {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 128px 0;
	font-size: 24px;
}
.banner-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: color-mix(in oklab, var(--color-text) 80%, transparent);
	z-index: -1;
}
.banner-section .inner {
	max-width: 890px;
	margin: 0 auto;
}
.banner-section h1 {
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 24px;
	color: #fff;
}
.banner-section .shortcode_row {
	margin-top: 32px;
}
.banner-section .shortcode_row p:nth-child(even) .btn {
	background-color: transparent;
	border-color: #fff;
}
.banner-section .shortcode_row p:nth-child(even) .btn:hover,
.banner-section .shortcode_row p:nth-child(even) .btn:focus {
	background-color: #fff;
	color: var(--color-text);
}
.banner-section .btn {
	font-size: 18px;
	padding: 8px 32px;
}
.banner-section .features {
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid color-mix(in oklab, #fff 20%, transparent);
	justify-content: center;
	gap: 32px;
	text-align: center;
	justify-content: space-around;
}
.banner-section .features .heading {
	font-size: 32px;
	font-weight: 900;
	color: var(--color-2);
}
.banner-section .features .sub_heading {
	font-size: 14px;
}
.counter-section {
	background-color: var(--color-3);
	text-align: center;
	padding: 85px 0;
}
.counter-section .counters {
	flex-wrap: wrap;
	column-gap: 35px;
	row-gap: 50px;
	justify-content: center;
}
.counter-section .counter {
	flex: 0 1 calc(20% - 28px);
	position: relative;
	font-size: 26px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.counter-section .counter:not(:last-child):after {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: calc(100% + 15px);
	transform: translateX(50%);
	width: 4px;
	background-color: var(--color-1);
}
.counter-section .counter .num-row {
	font-size: 38px;
	font-weight: 600;
}
.counter-section .counter .num-row .prefix {
	display: inline-block;
	font-size: 26px;
	font-style: normal;
	font-weight: 300;
}
.services-section,
.feature-section {
	background-color: var(--color-5);
	padding: 80px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 48px;
	justify-content: center;
}
.feature-section .feature {
	flex: 1 1 calc(20% - 28px);
	background-color: var(--color-6);
	border-radius: 14px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	padding: 24px;
	transition: all ease 0.3s;
}
.feature-section .feature:hover {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.feature-section .feature .image {
	text-align: center;
	color: var(--color-3);
}
.feature-section .feature .image svg {
	width: 32px;
	height: 32px;
}
.feature-section .feature .image span{
	font-size: 36px;
	font-weight: 300;
}
.feature-section .feature h3 {
	font-size: 20px;
	margin: 24px 0;
}
.feature-section .feature p:last-child {
	margin-bottom: 0;
}
.feature-section .link {
	margin-top: 32px;
	text-align: center;
}
.feature-section:nth-child(even) .btn {
	background-color: var(--color-text);
}
.feature-section:nth-child(even) .btn:hover,
.feature-section:nth-child(even) .btn:focus {
	background-color: var(--color-1);
}
.feature-section+.feature-section {
	padding-top: 0;
}
.reviews-section {
	padding: 80px 0;
}
.reviews-section .reviews {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.reviews-section .owl-carousel .owl-stage-outer {
	background-color: var(--color-5);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
	border: 1px solid color-mix(in oklab, var(--color-3) 20%, transparent);
	border-radius: 14px;
	padding: 56px 0;
}
.reviews-section .owl-carousel .item {
	padding: 0 32px;
	line-height: 1.5;
}
.reviews-section .owl-carousel .item .rating {
	color: var(--color-2);
	margin-bottom: 16px;
}
.reviews-section .owl-carousel .item .content {
	font-size: 24px;
}
.reviews-section .owl-carousel .item .content p {
	line-height: 1.4;
}
.reviews-section .owl-carousel .item .author {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.reviews-section .owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 24px;
}
.reviews-section .owl-carousel .owl-dot {
	width: 12px;
	height: 12px;
	background-color: #c8cfd4;
	border-radius: 50%;
}
.reviews-section .owl-carousel .owl-dot.active {
	background-color: var(--color-2);
}
.content-section {
	background-color: var(--color-3);
	padding: 80px 0;
	color: #fff;
	font-size: 20px;
}
.content-section h2 {
	font-size: 48px;
}
.content-section h2 strong {
	font-weight: 900;
}
.content-section .btn {
	background-color: var(--color-text);
	border-color: var(--color-text);
}
.content-section .btn:hover,
.content-section .btn:focus {
	background-color: var(--color-1);
}
.content-section p:last-child {
	margin-bottom: 0;
}
.ip-banner {
	color: var(--color-5);
}
.ip-banner .item {
	padding: 100px 0;
}
.ip-banner .item .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ip-banner .item .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(22, 40, 60, 0.5) 0%, rgba(22, 40, 60, 0.5) 100%);
}
.ip-banner .item .image * {
	height: 100%;
	width: 100%;
}
.ip-banner .item .image img,
.ip-banner .item .image video {
	object-fit: cover;
}
.ip-banner .item .content {
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 500;
}
.ip-banner .item .content *:last-child {
	margin-bottom: 0;
}
.ip-banner .item h1 {
	font-size: 60px;
	margin-bottom: 10px;
}
.ip-content {
	margin: 50px 0;
}
.ip-content .background {
	background-repeat: no-repeat;
	background-position: 75% 85%;
	opacity: .5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ip-content .content {
	max-width: 700px;
	margin: 0 auto;
}
.ql-section {
	margin: 50px 0 120px;
}
.ql-section .links {
	margin: 0 auto;
	gap: 22px;
	flex-wrap: wrap;
}
.ql-section .link {
	flex: 0 1 calc(33.33% - 22px);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ql-section .link .image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all ease 0.3s;
}
.ql-section .link .image img {
	transition: all ease 0.3s;
}
.ql-section .link .heading {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	text-align: center;
	z-index: 2;
	color: #fff;
	font-weight: 600;
}
.ql-section .link:hover .heading,
.ql-section .link:focus .heading {
	color: var(--color-5);
}
.ql-section .link:hover .image:after,
.ql-section .link:focus .image:after {
	background: rgba(0, 0, 0, 0.2);
}
.ql-section .link:hover .image img,
.ql-section .link:focus .image img {
	transform: scale(1.1);
}
.service-section {
	margin: 50px 0;
}
.service-section .service-row {
	flex-wrap: wrap;
	justify-content: center;
}
.service-section .image-col {
	flex: 1 1 45%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.service-section .image-col .inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.service-section .image-col .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-section .content-col {
	flex: 1 1 55%;
	padding: 45px 0;
	color: #fff;
	position: relative;
	z-index: 2;
}
.service-section .content-col h2 {
	font-size: 20px;
}
.service-section .content-col h2 strong {
	font-weight: 700;
}
.service-section .content-col p {
	line-height: 1.4;
}
.service-section .content-col p:last-child {
	margin-bottom: 0;
}
.service-section .content-col .inner {
	background-color: var(--color-3);
	padding: 50px 40px;
	margin-left: -40px;
	border-radius: 20px;
}
.service-section.img_pos-right .service-row {
	flex-direction: row-reverse;
}
.service-section.img_pos-right .content-col .inner {
	margin-left: 0;
	margin-right: -40px;
}
.toggle-item {
	border: 2px solid var(--color-1);
	margin-bottom: 5px;
}
.toggle-item .toggle-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
}
.toggle-item .icon {
	transition: transform ease-in-out 0.4s;
}
.toggle-item>.toggle-content {
	display: none;
	border-top: 1px solid var(--color-1);
	padding: 5px 15px;
}
.toggle-item.active>.toggle-content {
	display: block;
}
.toggle-item .toggle-content p {
	margin: 10px 0;
}
.toggle-item .icon.active {
	transform: rotate(90deg);
}
.faq-section {
	padding: 50px 0;
	background-color: var(--color-1);
	color: var(--color-5);
}
.faq-section h2 {
	font-size: 32px;
}
.faq-section h2 strong {
	font-weight: 700;
}
.faq-section .toggle-item {
	border: none;
	border-top: 1px solid #fff;
}
.faq-section .toggle-item h3 {
	margin-bottom: 0;
	font-size: 24px;
}
.faq-section .toggle-item .toggle-heading {
	padding: 15px 0;
}
.faq-section .toggle-item .toggle-content {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.faq-section .toggle-item .icon.active {
	transform: none;
}
.faq-section .toggle-item .icon.active .fas:before {
	content: "\f068";
}
.feat-section {
	margin: 80px 0 120px;
}
.feat-section .features {
	flex-wrap: wrap;
}
.feat-section .feature {
	flex: 1 1 calc(25% - 15px);
	background-color: var(--color-7);
	color: #000;
	position: relative;
	min-height: 19vw;
	z-index: 2;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}
.page-id-256 .feat-section .feature {
	flex: 0 1 calc(20% - 0px);
}
.feat-section .feature .link-inner {
	height: 100%;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
}
.feat-section .feature:before {
	overflow: hidden;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-1);
	transition: all ease 0.3s;
	height: 0;
	z-index: 1;
}
.feat-section .feature:hover:before {
	height: 100%;
}
.feat-section .feature .content {
	max-height: 0;
	overflow: hidden;
	transition: all ease 0.3s 0s;
	opacity: 0;
}
.feat-section .feature:hover .content {
	max-height: 400px;
	opacity: 1;
	transition: all ease 0.6s;
}
.feat-section .feature .content p:last-child {
	margin-bottom: 0;
}
.feat-section .feature .inner {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.feat-section .feature a {
	color: #000;
	font-weight: 400;
	height: 100%;
}
.feat-section .feature a:hover {
	color: #fff;
}
.feat-section .feature a:hover .link-icon,
.feat-section .feature a:focus .link-icon {
	border-color: #fff;
}
.feat-section .feature .content-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.feat-section .feature .heading {
	font-weight: 700;
}
.feat-section .feature .link-icon {
	margin-top: 20px;
	border-radius: 50%;
	border: 3px solid #000;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.3s;
}
.feat-section .feature:nth-child(1) {
	background-color: var(--color-3);
	color: #fff;
}
.feat-section .feature:nth-child(1) .content {
	max-height: 400px;
	opacity: 1;
	transition: all ease 0.6s;
}
.feat-section .feature:nth-child(1) a {
	color: #fff;
}
.feat-section .feature:nth-child(1):hover:before,
.feat-section .feature:nth-child(1):focus:before {
	background-color: var(--color-1);
}
.feat-section .feature:nth-child(1) .link-icon {
	border-color: #fff;
	color: #fff;
	transition: all ease 0.3s;
}
.feat-section .feature:nth-child(1):hover .link-icon {
	border-color: #fff;
	color: #fff;
}
.brands-section {
	padding: 75px 0;
	background-color: var(--color-7);
}
.brands-section h2 {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-decoration-color: var(--color-2);
	text-underline-offset: 12px;
	padding-bottom: 12px;
}
.brands-section h2:last-child {
	margin-bottom: 0;
}
.brands-section .content {
	margin-bottom: 50px;
}
.mobile-logo img {
	width: 110px;
	margin: 0 auto;
}
.gradient-section {
	padding: 100px 0;
	background-image: linear-gradient(90deg, var(--color-3) 0%, rgba(0, 0, 0, 0) 100%);
}
.gradient-section p:last-child {
	margin-bottom: 0;
}
.services-section {
	padding: 85px 0;
}
.services-section .services {
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 30px;
}
.services-section .service {
	flex: 1 1 calc(33.33% - 30px);
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	background-color: var(--color-1);
	transition: transform ease .3s;
	color: #fff;
}
.services-section .service .image img {
	width: 100%;
}
.services-section .service:hover {
	transform: translateY(-15px);
}
.services-section .service .content {
	padding: 25px;
	color: #fff;
}
.services-section .service .content p:last-child {
	margin-bottom: 0;
}
.services-section h2{
	font-weight: 900;
}
.services-section .service h3 {
	font-size: 20px;
	font-weight: 600;
}
.services-section .service a {
	font-weight: 400;
	color: var(--color-2);
}
.heading-underline h2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 50px;
	color: var(--color-1);
	font-weight: 600;
}
.heading-underline h2:after {
	content: '';
	width: 150px;
	height: 4px;
	background-color: var(--color-3);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.heading-underline.heading-underline_left h2:after {
	left: 0;
	transform: none;
}
.foundation-ql-section {
	padding: 85px 0;
}
.foundation-ql-section .services {
	flex-wrap: wrap;
	column-gap: 45px;
	row-gap: 30px;
}
.foundation-ql-section .service {
	flex: 1 1 calc(33.33% - 30px);
	box-shadow: 2px 2px 4px 0 #1e1e1e;
	background-color: var(--color-1);
	transition: transform ease .3s;
	color: #fff;
}
.foundation-ql-section .service .image img {
	width: 100%;
}
.foundation-ql-section .service:hover {
	transform: translateY(-15px);
}
.foundation-ql-section .service .content {
	padding: 25px;
	color: #fff;
}
.foundation-ql-section .service .content p:last-child {
	margin-bottom: 0;
}
.foundation-ql-section .service h3 {
	font-size: 25px;
	font-weight: 600;
}
.foundation-ql-section .service a {
	font-weight: 400;
	color: var(--color-2);
}
/* === Interior Pages === */
.blog-section {
	background-color: var(--color-7);
	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: 75px;
	row-gap: 75px;
}
.blog-section .post {
	flex: 0 1 calc(50% - 37.5px);
	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%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.blog-section .post a {
	color: #fff;
}
.blog-section .post .heading {
	position: absolute;
	bottom: 50px;
	left: 15px;
	right: 15px;
	font-weight: 300;
	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;
}
.ip-content iframe{
	border-radius: 10px;
}

.gform-footer .button{
	background-color: var(--color-3);
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 14px;
	border: 0px solid var(--color-3);
	color: #fff;
	text-transform: uppercase;
	transition: all ease .3s;
}
.gform-footer .button:hover{
	background-color: var(--color-2);
	border: 0px solid var(--color-3);
}
.menu-item-has-children > a {
	position: relative;
	padding-right: 18px;
}
.menu-item-has-children>a:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	top: 51%;
	transform: translateY(-51%);
	right: 0px;
	transition: transform 0.3s ease;
}
.menu-item-has-children>a:hover:after,
.menu-item-has-children:hover>a:after{
	transform: translateY(-51%) rotate(90deg);
}
.menu-item-has-children .sub-menu{
	background-color: var(--color-1);
}
.ip-icon-section .icons{
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ip-icon-section .icons .icon{
    display: flex;
    flex-direction: column;
	font-size: 100px;
	align-items: center;
    flex: 1 1 calc(20% - 17px);
    margin: 6px 0 0 0;
}
.ip-icon-section .icons .icon .image img{
	max-width: 160px;
	height: auto;
}
.ip-icon-section .icons .icon h3{
    margin-top: 60px;
    font-style: italic;
	font-size: 20px;
	font-weight: 800;
}
.ip-icon-section .icons .icon .fa-icon {
    margin: 0 auto;
	color: var(--color-3);
}
.ip-icon-section .icons .icon .fa-icon span{
    font-size: 82px;
}
.ip-icon-section .content-col p{
	font-size: 17px;
}
.background-section {
	background-size: cover;
	background-position: 25%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	min-height: 200px;
	color: #fff;
	display: flex;
    align-items: center;
}
.background-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(20, 40, 61, 0.8);
	z-index: -1;
}
.background-section h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 0;
}
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.primary-header .links-col .link .btn {
		padding: 8px;
		font-size: 13px;
	}
	.main-nav .menu li {
		margin: 0;
	}
	.counter-section .counter {
		flex-basis: calc(50% - 50px);
	}
	.counter-section .counter:nth-child(even):after {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.feature-section .feature {
		flex: 0 1 calc(50% - 16px);
	}
	.primary-footer .info-col {
		flex-basis: 300px;
	}
	.ql-section .links {
		flex-wrap: wrap;
	}
	.ql-section .link {
		flex-basis: calc(50% - 22px);
	}
	.service-section .service-row>.col {
		flex-basis: 100%;
	}
	.service-section .service-row .image-col .inner {
		position: static;
	}
	.service-section .service-row .content-col {
		padding: 0;
		margin: -40px 15px 0;
	}
	.service-section .service-row .content-col .inner {
		margin: 0;
	}
	.feat-section .feature {
		flex-basis: 50%;
	}
	.feat-section .feature .link-inner {
		min-height: 300px;
	}
	.blog-section .posts {
		column-gap: 30px;
		row-gap: 30px;
	}
	.blog-section .post {
		flex-basis: calc(50% - 15px);
	}
}
@media screen and (max-width: 767px) {
	.banner-section h1 {
		font-size: 48px;
	}
	.banner-section .features {
		flex-direction: column;
	}
	.feature-section .feature {
		flex: 100%;
	}
	.btn {
		white-space: normal;
	}
	.content-section h2 {
		font-size: 42px;
	}
	.primary-footer .footer-row {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.primary-footer .footer-row>.col {
		flex-basis: 100%;
	}
	.primary-footer .info-col img {
		margin: 0 auto;
	}
	.feat-section .feature {
		flex-basis: 100%;
	}
	.feat-section .feature .content {
		max-height: 1000px;
		opacity: 1;
	}
	.service-section .content-col .inner {
		padding: 30px 15px;
	}
	.service-section .service-row .content-col {
		margin: 10px 0 0;
	}
	.ql-section .links {
		gap: 25px;
	}
	.ql-section .link {
		flex: 1 1 calc(50% - 12.5px);
		min-width: 250px;
	}
	.faq-section .toggle-item h3 {
		font-size: 20px;
	}
	.ip-banner .item {
		padding: 65px 0;
	}
	.counter-section .counter {
		flex-basis: 100%;
	}
	.counter-section .counter:nth-child(n):after {
		display: none;
	}
	.blog-section .post {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 450px) {
	.mobile-header .nav-base .menu {
		font-size: 14px;
	}
	.counter-section .counter .num-row {
		font-size: 46px;
	}
	.blog-section .posts-navigation .nav-links>* {
		margin: 0 15px;
	}
}