/* ********** TABLE OF CONTENTS *****

 1.0 - GENERAL

 2.0 - NAVIGATION

 3.0 - HOME PAGE

 4.0 - WORK
 5.0 - SERVICES/SOLUTIONS
 6.0 - ABOUT
 6.1 - GROWTH MARKETING AGENCY

 7.0 - BLOG LISTING (INSIGHTS)
 7.1 - BLOG SINGLE (INSIGHTS)
 7.2 - CASE STUDIES

 8.0 - CONTACT

 9.0 - PRIVACY POLICY
 9.1 - ACCESSIBILITY STATEMENT
 9.2 - THANK YOU
 9.3 - 404

10.0 - FOOTER

11.0 - MISC

12.0 - MEDIA QUERIES

*********************************** */

/* ********** 1.0 - GENERAL ********** */

body {
	font-family: 'proxima-soft', sans-serif !important;
}

.test-hero {
	height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@import url("https://use.typekit.net/vvn6wrs.css");
/* @import url("https://use.typekit.net/djc2nyj.css"); */

.footer-cta .col-md-8 img {
	width: 100%;
}

.post, .page {
	margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-soft', sans-serif;
}

h1 {
	font-size: 3.75rem !important;
	line-height: 1em;
	font-weight: 400;
}

h2 {
	font-size: 3.25rem;
	line-height: 1em;
	font-weight: 400;
}

h3 {
	font-size: 2.75rem;
	line-height: 1em;
	font-weight: 400;
}

h4 {
	font-size: 2.25rem;
	line-height: 1em;
	font-weight: 400;
}

h5 {
	font-size: 2rem;
	line-height: 1em;
	font-weight: 400;
}

h6 {
	font-size: 1.75rem;
	line-height: 1em;
	font-weight: 400;
}

p {
	font-family: 'Proxima Nova', sans-serif;
	font-family: 'proxima-soft', sans-serif;
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 1em !important;
}

p {
    font-size: 18px;
}

.fw-semibold {
	font-weight: 600;
}

.span-bold {
	font-weight: bold;
}

.text-red {
	color: #FA114D;
}

.relative {
	position: relative;
}

.container {
	max-width: 1400px !important;
}

.sb-btn {
	font-family: 'proxima-soft', sans-serif;
	font-size: 18px;
    line-height: 18px;
	background: #190B28;
    border: 1px solid #190B28;
	padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
	color: #fff !important;
	transition: all .5s;
	text-align: center;
	height: auto;
}

.sb-btn:hover {
	background: #FA114D;
	border: 1px solid #FA114D;
	transition: all .5s;
}

.padding-5 {
	padding: 5%;
}

.padding-top-20 {
	padding-top: 20px;
}

.flex-align-center {
	align-items: center;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
	background-image: url('https://smartboost.com/wp-content/uploads/2023/01/sb_home_parallax.webp');
	background-position: right;
}

.hideme {
	display: none;
}

body {
	overflow: initial !important;
}

/* Footer CTA */

.footer-cta {
	padding: 100px 20px;
}

.footer-cta .sb-btn {
	width: 280px;
}

.footer-cta .sub-head {
	margin-bottom: 20px;
}

.footer-cta .sub-head span {
	margin-left: 10px;
    position: relative;
    top: 2px
}

.footer-cta h2 {
	margin-bottom: 40px;
}

/* Bootstrap */

.py-10 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

/* ********** 2.0 - NAVIGATION *********** */

.site-header {
	padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
	
	background-color: rgba(255, 255, 255, .97);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin: 1.5% 2%;
    width: calc(100% - 4%);
	box-shadow: 0 6px 50px 1px rgb(0 0 0 / 15%);
}

.site-header .container {
	display: flex;
    align-items: center;
/* 	max-width: 100% !important; */
}

.site-header .site-branding {
	width: 25%;
/* 	margin-left: 15px; */
}

.site-header .site-branding img {
	max-width: 250px;
}

.site-header .main-navigation {
	width: 75%;
	padding-left: 25px;
}

.site-header ul {
	display: block !important;
}

.site-header ul li {
	display: inline-block;
    margin-right: 25px;
    font-family: 'proxima-soft', sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.site-header ul li:last-of-type {
	margin-right: 0px;
}

.menu-main-navigation-container {
	z-index: 999;
}

.main-navigation a {
    color: #68646F;
	transition: all .5s;
}

.main-navigation a:hover {
	color: #FA114D;
	transition: all .5s;
}

.main-navigation .menu-item {
	padding-top: 17px;
}

.nav-cta {
	float: right;
	padding-top: 6px !important;
}

.nav-cta .menu-item-text {
	color: #fff !important;
}

#primary-menu a:visited {
	color: #000;
}

#primary-menu a:hover {
	color: #FA114D;
}

#primary-menu .sub-menu {
	padding: 0px 20px 20px 20px;
    background-color: #fff;
}

.nav-cta a:visited,
.nav-cta a:hover {
    color: #fff !important;
}

.main-navigation .menu-item {
    padding-top: 23px;
}

.hamburger {
	display: none !important;
}

/* ********** 3.0 - HOME PAGE ********** */

/* Hero */

.home-hero {
	height: 100vh;
	width: 100%;
	max-width: 100%;
	display: flex;
 	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	background-image: url('/wp-content/uploads/2022/04/sb_home_hero.webp');
	background-size: cover;
	background-position: 65% center;
	background-repeat: no-repeat;
}

.home-hero .row {
	max-width: 1400px;
	width: 100%;
}

.home-hero h1 {
/*     font-size: 80px; */
/*     line-height: 80px; */
	margin-bottom: 30px;
}

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

.home-hero .sb-btn {
	margin-top: 40px;
}

.home-hero .review-link {
	font-family: 'proxima-soft', sans-serif;
	text-transform: uppercase;
	color: #000;
}

/* Badges */

.home-badges {
	margin-top: 50px;
}

.home-badges {
	display: flex;
	justify-content: space-between;
	/* Adjust as needed */
}

.badge-container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.relative {
	position: relative;
}

.badge-container {
	margin-bottom: 5rem;
}

.badge-container img {
	width: 100%;
	max-width: 125px;
	height: auto;
	transition: opacity 0.5s ease;
}

.badge-container img.hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
  	transform: translate(-50%, 0);
	z-index: 1;
	transition: opacity 0.5s ease;
}

.relative:hover img.original {
	opacity: 0;
}

.relative:hover img.hover {
	opacity: 1;
}

.home-hero {
	height: initial !important;
	background-image: url('https://smartboost.com/wp-content/uploads/2023/11/sb_home_hero_new.webp');
	padding-top: 325px !important;
    padding-bottom: 175px !important;
}

h1 {
	font-size: 3.25rem !important;
}

.home-hero .sb-btn {
    margin-top: 10px;
}

.badge-container .col-md-4 {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	
	.home .home-badges {
		display: none;
	}
	
	.home-hero .review-link {
		color: #fff;
	}
	
	.page-template-trusted-by .hero.home-badges a {
		width: 50%;
	}
	
}

/* Featured Work */

.home-featured-work {
	background:linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(https://sb.smartboost.dev/wp-content/uploads/2022/04/sb_home_bg_01.webp);
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: cover;
	overflow: hidden;
}

.home-featured-work .container {
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.home-featured-work .carousel-item {
	width: calc(20% - 20px);
}

/* .home-featured-work .case-study-listing .carousel-item:last-of-type {
	display: none;
} */

/* .home-featured-work #carouselExampleControls {
	width: 150%;
} */

.home-featured-work .carousel-btn-container {
	right: 46.5%;
}

.home-featured-work .sb-btn {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
    margin-top: 30px;
}

/* Case Studies */

.new {
	display: none;
	font-family: 'proxima-soft';
    color: #FA114D;
    font-weight: 600;
    /* text-transform: uppercase; */
    position: absolute;
    right: 10px;
    background-color: #FA114D;
    color: #fff;
    padding: 0 5px;
    top: 10px;
    border-radius: 3px;
}

#featured-work .carousel-item:first-of-type .new {
	display: block;
}

.case-study-listing img {
	display: none !important;
}

.case-study-listing a:hover {
	background-color: red;
}      

.case-study-listing h3 {
	font-size: 50px;
	font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
  	padding: 30px 0 8px;
  	position: relative;
	width: 100%;
	color: #190B28;
}

.case-study-listing h3 span:before {
	content: "";
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 22px;
	background-color: #FA114D;
	border-radius: 10px;
	z-index: -1;
}

.case-study-listing h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #190B28;
}

.case-study-category {
	color: #190B28;
}

.industry {
	font-size: 14px;
	color: #000;
}

.marker {
  background: linear-gradient( to bottom, transparent, transparent 65%, #FA114D 65%, #FA114D 90%, transparent 100%, transparent);
}

/* Services */

.home-services {
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: right;
}

.home .home-services {
	background-position: center;
}

.home-services h2 {
	margin-bottom: 50px;
}

.home-services .row:last-of-type {
	margin-top: 40px;
}

.home-services .services-container {
	background-color: #ffffff9c;
    backdrop-filter: blur(6px);
    padding: 0px 40px 40px 40px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    width: calc(50% - 40px);
	margin: 20px;
	transition: all .5s;
}

.home-services .services-container:hover {
	backdrop-filter: none;
	transition: all .5s;
}

.home-services img {
	position: relative;
	top: -40px;
}

.home-services h3 {
	font-size: 28px;
	font-weight: 600;
	margin-top: -10px;
}

.home-services p {
	font-size: 15px;
}

.home-services .services-container a {
	color: #FA114D;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.home-services .sb-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 275px;
    margin-top: 30px;
}

/* Trusted By */

.home-trusted {
	overflow: hidden;
}

.home-trusted h2 {
	margin-bottom: 75px;
}

.home-trusted .trusted-logo-col {
	margin-bottom: 50px;
	text-align: center;
}

.home-trusted img {
	filter: brightness(0);
	max-width: 140px;
    margin-top: 20px;
}

.home-trusted .carousel-btn-container {
    top: -42%;
}

/* Growth Process */

.home-growth-process {
	padding: 100px 20px;
}

.home-growth-process h2 {
    margin-bottom: 50px;
}

.home-growth-process .col-md-4 {
	padding: 0 40px;
}

.home-growth-process h4 {
	font-size: 20px;
	font-weight: 600;
}

.home-growth-process p {
	font-size: 15px;
}

.home-growth-process-container:first-of-type img {
	position: relative;
    top: -8px;
}

.home-growth-process .growth-process-container img:last-of-type {
	float: right;
    position: relative;
    top: 20px;
}

.home-growth-process .col-md-4:last-of-type img:last-of-type {
	display: none;
}

.home-growth-process .sb-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
    margin-top: 30px;
}

/* Reviews From Our Clients */

.home-reviews {
}

.home-reviews h2 {
    margin-bottom: 50px;
}

.home-reviews .testimonial-container {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	text-decoration: none;
	color: #68646F;
	border-radius: 8px;
	padding: 20px;
	transition: all .5s;
}

.home-reviews .testimonial-container:hover {
	background-color: #FA114D;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
}

.home-reviews .right-container {
/* 	padding-top: 20px; */
}

.home-reviews .testimonial-thumb {
	width: 40px;
}

.home-reviews .testimonial-text-full {
	font-size: 18px;
}

.home-reviews .testimonial-meta {
	margin-left: 15px;
}

.home-reviews .testimonial-name {
	font-size: 17px;
    font-weight: bold;
    line-height: 1.25em;
}

.home-reviews .testimonial-content .testimonial-name {
	margin-left: 0;
	font-weight: bold;
	font-size: 20px;
}

/* CTA */

