/**
 * Theme Name: Hollingsworth
 * Template: gunter
 * Description: Hollingsworth Wordpress theme
 * Version: 1.0.0
 * Author: Human Element
 * Author URI: https://www.human-element.com
 * Tested up to: 6.5
 * Requires at least: 6.5
 * Requires PHP: 8.1
 */

/*----------
  * Oswald Fonts
  */

@font-face {
	font-family: "Oswald ExtraLight";
	src: url(../ttf/oswald-extralight.ttf);
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald Light";
	src: url(../ttf/oswald-light.ttf);
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald Regular";
	src: url(../ttf/oswald-regular.ttf);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald Medium";
	src: url(../ttf/oswald-medium.ttf);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald SemiBold";
	src: url(../ttf/oswald-semibold.ttf);
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Oswald Bold";
	src: url(../ttf/oswald-bold.ttf);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/**
 * Roboto Fonts
 */

@font-face {
	font-family: "Roboto Light";
	src: url(../ttf/roboto-light.ttf);
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Medium";
	src: url(../ttf/roboto-medium.ttf);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Bold";
	src: url(../ttf/roboto-bold.ttf);
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Black";
	src: url(../ttf/roboto-black.ttf);
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/*** Layout ***/
.uk-container {
	max-width: 1300px;
}

body > .uk-container.full-width {
	padding-bottom: 0;
}

body > .uk-container.full-width > article {
	padding-bottom: 0;
}

/*** Global ***/
body,
p {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.experts-content-col p,
.experts-content-col p,
.ready-to-section p,
.column-fixed-height p,
.ready-heading p {
	font-weight: 300 !important;
	font-family: "Oswald Light" !important; // to override theme
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
	font-weight: 300 !important;
	font-family: "Oswald Light" !important; // to override theme
}

.read-more-btn a,
.post-controls-buttons .item a {
	font-weight: 600 !important;
	font-family: "Oswald SemiBold" !important; // to override theme
}

p {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.column-fixed-height .text-white.text-small p {
	font-size: 18px;
}

ul li::marker {
	color: #ff7d10;
}

.p-18 p {
	font-size: 18px;
}

.p-20 p {
	font-size: 20px;
	line-height: 30px;
}

.p-36 p,
.p-36 h3 {
	font-size: 36px !important;
	line-height: 44px !important;
}

strong,
b {
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

/** Common classes **/

.header-cta-text .cta-btn {
	border-radius: 0 !important;
}

.img-full img {
	width: 700px;
	height: 470px;
}

.p-orange p {
	color: #ff7d10;
}

.m-110 {
	margin: 110px 0 80px 0 !important;
}

.m-t-35 {
	margin-top: 35px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.cta-btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	background: #ff7b0f;
	padding: 10px 20px;
	border-radius: 0px;
	transition: all 0.5s;
}

.cta-btn:hover {
	color: #fff;
}

.header-cta-text {
	max-width: 475px;
}

.left-contact-us {
	float: left;
	width: 45%;
}

.right-contact-us {
	float: right;
	width: 45%;
	margin-left: 15px;
}

.text-grey p {
	color: #e1e0ee;
}

.fixed-image img {
	width: 953px !important;
}

.column-fixed-height p {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
}

.text-small p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	margin-top: 25px;
}

.text-uppercase span,
.text-uppercase p,
.text-uppercase span a {
	text-transform: uppercase;
}

.error-page {
	margin-top: 30px;
}

em {
	color: #000;
}

.grey-border {
	border: 1px solid #ebebeb;
}

.sap-grey-box p strong {
	font-family: "Roboto";
	font-weight: bold;
}

.main-content a:hover,
article .entry-content a:hover {
	color: #ff7d10;
}

.heading p {
	font-size: 20px;
}

/** remove underline from sidebar - theme default **/
.widget-area .uk-sidebar .widget-title::before,
.uk-sidebar .widget .widget-title:before {
	background: unset !important;
}

.widget-area .uk-sidebar .widget-title {
	padding-bottom: 0px;
}

/** -- **/
/*** Header ***/
.header-info {
	padding: 40px 0 20px !important;
	/** to override theme optimization **/
	background: #fff;
	border-bottom: 1px solid #c9c9c9;
}

.header-info > .uk-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-info .h-info-list {
	align-self: flex-end;
	line-height: normal;
}

.header-info .h-info-list ul {
	display: flex;
	flex-direction: row-reverse;
	margin: 0;
}

.header-info .h-info-list ul li:first-child {
	margin: 0;
}

.header-info .h-info-list ul li:last-child {
	margin-right: 30px !important
	/** to override theme optimization **/
;
}

.top-light .h-info-list ul li i {
	display: none;
}

.top-light {
	background-color: #ffffff !important;
	/** to override theme when autooptimize merge file **/
}

.top-light .h-info-list ul li a {
	color: #7d7d7d !important;
	background-color: #ffffff !important;
	/** to override theme when autooptimize merge file **/
}

.header-util-wrap ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-util-links {
	padding-left: 60px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
}

.header-util-links li:not(:last-child) {
	margin-right: 30px;
}

.header-util-links a {
	display: block;
	text-transform: uppercase;
	color: #000;
}

.header-area {
	padding: 23px 0 42px !important;
	/** to override theme optimization **/
}

.multi-page-menu {
	height: 82px;
}

.multi-page-menu .header-area {
	padding: 22px !important;
}

.header-info {
	padding: 15px !important;
}

.header-area .logo img {
	width: 220px;
}

.entry-content .wpb-content-wrapper .right-content,
.blog-area .custom-col-8 {
	padding-left: 10px;
}

.search-results .widget-area .category ul li a:hover {
	color: #fff;
}

.header-util-links .menu-item a {
	font-size: 14px;
}

.logo {
	max-width: 271px;
}

body .uk-container,
body .main-content {
	max-width: 1200px;
}

.search-results .blog-area .custom-col-8 {
	padding-left: 15px;
}

/** Request a quote **/

.paragraph-bold p {
	font-weight: 500;
}

.contact-page-box .uk-button.uk-button-default {
	width: 38%;
	margin-top: 10px;
}

/*** Main nav ***/
.uk-navbar-nav {
	align-items: center;
}

.navbar .uk-navbar-nav li:last-child {
	padding-right: 0;
}

.navbar .uk-navbar-nav > li:last-child a {
	padding: 15px;
	color: #fff !important;
	/** to override theme optimization **/
	background-color: #ff7b0f;
}

.navbar .uk-navbar-nav > li:last-child a::before {
	display: none;
}

.navbar .uk-navbar-nav li a {
	font-weight: 400 !important;
	/** to override theme optimization **/
	line-height: 18px;
	text-transform: uppercase !important;
	/** to override theme optimization **/
	color: #ff7b0f;
}

.navbar .uk-navbar-nav li a::before {
	bottom: -5px !important;
	/** to override theme optimization **/
	height: 1px !important;
	/** to override theme optimization **/
}

/** breadcrumbs **/
.breadcrumbs {
	text-align: center;
}

.page-template-page-left-sidebar .breadcrumbs,
.page-template-page-blog .breadcrumbs {
	text-align: left;
}

.breadcrumbs ul {
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none;
}

.breadcrumbs ul li {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
	word-wrap: break-word;
}

.breadcrumbs ul li:not(:first-child)::before {
	position: absolute;
	left: -11px;
	top: 4px;
	content: "";
	width: 2px;
	height: 14px;
	background: #7d7d7d;
	transform: rotate(11deg);
}

.breadcrumbs ul li a,
.breadcrumbs-wrapper .breadcrumb_last,
.gunter-seo-breadcrumbs a {
	color: #7d7d7d;
}

/** Yoast seo breadcrumb **/
.breadcrumbs-wrapper {
	text-transform: uppercase;
	word-wrap: break-word;
}

.gunter-seo-breadcrumbs {
	text-transform: uppercase;
}

.gunter-seo-breadcrumbs span,
.breadcrumbs-wrapper span a {
	color: #7d7d7d;
}

/** Gunter seo breadcrumbs **/
.gunter-breadcrumbs {
	padding: 0 20px 20px 0px;
	text-align: left;
}

.page-top-banner {
	height: 430px;
}

.column-fixed-height p {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
}

.text-small p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;
	margin-top: 25px;
}

.seo-breadcrumbs span a,
.breadcrumb_last,
.breadcrumbs-wrapper,
.breadcrumbs-wrapper span a,
.gunter-seo-breadcrumbs span,
.gunter-seo-breadcrumbs span a,
.seo-breadcrumbs,
.breadcrumbs-wrapper p span {
	color: #7d7d7d !important;
	font-size: 12px !important;
	font-family: "Oswald";
}

.seo-breadcrumbs span,
.breadcrumb_last {
	font-size: 12px;
}

.category .gunter-breadcrumbs,
.category .category-description {
	margin-left: 15px;
}

.seo-breadcrumbs span a:hover {
	color: #ff7b0f;
}

.gunter-seo-breadcrumbs {
	margin-top: 0 !important;
}

.gunter-breadcrumbs,
.seo-breadcrumbs {
	padding: 12px 20px 20px 0px;
}

.breadcrumbs {
	padding: 12px 20px 0px 0px;
}

.text-grey,
.text-grey span,
.text-grey a {
	color: #7d7d7d !important;
	font-size: 16px !important;
}

body .page-top-banner,
body.page-template-page-left-sidebar .page-title-area,
body.category .page-title-area {
	height: 350px;
}

.page-top-banner .header-cta-text.left-header {
	text-align: left;
	margin: 38px 0 80px;
}

/*** Home - Main Banner ***/
.home-main-banner .main-banner-content h2 {
	font-weight: 300;
	letter-spacing: -0.025em;
	color: #4f5066;
}

.main-banner-content h2::before,
.home-main-banner .main-banner-content .uk-button::before,
.home-main-banner .main-banner-content .uk-button::after,
.experts-content-row .section-title {
	display: none;
}

.home-main-banner .main-banner-content .uk-button {
	font-weight: 600;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4f5066;
	border: none;
}

/*** Home - Logo Slider ***/
.client-logo-row .partner-area {
	border-color: #e7e7e7;
}

.client-logo-row .partner-area .uk-container {
	max-width: 100%;
	padding: 0;
}

.client-logo-row .partner-area .item a img,
.client-logo-row .owl-carousel.owl-drag .owl-item {
	width: auto !important;
	/* needed to override use by the theme */
}

.client-logo-row .owl-stage {
	display: flex;
	align-items: center;
}

/*** Home - Experts ***/
.experts-section .experts-intro-col {
	float: none;
	margin: 0 auto;
}

.experts-intro-row h2 {
	letter-spacing: 0.005em;
}

.experts-content-row {
	margin-top: 50px;
}

.experts-content-col {
	align-items: center;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	background-color: #4f5066;
}

.experts-content-row .about-text {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 20px;
}

.experts-img-col .wpb_content_element {
	margin-bottom: 0;
}

.experts-content-col .vc_column-inner {
	align-self: center;
}

.experts-content-col blockquote {
	font-weight: 300;
	background: none;
	border: none;
}

.experts-content-col.fixed-height p {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

.experts-content-col p {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

.experts-content-col .vc_icon_element:not(:first-of-type) {
	margin-bottom: 0;
}

.experts-content-row .expert-quote-col {
	float: none;
	margin: 0 auto;
}

.experts-content-col blockquote span {
	display: block;
	font-weight: 400;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	letter-spacing: -0.01em;
}

.experts-content-col .name {
	margin-top: 10px;
}

.experts-section.before-footer .experts-content-col {
	background-color: #ff7b0f;
}

/*** Home - Benefits ***/
.benefits-section .benefits-col2 {
	float: right;
}

.benefits-list {
	display: flex;
	margin: 0 -10px;
	padding-left: 0;
	list-style: none;
}

.benefits-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 155px;
	padding: 0 10px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.benefits-list img {
	margin-bottom: 20px;
}

/** Blog template **/
.format-standard .single-blog-post .blog-post-content {
	margin-left: 15px;
}

.page-template-page-blog .breadcrumbs ul li:not(:first-child)::before {
	top: 6px;
}

.page-template-page-blog .breadcrumbs {
	padding-top: 0;
}

/** Content **/
/** Top banner **/
.header-cta-text.left-header {
	text-align: left;
	margin: 50px 0 80px 0;
}

.page-template-page-top-banner .page-title-area,
.page-template-page-left-sidebar .page-title-area,
.page-template-page-blog .page-title-area {
	width: 100%;
	height: 500px;
	padding: 0;
	z-index: unset;
}

.page-title-area {
	height: 430px;
	z-index: unset;
}

.page-top-banner {
	height: 430px;
}

.category .page-title-area {
	height: 520px;
}

.page-title-area {
	background-attachment: unset !important;
}

article {
	padding: 30px 0 50px 0;
}

.uk-container.full-width {
	padding-top: 85px;
	padding-bottom: 20px;
}

/** Sidebar content **/
.page-contact-us .uk-button {
	width: 100%;
	font-size: 16px;
	padding: 24px;
}

.page-template-page-left-sidebar .left-sidebar .vc_column-inner,
.page-template-page-blog .rightt-sidebar .vc_column-inner {
	padding-top: 50px;
}

.left-sidebar-content {
	padding-left: 3%;
}

.searchform input,
.widget-area .widget_search form .form-control {
	padding: 10px;
	transition: 0.5s;
	height: 47px;
	color: #666;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	width: 100%;
}

.uk-sidebar .menu-sidebar-container {
	background: #ffffff;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
	margin-bottom: 40px;
}

.uk-sidebar .widget.service_list ul li a {
	color: #ff7d10;
	text-transform: uppercase;
}

.uk-sidebar .widget.widget_recent_entries ul li {
	padding-left: 0px;
}

.uk-sidebar .widget.widget_recent_entries ul {
	margin-top: 20px;
}

.uk-sidebar .widget.widget_recent_entries ul li {
	margin-top: 10px;
}

a,
.article-text .sidebar .blog-details-content ul a {
	color: #ff7d10;
}

/** End of Sidebar content **/

/** Content Pages **/
/** Banner with content **/

.header-cta-text {
	max-width: 475px;
}

.header-cta-text h2 {
	font-family: Roboto;
	font-size: 38px;
	line-height: 1.25;
	color: #fff;
	font-weight: 600;
	margin: 0 0px 0.6em;
}

.header-cta-text p {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
	font-style: normal;
}

.header-cta-text .cta-btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	background: #ff7b0f;
	padding: 10px 20px;
	border-radius: 10px;
	transition: all 0.5s;
}

.wpb-content-wrapper .right-content {
	padding-left: 3%;
}

.wpb-content-wrapper .right-content .vc_row {
	margin-left: 0px;
	margin-right: 0px;
}

.type-page .rt-reading-time {
	display: none !important;
	/** Need to override this because of plugin **/
}

/** Industries - Sub Pages **/
.column-fixed-height .vc_column-inner {
	min-height: 190px;
}

.text-white p {
	color: #fff;
}

.text-center p {
	text-align: center;
}

/** Social Media Icons **/
.social-icons h3 a {
	color: #ff7b0f;
	font-size: 28px;
}

.icon-list {
	text-align: center;
}

.icon-list a {
	margin-right: 5px;
}

.ready-short p {
	margin-top: 25px;
}

.solutions .ready-short {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

.ready-to-section {
	padding-left: 20px;
}

.get-quote-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	padding: 18px;
	color: #fff;
	background-color: #ff7b0f;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	border: unset;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	background-image: unset;
}

.ready-to-section .ready-heading p {
	font-size: 32px;
}

.ready-to-section .vc_column-inner {
	height: 330px;
}

.small-mailchimp-form {
	width: 60%;
	margin: 0 auto;
}

.contact-us-section {
	display: inline-block;
}

/** Mailchimp Footer Form **/
.mailchimp-box {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.mc4wp-form input[type="email"] {
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 16px;
	background: #fff;
	padding: 8px 12px;
	border: 1px solid #e2e2e2;
	transition: all 0.15s ease 0s;
}

.mc4wp-form {
	position: relative;
}

.mc4wp-form input[type="submit"] {
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	background-color: #ff7b0f;
	color: #fff;
	letter-spacing: 0.5px;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 50px;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 20px;
	transition: all 0.15s ease-in 0s;
}

.industries-icon-list .vc_col-sm-1\/5,
.industries-icon-list .wpb_single_image img {
	height: 100px !important;
}

.industries-icon-list .vc_col-sm-1\/5 .wpb_single_image img {
	width: 100px !important;
}

.industries-icon-list .vc_col-sm-1\/5 h4 {
	padding-top: 30px;
}

.industries-partner .partner-area {
	border-bottom: unset;
}

.right-content .vc_custom_1713884331040 {
	padding-right: 0 !important;
}

.right-content .vc_col-sm-6:nth-child(1) {
	padding-right: 70px;
}

/** End of Industries - Sub Pages **/

/** End of Content Pages */

/** Blog Post Pages **/
.widget-area .uk-sidebar ul li {
	margin-bottom: 20px !important;
}

.uk-sidebar .widget.widget_search form .form-control {
	font-size: 16px;
}

.widget-area .uk-sidebar .widget-title {
	text-transform: uppercase;
}

.single-blog-post .blog-post-content .read-more-btn .read-more,
.uk-button-default,
.pagination-area .current {
	background-color: #ff7b0f;
	border-color: #ff7b0f;
}

.widget-area .uk-sidebar.widget_search {
	padding: 15px;
}

.widget-area .widget_search form button,
.uk-sidebar .widget.widget_search form button {
	background: transparent !important;
	font-size: 16px !important;
	position: absolute;
	top: 0 !important;
	height: 100% !important;
	border: none !important;
	transition: 0.5s !important;
	color: #ff7b0f !important;
}

.widget-area .widget_search form button {
	right: 0px !important;
}

.uk-sidebar .widget.widget_search form button {
	right: 5px !important;
}

.category .widget-area .widget_search form button {
	font-size: 16px !important;
	right: 5px !important;
	color: #ff7b0f !important;
}

.category .widget-area .widget_search form button:hover {
	color: #000 !important;
}

.widget-area .widget_search form button:hover {
	color: #000 !important;
	background-color: #fff;
}

.widget-area .uk-sidebar ul li a {
	color: #ff4800;
	margin-bottom: 0;
}

.widget-area .uk-sidebar.category ul li:hover {
	background: #ff7b0f;
	transition: 0.5s;
}

.page-title {
	z-index: unset;
}

.article-text .blog-details-content ul a:hover {
	background-color: #ff7d10;
	border-color: #ff7d10;
}

.blog-details-content .tag-list .title {
	text-transform: uppercase;
}

.single-blog-post .blog-post-content span {
	background-color: #ffffff;
	color: #343e47;
	padding: 0px 12px 10px 0px;
}

.single-blog-post .blog-post-content .post-time {
	padding-bottom: 10px;
}

.single-blog-post .blog-post-content .read-more-btn .read-more {
	border-radius: 0px;
}

.newsletter-section {
	margin-top: 50px;
	margin-bottom: 15px;
	border: 1px solid #e6e6e6;
	background-color: #e9e8ed;
}

.blog-details .custom-col-4,
.blog-area .custom-col-4,
.left-sidebar.custom-col-4 {
	width: 25%;
}

.blog-details .custom-col-8,
.blog-area .custom-col-8,
.left-sidebar-content.custom-col-8 {
	width: 75%;
	padding-left: 4%;
}

.widget-area .uk-sidebar.widget_search {
	background: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.searchform input,
.widget-area .widget_search form .form-control {
	background: transparent;
}

.uk-sidebar .widget.service_list ul li a {
	padding-left: 30px;
	font-size: 16px;
}

.widget-area .category,
.widget-area .recent-posts,
.widget-area .uk-sidebar.archives {
	padding: 30px 0px 0px 0;
}

.widget-area .category ul {
	background-color: #fff;
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.widget-area .category ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 12px 15px 15px 30px;
	font-size: 16px;
}

.widget-area .category ul li a {
	text-transform: uppercase;
	color: #ff7d10;
	font-weight: 600;
}

.widget-area .category ul li:hover a {
	color: #ffffff;
	padding-left: 5px;
}

.uk-sidebar .widget.service_list ul li a:hover::before {
	content: none;
}

.left-sidebar .widget ul {
	list-style-type: none;
}

.widget-area .uk-sidebar ul li a {
	color: #ff7d10;
}

.widget-area .recent-posts ul li a {
	font-weight: 400;
	font-size: 16px;
}

.widget-area .widget_recent_entries ul li .post-date,
.article-text .blog-details-content .post-date,
.post-date {
	font-size: 16px;
	color: #000;
	text-transform: capitalize;
}

.article-text .blog-details-content {
	border: none;
	padding: 15px 0 0 0;
}

.article-text .blog-details-content .post-date {
	padding-bottom: 15px;
}

.blog-details .inner .post-controls-buttons .uk-button,
.single-blog-post .blog-post-content .read-more-btn .read-more {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.rt-reading-time {
	background-color: unset !important;
	color: #333;
	padding-bottom: 15px;
}

.blog-post-image {
	margin-left: 15px;
}

.blog-post-image img {
	width: 889px;
	height: auto;
}

.rt-label,
.rt-time,
.rt-postfix {
	background-color: unset !important;
}

.post-time {
	color: #000;
}

.newsletter-section .text-column {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.newsletter-section h4,
.newsletter-section .social-icons,
.newsletter-section .mailchimp-box {
	margin-bottom: 35px;
}

.widget-area .uk-sidebar.recent-posts,
.widget-area .uk-sidebar.archives,
.widget-area .uk-sidebar.category {
	border: none;
}

.widget-area .uk-sidebar.recent-posts h3,
.widget-area .uk-sidebar.archives h3 {
	text-transform: uppercase;
}

.widget-area .uk-sidebar.archives ul li a,
.widget-area .uk-sidebar.recent-posts ul li a {
	font-size: 16px;
}

.uk-sidebar .widget.widget_recent_entries.recent-posts ul li {
	margin-bottom: 20px;
}

.widget-area .uk-sidebar ul {
	padding-left: 0px;
}

.widget-area .uk-sidebar .widget-title::before {
	background: unset;
}

.widget-area .uk-sidebar .widget-title {
	border-bottom: unset;
}

.widget-area .uk-sidebar ul li::before {
	content: none;
}

/** End of Blog Post Pages **/

/** Category Pages **/
.custom-col-12 {
	padding-left: 0px;
}

.category-description h1 {
	padding: 5px 0 0 0;
}

.category-description p {
	padding: 25px 0 25px 0;
}

.widget-area .uk-sidebar .widget-title:before,
.uk-sidebar .widget .widget-title:before {
	background: #ff7b0f;
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: -1px;
	left: 0;
}

.category .no-uk-sidebar.uk-sidebar {
	border: unset;
	padding: 0;
}

.left-sidebar-content .gunter-seo-breadcrumbs span {
	color: #7d7d7d;
}

/** resources **/
.article-text .blog-details-content em {
	color: #000;
}

.blog-post-image {
	margin-left: 0px;
	padding-bottom: 30px;
}

.postid-23950 .article-text .blog-details-content p {
	padding: 20px 0 20px 0;
}

.article-text .blog-details-content ul.tag-list {
	margin-top: 50px;
}

.article-text .blog-details-content ul.tag-list li.title {
	font-size: 20px;
	font-family: "Oswald";
}

.blog-area .custom-col-8 .custom-row,
.custom-col-8 .pagination-area,
.blog-details .custom-col-8 {
	padding-left: 15px !important;
}

.blog-area .custom-col-8 .gunter-breadcrumbs {
	padding-left: 15px !important;
}

.blog-details .custom-col-8 .gunter-breadcrumbs,
.blog-details .custom-col-8 .article-text {
	padding-left: 10px !important;
}

.widget-area .uk-sidebar.recent-posts ul li,
.widget-area .uk-sidebar.archives ul li {
	margin-bottom: 20px !important;
	font-size: 16px;
}

.uk-section {
	padding-top: 40px !important;
}

.custom-col-4 .widget_categories ul li a:hover {
	color: #fff !important;
}

.category .blog-area .custom-col-8 .gunter-breadcrumbs {
	padding-left: 0 !important;
}

.p-t-70 {
	padding-top: 70px;
}

h1.p-b-30 {
	margin-left: 15px;
}

.blog-details .widget-area .uk-sidebar ul li,
.blog-area .widget-area .uk-sidebar ul li {
	margin-bottom: 0px !important;
}

/** End of Category Pages **/

/** Aerospace - Industries sub pages**/
.column-fixed-height {
	padding-bottom: 30px;
}

.column-fixed-height .text-white p {
	font-weight: bold;
	font-size: 20px;
}

.uk-sidebar .widget.service_list ul li a,
.widget-area .category ul li a,
.page-contact-us .uk-button {
	font-family: "Oswald";
}

.colored-text-box.vc_custom_1713481581904,
.colored-text-box.vc_custom_1586820362326 {
	background-color: #fff !important;
}

.browse-row .icon-column p {
	font-size: 20px;
}

/** -- **/

/** Solutions Page **/
.solutions-box.vc_column_container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.solutions-box .vc_column-inner {
	height: 450px;
}

.solutions-box.vc_col-sm-3 {
	width: 20.33% !important;
}

.solutions-box.vc_col-sm-4 {
	width: 31.33% !important;
}

.solutions-row {
	left: -190.5px !important;
}

/** Browse solution section **/
.browse-row .icon-column .wpb_wrapper {
	display: flex;
	gap: 20px;
	align-items: center;
}

.browse-row .icon-column .wpb_single_image {
	padding-left: 20px;
}

.browse-row .icon-column .wpb_text_column {
	width: 170px;
	padding: 0 20px 30px 20px;
}

/** **/

.grey-content-box p,
.vc_tta-panel-title span {
	font-family: "Roboto";
}

.vc_tta-panel-title span {
	font-weight: bold;
}

.grey-content-box p strong {
	font-family: "Roboto";
	font-weight: bold;
}

.grey-heading-row.vc_row,
.browse-row.vc_row {
	margin-left: 0px;
	margin-right: 0px;
}

.icon-column .vc_column-inner {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.browse-row > .icon-column,
.second-row > .icon-column {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.browse-row > .icon-column ~ .icon-column,
.second-row > .icon-column ~ .icon-column {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/** single tab warehousing **/
.vc_tta.single-accordion .vc_tta-controls-icon {
	display: none;
}

.vc_tta.vc_tta-accordion.single-accordion
.vc_tta-controls-icon-position-left.vc_tta-panel-title
> a {
	padding-left: 15px;
}

.single-accordion .vc_column-inner {
	height: 75px;
	padding: 10px 15px;
	text-align: center;
}

.wpb_single_image.vc_align_left {
	text-align: center;
}

.solutions-grow {
	height: 370px;
}

.solutions-box p b {
	font-family: "Roboto";
}

.entry-content .solutions-box.vc_column_container {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.solutions-box.vc_col-sm-1\/5 {
	width: 25%;
}

.solutions-row {
	max-width: 1200px;
	width: 1200px;
}

.solutions-box.fixed-width {
	width: 12.33%;
}

.solutions-row .solutions-box.vc_col-sm-3 {
	width: 25% !important;
}

.solutions-row .solutions-box .vc_column-inner {
	height: 475px;
}

.solutions-row .solutions-box img {
	height: auto !important;
}

/** End of Solutions Page**/

/** Fulfilment **/
.icon-column {
	padding: 10px !important;
}

.supply-intro-row h3 {
	font-size: 50px;
	line-height: 60px;
}

/** AWSM **/
.awsm-grid-wrapper .grid-2-col > .awsm-grid-card {
	width: 33% !important;
	height: 292px;
}

/** Tab **/
.vc_tta-color-white.vc_tta-style-classic
.vc_tta-panel.vc_active
.vc_tta-panel-title
> a,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #fff !important;
}

.vc_tta.vc_general .vc_tta-panel-title {
	background-color: #ff7b0f !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-color: #fff !important;
}

.column-image.vc_row {
	margin-left: 15px;
	margin-right: 15px;
}

/** -- **/

/** About us pages **/
.vc_tta-container .vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px;
}

/** universal **/
body .p-t-30 {
	padding-top: 30px;
}

.sidebar.left.vc_col-sm-3,
.blog-area .custom-col-4,
.blog-details .custom-col-4,
.uk-sidebar.vc_col-sm-3 {
	width: 30%;
}

.right-content.vc_col-sm-9,
.blog-area.uk-blog .custom-col-8,
.blog-details .custom-col-8,
.sidebar.left.vc_col-sm-9 {
	width: 70%;
}

.page-top-banner h2 {
	font-weight: 300;
	letter-spacing: -0.025em;
	color: #4f5066;
	font-size: 48px;
	line-height: 1.25em;
}

.page-top-banner .text-white h2 {
	color: #fff;
}

body article {
	padding: 10px 0 0px;
}

.page-top-banner .header-cta-text {
	max-width: 500px;
}

.page-top-banner .vc_column-inner {
	padding-top: 0 !important;
}

.page-top-banner.parent-page,
body.blog .page-top-banner,
body.single-post .page-top-banner {
	height: 475px;
}

.p-t-20 {
	padding-top: 30px;
}

.hide-desktop {
	display: none !important;
}

.header-cta-text.left-header {
	margin: 0 auto 0 0 !important;
}

.header-cta-text.center-header {
	margin: 0 auto !important;
}

/** icons accordion**/
.logos-accordion .vc_col-sm-3 {
	width: 23.33% !important;
	margin-right: 15px;
	margin-top: 15px;
	height: 107px;
	text-align: center;
}

.logos-accordion .vc_col-sm-3.last {
	margin-right: 0px;
}

.logos-accordion .vc_col-sm-3 img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/** one post page **/
.blog-heading-bar {
	position: relative;
	padding: 20px 75px 20px 0;
	min-height: 140px;
}

.blog-heading-bar h2 {
	background: #f0f0f0;
	padding: 40px 75px 10px 30px;
	margin: 0;
	min-height: 100px;
	font-weight: 400;
}

.blog-heading-bar p {
	margin: 0;
}

.blog-heading-bar img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 140px;
}

.long-icon-bar .heading-bg-bar {
	padding-left: 15px;
}

.heading-bg-bar {
	background: #f0f0f0;
	padding: 20px 75px 20px 20px;
	height: 100px;
}

.graphic-heading-section h2 {
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.graphic-heading-section.long-icon-bar img {
	width: 200px;
}

.graphic-heading-section img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 140px;
}

.graphic-heading-section p {
	margin: 0;
}

.graphic-heading-section {
	position: relative;
	padding: 20px 75px 20px 0;
	min-height: 140px;
	margin-bottom: 20px;
}

.vc_col-sm-4.solution-icon-column {
	width: calc(33.33333333% - 30px);
	margin: 0 15px 35px 15px;
	border: 1px solid #e6e6e6;
	padding: 30px 0 0 0;
}

body .wpb_single_image.solution-icon .vc_figure .vc_single_image-wrapper {
	height: 125px;
}

.wpb_single_image.solution-icon img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.wpb_content_element.solution-icon-title {
	text-align: center;
	margin-bottom: 15px;
}

.solution-icon-title p {
	font-weight: 500;
}

.wpb_text_column.solution-icon-title p a {
	color: #000;
	font-weight: 500;
}

.h2-bottom-3 {
	padding-top: 11px !important;
}

.vc_row-fluid.vc_custom_1716865580180,
.vc_row-fluid.vc_custom_1716865610691,
.vc_row-fluid.vc_custom_1716865467778 {
	margin-left: 0px !important;
	margin-right: 0px !important;
	background-size: cover !important;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}

/** -- **/

/** Retail text center **/
.vc_inner.vc_row-fluid.column-image {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.vc_inner.vc_row-fluid.column-image .vc_column-inner .heading,
.vc_inner.vc_row-fluid.column-image .img-left-width .vc_column-inner,
.vc_inner.vc_row-fluid.column-image .vc_col-sm-8 .vc_column-inner {
	padding-top: 0px !important;
}
.awsm-grid-wrapper .awsm-grid>.awsm-grid-card
.column-image .vc_custom_1716512577345 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.vc_inner.vc_row-fluid.column-image .img-left-width {
	flex-grow: 1;
}

.vc_inner.vc_row-fluid.column-image .vc_col-sm-8 {
	flex-grow: 2;
	padding-top: 20px;
}

.vc_inner.vc_row-fluid.column-image .vc_col-sm-12 {
	flex-basis: 100%;
}

.vc_inner.vc_row-fluid.column-image .img-left-width {
	width: 100px;
}

.text-justified p {
	text-align: justify !important;
	text-align-last: center;
}

.right-content .vc_col-sm-6:nth-child(1) {
	padding-right: 0;
}

.widget-area .widget_recent_entries ul li .post-date {
	padding: 0 0 15px 0;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 16px;
}

/** browse icons **/
.icon-column {
	padding: 0px 0px 0 0px !important;
}

.icon-column .vc_column-inner {
	padding-top: 15px;
}

.icon-column .vc_column-inner .wpb_content_element {
	margin-bottom: 15px;
}

.icon-column .vc_column-inner .wpb_content_element p {
	text-align: left !important;
}

.experts-intro-row p {
	font-size: 18px;
	line-height: 24px;
}

.column-fixed-height .text-white.text-center p {
	font-size: 28px !important;
	line-height: 36px !important;
}

.roboto-text,
.roboto-text p,
.roboto-text p a,
.roboto-text h4,
.roboto-text h2,
.roboto-text h3,
.roboto-text h1,
.article-text .blog-details-content strong {
	font-family: "Roboto" !important;
}

.roboto-text p b,
.roboto-text strong,
.roboto-text p strong {
	font-family: "Roboto Bold" !important;
	font-weight: 700;
}

.industries-icon-list .vc_col-sm-2 .wpb_single_image img {
	width: 100px !important;
}

.entry-content .solutions-row .solutions-box.vc_column_container,
.entry-content .solutions-second-row .solutions-box.vc_column_container {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.gform_button.button,
.hs-form-6939a465-2bc0-4f6f-9f9e-a486e07f498f_808a6de9-0499-4436-bf0d-77570b34f748
.hs-button {
	text-transform: uppercase;
	padding: 15px;
	color: #fff !important;
	background-color: #ff7b0f;
	border: unset;
}

.page-contact-us a.uk-button:hover {
	color: #fff;
}

.page-contact-us a.uk-button {
	text-transform: uppercase;
}

.p-20 .wpb_text_column p {
	font-size: 18px;
	line-height: 24px;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
	font-weight: 300 !important;
	font-family: "Oswald Light" !important; // to override theme
}

.widget-area h1,
.widget-area h2,
.widget-area h3 {
	font-size: 24px !important;
	font-family: "Oswald" !important; // to override theme
}

.browse-row .icon-column .wpb_text_column {
	padding: 0 20px 30px 20px;
}

.column-fixed-height .text-white.text-small .wpb_wrapper p {
	font-size: 16px !important;
	line-height: 20px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.logos-accordion .wpb_single_image img {
	max-width: 85%;
	vertical-align: middle;
}

#header-mobile,
#header-desktop {
	display: flex;
	justify-content: center;
	align-items: center;
}
.uk-container.full-width {
	padding-top: 0px;
}

.error-page-content a {
	font-family: Oswald, Arial, Helvetica, sans-serif;
}
.sidebar .recent-posts h4 {
	font-family: "Oswald" !important;
}

.logos-accordion .wpb_single_image img {
	max-width: 85%;
	vertical-align: middle;
}

/** -- **/
/*** Footer ***/
footer {
	letter-spacing: -0.025em;
}

footer.footer-area {
	padding-top: 85px;
}

footer.footer-area h2,
footer.footer-area h3,
footer.footer-area p {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

footer.footer-area a {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}

.footer-area .single-footer-widget ul li a,
.footer-area .widget_recent_entries ul li a,
.footer-careers a {
	color: #fff;
}

footer.footer-area h2,
footer.footer-area h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-area .single-footer-widget ul {
	padding-left: 0;
}

.footer-area .single-footer-widget ul li {
	margin-bottom: 5px;
}

footer li::before,
footer h3 + .bar {
	display: none;
}

.single-footer-widget p {
	color: #fff !important;
	/* needed to override use of !important from parent theme */
}

.single-footer-widget p:not(:last-child),
.footer-area .widget_recent_entries ul li {
	margin-bottom: 20px;
}

.footer-area .widget_recent_entries ul li a {
	font-weight: 400;
	font-size: 18px;
}

.footer-area .widget_recent_entries ul li .post-date {
	margin-top: 0;
	font-size: 18px;
	color: #a1a1b0;
	text-transform: none;
}

.footer-contact-info {
	height: max-content;
}

.footer-contact-info a {
	color: #ff6900;
}

.widget_text.footer-contact-info p {
	margin: 0;
}

.footer-area .uk-grid-match > .item:last-child {
	flex-wrap: nowrap;
	flex-direction: column;
}

.footer-area .uk-grid-match > * > .footer-contact-info,
.footer-area .uk-grid-match > * > .footer-careers {
	flex: initial;
}

.copyright-area {
	border-top-color: #69696f;
}

footer.footer-area .widget_recent_entries ul li .post-date,
.footer-contact-info p {
	color: #fff !important;
}

footer.footer-area .uk-container p,
.footer-area .uk-container .widget_recent_entries ul li a,
footer.footer-area .uk-container .widget_recent_entries ul li .post-date,
.footer-area .uk-container .single-footer-widget ul li a {
	font-size: 15px;
}

footer.footer-area .uk-container .uk-grid .item {
	padding-left: 30px;
}

/*** Mobile ***/
/* 767 and below */
@media only screen and (max-width: 767px) {
	/* Header */
	.header-area.light {
		padding: 20px 0;
	}

	.logo .navbar-brand img {
		max-width: 175px;
	}

	/*** Home ***/
	.home .uk-container.full-width {
		padding-top: 72px;
	}

	.home .uk-container.full-width > article {
		padding-top: 0;
	}

	/* Home - Main Banner */
	.home-main-banner .main-banner {
		min-height: 300px;
		padding-top: 0;
		padding-bottom: 0;
		background-position: top right;
		background-size: cover;
		border: none;
	}

	.home-main-banner .main-banner > .d-table {
		height: 300px;
	}

	.home-main-banner .main-banner-content {
		max-width: 250px;
		padding: 5px 15px 15px;
		background: rgba(255, 255, 255, 0.8);
	}

	.home-main-banner .main-banner-content h2 {
		margin-bottom: 0;
		font-size: 26px;
		line-height: 28px;
	}

	.home-main-banner .main-banner-content .uk-button {
		margin-top: 15px;
		padding: 15px;
		font-size: 16px;
		line-height: 16px;
	}

	/* Home - Logo Slider */
	.client-logo-row .partner-area {
		padding-top: 30px !important;
		/* needed to override use in theme */
		padding-bottom: 30px;
	}

	.client-logo-row .partner-area .item a img {
		max-width: 150px;
	}

	/* Home - Experts */
	.experts-section:not(.before-footer) {
		margin-top: 50px;
	}

	.experts-intro-row h2 {
		margin-bottom: 25px;
		font-size: 36px;
		line-height: 36px;
	}

	.experts-intro-row p {
		font-size: 18px;
		line-height: 27px;
	}

	.experts-content-row:not(.before-footer) {
		margin-top: 15px;
	}

	.experts-content-col {
		padding: 20px 0;
	}

	.experts-content-col .vc_icon_element.vc_icon_element-outer,
	.experts-content-col .wpb_content_element {
		margin-bottom: 0;
	}

	.experts-content-col blockquote {
		margin-top: 0;
	}

	.experts-content-col p {
		font-size: 24px;
		line-height: 32px;
	}

	.experts-content-col blockquote span {
		font-size: 14px;
		line-height: 20px;
	}

	.experts-section.before-footer {
		margin-top: 0;
	}

	.experts-content-row.before-footer {
		margin-top: 0;
	}

	/* Home - Benefits */
	.benefits-section {
		margin-top: 50px;
	}

	.benefits-title-col {
		margin-bottom: 0;
	}

	.benefits-section h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.benefits-section p {
		font-size: 18px;
		line-height: 24px;
	}

	.benefit-options-row {
		margin-top: 15px;
	}

	.benefits-options-col .wpb_content_elemnt {
		margin-bottom: 30px;
	}

	.benefits-list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.benefits-list li {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 22px;
	}

	.benefits-list img {
		max-width: 80px;
	}

	/** Industries - Sub Pages **/
	.wpb-content-wrapper .right-content {
		padding-left: 0;
	}

	.column-image .img-left-width {
		width: 100%;
	}

	.column-image .img-left-width .wpb_single_image.vc_align_center {
		text-align: left;
	}

	.column-image .vc_column-inner,
	.column-image .wpb_text_column {
		padding-top: 5px !important;
	}

	.column-image .wpb_text_column {
		margin-bottom: 15px !important;
	}

	.column-image .wpb_text_column.heading p {
		padding-left: 15px;
	}

	.contactus-section .contactus-left .colored-text-box,
	.contactus-section .vc_column-inner {
		padding: 0 !important;
	}

	/** -- End of Industries - Sub Pages -- **/

	.logos-accordion .vc_col-sm-3 {
		margin-right: 5px;
		width: 45.33% !important;
	}

	.logos-accordion.vc_tta .vc_tta-panel-body {
		padding: 15px !important;
	}

	/** home **/
	.home-main-banner .uk-container {
		position: absolute;
		left: 20%;
		transform: translate(0, -30%);
	}

	/** header **/
	.header-info.top-light .uk-container {
		display: block;
	}

	.header-info.top-light .header-util-wrap {
		display: none;
	}

	.solutions-row .solutions-box.vc_col-sm-3 {
		width: 100% !important;
	}

	.solutions-box.vc_col-sm-1\/5 {
		width: 100%;
	}

	.solutions-row {
		max-width: 100% !important;
		width: 100% !important;
	}

	.solutions-box.fixed-width.vc_col-sm-1\/5 {
		width: 0 !important;
		height: 0 !important;
	}

	.browse-row .icon-column .wpb_text_column {
		padding: 0px;
	}

	.grow-section .fixed-width {
		display: none;
	}

	.grow-section .wpb_text_column {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}

	.grow-section .vc_column-inner {
		padding: 0 !important;
	}

	.solutions .ready-short {
		width: 100% !important;
	}

	/** -- **/
	.page-top-banner h2 {
		font-size: 32px;
		/*         padding-top:50px; */
	}

	.page-top-banner .vc_column-inner {
		background: rgba(255, 255, 255, 0.8);
		align-items: center;
		top: 57%;
		transform: translate(0, -50%);
		padding: 20px !important;
		position: absolute;
	}

	.p-t-20 {
		padding-top: 0px;
	}

	.industries-intro .vc_column-inner {
		padding-top: 0 !important;
	}

	.hide-mobile {
		display: none !important;
	}

	.hide-desktop {
		display: block !important;
	}

	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	body .wpb-content-wrapper .page-top-banner {
		margin-top: 0px;
		height: 300px;
	}

	.page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		height: 230px;
		margin-top: 77px;
	}

	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		margin-top: 77px;
	}

	.page-top-banner .vc_column-inner {
		width: 250px;
		position: absolute;
		left: 15%;
		transform: translate(0, -30%);
	}

	.page-top-banner .vc_column-inner h2 {
		font-size: 26px;
		line-height: 28px;
		font-weight: 300;
		letter-spacing: -0.025em;
		color: #4f5066;
		padding: 8px 0;
		position: relative;
		z-index: 1;
		font-family: Oswald, Arial, Helvetica, sans-serif;
	}

	.page-top-banner.vc_row-has-fill > .vc_column_container > .vc_column-inner {
		padding-top: 15px;
	}

	/** industries **/
	.industries-icon-list .vc_col-sm-1\/5,
	.industries-icon-list .wpb_single_image img {
		height: 100px !important;
		width: 100px !important;
	}

	.ready-to-section .vc_column-inner {
		margin-left: 0 !important;
		padding: 30px;
	}

	.ready-to-section.vc_column_container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.experts-content-col.fixed-height {
		height: 471px;
	}

	.newsletter-form .vc_column-inner,
	.newsletter-section {
		padding: 30px !important;
	}

	.small-mailchimp-form {
		width: 100%;
		margin: 0 auto;
	}

	.industries-partner .client-logo-row .partner-area {
		padding-top: 0 !important;
	}

	/** -- **/
	/** Industries sub pages **/
	.vc_row .sidebar.left.vc_col-sm-3,
	.entry-content .wpb-content-wrapper .right-content,
	.sidebar.left.vc_col-sm-9,
	.uk-sidebar.vc_col-sm-3 {
		width: 100%;
	}

	.vc_row .sidebar.left.vc_col-sm-3 .vc_column-inner {
		margin-left: 0 !important;
	}

	.sidebar-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.column-block {
		padding-right: 0 !important;
	}

	.entry-content .wpb-content-wrapper .right-content,
	.blog-area .custom-col-8 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	/** -- **/
	/** -- solutions - sub pages **/
	.solution-icon-title p {
		text-align: center !important;
	}

	.vc_row.browse-row > .icon-column .vc_column-inner {
		margin-left: 0px !important;
		margin-right: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	/** resources **/
	.blog-area .uk-container .custom-row,
	.blog-details-area .uk-container .custom-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.blog-area.uk-blog .custom-col-8,
	.blog-area.uk-blog .custom-col-4,
	.blog-details-area .custom-col-8,
	.blog-details-area .custom-col-4 {
		width: 100%;
	}

	.blog-area.uk-blog .uk-container .custom-col-8 .gunter-breadcrumbs,
	.blog-area.uk-blog .uk-container .custom-col-8 .custom-row,
	.blog-area.uk-blog .uk-container .custom-col-8 .pagination-area,
	.blog-details-area .uk-container .custom-col-8 .gunter-breadcrumbs,
	.blog-details .custom-col-8,
	.blog-details .custom-col-8 .article-text {
		padding-left: 0 !important;
	}

	.blog-area.uk-blog .format-standard .single-blog-post .blog-post-content {
		margin-left: 0;
	}

	.blog-area.uk-blog .custom-row .custom-col-12 {
		padding-right: 0;
	}

	/** Home **/
	.home .benefits-list {
		justify-content: center;
		margin: 0;
	}

	/** tab logo **/
	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid {
		display: flex;
	}

	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid .vc_col-sm-3 {
		width: 70%;
	}

	.column-image .img-left-width .wpb_single_image.vc_align_center,
	.column-image .wpb_text_column.heading p {
		text-align: center !important;
	}

	.home .main-banner-slider button.owl-prev,
	.home .main-banner-slider button.owl-next {
		top: 64%;
	}

	.hide-desktop {
		display: block !important;
	}

	.home .home-main-banner .uk-container {
		left: 12%;
	}

	.home .home-main-banner .main-banner-content {
		max-width: 230px;
	}

	.page-top-banner .vc_column-inner {
		width: 230px !important;
		left: 0% !important;
	}

	.page-top-banner .vc_column-inner {
		background: unset;
	}

	.page-top-banner .vc_column-inner:has(.wpb_text_column) {
		background: rgba(255, 255, 255, 0.8);
	}

	.middle-text .vc_column-inner {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(7.33%);
	}
	.text-grey.ready-heading p {
		line-height: 38px;
	}
	.integrations .vc_row:nth-of-type(odd) {
		float: left;
		width: 50%;
	}
	.integrations .vc_row:nth-of-type(even) {
		float: right;
		width: 50%;
	}

	.page-id-9931 .wpb-content-wrapper .page-top-banner {
		margin-top: 60px;
	}

	.button-inline {
		display: inline-block;
	}
	.contact-page-box .uk-button.uk-button-default {
		width: 100%;
	}
	.button-left {
		float: left;
		margin-right: 20px;
	}
	.button-right {
		float: right;
	}
	.m-l-0 .vc_column-inner {
		margin-left: 0 !important;
	}
	.no-padding.vc_column_container > .vc_column-inner,
	.browse-row > .icon-column ~ .icon-column,
	.second-row > .icon-column ~ .icon-column,
	.solution-icon-column .vc_column-inner,
	.no-padding.vc_custom_1718913470629 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.right-content .vc_custom_1717552599844 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.m-t-10 {
		margin-top: 10px;
	}

	.right-content .vc_custom_1714442452861 {
		margin-left: 0px !important;
	}
	.wpb_single_image.fixed-image img {
		height: auto;
	}
	.page-top-banner .vc_column-inner {
		top: 52%;
		transform: translate(0, -50%);
	}

	.hide-mobile {
		display: none !important;
	}

	.hide-desktop.page-top-banner {
		display: flex !important;
	}
	.hide-mobile.page-top-banner {
		display: none !important;
	}
	.multi-page-menu {
		height: 77px;
	}
	body article.page {
		padding-top: 0 !important;
	}
	.home-main-banner .uk-container {
		transform: translate(0, -50%);
	}
}

/* 639 and below */
@media only screen and (max-width: 639px) {
	/* Footer */
	.footer-area .uk-grid > .item {
		margin-bottom: 20px;
	}

	.footer-contact-info {
		margin-bottom: 40px;
	}

	.widget_text.footer-contact-info .phone + p {
		margin-bottom: 15px;
	}
}

/*** Tablet / Desktop ***/
/* 640 and up */
@media only screen and (min-width: 640px) {
	/* Footer */
	.footer-contact-info {
		margin: 30px 0 35px;
		padding-bottom: 40px;
		border-bottom: 1px solid #69696f;
	}

	.widget_text.footer-contact-info .phone + p {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	/** Solution **/
	.solutions-row .solutions-box.vc_col-sm-3 {
		width: 50% !important;
	}

	.solutions-box.vc_col-sm-1\/5 {
		width: 50%;
	}

	.solutions-row {
		max-width: 100% !important;
		width: 100% !important;
	}

	.solutions-box.fixed-width.vc_col-sm-1\/5 {
		width: 0 !important;
		height: 0 !important;
	}

	.grow-section .wpb_text_column {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}

	.grow-section .vc_column-inner {
		padding: 0 !important;
	}

	.solutions .ready-short {
		width: 100% !important;
	}

	/** -- **/
	.browse-row .icon-column .wpb_wrapper {
		display: flex;
		gap: 0px;
		align-items: center;
	}

	.browse-row .icon-column .wpb_single_image {
		padding-left: 5px;
	}

	.browse-row .icon-column .wpb_text_column {
		width: 170px;
		padding: 5px;
	}

	.browse-row .icon-column .wpb_text_column p {
		font-size: 15px;
		margin-left: 15px;
	}

	.icon-column .vc_column-inner {
		padding-left: 10px;
		padding-right: 0px !important;
	}
}

/* Ipad Screen */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
	/* ipad portrait */
	/** Industries - Sub Pages **/
	.column-image .img-left-width.vc_col-sm-2 {
		width: 25%;
	}

	.contactus-section .contactus-left .colored-text-box,
	.contactus-section .vc_column-inner {
		padding: 0 10px 0 0 !important;
	}

	/** tab logo **/
	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid {
		display: flex;
	}

	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid .vc_col-sm-3 {
		width: 21.33%;
	}

	.page-top-banner .vc_column-inner {
		background: unset !important;
	}

	.hide-mobile {
		display: block !important;
	}

	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		height: 350px;
	}
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
	/* ipad landscape */
	/** Industries - Sub Pages **/
	.column-image .img-left-width.vc_col-sm-2 {
		width: 15%;
	}

	.column-image .heading {
		padding-top: 15px !important;
	}

	/** End of Industries - Sub Pages **/

	/** tab logo **/
	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid {
		display: flex;
	}

	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid .vc_col-sm-3 {
		width: 21.33%;
	}

	.page-top-banner .vc_column-inner {
		background: unset !important;
	}

	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		height: 350px;
	}
}

@media only screen and (width: 820px) and (height: 1180px) {
	/* ipad air landscape */
	/** Industries - Sub Pages **/
	.column-image .heading {
		padding-top: 15px !important;
	}

	/** End of Industries - Sub Pages **/

	/** tab logo **/
	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid {
		display: flex;
	}

	.logos-accordion .vc_tta-panel-body .vc_inner.vc_row-fluid .vc_col-sm-3 {
		width: 21.33%;
	}

	.page-top-banner .vc_column-inner {
		background: unset !important;
	}

	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		height: 350px;
	}
}

@media only screen and (width: 1180px) and (height: 820px) {
	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner {
		height: 350px;
	}
}

/* 768 and up */
@media only screen and (min-width: 768px) {
	/* Home - Main Banner */
	.home-main-banner .main-banner-content .uk-button {
		margin-top: 25px;
		padding: 20px 25px;
		font-size: 22px;
		line-height: 22px;
	}

	/* Home - Experts */
	.experts-section.before-footer {
		margin-top: 18px;
	}

	.experts-intro-row h2 {
		margin-bottom: 50px;
	}

	/* Home - Logo Slider */
	.client-logo-row .owl-carousel.owl-drag .owl-item {
		margin: 0 30px !important;
		/* needed to override inline style */
	}

	/* Home - Benefits */
	.benefits-col1,
	.benefits-col2 {
		max-width: 630px;
	}

	.benefit-options-row {
		margin-top: 40px;
	}

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

	.sidebar-row.vc_col-sm-9 {
		width: 70%;
	}

	.p-t-20 {
		padding-top: 0px;
	}

	.hide-mobile {
		display: block !important;
	}

	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.vc_column_container {
		padding-left: 0px;
	}

	.ready-to-section.vc_column_container {
		padding-left: 0;
		padding-right: 80px;
	}

	.ready-to-section .vc_column-inner {
		align-content: center;
		padding-left: 25px !important;
		padding-right: 25px !important;
		padding-top: 0px;
	}

	.newsletter-form .vc_column-inner,
	.newsletter-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (min-width: 991px) and (max-width: 1150px) {
	.home-main-banner .main-banner-content {
		max-width: 360px;
		padding: 30px;
		background: rgba(255, 255, 255, 0.8);
	}
	.home-main-banner .uk-container {
		position: absolute;
		left: 10%;
		transform: translate(0, -50%);
	}
}

/* 768 up to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Home - Main Banner */
	.home-main-banner .main-banner {
		height: 547px;
		padding: 0;
		background-position: top right;
		background-size: cover;
		border: none;
	}

	.home-main-banner .main-banner-content {
		padding: 0 0 0 55px !important;
		/* needed to override theme use */
	}

	.home-main-banner .main-banner-content h2 {
		font-size: 78px;
		line-height: 84px;
	}

	.home-main-banner .main-banner-slider .owl-prev {
		top: 50%;
		bottom: 0;
		left: 0;
	}

	.home-main-banner .main-banner-slider .owl-next {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	/* Home - Logo Slider */
	.client-logo-section .uk-section {
		padding-bottom: 40px;
	}

	.client-logo-section .partner-slides {
		padding: 0;
	}

	.client-logo-row .owl-carousel.owl-drag .owl-item {
		margin: 0 30px !important;
		/* needed to override inline style */
	}

	/* Home - Experts */
	.experts-section:not(.before-footer) {
		margin-top: 75px;
	}

	.experts-intro-row h2 {
		font-size: 54px;
		line-height: 54px;
	}

	.experts-intro-row p {
		font-size: 20px;
		line-height: 32px;
	}

	.experts-content-row .expert-quote-col {
		width: 100%;
	}

	.experts-content-col .vc_icon_element:not(:last-of-type),
	.expert-quote-col .wpb_content_element {
		margin-bottom: 0;
	}

	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-inner {
		width: 24px;
		height: 24px;
	}

	.experts-section
	.experts-content-row
	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-icon {
		font-size: 24px !important;
		/* needed to override use by theme */
		line-height: 24px !important;
		/* needed to override use by theme */
	}

	.experts-content-col blockquote {
		margin-top: 0;
		padding: 10px 15px !important;
		/* needed to override theme use */
	}

	.experts-content-col p {
		font-size: 24px;
		line-height: 32px;
	}

	.experts-content-col blockquote span {
		font-size: 14px;
		line-height: 20px;
	}

	/* Home - Benefits */
	.benefits-section {
		margin-top: 120px;
	}

	.benefits-title-col {
		margin-bottom: 15px;
	}

	.benefits-section h3 {
		font-size: 45px;
		line-height: 45px;
	}

	.benefits-section p {
		font-size: 18px;
		line-height: 24px;
	}

	.benefits-list li {
		font-size: 18px;
		line-height: 21px;
	}

	.benefits-list img {
		max-width: 46px;
	}

	.page-top-banner .vc_column-inner {
		width: 230px !important;
		left: 0% !important;
	}

	.page-top-banner .vc_column-inner {
		background: unset;
	}

	.page-top-banner .vc_column-inner:has(.wpb_text_column) {
		background: rgba(255, 255, 255, 0.8);
	}

	.home-main-banner .main-banner-slider .owl-prev {
		top: 60%;
		bottom: 0;
		left: 0;
	}

	.home-main-banner .main-banner-slider .owl-next {
		top: 60%;
		right: 0;
		bottom: 0;
	}

	.hide-tablet {
		display: none !important;
	}

	.page-top-banner .vc_column-inner {
		background: unset !important;
	}

	.hide-mobile {
		display: block !important;
	}

	.page-top-banner .vc_column-inner:has(.wpb_text_column) {
		background: rgba(255, 255, 255, 0.8) !important;
	}
	.page-top-banner .vc_col-sm-12 {
		width: 300px;
	}
	.page-top-banner h2 {
		font-size: 35px;
		line-height: 1.2em;
	}
	#header-desktop {
		justify-content: left;
	}
	.page-top-banner .vc_column-inner {
		padding: 30px !important;
		width: 300px !important;
	}
	.home-main-banner .main-banner-content h2 {
		font-size: 58px;
		line-height: 72px;
	}
	.home-main-banner .main-banner-content {
		max-width: 360px;
		padding: 30px !important;
		background: rgba(255, 255, 255, 0.8);
	}
	.home-main-banner .uk-container {
		position: absolute;
		left: 6%;
		transform: translate(0, -50%);
	}

	body article.page {
		padding-top: 0 !important;
	}
	.page-top-banner h2 {
		font-size: 40px;
		line-height: 1em;
	}
}

/* 960 and up */
@media only screen and (min-width: 960px) {
	.partner-area.uk-section {
		padding-bottom: 40px;
	}
	/* Footer */
	footer > .uk-container .item:nth-child(2) {
		padding-left: 80px !important;
	}

	footer > .uk-container .item:nth-child(3) {
		padding-left: 80px !important;
	}

	.footer-area .uk-grid-match > .item:last-child {
		padding-left: 25px !important;
	}
}

/* 992 and up */
@media only screen and (min-width: 992px) {
	/* Home - Main Banner */
	.home-main-banner .main-banner {
		min-height: 650px;
		height: 650px;
		background-position: top right;
		background-size: cover;
	}

	.home-main-banner .main-banner-slider .owl-prev {
		left: 10px;
	}

	.home-main-banner .main-banner-slider .owl-next {
		right: 10px;
	}

	.home-main-banner .main-banner-content {
		max-width: 455px;
	}

	.home-main-banner .main-banner-content h2 {
		font-size: 64px;
		line-height: 72px;
	}

	/* Home - Logo Slider */
	.client-logo-section {
		margin-top: 70px;
	}

	/* Home - Experts */
	.experts-section:not(.before-footer) {
		margin-top: 95px;
	}

	.experts-intro-row h2 {
		font-size: 72px;
		line-height: 60px;
	}

	.experts-content-col .vc_icon_element:not(:last-of-type) {
		margin-bottom: 10px;
	}

	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-inner {
		width: 30px;
		height: 30px;
	}

	.experts-section
	.experts-content-row
	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-icon {
		font-size: 30px !important;
		/* needed to override use by theme */
		line-height: 30px !important;
		/* needed to override use by theme */
	}

	.experts-content-row .expert-quote-col {
		width: 100%;
	}

	.expert-quote-col .wpb_content_element {
		margin: 0 0 10px;
	}

	.experts-content-col blockquote {
		margin: 0 0 10px;
		padding-top: 0 !important;
		/* needed to override theme use */
		padding-bottom: 0 !important;
		/* needed to override theme use */
	}

	.experts-content-col p {
		font-size: 26px;
		line-height: 38px;
	}

	.experts-content-col blockquote span {
		font-size: 18px;
		line-height: 24px;
	}

	.experts-content-col .name {
		margin-top: 25px;
	}

	/* Home - Benefits */
	.benefits-section {
		margin-top: 160px;
	}

	.benefits-title-col {
		margin-bottom: 30px;
	}

	.benefits-section h3 {
		font-size: 60px;
		line-height: 60px;
	}

	.benefits-section p {
		font-size: 18px;
		line-height: 24px;
	}

	.benefits-list li {
		line-height: 28px;
		font-size: 24px;
	}

	.benefits-list img {
		max-width: 93px;
	}

	.home .client-logo-section {
		margin-top: 0px;
	}

	.home .benefits-section {
		margin-top: 80px;
	}

	.home .benefits-list li {
		line-height: 20px;
		font-size: 16px;
	}

	.hide-mobile {
		display: block !important;
	}
}

/* 992 up to 1200 */
@media only screen and (min-width: 992px) and (max-width: 1299px) {
	/* Home - Main Banner */
	.home-main-banner .main-banner-content {
		padding: 0 0 0 0px;
	}
	.home .partner-area.uk-section {
		padding-bottom: 40px;
	}

	.home .main-banner-slider button.owl-prev,
	.home .main-banner-slider button.owl-next {
		top: 57%;
	}

	.experts-content-col blockquote p span {
		font-size: 16px;
		line-height: 20px;
	}

	.header-area .navbar .uk-navbar-nav li .uk-nav-sub {
		width: 230px;
	}

	.hide-desktop {
		display: none !important;
	}
}

/* 1200 and up */
@media only screen and (min-width: 1200px) {
	/* Common */
	.header-info,
	.header-area,
	footer-area .uk-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	/* Home - Experts */
	.experts-content-row .expert-quote-col {
		width: auto;
		max-width: 550px;
	}

	.experts-content-col .vc_icon_element:not(:last-of-type) {
		margin-bottom: 25px;
	}

	.experts-content-col .vc_icon_element:not(:first-of-type) {
		margin-top: 5px;
	}

	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-inner {
		width: 30px;
		height: 30px;
	}

	.experts-section
	.experts-content-row
	.experts-content-col
	.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-icon {
		font-size: 34px !important;
		/* needed to override use by theme */
		line-height: 34px !important;
		/* needed to override use by theme */
	}

	.expert-quote-col .wpb_content_element {
		margin-bottom: 25px;
	}

	.experts-content-col p {
		font-size: 28px;
		line-height: 44px;
	}

	.experts-content-col blockquote span {
		font-size: 20px;
		line-height: 28px;
	}

	/** home **/
	.main-banner-slider {
		height: 650px;
	}

	/** home banner **/
	.home-main-banner .uk-container {
		position: absolute;
		top: 44%;
		left: 15%;
		transform: translate(0, -50%);
	}

	#home .home-main-banner .main-banner .d-table {
		display: inline;
	}

	.vc_column_container {
		padding-left: 0px;
	}

	.p-t-20 {
		padding-top: 30px;
	}

	.uk-container,
	.vc-container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.experts-content-col p.p-36 {
		font-size: 26px;
		line-height: 38px;
	}

	body .page-top-banner {
		background-position: top 0px left 84% !important;
	}
	.hide-mobile.page-top-banner {
		display: flex !important;
	}
	.hide-desktop.page-top-banner {
		display: none !important;
	}
	.home .home-main-banner .uk-container {
		left: 10%;
	}
}

/* 1200 up to 1350 */
@media only screen and (min-width: 1200px) and (max-width: 1349px) {
	/* Home - Benefits */
	.benefits-section.vc_section {
		margin-right: 0;
		margin-left: 0;
	}
}

/* 1300 and up */
@media only screen and (min-width: 1300px) {
	/* Home - Main Banner */
	.home-main-banner .uk-container {
		padding: 0 0px;
	}

	/* Home - Logo Slider */
	.client-logo-row .owl-carousel.owl-drag .owl-item {
		margin: 0 45px !important;
		/* needed to override inline style */
	}
}

/* 1440 and up */
@media only screen and (min-width: 1440px) {
	/* Home - Experts */
	.experts-content-col .vc_icon_element:not(:last-of-type) {
		margin-bottom: 65px;
	}

	.experts-content-col .vc_icon_element:not(:first-of-type) {
		margin-top: 45px;
	}
}

/* 1650 and up */
@media only screen and (min-width: 1650px) {
	/* Home - Main Banner */
	.home-main-banner .main-banner-slider .owl-prev {
		left: 50px;
	}

	.home-main-banner .main-banner-slider .owl-next {
		right: 50px;
	}
}

@media (min-width: 768px) and (max-width: 920px) {
	body .page-top-banner {
		background-position: bottom 0 left 85% !important;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.hide-desktop.page-top-banner {
		display: none !important;
	}
	.hide-mobile.page-top-banner {
		display: flex !important;
	}
	.solutions-box.fixed-width {
		display: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.solutions-box .vc_custom_1717182045310,
	.solutions-box .vc_custom_1717182033490 {
		margin-left: 0 !important;
	}
	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner,
	body .page-top-banner,
	body.page-template-page-left-sidebar .page-title-area,
	body.category .page-title-area {
		height: 285px;
	}
	.wpb_single_image.fixed-image img,
	.fixed-height {
		height: auto;
	}
}

@media (min-width: 920px) and (max-width: 1040px) {
	body .page-top-banner {
		background-position: bottom 0 left 90% !important;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	body .page-top-banner {
		background-position: top 0 left 90% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	#header-desktop {
		justify-content: left;
	}
	.page-top-banner .vc_col-sm-12 {
		width: 375px;
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	body .page-top-banner {
		background-position: bottom 0 left 90% !important;
	}
}

@media only screen and (width: 1366px) and (height: 1024px) {
	body .page-top-banner.parent-page,
	body.blog .page-top-banner,
	body.single-post .page-top-banner,
	body .page-top-banner,
	body.page-template-page-left-sidebar .page-title-area,
	body.category .page-title-area {
		height: 350px;
	}
}

@media (max-width: 678px) {
	.awsm-grid-wrapper .grid-2-col > .awsm-grid-card {
		width: 100% !important;
		height: 292px;
	}
}