.home-cta {
	padding: 50px 20px 400px 20px;
    background-image: url(/wp-content/uploads/2022/06/sb_home_bg_06.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-cta .sub-head {
	margin-bottom: 15px;
}

.home-cta .sub-head span {
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.home-cta h2 {
	margin-bottom: 40px;
}

.home-cta .sb-btn {
	width: 280px;
}

.home-cta h4 {
	font-size: 20px;
	font-weight: 600;
}

.home-cta .cta-container {
	background-color: #F8F8FA;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
}

.home-cta .cta-container:last-of-type {
	margin-bottom: 0;
}

.home-cta .inner-container {
	background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 5%;
}

.home-cta .sub-head img {
	max-width: 24px;
}

.sb-btn.typeform-btn {
	border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    font-family: 'proxima-soft', sans-serif !important;
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: normal !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	transition: all .5s !important;
}

.sb-btn.typeform-btn:hover {
	background-color: #FA114D !important;
	transition: all .5s !important;
}

/* Home Update 04.01.24 */

.hero-services {
    background-color: #ebebeb;
    border: 1px solid #dfdfdf;
    margin-right: 20px;
    padding: 3px 12px 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.home-services ul {
	list-style-type: none;
	padding-left: 0 !important;
}

.home-services li {
	font-weight: bold;
    font-size: 18px;
    color: #7d7d7d !important;
}

.home-growth-process h4 {
	font-size: 17px;
}

.home-growth-process .col-counter {
    background-color: #f8f8fa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px;
	width: calc(33.333% - 20px);
}

.home-counter {
	color: #FA114D !important;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}

.home-growth-process.py-5 {
	padding-top: 5rem !important
}

.home-growth-process h2 {
	margin-bottom: 25px;
}

.home-growth-process .col-md-3 {
	padding: 30px;
    border: 1px solid #e1e1e1;
	margin: 10px;
	width: calc(25% - 20px);
}

.home-growth-process h3 {
	font-size: 2.25rem;
}

.home-growth-process ul {
	margin: 0;
}

.home-growth-process li {
	font-weight: 500;
    font-size: 16px;
}

.growth-icon {
	max-width: 30px;
}

.home-growth-process .col-md-3 strong {
	position: relative;
	top: 2px;
}

@media (max-width: 991px) {
	
	.home-growth-process .col-md-3 {
		margin: 10px;
		width: calc(50% - 20px);
	}
	
	.home-growth-process .col-lg-7 .row {
		background-color: #f8f8fa;
		border: 1px solid #e1e1e1;
		padding: 20px;
		border-radius: 5px;
	}
	
	.home-growth-process .col-counter {
		border: none;
		padding: 0;
	}
	
}

@media (max-width: 767px) {
	
	.home-hero {
		padding-top: 6rem !important;
	}
	
	.hero-subtitle small {
		color: #fff;
		font-size: 17px !important;
	}
	
	.page-id-13679 .home-badges {
		display: none !important;
	}
	
	.hero-services {
		display: block;
   		max-width: 200px;
   		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.home-services li {
		font-size: 15px;
	}
	
	.home-growth-process h2 {
		margin-bottom: 25px !important;
	}
	
	.home-growth-process .col-counter {
		margin: 10px 0;
		width: 100%;
	}
	
	.home-growth-process .col-md-3 {
		margin: 10px 0;
		width: 100%;
	}
	
	.col-counter {
		padding: 0 !important;
	}
	
	.home-counter {
		font-size: 30px;
		line-height: 30px;
	}
	
	.home-services .row.mt-5 {
		margin-top: 0 !important;
	}
	
}

/* ********** BOOTSTRAP CAROUSEL ********** */

.carousel-inner {
 	padding: 1em;
	padding-left: 0;
}

#carouselExampleControls {
	padding-top: 40px;
}

.card {
	margin: 0 0.5em;
	margin: 0;
  	border: none;
	background-color: transparent;
}

.carousel-item-link {
	text-decoration: none !important;
}

.home-featured-work .carousel-item {
	background-color: #f8f8f8;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	min-height: 350px;
	max-width: 336px;
}

.carousel-item {
	margin-right: 20px !important;
}

.carousel-control-prev,
.carousel-control-next {
  	background-color: #e1e1e1;
  	width: 6vh;
  	height: 6vh;
  	border-radius: 50%;
  	top: 50%;
  transform: translateY(-50%);
}

.carousel-btn-container {
	position: absolute;
	top: -9%;
	right: 20%;
}

.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
	background-color: #190B28;
	opacity: 1;
}

.carousel-control-prev {
	left: initial;
	right: 40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	height: 20px;
	width: 20px;
}

.card .img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
	width: 100% !important;
    object-fit: cover;
    max-height: 200px;
}

.home-trusted .carousel-item {
	width: 18.5%;
}

/* ********** 4.0 - OUR WORK ********** */

.work-hero {
	padding: 50px 20px;
}

.work-hero .row {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.work-hero .col-md-12 {
	position: relative;
}

.work-hero h1 {
    font-size: 20px !important;
    position: absolute;
    bottom: 25px;
    left: 0%;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
    color: #5e5e5e;
}

.work-listing {
	padding-bottom: 100px;
}

@media (min-width: 992px) {
	
	.work-listing .manage-layout1 {
		min-height: 415px !important;
	}
	
}

/* ********** 5.0 - SERVICES/SOLUTIONS ********** */

/* Hero */

.services-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_solutions.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.services-hero .row {
	max-width: 1400px;
	width: 100%;
}

.services-hero h1 {
    font-size: 80px;
	margin-bottom: 30px;
}

.services-hero p {
	font-size: 18px;
	margin-bottom: 40px !important;
}

/* Work Process */

.services-work-process {
	padding: 0 20px 100px 20px;
}

.services-work-process h2 {
	margin-bottom: 20px;
}

.services-work-process-description {
    margin-bottom: 100px !important;
}

.row-process {
	align-items: flex-start !important;
}

.services-work-process .row-process {
	margin-bottom: 50px;
}

.work-process-container {
    background-color: #FA114D;
    padding: 20px 20px 20px 5%;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.services-work-process .work-process-container p {
	font-family: 'proxima-soft';
    font-size: 20px;
    font-weight: 600;
	color: #fff;
	margin-bottom: 0 !important;
	margin-left: 20px !important;
}

.services-work-process .row {
	align-items: center;
}

.services-work-process .values-container {
	padding: 40px;
    background-color: #F8F8FA;
	transition: all .5s;
}

.services-work-process h4 {
	font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.services-work-process p,
.services-work-process li {
	font-size: 17px;
}

.services-work-process .values-container p {
	color: #68646F;
	margin-left: 0 !important;
}

.services-work-process .values-container ul {
	margin-left: 0;
	padding-left: 19px;
}

.services-work-process .row-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.row-process .col-md-2 img {
    max-width: 125px;
    /* text-align: center; */
    margin: 0 auto;
    display: block;
    transform: rotate(20deg);
    margin-top: -50px;
}

.services-work-process .sb-btn {
	text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 280px !important;
}

/* Our Strategy */

.services-our-strategy {
	padding: 100px 20px;
}

.services-our-strategy a {
	text-decoration: none;
}

.services-our-strategy .values-container {
	padding: 40px;
    background-color: #F8F8FA;
	margin-bottom: 20px;
	transition: all .5s;
}

.services-our-strategy .values-container:hover {
    background-color: #fff;
	transition: all .5s;
	box-shadow: 0px 1px 15px 1px rgb(0 0 0 / 15%);
}

.services-our-strategy .col-md-4:first-of-type {
	display: flex;
	align-items: center;
}

.services-our-strategy .col-md-4:first-of-type h2 {
	margin-bottom: 20px;
}

.services-our-strategy h4 {
	font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
	color: #404040;
	color: #FA114D;
}

.services-our-strategy p {
	font-size: 16px;
}

.services-our-strategy .values-container p {
	color: #68646F;
	margin-left: 0 !important;
}

.services-our-strategy .row-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Channel Management */

.services-channel-management {
	padding: 100px 20px;
}

.col-cm {
	width: 20%;
	text-align: center;
	margin: 25px 0;
}

.services-channel-management h2 {
	margin-bottom: 50px;
}

.services-channel-management .col-lg-2,
.services-channel-management .col-md-6 {
	text-align: center;
}

.services-channel-management h4 {
	font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Industries We Specialize In */

.services-specialize {
	padding: 100px 20px;
}

.services-specialize h2 {
	margin-bottom: 50px;
}

.services-specialize .col-industries {
	background-color: #F8F8FA;
    margin: 0 20px;
    width: calc(25% - 40px);
    text-align: center;
    padding: 40px 0;
}

.services-specialize h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.services-specialize img {
	margin-bottom: 10px;
	filter: brightness(0);
	max-width: 175px;
	display: block;
	margin: 0 auto 40px auto;
}

.services-specialize .img-no-filter {
	filter: none;
}

.services-specialize img:last-of-type {
	margin-bottom: 0px;
}

/* Comparison Table */

.services-comparison-table {
	padding: 100px 20px;
}

.comparison-table {
	border-spacing: 25px;
    border-collapse: separate;
}

.comparison-table th,
.comparison-table td {
	padding: 0;
    border-radius: 5px;
    height: 60px;
}

.comparison-table td {
	font-size: 15px;
}

.table-grey {
	background-color: #F8F8FA;
    color: #190B28;
}

.table-red {
	background-color: #FA114D;
    color: #fff;
}

.table-black {
	background-color: #190B28;
    color: #fff;
}

.comparison-table th {
	text-align: center;
	font-size: 17px;
}

.comparison-table td:first-of-type {
	font-weight: bold;
	text-align: center;
	width: 250px;
	font-size: 17px;
}

/* FAQ */

.services-faq {
	padding: 100px 20px;
}

.services-faq .row {
	align-items: center;
}

.services-faq .col-lg-8 {
	padding: 40px;
}

.services-faq .accordion-item {
	border: none;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	padding: 20px 10px;
}

.services-faq .accordion-item.active {
	background-color: #190B28;
    color: #fff;
}

.services-faq .accordion-button {
    font-weight: 600;
    font-size: 20px;
}

.services-faq .accordion-item.active .accordion-button {
    color: #fff;
	background-color: transparent;
}

.services-faq .accordion-button.collapse {
	color: #000;
}

.services-faq .accordion-body {
	font-weight: 400;
    font-size: 15px;
	padding-bottom: 5px;
}

.services-faq ul {
	margin-left: 0;
	padding-left: 19px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

button.accordion-button,
button.accordion-button:active {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent !important;
}

.accordion-button {
	background-color: transparent;
}

/* ********** 6.0 - ABOUT PAGE ********** */

/* Hero */

.about-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_about.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.about-hero .row {
	max-width: 1400px;
	width: 100%;
}

.about-hero h1 {
    font-size: 80px;
	margin-bottom: 30px;
}

.about-hero p {
	font-size: 18px;
	margin-bottom: 40px !important;
}

/* Our Mission */

.sticky-about-one {
	position: sticky;
    top: 50%;
    height: 270px;
}

.about-our-mission .sb-btn {
	margin-top: 20px;
}

.about-our-mission .services-container {
	background-color: #F8F8FA;
    backdrop-filter: blur(6px);
    padding: 0px 40px 40px 40px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
	margin: 20px;
/* 	width: calc(50% - 40px); */
	margin-bottom: 75px;
}

.about-our-mission img {
	position: relative;
	top: -40px;
}

.about-our-mission h3 {
	font-size: 28px;
	font-weight: 600;
	margin-top: -10px;
}

.about-our-mission h4 {
	font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.about-our-mission p {
	font-size: 15px;
}

/* Our Vision */

.about-our-mission .services-container a {
	color: #FA114D;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.about-our-mission .sb-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 225px;
    margin-top: 30px;
}

.about-our-mission .sb-btn-left {
	margin-left: 0;
}

.about-our-vision .row {
	align-items: center;
}

.about-our-vision h2 {
	margin-bottom: 40px;
}

.about-our-vision p {
	font-size: 16px;
}

.about-our-vision .vision-links {
    color: #68646F;
    margin: 15px 0;
    padding: 20px;
	border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
}

.about-our-vision .vision-links:hover,
.vision-links-active {
    background-color: #FA114D;
    color: #fff;
	cursor: pointer;
}

.vision-link-default {
	background-color: #FA114D;
}

.vision-link-default .vision-title {
	color: #fff;
}

.vision-container-left .vision-icon,
.vision-container-left .vision-description {
	display: none;
}

.vision-container-right h3 {
	font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

/* Our Awards */

.about-our-awards .col-awards {
    margin: 25px 10px;
    width: calc(20% - 20px);
}

.about-our-awards h2 {
	margin-bottom: 80px;
}

.about-our-awards img {
    display: block;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.about-our-awards .col-md-2:nth-of-type(7),
.about-our-awards .col-md-2:nth-of-type(7),
.about-our-awards .col-md-2:nth-of-type(8),
.about-our-awards .col-md-2:nth-of-type(9),
.about-our-awards .col-md-2:nth-of-type(10),
.about-our-awards .col-md-2:nth-of-type(11),
.about-our-awards .col-md-2:nth-of-type(12) {
	margin-top: 10%;
}

/* Core Values */

.about-core-values .row {
	align-items: center;
	
}

.about-core-values .col-lg-4.col-md-6.col-sm-12 {
	background-color: #F8F8FA;
    padding: 40px;
    margin: 20px;
    width: calc(33.333% - 40px);
    min-height: 300px;
}

.about-core-values .col-acv-title {
	display: flex;
    justify-content: center;
    align-items: center;
}

.about-core-values img {
	max-height: 38px;
}

.about-core-values h4 {
	font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.about-core-values p {
	font-size: 16px;
}

.about-core-values .row-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Our Team */

.about-our-team .col-lg-3.col-md-4.text-center {
    margin-bottom: 40px;
}

.about-our-team h2 {
	margin-bottom: 40px;
}

.about-our-team img {
	max-width: 100%;
	width: 100%;
}

.about-our-team h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 10px;
}

.about-our-team h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.about-our-team .col-md-3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Our Team (New) */

/* .team-ai-photo {
	display: none;
} */

.image-wrapper {
  position: relative;
}
.image-hover {
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.image-hover:hover {
  opacity: 1;
}

/* ********** 6.1 - GROWTH MARKETING AGENCY ********** */

/* Hero */

.gma-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_03.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.gma-hero .row {
	max-width: 1400px;
	width: 100%;
}

.hero-mobile-img {
	display: none;
}

.gma-hero h1 {
    font-size: 80px;
	margin-bottom: 30px;
}

.gma-hero p {
	font-size: 18px;
	margin-bottom: 40px !important;
}

/* Our Methodology */

.our-methodology {
	padding: 100px 20px;
}

.our-methodology .row {
	align-items: center;
}

.our-methodology h2 {
	margin-bottom: 40px;
}

.our-methodology p {
	font-size: 16px;
}

.our-methodology .methodology-links {
    color: #68646F;
    margin: 15px 0;
    padding: 20px;
	border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
}

.our-methodology .methodology-links:hover,
.methodology-links-active {
    background-color: #FA114D;
    color: #fff;
	cursor: pointer;
}

.methodology-link-default {
	background-color: #FA114D;
}

.methodology-links-active .methodology-title {
	color: #fff;
}

.methodology-container-left .methodology-icon,
.methodology-container-left .methodology-description {
	display: none;
}

.methodology-container-right h3 {
	font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

/* What We Can Do */

.gma-process .abilities-container .col-ac {
	margin: 10px;
    width: calc(50% - 20px);
    background-color: #F8F8FA;
    border-radius: 5px;
}

.col-ac img {
	max-width: 30px;
}

.gma-process .row-two {
	margin-top: -10px;
}

.gma-process i {
	font-weight: 400;
    background-color: #FA114D;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
}

/* ********** 6.2 - SEO GROWTH ********** */

.seo-growth-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_05.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.seo-growth-two {
	padding-left: 20px;
	padding-right: 20px;
}

.seo-growth-two h4 {
	font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
}

.seo-growth-two .col-md-4 p {
	font-size: 15px;
    line-height: 1.4em;
    margin-top: 1rem;
}

.seo-growth-three {
	padding-left: 20px;
	padding-right: 20px;
}

.seo-growth-three ul img {
	max-width: 20px;
    margin-right: 0.25rem;
    position: relative;
    top: -2px;
}

.seo-growth-three li {
	margin-bottom: .5rem;
}

.seo-growth-four {
	padding-left: 20px;
	padding-right: 20px;
}

.seo-growth-four img {
	max-width: 50px;
	width: 100%;
}

.seo-growth-four h3 {
	font-size: 22px;
    font-weight: 700;
    margin-top: 1rem;
}

/* ********** 6.3 - DATA DRIVEN MARKETING ********** */

.ddm-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_07.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.ddm-row-two video {
	max-width: 100%;
}

.ddm-row-six img {
	max-width: 140px;
}

/* ********** 6.4 - LAS VEGAS ********** */

.lv-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_10.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.5 - SAN DIEGO ********** */

.sd-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_09.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.6 - INBOUND MARKETING ********** */

.inbound-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_02.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.sticky-ib {
    position: sticky;
    top: 35%;
    height: 325px;
}

.sales-loop-step-container {
    color: #68646F;
    margin: 15px 0;
    padding: 5%;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.sls-1 {
	background-color: #FA114D;
	color: #fff;
}

.sales-loop-step-container h3 {
    font-size: 28px;
    font-weight: 600;
}

.inbound-row-two .col-lg-3 {
	background-color: #F8F8FA;
	padding: 40px;
    margin: 20px;
    width: calc(25% - 40px);
    min-height: initial;
}

.inbound-row-two .col-lg-3:first-of-type {
	margin-left: 0;
	width: calc(25% - 20px);
}

.inbound-row-two .col-lg-3:last-of-type {
	margin-right: 0px;
	width: calc(25% - 20px);
}

.inbound-row-two img {
	max-width: 378px;
    margin: 0 auto;
    display: block;
}

.inbound-row-two .tilt {
	max-width: 100% !important;
	max-height: initial !important;
}

.inbound-row-two i {
	background-color: red;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ********** 6.7 - PRODUCT MARKET FIT ********** */

.pmf-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_04.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.product-market-fit {
	background-color: #190b28 !important;
}

.pmf-content {
	background-color: #F8F8FA;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 5%;
}

.pmf-row-three .col-lg-4 {
	min-height: initial !important;
}

.pmf-row-three h4 {
	margin-top: 0.5em;
	font-weight: 700;
}

.pyramid {
  	max-width: 600px;
	height: 450px;
	margin: 0 auto;
  	display: flex;
  	flex-direction: column;
	justify-content: center;
  	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.pyramid-section {
  	flex: 1 1 100%;
  	margin-bottom: 2px;
}

.pyramid-section:nth-of-type(1),
.pyramid-section:nth-of-type(2),
.pyramid-section:nth-of-type(3) {
  	background-color: #737373;
}

.pyramid-section:nth-of-type(1) h4,
.pyramid-section:nth-of-type(2) h4,
.pyramid-section:nth-of-type(3) h4 {
  	color: #fff;
}

.pyramid-section:nth-of-type(4) {
    background-color: #190b28;
}

.pyramid-section:nth-of-type(5),
.pyramid-section:nth-of-type(6) {
  	background-color: #d9d9d9;
}

.pyramid-section:nth-of-type(5) h4,
.pyramid-section:nth-of-type(6) h4 {
  color: #190b28;
  transition: color 0.3s ease;
}

.pyramid-section:nth-of-type(5):hover h4,
.pyramid-section:nth-of-type(6):hover h4 {
  color: #fff;
}

.pyramid-active {
	background-color: #FA114D;
}

.pyramid-section.active {
  background-color: #FA114D;
}

.pyramid h4 {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.inbound-row-two .active h4 {
	color: #fff !important;
}

.pyramid-section:first-of-type h4 {
	margin-top: 10px;
}

.pyramid-section:hover {
	cursor: pointer;
/*   	background-color: #FA114D; */
}

.pyramid-section:nth-of-type(3) {
	margin-bottom: 10px;
}


.pyramid-section:nth-of-type(5) {
	margin-top: 10px;
}

#fs, #vp, #un, #tc {
	display: none;
}

/* ********** 6.8 - PERFORMANCE MARKETING ********** */

.pm-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_01.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.9 - GROWTH HACKING ********** */

.gh-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_06.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.10 - GROWTH CONSULTING ********** */

.gc-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_08.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.11 - GROWTH DRIVEN DESIGN ********** */

.gdd-hero {
	background-image: url('/wp-content/uploads/2023/05/smartboost_hero_service_11.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.arrow {
	position: relative;
	width: 100%;
	max-width: 75%;
	height: 160px;
	background: #FA114D;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	max-width: 100%;
}

.arrow:before {
	display: none;
	content: '';
	position: absolute;
	right: -75px;
	border-style: solid;
	border-width: 80px 0 80px 75px;
	border-color: transparent transparent transparent #FA114D;
}

.arrow-text {
	font-family: 'proxima-soft', sans-serif;
	font-size: 1.75rem;
	line-height: 1.25em;
	color: #fff;
}

.arrow-icon {
	position: absolute;
	bottom: -35px;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	border: 3px solid #FA114D;
}

.phase-container {
	max-width: 65%;
	margin: 0 auto;
	padding-top: 50px;
	min-height: 340px;
	border: 2px solid #d1d1d1;
	padding: 60px 15px 15px 15px;
	border: 2px solid #FA114D;
	border-top: none;
	max-width: 100%;
}

.phase-container h4 {
	font-size: 16px;
}

.phase-container p {
	font-size: 15px;
	line-height: 1.25em;
}

.phase-container ul {
	list-style-type: none;
	line-height: 2em;
}

.phase-container img {
	max-width: 20px;
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.gdd-row-six .col-lg-4 {
	min-height: initial !important;
}

/* ********** 6.12 - DATA SCIENCE ********** */

.data-science-hero {
	background-image: url('/wp-content/uploads/2023/06/smartboost_hero_data_science.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* ********** 6.13 - LOCAL SEO ********** */

.nav-cta-two {
	display: none !important;
}

.page-template-local-seo-page #primary-menu li {
	display: none !important;
}

.page-template-local-seo-page #primary-menu li.nav-cta-two {
	display: block !important;
}

.local-seo-hero {
	height: initial !important;
    padding-top: 125px !important;
    padding-bottom: 50px !important;
}

.local-seo-hero img {
	max-width: 500px;
	width: 100%;
}

.row-local-seo-two h2 {
	font-size: 2.75rem;
    line-height: 1.35em;
}

.row-local-seo-three img {
	max-width: 500px !important;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.31);
}

#interactive-image {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 200px;
	position: relative;
	transition: filter 0.3s ease;
}

#interactive-image img {
	position: relative;
	max-width: 245px;
}

#interactive-image img:hover {
	cursor: pointer;
} 

#interactive-image .img-one {
	top: 195px;
	left: 203px;
}

#interactive-image .img-two {
	top: 63px;
	left: 53px;
}

#interactive-image .img-three {
	max-width: 225px;
}

#interactive-image .img-four {
	top: 54px;
	left: -40px;
}

#interactive-image .img-five {
	top: 190px;
	left: -188px;
	max-width: 235px;
}

.gmb {
	position: absolute !important;
	bottom: 0 !important;
	max-width: 150px !important;
	bottom: -175px !important;
	margin-left: 15px;
}

.row-five-step-content {
	max-width: 800px;
    margin: 0 auto;
}

.five-step-content {
	display: none;
}

.five-step-content.content-one {
	display: block;
}

.h2-small {
	font-size: 2rem;
}

.local-seo-pricing p {
	font-size: 15px !important;
	font-weight: bold;
}

.local-seo-pricing ul {
	margin-left: 0;
}

.btn-red {
	background-color: #FA114D !important;
	border: none !important;
}

.local-seo-pricing .col {
	width: calc(33.333% - 20px) !important;
	margin: 0 10px !important;
}

.local-seo-pricing .alert {
	color: #FA114D !important;
    background-color: transparent !important;
    border: none;
    font-weight: bold !important;
}

.row-local-seo-five .container {
	max-width: 1000px !important;
}

.relative {
	position: relative;
}

.seo-arrow {
	position: absolute;
    bottom: 55px;
    max-width: 150px;
    right: calc(50% - 75px);
}
	
.local-seo-four-mobile {
	display: none !important;
}

@media (max-width: 767px) {
	
	.local-seo-pricing .alert {
		display: block !important;
		float: left !important;
		padding-left: 0 !important;
		margin-bottom: 10px !important;
	}
	
	.local-seo-pricing .row .col:first-of-type h5,
	.local-seo-pricing .row .col:last-of-type h5 {
		margin-bottom: 45px !important;
	}
	
	#interactive-image img {
    	max-width: 220px;
	}
	
	#interactive-image .img-one {
		top: 195px;
		left: 185px;
	}
	
	#interactive-image .img-two {
		top: 75px;
		left: 49px;
	}
	
	#interactive-image .img-three {
		top: 20px;
		max-width: 200px;
	}
	
	#interactive-image .img-four {
		top: 70px;
		left: -37px;
		max-width: 210px;
	}
	
	#interactive-image .img-five {
		top: 185px;
		left: -163px;
		max-width: 200px;
	}
}

@media (max-width: 767px) {
	
	.local-seo-hero img {
		max-width: 300px;
	}
	
	.page-template-local-seo-page .home-badges {
		display: none !important;
	}
	
	.row-local-seo-three .pe-4 {
		padding: 0 !important;
		margin-bottom: 3rem !important;
	}
	
	.row-local-seo-three .ps-4 {
		padding: 0 !important;
	}
	
	.seo-arrow {
		display: none;
	}
	
	.local-seo-pricing .col {
		margin: 20px 0 !important;
		width: 100% !important;
	}
	
	.row-local-seo-four {
		display: none !important;
	}
	
	.local-seo-four-mobile {
		display: block !important;
	}
	
	.h2-small {
		font-size: 1.25rem;
		margin-top: 10px !important;
		display: block;
	}
	
	.row-local-seo-five .row .col-md-6:first-of-type {
		margin-bottom: 0 !important;
	}
	
	.row-local-seo-three.py-md-5 {
		padding-top: 0 !important;
	}
	
}

/* ********** WEB DESIGN SERVICES ********** */

.hero-web-design-services {
	background-image: none !important;
}

.hero-web-design-services h1 {
	font-size: 3rem !important;
}

.hero-web-design-services h2 {
	font-size: 2rem !important;
}

.cms-icons {
	position: relative;
	left: -27px;
	height: initial !important;
}

.row-wd-portfolio {
	background-color: #F8F8FA;
}

.portfolio-info {
	display: flex;
    justify-content: space-between;
	background-color: #fff;
}

#web-design-process {
	background: linear-gradient(#fff, #FBFCFC, #fff);
}

.row-wd-portfolio .col-md-6 {
	border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 0;
    margin: 15px;
    width: calc(50% - 30px);
    border-radius: 5px;
}

.row-wd-portfolio img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.row-wd-portfolio .portfolio-info {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Our Expertise */

.our-expertise {
	padding: 100px 20px;
}

.our-expertise .row {
	align-items: center;
}

.our-expertise h2 {
	margin-bottom: 40px;
}

.our-expertise p {
	font-size: 16px;
}

.our-expertise .expertise-links {
    color: #68646F;
    margin: 15px 0;
    padding: 20px;
	border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 16px;
}

.our-expertise .expertise-links:hover,
.expertise-links-active {
    background-color: #FA114D;
    color: #fff;
	cursor: pointer;
}

.expertise-link-default {
	background-color: #FA114D;
}

.expertise-links-active .expertise-title {
	color: #fff;
}

.expertise-container-left .expertise-icon,
.expertise-container-left .expertise-description {
	display: none;
}

.expertise-container-right h3 {
	font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

@media (max-width: 991px) {

	.home-hero.hero-web-design-services {
		padding-top: 150px !important;
		padding-bottom: 50px !important;
	}
	
	.home-hero.hero-web-design-services h1 {
			font-size: 2.25rem !important;
	}
	
	.home-hero.hero-web-design-services h2 {
			font-size: 2rem !important;
	}
	
	#web-design-process .col-md-6.ps-5 {
		padding-left: 0 !important;
	}
	
	.local-seo-pricing.wd-pricing .col {
        width: calc(50% - 20px) !important;
    }
	
	.local-seo-pricing.wd-pricing .col.col-pricing-last {
		width: calc(100% - 20px) !important;
	}
	
}

@media (max-width: 767px) {
	
	.home-hero.hero-web-design-services {
		padding-top: 50px !important;
	}
	
	.home-hero.hero-web-design-services h1 {
		color: #000 !important;
	}
	
	.cms-icons {
		position: initial;
	}
	
	.cms-icons img {
		width: 33.333% !important;
		max-width: 127px !important;
	}
	
	.hero-web-design-services {
		padding-top: 0 !important;
		padding-bottom: 25px !important;
	}
	
	#web-design-process .pe-5 {
		padding-right: 0 !important;
	}
	
	#web-design-process video {
		height: 350px !important;
		padding-top: 50px !important;
	}
	
	.our-expertise.py-10 {
		padding-top: 0 !important;
	}
	
}

/* ********** 7.0 - BLOG ********** */

.blog-hero {
/* 	min-height: 300px;
    margin-top: 50px; */
	padding: 50px 20px;
}

.blog-hero .row {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.blog-hero .col-md-12 {
	position: relative;
}

.blog-hero h1 {
    font-size: 20px !important;
    position: absolute;
    bottom: 25px;
    left: 0%;
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
    color: #5e5e5e;
/* 	margin-bottom: 50px; */
}

.blog-hero canvas {
/* 	width: 100%; */
}

.caf-filter-container a {
	background-color: #f5f5f5 !important;
    color: #190B28 !important;
	transition: all .5s;
}

.caf-filter-container .active,
.caf-filter-container a:hover {
	background-color: #FA114D !important;
    color: #fff !important;
	transition: all .5s;
}

.caf-meta-content {
	display: none !important;
}

.caf-post-title h2 {
	font-family: 'Proxima Soft', sans-serif !important;
	font-weight: 600 !important;
	font-size: 25px !important;
	line-height: 1.75rem !important;
}

.caf-post-title h2 a {
	color: #190B28;
}

.caf-post-layout1 .caf-post-title a:hover {
	color: #000 !important;
}

.caf-read-more {
	background-color: transparent !important;
	color: #FA114D !important;
	font-weight: 600;
	padding: 0 !important;
}

.caf-post-layout1 a.caf-read-more:hover {
	color: #FA114D !important;
}

#manage-post-area {
	padding: 5% !important;
}

.caf-content {
	font-family: 'Proxima Nova', sans-serif;
	color: #000 !important;
	font-size: 16px !important;
}

@media (min-width: 992px) {
	
	.blog-listing .manage-layout1 {
		min-height: 550px !important;
	}
	
}

.blog-listing {
	padding-bottom: 100px;
}

.categories-listing .cat-list {
	list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 50px 0;
}

.categories-listing li {
	display: inline-block;
    text-align: center;
    margin: 5px 15px;
}

.categories-listing .cat-list li a {
	color: #FA114D;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

a.post-card-image-link {
    text-decoration: none;
}

.post-grid-item {
	border: 1px solid #e1e1e1;
    background: rgb(248, 248, 250);
    margin: 20px;
    width: calc(50% - 40px);
    border-radius: 5px;
    padding: 0;
}

.blog-listing-content {
	padding: 5%
}

.post-card-image {
	width: 100%;
	max-height: 340px;
	object-fit: cover;
}

.post-card-title {
	font-family: 'Proxima Soft', sans-serif;
	color: #000 !important;
    text-decoration: none !important;
    font-size: 30px;
    font-weight: 600;
	margin-bottom: 0px !important;
}

.post-card-excerpt {
	color: #000;
	margin: 10px 0 20px 0;
}

.blog-date {
	font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

/* ********** 7.1 - BLOG SINGLE ********** */

.blog-single-container {
	max-width: 1000px !important;
	margin-top: 150px;
	padding-bottom: 100px;
}

.single-post .blog-single-container img {
    width: 100%;
}

.blog-single-container .video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.blog-single-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-post .entry-meta {
		display: none;
	}
	
.blog-single-container h2 {
	font-size: 32px !important;
	margin-bottom: 20px;
}

.blog-single-container h2 span {
	font-weight: bold !important;
}

.blog-single-container h3 {
	font-size: 24px !important;
	margin-bottom: 20px;
}

.blog-single-container h3 span {
	font-weight: bold !important;
}

.entry-footer,
.single-post .entry-footer,
.single-post nav.navigation.post-navigation {
	display: none;
}

/* ********** 7.2 - CASE STUDIES ********** */

/* Listing */

.tabs {
	display: block;
    list-style: none;
    text-align: center;
    margin: 40px 0;
}

.tab-link {
	background-color: #f5f5f5 !important;
    color: #190B28 !important;
	background: #fff;
    padding: 7px 20px;
    margin: 0 10px;
    text-decoration: none!important;
    position: relative;
    transform: scale(1);
    transition: .15s all ease;
    color: #23282d;
    box-shadow: none!important;
    border-radius: 3px;
	text-transform: capitalize;
    font-family: inherit;
    font-size: 12px;
	font-weight: 600;
	min-width: 75px;
}

.tab-link.current {
	background-color: #FA114D !important;
    color: #fff !important;
    transition: all .5s;
}

.tabs li {
	display: inline-block;
}

.tab-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cs-container {
	margin: 10px;
    width: calc(33.333% - 20px);
	box-shadow: 0 0 8px -5px #000;
	display: flex;
	flex-direction: column;
}

.cs-container img {
    height: 200px;
    width: 100%;
    object-fit: cover;
	display: flex;
    flex-direction: column;
}

.cs-container h2 {
	font-family: 'Proxima Soft', sans-serif !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    line-height: 1.75rem !important;
	padding: 20px;
}

.cs-container .read-more-link {
	padding: 0 20px 20px 20px;
	text-decoration: none;
	font-size: 14px;
	color: #fa114d !important;
	text-decoration: none;
}

.cs-container h2 a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.cs-section-four {
	max-width: 1400px;
	margin: 0 auto;
}

.cs-section-five {
	max-width: 1400px;
	margin: 0 auto;
}

.cs-section-six {
	padding: 100px 20px;
	max-width: 1400px;
	margin: 0 auto;
}

.cs-section-seven {
	max-width: 1400px;
    margin: 0 auto;
}

.wcs-section-one .col-sm-6:first-of-type,
.wcs-section-four .col-sm-6:first-of-type {
    padding-right: 5%;
}

.wcs-section-one .col-sm-6:last-of-type,
.wcs-section-four .col-sm-6:last-of-type {
    padding-left: 5%;
}

.web_case_study-template-default h2 {
	font-weight: 600;
	font-size: 40px !important;
}

.web_case_study-template-default .cs-section-one img {
	border-radius: 10px;
}

.wcs-section-one img {
	border-radius: 10px;
}

.wcs-section-four h2 {
	margin-bottom: 75px;
}

.cs-section-three ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 19px;
}

.cs-section-three li {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.cs-section-five ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 19px;
}

.cs-section-five li {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.wcs-section-four .row.d-flex.align-items-center {
	border: 1px solid #d1d1d1;
    border-radius: 20px;
    padding: 25px;
    background-color: #f5f5f5;
}

.wcs-section-four svg {
	width: 100%;
}

.wcs-section-four p.text-center {
	margin-top: -25px;
}

.wcs-section-five .col-sm-4 {
    margin: 10px;
    width: calc(33.333% - 20px);
    border: 1px solid #d3d3d3;
    padding: 25px;
    border-radius: 10px;
	align-self: stretch;
}

.details-h2 {
	margin-top: 50px;
}

.wcs-section-five h3 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.wcs-section-five h4 {
	font-size: 24px;
	font-weight: 600;
}

.wcs-section-five p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0 !important;
}

.wcs-section-five p strong {
	font-weight: bold !important;
}

.wcs-section-six {
	max-width: 1140px;
    margin: 0 auto;
}

.wcs-section-six h2 {
	margin-bottom: 50px;
}

.wcs-section-six p {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0 !important;
}

.cs-row-counter {
	margin-top: 50px;
}

.wcs-section-six .col-lg-3.col-md-6.col-sm-12 {
    margin: 10px;
    width: calc(25% - 20px);
    border: 1px solid #d3d3d3;
    padding: 25px;
    border-radius: 10px;
    align-self: stretch;
}

.wcs-section-six i {
	color: #FF4321;
    font-size: 33px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

/* Single */

.case_study-template-default .blog-single-container,
.ds_case_study-template-default .blog-single-container,
.web_case_study-template-default .blog-single-container {
	max-width: 1140px !important;
	max-width: 100% !important;
}

.case_study-template-default .cs-section-one,
.ds_case_study-template-default .cs-section-one,
.web_case_study-template-default .cs-section-one {
	max-width: 1140px !important;
	margin: 0 auto;
}

.case_study-template-default .cs-section-three,
.ds_case_study-template-default .cs-section-three,
.web_case_study-template-default .cs-section-three {
	max-width: 1400px !important;
	margin: 0 auto;
}

.case_study-template-default .wcs-section-four,
.ds_case_study-template-default .wcs-section-four,
.web_case_study-template-default .wcs-section-four {
	max-width: 1400px !important;
	margin: 0 auto;
}


.case_study-template-default .blog-single-container .entry-header,
.case_study-template-default .blog-single-container .post-thumbnail {
	display: none;
}

.case_study-template-default .blog-single-container .case-study-container .post-thumbnail,
.ds_case_study-template-default .blog-single-container .case-study-container .post-thumbnail {
	display: block;
}

.case_study-template-default .blog-single-container .case-study-container .post-thumbnail img,
.ds_case_study-template-default .blog-single-container .case-study-container .post-thumbnail img {
	border-radius: 20px;
}

.case-study-container .cs-section-two .row {
	align-items: center;
	justify-content: center;
}

.case-study-container h1 {
	font-size: 55px !important;
	font-weight: 600 !important;
	margin-top: 0;
}

.case-study-container .intro-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.case-study-container .intro-title {
	font-size: 20px;
	font-weight: 600;
}

.case-study-container .intro-data {
	font-size: 20px;
	font-weight: 400;
}

.case-study-container .cs-section-one,
.case-study-container .cs-section-two {
	padding: 100px 20px;
}

.case_study-template-default .cs-section-two {
	max-width: 1400px;
	margin: 0 auto;
}

.cs-section-one small {
	font-size: 12px;
	font-weight: bold;
}

.case-study-container .cs-section-three,
.case-study-container .cs-section-five {
	padding: 50px 20px;
}

.case-study-container .cs-section-four {
	padding: 0px 20px 100px 20px;
}

.single-case_study .blog-single-container h2,
.single-ds_case_study .blog-single-container h2 {
	font-size: 50px !important;
	font-weight: 600 !important;
	margin-bottom: 50px;
}

.single-case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12,
.single-ds_case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12 {
	padding: 30px;
	background: rgb(248, 248, 250);
	border: 1px solid #e1e1e1;
	margin: 15px 15px 15px 15px;
    width: calc(25% - 30px);
}

.single-case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12:hover,
.single-ds_case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12:hover {
    background-color: #000;
	color: #fff;
    transition: all .5s;
}

.cs-section-two .percentage {
    font-family: 'Proxima Nova', sans-serif;
	font-size: 28px;
    font-weight: 800;
}

.cs-section .percentage-title {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 28px;
	color: #888888;
}

.cs-section-three .cs-line {
	border-top: 1px solid #000;
	position: relative;
    top: 11px;
	width: 100px;
}

.cs-section-three .row {
	margin-bottom: 75px;
}

.cs-section-four .col-lg-3.col-md-6.col-sm-12 {
	padding: 25px;
	background: rgb(248, 248, 250);
    border: 1px solid #e1e1e1;
    margin: 10px;
    width: calc(25% - 20px);
	border-radius: 10px;
}

.cs-section-four .category-description {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
}

.cs-section-four .col-lg-3.col-md-6.col-sm-12:hover {
    background-color: #000;
	color: #fff;
    transition: all .5s;
}

.cs-section-five .cs-line {
    border-top: 1px solid #000;
    position: relative;
    top: 11px;
    width: 100px;
}

*[id^='readlink'] {
	border-bottom: none !important;
}

.cs-section-six .tab {
	margin-bottom: 40px;
}

.cs-section-six .tab-item {
	background-color: #fff;
	color: #68646F;
    border-radius: 8px;
    padding: 20px;
	width: calc(25% - 10px);
    margin: 0 5px;
    transition: all .5s;
}

.cs-section-six .tab-item:hover {
	cursor: pointer;
}

.cs-section-six .tab-item.active {
	background-color: #FA114D;
	color: #fff;
	transition: all .5s;
}

.tab-content-two,
.tab-content-three,
.tab-content-four {
	display: none;
}

.cs-section-seven {
	padding: 100px 20px;
}

/* Circle Progress Bar */

.counter {
	display: inline-flex;
	cursor:pointer;
	width:300px;
	height:300px;
	max-width:100%;
	position:relative;
	justify-content:center;
	align-items:center;
	font-size: calc(1em + 1vmin);
	transition: height .2s ease-in-out;
	background: #fff;
	border-radius:50%;
	/*   box-shadow:0px 1px 10px 2px rgba(0,0,0,0.2); */
	margin:1em 0;
}

.cs-section-seven .percentage {
	position:absolute;
	text-align:center;
	top:50%;
	left:0;
	right:0;
	vertical-align:middle;
	transform:translate3d(0,-50%,0);
}

.cs-section-seven canvas {
	position:absolute;
	top:0;
	left:0;
}

/* End Circle Progress Bar */

.cs-section-seven h4 {
	color: #4a4a4a;
	font-size: 20px;
    font-weight: 700;
}

.single-case_study .cs-section-eight {
	max-width: 1000px;
    margin: 0 auto;
}

.cs-section-eight {
	padding: 100px 20px;
	border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.cs-section-eight img {
	margin: 20px 0;
}

.cs-section-eight h4 {
	font-size: 24px;
	font-weight: 600;
}

.cs-section-eight h5 {
	font-size: 17px;
	font-weight: 600;
}

/* ********** 8.0 - CONTACT ********** */

.page-id-12793 .contact-row-one {
	height: 100vh;
    display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: center;
    max-width: 1400px !important;
	padding: 100px 20px;
}

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

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

.contact-row-one form {
	margin-bottom: 0;
}

.contact-row-one .actions {
	padding-bottom: 0;
}

.page-id-12793 .contact-row-one .row {
	width: 100%;
}

.contact-row-one .no-margin {
	margin: 0;
}

.contact-row-one .col-md-6 {
	padding: 2.5%;
}

.contact-row-one .trusted-logo-col {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: initial;
}

.contact-row-one .trusted-logo-col img {
	filter: brightness(0);
    max-width: 140px;
    margin-top: 20px;
}

.contact-row-one input[type="submit"] {
	background-color: #FA114D;
    border-radius: 5px;
    border: 1px solid #FA114D;
    transition: all .5s;
    padding: 15px 20px;
    color: #fff;
    width: 250px;
    font-size: 18px;
    font-family: 'proxima-soft', sans-serif;
    font-weight: 400;
}

.contact-row-one .hbspt-form {
    padding: 5%;
    border-radius: 10px;
    border: 1px solid rgb(225, 225, 225);
}

.contact-row-two {
	padding: 150px 20px 150px 20px;
	background-color: #f5f5f5;
}

.contact-row-two .contact-col-one {
	padding-right: 5%;
}

.contact-row-two .contact-col-two {
	padding-left: 5%;
}

.contact-row-two .cs-info-container {
	display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
}

.contact-row-two .cs-info-container-two {
/* 	margin-left: 15px; */
}

.contact-row-two .cs-info-container img {
	max-width: 75px;
}

.contact-cs-cta {
	color: #FA114D !important;
    font-family: 'proxima-soft';
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 4px solid #FA114D;
}

/* Hubspot Form */

.input {
	max-width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	width: 100%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px !important;
}

ul.inputs-list {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.hs-form-booleancheckbox span {
    margin-left: 10px;
}

/* ********** TRUSTED BY ********** */

.hero.home-badges {
	padding-top: 200px;
	padding-bottom: 300px;
}

.hero.home-badges a {
	color: #000 !important;
	transition: all .5s;
}

.hero.home-badges a:hover {
	color: #FA114D !important;
	transition: all .5s;
}

/* ********** 9.0 - PRIVACY POLICY ********** */

.page-template-privacy-policy-page .page-container,
.page-template-accessibility-statement-page .page-container,
.page-template-cookie-policy-page .page-container,
.page-template-terms-of-use-page .page-container,
.page-template-covid-19-update-page .page-container {
    padding: 10% 20px;
}

.page-template-privacy-policy-page .page-container h1,
.page-template-accessibility-statement-page .page-container h1,
.page-template-cookie-policy-page .page-container h1,
.page-template-terms-of-use-page .page-container h1,
.page-template-covid-19-update-page .page-container h1 {
	font-size: 3.5rem !important;
}

.page-template-privacy-policy-page .page-container h4,
.page-template-accessibility-statement-page .page-container h4,
.page-template-cookie-policy-page .page-container h4,
.page-template-terms-of-use-page .page-container h4,
.page-template-covid-19-update-page .page-container h4 {
	font-size: 1.5rem !important;
}

.page-template-privacy-policy-page .page-container p,
.page-template-accessibility-statement-page .page-container p,
.page-template-cookie-policy-page .page-container p,
.page-template-terms-of-use-page .page-container p,
.page-template-covid-19-update-page .page-container p,
.page-template-privacy-policy-page .page-container li,
.page-template-accessibility-statement-page .page-container li,
.page-template-terms-of-use-page .page-container li,
.page-template-covid-19-update-page .page-container li {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px !important;
}

.page-template-privacy-policy-page .page-container .container,
.page-template-accessibility-statement-page .page-container .container,
.page-template-cookie-policy-page .page-container .container,
.page-template-terms-of-use-page .page-container .container,
.page-template-covid-19-update-page .page-container .container {
	max-width: 960px !important;
}

.page-template-privacy-policy-page .page-container ul,
.page-template-accessibility-statement-page .page-container ul,
.page-template-cookie-policy-page .page-container ul,
.page-template-terms-of-use-page .page-container ul,
.page-template-covid-19-update-page .page-container ul {
	margin-left: 0;
	padding-left: 19px;
}

/* ********** 9.2 - THANK YOU ********** */

.ty-row-one {
	height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('/wp-content/uploads/2022/06/smartboost_home_bg_05.webp');
    background-size: cover !important;
    background-position: 100% !important;
    max-width: 100% !important;
}

.ty-row-one .row {
	padding: 10%;
}

.ty-row-one h1 {
	margin-bottom: 20px;
}

.ty-row-one .sb-btn {
    margin-right: 10px;
    margin-top: 10px;
}

/* ********** FOOTER ********** */

footer {
	background-color: #190B28;
    padding: 50px 20px 25px 20px;
}

footer .custom-logo {
	filter: invert(1);
	max-width: 265px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

footer .logo-text {
	font-size: 9px;
    font-family: 'proxima-soft';
    letter-spacing: 5.2px;
    margin-top: 2px;
    color: #adadad;
}

footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .menu li {
    margin-right: 20px;
	margin-bottom: 5px;
    font-family: 'proxima-soft', sans-serif;
    font-size: 15px !important;
}

footer .menu li a,
.footer-contact a,
.footer-location {
	color: #A296AF !important;
    text-decoration: none !important;
	font-family: 'proxima-soft', sans-serif;
    font-size: 15px !important;
	transition: all .5s;
}

footer .menu li a:hover,
.footer-contact a:hover {
	color: #fff !important;
    transition: all .5s;
}

.footer-contact .location-link {
	color: #fff !important;
}

.footer-location {
	margin-top: -3px;
}

footer .location-name {
	font-size: 16px !important;
	color: #fff !important;
}

.footer-social {
	margin: 0;
    padding: 0;
	list-style-type: none;
}

.footer-social li {
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-social li:first-of-type {
    margin-left: 0;
}

.footer-social li img {
	transition: all .5s;
}

.footer-social li img:hover {
	filter: brightness(125%);
	transition: all .5s;
}

footer hr {
	margin: 35px 0;
}

#footer-menu-5 {
	list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
	font-size: 13px;
}

#footer-menu-5 li {
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#footer-menu-5 li a {
    color: #796B89;
    text-decoration: none;
}

.footer-phone a {
	color: #A296AF;
    text-decoration: none;
    margin-top: 10px;
	margin-right: 10px;
    display: block;
    font-family: 'proxima-soft', sans-serif;
    font-size: 17px !important;
	transition: all .5s;
}

.footer-phone a:hover {
	color: #fff;
	transition: all .5s;
}

footer h4 {
    font-family: 'proxima-soft', sans-serif;
}

.how-it-works-h4 {
	margin-top: 52px !important;
}

.footer-badges .upcity img {
	max-width: 100px;
	filter: brightness(500%);
}

/* Growth Report */

.growth-report-container {
	display: none !important;
}

.footer-button,
.growth-marketing-container {
	display: none !important;
}

.footer-button {
	display: block !important;
	
	transition: all .5s;
    padding: 10px 20px;
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 12px;
    left: 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 19px;
    background-color: #ffbd00;
	text-decoration: none;
}

.growth-report-container {
	display: none !important;
	border: 1px solid #e1e1e1;
    border-radius: 5px;
	box-shadow: 0 6px 50px 1px rgb(0 0 0 / 25%);

	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    background-color: #fff;
	padding: 2.5%;
}

.close {
	position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
}

.close:hover {
	cursor: pointer;
}

.growth-report-container img {
	max-width: 200px;
    margin-bottom: 10px;
}

.hs-title {
	font-family: 'proxima-soft', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.growth-report-container label span {
    font-family: 'proxima-soft', sans-serif;
    font-size: 13px;
}

.email-disclaimer {
	font-family: 'proxima-soft', sans-serif;
	font-size: 10px;
}

.growth-report-container input {
	width: 100%;
	outline: none;
	border: 1px solid #d2d2d7;
    border-radius: 5px;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
}

.growth-report-container input[type="submit"] {
	font-family: 'proxima-soft', sans-serif;
    color: #fff;
	font-size: 18px;
    line-height: 18px;
	background-color: #FA114D;
    border-radius: 5px;
    border: 1px solid #FA114D;
    transition: all .5s;
    padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.hs-error-msgs {
	margin-left: 0;
    list-style-type: none;
    padding-left: 0;
    margin-top: 5px;
    color: #FA114D;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.growth-report-container {
		width: 90%;
	}
}

/* Footer Social Footer Button */

.footer-contact .footer-button {
	position: initial;
	font-family: 'proxima-soft', sans-serif;
    background-color: initial;
    text-align: initial;
    padding: 0;
	margin-bottom: -5px;
    font-size: 15px;
}

.footer-contact .footer-button a {
	color: #ffbd00 !important;
}

/* ********** 11.0 MISC ********** */

.pojo-a11y-toolbar-left {
	display: none;
}

.display-block {
	display: block;
}

.accessibility-btn {
	border: none !important;
}

.cky-revisit-bottom-left {
	display: none !important;
	background: #000 !important;
}

/* Modal */

.modal,
.modal_nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content {
  z-index: 100;
}

.modal,
.modal_nav {
	z-index: 101;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
}

.modal.active,
.modal_nav.active {
	position: fixed;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
	display: block;
}

.modal.active iframe,
.modal_nav.active iframe {
	height: 100vh !important;
}

.modal-close {
	color: #fff;
    position: fixed;
    top: 5%;
    right: 5%;
    font-size: 35px;
    font-family: 'proxima-soft';
	z-index: 100000;
}

.modal-close:hover {
	cursor: pointer;
}

/* Modal Two */

.modal-two {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content {
  z-index: 100;
}

.modal-two {
	z-index: 101;
	background-color: #000000c2;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s, visibility 0s 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	height: 100vh; */
	width: 100%;
}

.modal-two.active,
.modal_nav_two.active {
	position: fixed;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
	display: block;
}

.modal-two.active iframe,
.modal_nav_two.active iframe {
	height: 100vh !important;
}

.modal-close-two {
	color: #fff;
    position: fixed;
    top: 5%;
    right: 5%;
    font-size: 35px;
    font-family: 'proxima-soft';
	z-index: 100000;
}

.modal-close-two:hover {
	cursor: pointer;
}

/* ********** 12.0 MEDIA QUERIES ********** */

@media (max-width: 1299px) {

	h1 {
		font-size: 3.25rem !important;
	}
	
}

@media (max-width: 1184px) {
	/* NAVIGATION */
	.site-header {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
	}
	
	.menu-main-navigation-container {
		display: none;
	}
	
	button.hamburger {
		display: block !important;
		float: right;
	}
	
	.hamburger-inner {
		bottom: 2px !important;
		width: 35px !important;
		height: 2px !important;
	}
	
	.hamburger-inner:before {
		top: -8px !important;
		width: 35px !important;
		height: 2px !important;
	}
	
	.hamburger-inner:after {
		top: -16px !important;
/* 		bottom: -10px !important; */
		width: 35px !important;
		height: 2px !important;
	}
	
	button.hamburger.hamburger--collapse.is-active .hamburger-inner:before {
		top: 0 !important;
	}
	
	/* Overlay */
	.main-navigation.toggled .menu-main-navigation-container {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100vh;
		background-color: #000;
		-webkit-transition: background-color 2s ease-out;
		-moz-transition: background-color 2s ease-out;
		-o-transition: background-color 2s ease-out;
		transition: background-color 2s ease-out;
		top: 0;
	}
	
	.main-navigation.toggled #primary-menu {
		height: 100vh;
		position: relative;
		display: flex !important;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.main-navigation.toggled #primary-menu li {
		margin-right: 0;
		margin-bottom: 20px;
    	font-size: 30px;
	}
	
	.main-navigation.toggled #primary-menu li a {
		color: #fff;
	}
	
	.hamburger {
		position: relative;
		top: 3px;
	}
	
	.hamburger.is-active {
		position: relative;
		z-index: 1000;
	}
	
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
    	z-index: 1000 !important;
		background-color: #fff !important;
	}
	
	.site-header .site-branding img {
		max-width: 200px;
	}
	
	/* Off Canvas */
	
	.menu-main-navigation-container {
		overflow: scroll;
	}
	
	#primary-menu {
		text-align: center !important;
		height: initial !important;
    	padding: 35px 0;
    	overflow: scroll;
	}
	
	#primary-menu .menu-item {
		margin: 5px 0 !important;
    	padding: 0;
	}
	
	#primary-menu .sub-menu {
		display: flex !important;
    	position: initial;
    	background-color: transparent;
    	flex-direction: column;
	}
	
	#primary-menu a {
		font-size: 22px !important;
		font-weight: 800;
		margin-bottom: 8px;
	}
	
	#primary-menu .sub-menu a {
		font-size: 17px !important;
		font-weight: 400 !important;
		margin: 0 !important;
		width: initial;
	}

	#primary-menu {
		height: 100vh !important;
	}
	
}

@media (max-width: 991px) {
	
	/* GENERAL */
	h1 {
		font-size: 2.5rem !important;
	}
	
	h2 {
		font-size: 2.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	/* HOME */
	
	.home-hero {
		padding: 20px;
	}
	
	.home-featured-work #carouselExampleControls {
		width: 100%;
	}
	
	.home-featured-work .carousel-item {
		flex: 0 0 33.333333%;
	}
	
	.case-study-listing h3 {
		font-size: 35px;
	}
	
	.growth-process-container .img-arrow {
		display: none;
	}
	
	.home-growth-process h4 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.home-growth-process p {
		line-height: 1.5em;
	}
	
	.home-reviews .col-md-4 {
		display: none;
	}
	
	/* Carousel */
	#carouselExampleControls {
		display: flex;
		flex-direction: column;
	}
	
	.carousel-btn-container {
		position: initial;
		max-width: 100px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.carousel-control-prev {
		position: initial;
		align-self: center;
		margin: 0 auto;
		display: inline-block;
		margin-right: 10px;
	}
	
	.carousel-control-next {
		position: initial;
		margin: 0 auto;
		display: inline-block;
	}
	
	.home-featured-work .sb-btn {
		margin-top: 20px;
	}
	
	/* SERVICES */
	
	.services-our-strategy .values-container {
		padding: 20px 20px 0 20px;
	}
	
	.services-our-strategy .col-md-4 {
		width: calc(33.333% - 20px);
		background-color: #F8F8FA;
		margin: 10px;
	}
	
	.services-channel-management img {
		max-width: 40px;
	}
	
	.services-our-strategy img {
		max-width: 35px;
	}
	
	.services-our-strategy p {
		font-size: 15px;
	}
	
	.services-work-process .col-md-2 {
		display: none;
	}
	
	.services-work-process .work-process-container p {
		font-size: 18px;
	}
	
	.comparison-table {
		border-spacing: 15px 25px;
	}
	
	.comparison-table tr th:first-of-type {
		width: 25%;
	}
	
	.comparison-table tr th:nth-of-type(2),
	.comparison-table tr th:nth-of-type(3) {
		width: 37.5%;
	}
	
	.comparison-table tr td:first-of-type {
		padding: 10px;
	}
	
	.services-work-process {
		padding: 0 20px 100px 20px;
	}
	
	.services-our-strategy,
	.services-channel-management,
	.services-specialize,
	.services-comparison-table,
	.services-faq {
		padding: 50px 20px;
	}
	
	.about-core-values .col-lg-4.col-md-6.col-sm-12 {
		width: calc(50% - 40px);
	}
	
	/* WORK/CASE STUDIES */
	
	.work-hero canvas {
		width: 100%;
	}
	
	.cs-container {
		width: calc(50% - 20px);
	}
	
	.tab-link {
		margin-bottom: 10px;
	}
	
	/* BLOG */
	
	.blog-hero canvas {
		width: 100%;
	}
	
	.caf-post-title h2 {
		font-size: 20px !important;
		line-height: 1.5rem !important;
	}
	
	/* BLOG SINGLE */
	.web_case_study-template-default .blog-single-container {
		margin-top: 0 !important;
	}
	
	.blog-single-container {
		padding: 0 5% 10% 5%;
	}
	
	.single-post h1 {
		font-size: 45px !important;
	}
	
	/* WORK */
	.web_case_study-template-default .blog-single-container {
		padding: 0 20px;
	}
	
	.wcs-section-four,
	.wcs-section-five,
	.wcs-section-six {
		padding-top: 0 !important;
	}
	
	/* ABOUT */
	.about-our-awards .col-awards {
		margin: 25px 10px;
		width: calc(33.333% - 20px);
	}
	
	/* PERFORMANCE MARKETING */
	.hero {
		height: initial !important;
		padding-top: 10rem !important;
		padding-bottom: 10rem !important;
	}
	
	/* GROWTH DRIVEN DESIGN */
	.inbound-row-two .col-lg-3 {
		margin: 20px !important;
		width: calc(50% - 40px) !important;
	}
	
	/* CASE STUDIES SINGLE */
	.case-study-container h1 {
		font-size: 40px !important;
	}
	
	.single-case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12,
	.single-ds_case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12 {
		margin: 10px;
		padding: 10px;
		min-height: 150px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.percentage-title {
		font-size: 14px;
	}
	
	.cs-section-four .col-lg-3.col-md-6.col-sm-12 {
		width: calc(50% - 20px);
	}
	
	.single-case_study .blog-single-container,
	.single-ds_case_study .blog-single-container {
		padding-bottom: 0;
	}
	
	/* CONTACT */
	.page-id-12793 .contact-row-one {
		height: initial;
	}
	
	.contact-row-two {
		padding: 75px 20px;
	}
	
	/* THANK YOU */
	.ty-row-one {
		background:linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('/wp-content/uploads/2022/06/smartboost_home_bg_05.webp');
	}
	
	/* FOOTER */	
	.footer-cta {
		padding: 0px 20px 100px 20px;
	}
	
	.custom-logo-link {
		display: block;
		width: 100%;
	}
	
	footer .col-lg-6.col-md-12 {
    	margin-top: 20px;
    	margin-bottom: 20px;
	}
	
	.footer-social {
	}
	
	footer .logo-text {
		font-size: 13px;
	}
	
	.footer-expertise, .footer-contact {
		margin-top: 25px;
	}
	
	.how-it-works-h4 {
		margin-top: 25px !important;
	}
	
}

@media (min-width: 768px) {
	
	/* GENERAL */
	
	/* HOME */
	.home-hero {
		background-position: 62.5% center;
	}
	
	.carousel-item {
		margin-right: 0;
		flex: 0 0 33.333333%;
		display: block;
	}
	
	.carousel-inner {
		display: flex;
	}

	.carousel-item {
		flex: 0 0 22.5% !important;
		flex: 0 0 33.333333% !important;
	}
	
}

@media (max-width: 767px) {
  
	/* GENERAL */	
	h1 {
		font-size: 2.25rem !important;
	}
	
	h2 {
		font-size: 1.75rem !important;
	}
	
	h3 {
		font-size: 1.5rem !important;
	}
	
	p {
		font-size: 16px;
		line-height: 1.5em;
	}
	
	.row {
		--bs-gutter-x: 0;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.padding-sm-3 {
	    padding: 1rem !important
	}
	
	.px-sm-3 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	button {
		font-size: 15px;
		height: 40px;
		padding: 0 15px;
	}
	
	.sb-flex-row-reverse {
		flex-direction: column-reverse;
	}
	
	.accordion-header {
		padding: 1rem 0rem;
	}
	
	.accordion-body {
		padding: 1rem 1rem;
	}
	
	/* NAVIGATION */
	.site-header {
		position: initial;
		width: 100%;
		margin: 0;
	}
	
	button.menu-toggle {
/* 		visibility: hidden; */
	}
	
	.site-header .site-branding {
		width: 50%;
	}
	
	.site-header .main-navigation {
		width: 50%;
		padding-left: 0;
	}
	
	.site-header .site-branding img {
		max-width: 175px;
	}
	
	.main-navigation.toggled #primary-menu li {
		margin-bottom: 10px;
		font-size: 24px;
	}
	
	.hamburger-box {
		height: initial;
		top: -10px;
	}
	
	/* HOME */
	.home-hero {
		background-image: url('/wp-content/uploads/2022/12/sb_home_hero_mobile_01.webp');
		background-size: cover;
	}
	
	.home-hero h1,
	.home-hero p {
		color: #fff;
	}
	
/* 	.home-featured-work .container {
		padding: 0;
	} */
	
	.home-growth-process h2 {
		margin-bottom: 0;
	}
	
	#carouselExampleControls {
		padding-top: 0;
	}
	
	.carousel-inner.case-study-listing {
		padding-right: 0;
	}
	
	.home-featured-work .carousel-item {
		width: 100%;
		min-height: initial;
	}
	
	.carousel-item {
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	
	.card .img-wrapper {
    	height: 17em;
		height: initial;
  	}
	
	.carousel-btn-container {
		display: none;
	}
	
	.home-trusted .carousel-item {
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	
	.home-trusted .img-wrapper {
		text-align: center;
	}
	
	.home-trusted .img-wrapper img {
		max-width: 100px;
		margin: 0 auto;
	}
	
	.trusted-logo-col {
		width: 50%;
		padding: 0;
	}
	
	.home-featured-work,
	.home-trusted,
	.home-services {
		padding: 50px 20px;
	}
	
	.home-featured-work {
		padding-top: 100px;
	}
	
	.home-services {
		background-image: none;
	}
	
	.home-services .services-container {
		width: 100%;
		margin: 40px 0;
		border: 1px solid #dddddd;
	}
	
	.home-growth-process .col-md-4 {
		padding: 20px;
	}
	
	.home-services h3 {
		margin-bottom: 20px;
	}
	
	.home-services img {
		top: -28px;
		max-width: 55px;
	}
	
	.home-growth-process h4 {
		margin-top: 10px;
	}
	
	.home-growth-process,
	.home-reviews {
		padding: 50px 20px;
	}
	
	.home-growth-process .img-count {
		max-width: 75px;
	}
	
	.home-reviews .col-lg-4.col-md-6 {
		padding: 0;
	}
	
	.home-reviews .right-container {
		margin-top: 40px;
	}
	
	.home-reviews .testimonial-container {
		padding: 20px 0;
	}
	
	.services-work-process-description {
		margin-bottom: 30px !important;
	}
	
	.home-cta {
		padding: 0 0 200px 0;
	}
	
	.home-cta .inner-container {
		padding: 50px 20px !important;
	}
	
	.home-cta .container {
		padding: 0;
	}
	
	.home-cta h2 {
		font-size: 35px !important;
	}
	
	/* SERVICES */
	.services-hero h1 {
		font-size: 2.25rem !important;
	}
	
	.work-process-container {
		padding: 5px 15px;
		margin-bottom: 20px;
	}
	
	.services-work-process .values-container {
		padding: 20px;
	}
	
	.work-process-container img,
	.values-container img {
    	max-width: 35px;
	}
	
	.services-work-process .col-md-6 {
		margin-top: 20px;
		padding: 0;
	}
	
	.services-work-process .col-lg-4.col-md-6 {
		margin-top: 0;
	}
	
	.services-our-strategy .services-title.col-md-4 {
		padding: 0 0 20px 0;
		width: 100%;
	}
	
	.services-our-strategy .col-md-4 {
		background-color: transparent;
	}
	
	.services-our-strategy .col-sm-12 {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 5px;
	}
	
	.services-our-strategy .values-container {
		padding: 2rem;
	}
	
	.services-our-strategy .values-container img {
		max-width: 28px;
	}
	
	.services-our-strategy h4 {
		line-height: 1.35em;
	}
	
	.services-our-strategy p {
		font-size: 16px;
		margin-bottom: 0 !important;
	}
	
	.services-channel-management .container,
	.services-channel-management .row {
		padding: 0 !important;
	}
	
	.services-channel-management .row {
		--bs-gutter-x: 0;
		margin: 0 !important;
	}
	
	.services-channel-management .col-cm {
		width: 50%;
	}
	
	.services-channel-management h4 {
		font-size: 15px;
	}
	
	.services-channel-management img {
		max-width: 28px;
	}
	
	.services-specialize .col-industries {
		width: 100%;
    	margin: 10px 0;
	}
	
	.services-specialize img {
		margin-bottom: 25px;
	}
	
	.services-comparison-table .row {
		--bs-gutter-x: 0;
	}
	
	.services-comparison-table,
	.services-comparison-table .container {
		padding: 0;
	}
	
	.services-comparison-table .col-title {
		padding: 20px;
	}
	
	.services-comparison-table .row-table .col-sm-12 {
		overflow-x: auto;
		padding: 0;
	}
	
	.services-comparison-table .comparison-table {
		border-spacing: 10px;
	}
	
	.comparison-table th,
	.comparison-table td:first-of-type {
		font-size: 15px;
	}
	
	.comparison-table td {
		font-size: 14px;
	}
	
	.services-faq .col-lg-8 {
		padding: 40px 0;
	}
	
	.services-faq .accordion-button {
		font-size: 17px;
	}
	
	.services-faq p {
		font-size: 14px;
	}
	
	.services-faq .accordion-item {
		padding: 10px;
	}
	
	/* ABOUT */
	.about-hero {
		background-image: url('/wp-content/uploads/2022/12/sb_about_hero_mobile.webp');
	}
	
	.about-hero h1 {
		font-size: 2.25rem !important;
	}
	
	.sticky-about-one {
		position: initial;
		margin-bottom: 50px;
	}
	
	.about-core-values .row {
		width: 100%;
	}
	
	.about-core-values .col-acv-title {
		background-color: #fff !important;
	}
	
	.about-core-values .col-lg-4.col-md-6.col-sm-12 {
		padding: 0;
		width: 100%;
		min-height: initial;
	}
	
	.about-our-awards .col-awards {
		margin: 25px 10px;
		width: calc(50% - 20px);
	}
	
	/* WORK */
	.work-hero,
	.blog-hero {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 50px;
	}
	
	.work-hero .col-md-12,
	.blog-hero .col-md-12 {
		padding: 0;
	}
	
	.work-hero h1,
	.blog-hero h1 {
		font-size: 15px !important;
		font-weight: 400 !important;
	}
	
	.cs-container {
		margin: 20px 0;
		width: 100%;
	}
	
	.tab-link {
		margin: 10px 5px 0 5px;
		padding: 7px 10px !important;
	}
	
	.tab-content {
		padding: 10px;
	}
	
	.cs-container h2 {
		font-size: 20px !important;
		line-height: 1.5rem !important;
	}
	
	/* ABOUT */
	.about-our-mission {
		padding-bottom: 0;
	}
	
	.about-our-mission img {
		max-width: 60px;
    	top: -35px;
	}
	
	.about-our-mission .services-container {
		margin: 0 0 55px 0;
    	padding: 0 25px 25px 25px;
	}
	
	.about-our-vision {
		padding: 50px 20px;
	}
	
	.about-our-vision .padding-5 {
		padding-left: 0;
	}
	
	.vision-content img {
		max-width: 75%;
		padding: 10%;
	}
	
	.about-our-vision .vision-links {
		padding: 15px 20px;
	}
	
	.about-our-vision img {
		max-width: 75%;
		margin-top: 40px;
	}
	
	.about-our-awards {
		padding: 50px 20px;
	}
	
	.about-our-awards h2 {
		margin-bottom: 20px;
	}
	
	.about-our-awards .col-md-2 {
		width: 50%;
		margin-bottom: 40px;
	}
	
	.about-core-values {
		padding: 50px 20px;
	}
	
	.about-core-values .col-md-4 {
		margin-bottom: 30px;
	}
	
	.about-core-values .col-lg-4.col-md-6.col-sm-12 {
		display: block;
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	.about-core-values .values-container {
		padding: 25px;
	}
	
	.about-our-team {
		padding: 0 20px 50px 20px;
	}
	
	.about-our-team .col-lg-3.col-md-4.text-center {
		margin-bottom: 50px;
	}
	
	.about-our-team h2 {
		margin-bottom: 75px;
	}
	
	.about-our-team h3 {
		font-size: 1.25rem !important;
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	/* PERFORMANCE MARKETING */
	.hero {
		background-image: none !important;
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.hero-mobile-img {
		display: block;
		max-width: 75%;
    	margin: 0 auto 2rem auto;
	}
	
	.hero .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.hero .col-md-6.pe-3 {
		padding: 0 30px !important;
	}
	
	/* SEO GROWTH */
	.seo-growth-four h3 {
		font-size: 1.1rem !important;
	}
	
	/* DATA DRIVEN MARKETING */
	.ddm-row-six img {
		max-width: 90%;
	}
	
	.gma-process .abilities-container .col-ac {
    	width: 100%;
		margin: 10px 0;
	}
	
	/* INBOUND MARKETING */
	.sticky-ib {
		position: initial;
		height: initial;
	}
	
	.inbound-row-two img {
		max-width: 100%;
		margin-top: 40px;
	}
	
	/* PRODUCT MARKET FIT */
	.col-xl-6.col-lg-8.mb-5.px-5.text-center.relative {
		padding: 0 !important;
	}
	
	.pyramid {
		max-width: 100%;
		height: 275px;
	}
	
	.pyramid h4 {
		font-size: 12px;
		font-weight: bold;
	}
	
	/* GROWTH DRIVEN DESIGN */
	.inbound-row-two .col-lg-3 {
		margin: 20px 0 !important;
		width: 100% !important;
	}
	
	.inbound-row-two .col-lg-3 {
		padding: 0;
	}
	
	/* CASE STUDIES SINGLE */
	.single-case_study .blog-single-container,
	.single-ds_case_study .blog-single-container{
		margin-top: 50px;
	}
	
	.case-study-container h1 {
		font-size: 35px !important;
	}
	
	.single-case_study .post-thumbnail,
	.single-ds_case_study .post-thumbnail {
		margin-top: 30px;
	}
	
	.case-study-container .intro-title {
		font-size: 18px;
	}
	
	.case-study-container .intro-data {
		font-size: 16px;
	}
	
	.single-case_study .blog-single-container h2,
	.single-ds_case_study .blog-single-container h2 {
		font-size: 30px !important;
	}
	
	.case-study-container .cs-section-one, .case-study-container .cs-section-two {
		padding: 50px 20px;
	}
	
	.single-case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12,
	.single-ds_case_study .cs-section-two .col-lg-3.col-md-6.col-sm-12 {
		width: calc(50% - 20px);
	}
	
	.cs-section-three .col-sm-2 {
		display: none;
	}
	
	.cs-section-four .col-lg-3.col-md-6.col-sm-12 {
		width: calc(100% - 20px);
	}
	
	.cs-section-five .col-sm-2 {
		display: none;
	}
	
	.cs-section-six .tab-item {
		width: calc(100% - 10px);
	}
	
	.cs-section-six {
		padding: 50px 0;
	}
	
	.cs-section-six .col-sm-6 {
		padding: 0;
	}
	
	/* PRIVACY/ACCESSIBILITY/COOKIE */
	.page-template-privacy-policy-page .page-container h1,
	.page-template-accessibility-statement-page .page-container h1,
	.page-template-cookie-policy-page .page-container h1,
	.page-template-terms-of-use-page .page-container h1,
	.page-template-covid-19-update-page .page-container h1 {
		font-size: 2rem !important;
	}
	
	.form-mobile {
		display: block !important;
		margin-top: 50px;
	}
	
	.form-desktop {
		display: none !important;
	}
	
	.contact-row-two .contact-col-two {
		padding: 20px 0;
	}
	
	/* FOOTER */
	footer {
		padding: 50px 20px;
	}
	
	.footer-cta .sb-btn {
		width: 100%;
	}
	
	footer .container,
	footer .col-lg-6.col-md-12 {
		padding: 0;
	}
	
	#footer-menu {
		padding: 0;
	}
	
	#footer-menu li {
		margin: 6px 0 0 0;
		font-size: 15px !important;
	}
	
		#footer-menu-5 li {
		margin: 10px;
		font-size: 13px !important;
	}
	
	.footer-services {
		margin-top: 25px;
	}
	
}

/* NAVIGATION 08.23.24 */

.site-header {
	display: flex;
}

.nav-cta {
	padding: 0 20px !important;
	border-radius: 5px !important;
	background-color: #FA114D !important;
	transition: all .5s;
	float: none;
}

.nav-cta:hover {
	background-color: #190B28 !important;
	transition: all .5s;
}

.nav-cta a {
	color: #fff !important;
	padding: 10px 0 !important;
	transition: all .5s;
}

.nav-cta a:hover {
	color: #fff !important;
	transition: all .5s;
}

.custom-logo-link {
	padding-left: 25px;
}

.main-navigation .menu-item {
    padding-top: 9px;
}

.nav-menu {
	float: right;
}

.site-header .site-branding img {
	max-width: 200px;
}

.hamburger-icon {
	width: 40px;
}

#wpadminbar {
	display: none;
}

.nav-btn-close {
	display: none;
}

@media (max-width: 1184px) {
	
	.site-header {
		height: 70px;
	}
	
	.menu-toggle {
		display: block !important;
		background-color: transparent;
		border: none;
		position: absolute;
		right: 0;
	}
	
	.site-branding {
		display: flex;
		align-items: center;
	}
	
	#primary-menu {
		width: 100%;
	}
	
	.main-navigation.toggled .nav-btn-close {
		position: fixed;
		top: 20px;
		right: 40px;
		display: block;
		z-index: 1000;
		color: #fff;
		font-size: 30px;
		font-family: 'proxima-soft';
		font-weight: 700;
	}
		
}

@media (min-width: 992px) {
	.nav-cta-mobile {
    	display: none !important;
	}
}

@media (max-width: 767px) {

	#primary-menu {
		padding: 0;
	}
	
    #primary-menu a {
        font-size: 18px !important;
    }
	
	#primary-menu .sub-menu a {
		font-size: 14px !important;
	}
	
	.nav-cta {
		display: none !important;
	}
	
	.nav-cta.nav-cta-mobile {
		display: block !important;
	}
	
	#primary-menu .menu-item {
		margin: 4px 0 !important;
	}
	
	#primary-menu a {
		margin-bottom: 5px;
	}
	
}

/* MEGA MENU */

/* .modal.active, .modal_nav.active {
	z-index: 1000;
}

#wpadminbar {
	display: none;
}

.site-header .main-navigation {
	width: 100%;
}

header .custom-logo {
	max-width: 250px;
}

.navbar-brand {
	margin-right: 50px;
}

.main-navigation ul ul {
	position: initial !important;
	box-shadow: none !important;
}

.navbar .megamenu {
	padding: 50px;
}

.dropdown-menu.megamenu {
    max-height: calc(100vh - 100px);
    overflow-y: auto !important;
}

.dropdown-menu.megamenu h6 {
	font-weight: bold;
}

.dropdown-menu.megamenu li {
	margin-bottom: 10px !important;
}

header a {
	text-decoration: none;
	color: #68646F !important;
	transition: all .5s;
}

header a:hover {
	color: #FA114D !important;
	transition: all .5s;
}

.nav-cta {
	padding: 0 20px !important;
	border-radius: 5px !important;
	background-color: #FA114D !important;
	transition: all .5s;
}

.nav-cta:hover {
	background-color: #190B28 !important;
	transition: all .5s;
}

.nav-cta a {
	color: #fff !important;
	padding: 10px 0 !important;
	transition: all .5s;
}

.nav-cta a:hover {
	color: #fff !important;
	transition: all .5s;
}

.dropdown-menu.megamenu.show li {
    display: block;
}

.container-top {
	display: block !important;
	max-width: 100% !important;
}

.nav-cta-mobile {
	display: none !important;
}

.col-megamenu ul,
.col-megamenu li a {
	width: 100% !important;
}

.dropdown-menu .row {
	flex-direction: column;
}

.dropdown-menu .col-lg-4 {
	width: 100%;
}

.dropdown-menu ul {
	display: flex !important;
	flex-wrap: wrap;
}

.dropdown-menu.megamenu li:hover {
    background-color: #e9e9e9;
    transition: all .5s;
    border-radius: 5px;
}

.dropdown-menu.megamenu li {
    display: block !important;
    width: 33.333% !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
	line-height: 14px !important;
    padding: 10px;
}

.dropdown-menu.megamenu li a {
    line-height: .5em !important;
	font-weight: 700;
}

.dropdown-menu.megamenu li span {
	font-size: 14px !important;
    font-weight: 400 !important;
    display: block !important;
    margin-top: 12px !important;
    line-height: 17px;
}

.main-navigation ul ul {
	border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.main-navigation ul .col-lg-4:last-of-type ul {
	border-bottom: none;
}

@media (max-width: 1184px) {
	
	.menu-main-navigation-container,
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	
	.menu-main-navigation-container, .navbar-expand-lg .navbar-collapse.off-canvas {
		display: block !important;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100vh;
		background-color: #000;
    	top: 0;	
	}
	
	.off-canvas a.nav-link.dropdown-toggle.what-we-do {
		text-align: center !important;
	}
	
	.off-canvas ul.navbar-nav.nav-menu {
		flex-direction: column !important;
	}
	
	.off-canvas ul li {
		margin-right: 0 !important;
	}
	
	.off-canvas .dropdown-menu {
		display: block;
		background-color: transparent !important;
		position: initial !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.off-canvas .dropdown-menu.megamenu .row {
		display: block !important;
	}
	
	.off-canvas .col-lg-4 {
		width: 100% !important;
		text-align: center !important;
	}
	
	.off-canvas h6 {
		font-size: 21px;
		color: #fff;
		font-weight: 400 !important;
	}
	
	.off-canvas .dropdown-menu.megamenu ul {
		float: none !important;
	}
	
	.off-canvas .dropdown-menu.megamenu li {
		width: 100% !important;
	}
	
	.off-canvas .dropdown-menu.megamenu li,
	.off-canvas .dropdown-menu.megamenu a {
		width: 100% !important;
		color: #f5f5f5 !important;
		font-weight: 400 !important;
	}
	
	.off-canvas a.nav-link {
		font-size: 24px;
		line-height: 26px;
		color: #fff !important;
		font-weight: bold;
	}
	
	.off-canvas .col-megamenu ul {
		display: none !important;
	}
	
	.off-canvas .dropdown-toggle::after {
		display: none !important;
	}
	
	.off-canvas .ul-marketing,
	.off-canvas .ul-website,
	.off-canvas .ul-strategy {
        display: none;
    }
	
	.off-canvas .dropdown-menu.megamenu ul.show-ul-marketing,
	.off-canvas .dropdown-menu.megamenu ul.show-ul-website,
	.off-canvas .dropdown-menu.megamenu ul.show-ul-strategy {
        display: block !important;
    }
	
	ul.navbar-nav.nav-menu {
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	ul.navbar-nav.nav-menu {
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	.nav-cta-mobile {
		display: block !important;
		margin-top: 20px;
	}
	
	.dropdown-menu.megamenu li span {
		display: none !important;
	}
	
	ul.navbar-nav.ms-auto .nav-cta {
		display: none;
	}
	
	.dropdown-menu.megamenu li {
		margin: 2px 0 !important;
	}
	
	.off-canvas .nav-cta a {
		padding: 5px 0 !important;
		font-size: 19px !important;
	}
	
}

@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	 */

@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

@media (max-width: 991px) {
	
	div#main_nav {
		display: block;
		position: fixed;
		width: 100%;
		left: 0;
		height: 100vh;
		background-color: #000;
    	top: 0;
		
	}
	
	ul.navbar-nav.nav-menu {
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
	ul.navbar-nav.nav-menu {
		height: 100%;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	
}

@media (max-width: 767px) {
	
	.navbar-brand {
		margin-right: 0;
	}
	
	header .custom-logo {
		max-width: 150px;
	}
	
	.off-canvas a.nav-link {
		font-size: 22px;
		line-height: 22px;
		color: #fff !important;
	}
	
	.off-canvas h6 {
		font-size: 18px;
		margin-bottom: 10px !important;
		font-weight: 600 !important;
	}
	
	.off-canvas .dropdown-menu.megamenu li {
		font-size: 16px;
		margin-bottom: 7px !important;
		padding: 5px 0 !important;
	}
	
	.off-canvas .dropdown-menu {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.col-megamenu ul {
		padding-top: 5px !important;
		padding-bottom: 0 !important;
	}
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	