/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.site-branding > div {
    line-height: 0;
}
.site-footer .footer-menu .menu {
    justify-content: center;
    align-items: center;
}
.site-footer .footer-menu .menu li {
    margin: 0 25px !important;
}
header.site-header .main-navigation .nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
header.site-header .main-navigation .nav-menu li {
	font-size: 42px;
}
header.site-header .main-navigation .menu-toggle {
    z-index: 2;
}
.footer-logo {
	text-align: center;
}
.site-footer .footer-link a {
    font-size: 25px;
}
.menu-sticky ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style: none;
}
.menu-sticky ul li {
    margin: 0 15px;
    line-height: 1;
    position: relative;
}
.menu-sticky ul li a {
    color: #1a2577;
    text-transform: uppercase;
    font-size: 17px;
}
.menu-sticky ul li a:hover, .menu-sticky ul li.current-menu-item a {
    color: #29abe2;
}
.site-header .main-navigation .menu-toggle {
	line-height: 0;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-header .main-navigation {
    width: auto;
}
.menu-sticky {
    margin-right: 25px;
	display: none;
}
.site-header.sticky .menu-sticky {
    display: block;
}
.menu-open .site-header.sticky .menu-sticky {
    display: none;
}
.menu-sticky ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 25px;
    padding-left: 0;
    margin: 0;
    line-height: normal;
    list-style-type: none;
    width: 100%;
    min-width: 270px;
    transform: translateX(-50%);
    text-align: center;
}
.menu-sticky ul li ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: center;
    background: #1a2577;
    padding: 0;
    margin: 0;
}
.menu-sticky ul li ul.sub-menu li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 7px 22px;
    font-size: 15px;
    line-height: 1.5;
}
.menu-sticky ul li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.menu-sticky ul li ul.sub-menu li a:hover {
	color: #29abe2;
}
.menu-sticky ul li.menu-item-has-children >a:before {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    top: -1px;
    right: 0;
}
.menu-sticky ul li.menu-item-has-children:hover > a:before {
    content: '\f106';
}
.menu-sticky ul li.menu-item-has-children > a {
    padding-right: 25px;
}
.contact-details {
    padding: 100px 0;
}
.contact-details--inner {
    display: flex;
    justify-content: center;
    margin: 0 -25px;
}
.contact-detail-item {
    width: 33.33%;
    padding: 0 25px;
    text-align: center;
}
.contact-detail-item a {
    font-size: 25px;
    color: #192577;
}
.contact-detail-item a:visited {
    color: #192577;
}
.contact-detail-item a:hover {
	color: #29abe2;
}
.contact-detail-item .icon {
    color: #29abe2;
    font-size: 85px;
}
.contact-detail-parent {
    max-width: 1300px;
    margin: 0 auto;
}
.contact-map {
    line-height: 0;
}
.contact-map iframe {
    width: 100%;
}
.portfolio-listing_main .portfolio-listing_box .content {
    max-height: 98px;
    overflow: hidden;
}
.case-single_main .post-content .entry-header .entry-title {
	font-weight: 500;
}
.case-single_main .post-content .entry-content {
	font-size: 18px !important;
}
.case-single_main .post-content .entry-content h1 {
    font-weight: 500;
    line-height: 1.2;
}
.case-single_main .post-content .entry-content h2, .case-single_main .post-content .entry-content h1 {
    font-size: 42px;
    line-height: 1.35;
    margin: 0 0 20px;
}
.case-single_main .post-content .entry-content h3 {
    font-size: 28px;
}
.case-single_main .post-content .entry-content h4, .case-single_main .post-content .entry-content h5 {
    font-size: 25px;
}
.image-content_main .image-content_content .image-content_heading {
	line-height: 1.2 !important;
}
.seo-audit-cta .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.seo-audit-cta {
    padding-top: 0;
}
.seo-audit-cta h2.heading {
    margin-bottom: 45px;
}
.seo-audit-cta a.btn {
    margin-top: 25px;
}
.seo-audit {
    padding: 80px 0;
}
.seo-audit iframe {
    margin: 0 auto !important;
}

/* Services New */

.inner-hero_main .inner-hero_heading.h2 {
    font-size: 50px;
}
.service-intro {
    padding: 100px 0;
}
.service-intro .service-intro-inner {
    text-align: center;
}
h2.site-h2 {
    margin: 0 0 15px;
    color: #000;
    font-size: 60px;
}
/* .service-intro-inner {
    max-width: 1380px;
    margin: 0 auto;
} */
.trusted-logos {
    text-align: center;
    margin: 40px 0 0;
}
.trusted-logos h3 {
    color: #000;
    margin: 0 0 30px;
}
.trusted-logo-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.why-choose-inner .col.right-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
/* .why-choose-inner .col.left-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
} */
.trusted-logo-list ul li {
    width: calc(100%/4);
    padding: 0 30px;
    line-height: 0;
}
.trusted-logo-list ul li img {
    margin: 0 auto;
    width: 100%;
    max-width: 175px;
    height: auto;
}
.trusted-logo-list {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}
.why-choose-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.why-choose-inner .col {
    padding: 0 35px;
    width: 50%;
}
.why-choose-inner h2 {
    line-height: 1.3;
    margin: 0 0 45px;
}
.why-choose-us {
    padding: 50px 0 300px;
    position: relative;
}
.statics-block .static-block-item .static-title {
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #29abe2;
    margin: 0 0 10px;
}
.statics-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.statics-block .static-block-item {
    padding: 0 22px;
}
.statics-block .static-block-item .static-content {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.solution-we-offer {
    padding: 0 0 100px;
    overflow: hidden;
}
.solution-we-offer .title-wrap {
    max-width: 1400px;
    margin: 0 auto;
}
.solutions-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -58px;
    margin-top: 60px;
}
.solution-list-item {
    width: 25%;
    padding: 30px 58px;
    text-align: center;
    border-right: 2px solid #e4e4e4;
    margin: 0 0 50px;
}
.solutions-list .solution-list-item:nth-child(4n) {
    border-right: none;
}
.solution-list-item h3 {
    font-size: 22px;
    line-height: 1.4;
    margin: 25px 0 10px;
    color: #000;
}
.solution-list-item .icon {
    max-height: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-list-item .icon img {
    height: 100%;
}
.faq-main .faq-box .faq-box_heading {
    display: flex !important;
    align-items: center;
    font-weight: 500;
}
.contact-img_main .contact-img_box .contact-box_content .contact-box_heading span {
	font-size: 17px !important;
}
.blog-item a.blog-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 38px;
    z-index: 0;
    padding-top: 78%;
    position: relative;
    display: block;
}
.blog-item a.blog-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.blog-item h3 {
    line-height: 1.2;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}
.blog-item h3 a {
    color: #000;
}
.blog-item h3 a:hover {
    color: #29abe2;
}
.blog-item span.date {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 2;
    color: #5c5c5c;
}
.blog-item .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 36px;
    color: #5c5c5c;
    z-index: 2;
    position: relative;
    max-height: 98px;
}
.blog-item a.btn-link {
    font-size: 17px;
    z-index: 2;
    position: relative;
    color: #000;
}
.blog-item a.btn-link img {
    margin-left: 25px;
}
.blog-item a.btn-link:hover {
    opacity: 60%;
}
.blog-services .title-wrap {
    margin: 0 0 75px;
}
.blog-services .swiper-pagination {
    position: static;
    margin: 50px 0 0;
    line-height: 0;
}
.blog-services .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
}
.blog-services .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #29abe2;
}
.blog-services {
    position: relative;
    padding: 0 0 300px;
}
.personalized-solutions-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
}
.personalized-solutions-items .personalized-solutions-item {
    width: calc(33.33% - 40px);
    padding: 40px 50px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 20px;
}
.personalized-solutions-item h3 {
    color: #000;
    margin: 0 0 15px;
    line-height: 1.2;
}
.personalized-solutions-item .icon-wrap {
    line-height: 0;
    margin: 0 0 30px;
}
.personalized-solutions-item .icon-wrap img {
    max-height: 85px;
}
.personalized-solutions {
    padding: 0 0 100px;
}
.process-cta-block {
    padding: 0 15px;
    margin: 70px 0 0;
}
.tools-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.tools-list .tools-item {
    width: calc(100%/6);
    padding: 0 35px;
    margin-top: 40px;
}
.tools-list .tools-item .icon-wrap {
    width: 135px;
    height: 135px;
    background: #fff;
    box-shadow: 1px 1px 11px 3px #547a9e1a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
    margin: 0 auto;
}
.tools-list .tools-item .icon-wrap img {
    height: 55px;
    width: auto;
}
.professional-tools .container {
    width: 1400px;
}
.professional-tools {
    padding: 0 0 300px;
    position: relative;
}
.personalized-solutions .title-wrap {
    margin: 0 0 35px;
}
.personalized-solutions .title-wrap p {
    max-width: 1400px;
    margin: 0 auto;
}
.sol-cta-btn {
    margin: 35px 0 0;
}
.professional-tools.search-engine-optimization .tools-item {
    width: calc(100%/3);
}
.professional-tools.search-engine-optimization .tools-item .icon-wrap {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 40px 25px;
}
.professional-tools.search-engine-optimization .tools-item .icon-wrap img {
    max-height: 50px;
    height: unset;
}
.digital-statistics-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
}
.digital-statistics-item {
    width: 33.33%;
    padding: 0 20px;
}
.digital-statistics .container {
    width: 1500px;
}
.digital-statistics-item--inner {
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    background: #FFF;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.digital-statistics-item--inner .icon-wrap {
    width: 70px;
    line-height: 0;
}
.digital-statistics-item--inner .content-wrap {
    width: calc(100% - 70px);
    padding-left: 30px;
}
.digital-statistics-item--inner .content-wrap .text-main {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    margin: 5px 0 0;
	text-transform: uppercase;
}
.digital-statistics-item--inner .content-wrap span {
    font-size: 16px;
    line-height: 1;
}
.digital-service-title {
    margin: 0 0 50px;
}
.digital-cta {
    margin: -100px 0 50px;
}
.brand-intro-inner .col {
    padding: 0 35px;
}
.brand-intro-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.brand-intro-inner .col.left-wrap {
    width: 55%;
}
.brand-intro-inner .left-wrap h2.site-h2 {
    line-height: 1.4;
    margin: 0 0 30px;
}
.brand-intro-inner .col.right-wrap {
    width: 45%;
}
.brand-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-accordion-item .brand-toggle {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid rgb(229 229 229);
    padding: 13px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-accordion-item .brand-inner {
    display: none;
    margin: 20px 0 0;
}
.brand-accordion-item .brand-toggle.show i {
    transform: rotate(180deg);
}
.seo-audit-block .col {
    padding: 0 20px;
    width: 50%;
}
.seo-audit-block .col.left-wrap {
	width: 42%;
}
.seo-audit-block .col.right-wrap {
	width: 58%;
}
.seo-audit-block .content {
    text-align: left;
}
.seo-audit-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.seo-audit-block .seo-audit {
    padding: 0;
}
.postid-95 .why-choose-inner .col.left-wrap a.btn {
    margin: 20px 0 0;
}
.menu-sticky ul li ul.sub-menu li:first-child {
    padding-top: 15px;
}
.menu-sticky ul li ul.sub-menu li:last-child {
    padding-bottom: 15px;
}
/* .faq-main ul {
    columns: unset !important;
    max-width: 1100px;
    margin: 0 auto !important;
}	 */
.faq-main .faq-box .faq-box_heading {
	font-size: 17px !important;
    padding: 28px 70px 28px 30px !important;
}
.faq-main .faq-box .faq-box_heading i {
    right: 25px;
}
.faq-main .faq-box .faq-box_answer {
    padding: 0 70px 40px 30px !important;
    font-size: 16px !important;
}
.contact-img_main .contact-img_box .contact-box_content .contact-box_heading {
    font-size: 50px;
    padding-right: 80px;
}
.services-listing_main .row .col {
    flex: 0 0 33.33% !important;
    width: 33.33% !important;
}
.services-wrapper .row {
    justify-content: center;
}
.extra-content_main {
    padding-top: 80px;
}
.portfolio-listing_main .heading-wrapper {
    display: none !important;
}
.faq-main .faq-box .faq-box_answer ul {
    list-style: disc;
    columns: unset;
    padding-left: 20px;
}
.postid-137 .image-content_main .background-text {
    background: linear-gradient(to top, #FFFFFF 10%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.why-choose-inner ul {
    margin-left: 0;
    padding: 0 0 0 20px;
}
.image-content_main .image-content_content h3.image-content_heading.h2 {
    font-size: 52px;
    font-weight: 600;
}
.faq-main .faq-box .faq-box_answer ul {
    margin: 0 0 20px;
}
.faq-main .faq-box .faq-box_answer ul:last-child {
    margin: 0;
}
.why-choose-us.reverse .why-choose-inner {
    flex-direction: row-reverse;
}
.postid-1127 .why-choose-inner {
    align-items: center;
}
.footer-logos .google-logo img {
    max-width: 130px;
}
.footer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.footer-logos .google-logo {
    line-height: 0;
}
.footer-logos .cve-logo {
    margin-left: 30px;
}
.blog-services .btn-wrap {
    margin: 40px 0 0;
    text-align: center;
}
.why-choose-inner .col p a {
    color: #29abe2;
}
.why-choose-inner .col p a:hover {
    text-decoration: underline;
}
.blog-services .btn-wrap {
    margin: 40px 0 0;
    text-align: center;
}
.case-single_main .post-content .entry-content p a {
    color: #192577;
    font-weight: 500;
    text-decoration: underline;
}
.case-single_main .post-content .entry-content p a:hover {
    text-decoration: none;
}
.single-blog-wrap .content-wrap {
    width: 72%;
    padding-right: 50px;
}
.single-blog-wrap .blog-sidebar {
    width: 28%;
    background: linear-gradient(156deg, #ff9900 0%, #ff618e 100%);
    padding: 40px 30px;
    border-radius: 20px;
}
.single-blog-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single-blog-wrap .blog-sidebar .form-wrap h2.gform_title {
    color: #FFF;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}
.single-blog-wrap .blog-sidebar .form-wrap form .gfield_html:first-child {
    display: none;
}
.footer-logo {
    text-align: left;
    line-height: 0;
    margin: 0 0 35px;
}
.footer-logo a {
    display: inline-block;
    line-height: 0;
    max-width: 130px;
}
.site-footer .footer-link.footer-social {
    text-align: left !important;
}
.site-footer .footer-row .footer-link {
    margin: 0 0 35px;
}
.site-footer .footer-link.footer-social a {
    width: 40px;
    height: 40px;
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    color: #192577 !important;
}
.site-footer .footer-row .footer-link a:hover {
    color: #192577 !important;
    opacity: .6;
}
.site-footer .footer-link.footer-social a:not(:last-child) {
    margin-right: 13px !important;
}
.site-footer .footer-link span {
    margin-bottom: 15px !important;
    font-size: 20px;
}
.footer-row .footer-links .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-row .footer-links .menu li a {
    font-size: 18px;
    font-weight: 400;
}
.footer-row .footer-links .menu li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.footer-row .footer-links .menu li a:hover {
    color: #29abe2 !important;
}
.footer-row .review-btn .btn {
    font-size: 15px;
    background: transparent !important;
    border-color: #FFF !important;
}
.footer-row .review-btn .btn i {
    margin-right: 10px;
}
.footer-row .review-btn .btn:hover {
    background: #29ABE2 !important;
    color: #FFF !important;
    border-color: #29ABE2 !important;
}
.footer-row .review-btn {
    margin: 0 0 35px !important;
}
.site-footer .footer-row .footer-copyright {
    margin: 0;
    text-align: left;
}
.site-footer .footer-row .col {
    flex: unset !important;
}
.site-footer div.footer-row .about-info {
    width: 30%;
    flex: unset !important;
}
.site-footer div.footer-row .col.footer-link {
    width: 20%;
    margin: 0 !important;
}
.site-footer div.footer-row .col.contact-info {
    width: 30%;
}
.footer-contact-items .footer-contat-item {
    font-size: 18px !important;
    line-height: 1.5;
    color: #FFF;
}
.footer-contact-items .footer-contat-item a {
    color: #FFF;
    font-size: 18px !important;
    line-height: 1.5;
}
.footer-contact-items .footer-contat-item a:hover {
    color: #29ABE2 !important;
}
.footer-contact-items .footer-contat-item {
    position: relative;
    margin: 0 0 25px;
    padding-left: 48px;
}
.footer-contact-items .footer-contat-item:last-child {
    margin: 0;
}
.footer-contact-items .footer-contat-item i {
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    font-size: 25px;
    color: #29ABE2 !important;
}
.footer-row .footer-logos {
    justify-content: flex-start;
    margin-top: 35px;
}
.footer-logos .google-logo img {
    max-width: 90px;
}
div.cve-logo {
    width: 90px;
    height: 90px;
}
div.cve-logo img {
    max-width: 78px;
}
footer.site-footer {
    padding: 100px 0;
}
.footer-row .footer-links .menu li {
    margin: 0 0 10px;
}
.footer-row .footer-links .menu li:last-child {
    margin: 0;
}
.solution-list-item p a {
    color: inherit;
    text-decoration: underline;
}
.solution-list-item p a:hover {
	color: #29ABE2;
}
.stories-list {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
    width: auto;
}
.stories-list .story-item {
    width: 23%;
    margin: 1%;
    border-radius: 10px;
    overflow: hidden;
    background: #1A2577;
    position: relative;
    line-height: 0;
}
.stories-list .story-item .story-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stories-list .story-item a {
    display: inline-block;
    width: 100%;
}
.stories-list .story-item a img {
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s;
}
.stories-list .story-item a::before, .stories-list .story-item a::after {
    content: '';
    position: absolute;
    top: 1.8em;
    right: 1.8em;
    bottom: 1.8em;
    left: 1.8em;
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
}
.stories-list .story-item a::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.stories-list .story-item a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.stories-list .story-item a:hover::before, .stories-list .story-item a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stories-list .story-item a:hover img {
    opacity: .25;
}
.stories-list .story-item .story-title h4 {
    color: #FFF;
    font-size: 25px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1.4;
    transition: 0.5s;
    opacity: 0;
    margin: 0;
}
.stories-list .story-item a:hover .story-title h4 {
    opacity: 1;
}
.stories-wrap {
    padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
    .stories-list .story-item {
        width: 31.33%;
    }
	.stories-wrap {
		padding: 0 0 80px;
	}
}
@media only screen and (max-width: 991px) {
    .stories-list .story-item {
        width: 48%;
    }
	.stories-wrap {
		padding: 0 0 70px;
	}
}
@media only screen and (max-width: 767px) {
    .stories-list .story-item {
        width: 98%;
    }
	.stories-wrap {
		padding: 0 0 55px;
	}
}

/* Responsive */

@media only screen and (max-width: 1900px) {
	.postid-137 .image-content_main .background-text {
		font-size: 180px !important;
		bottom: 25px;
	}
}

@media only screen and (max-width: 1700px) {
	.inner-hero_main .inner-hero_heading.h2 {
		font-size: 55px;
	}
	html, body {
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 1600px) {
	section.process-main .process-content .process-item_img {
		display: none;
	}
	.process-main .bottom-icon {
		left: 7% !important;
	}
	.site-footer .footer-menu .menu li {
		font-size: 15px !important;
		margin: 0 20px !important;
	}
	.blog-services {
		padding: 0 0 230px;
	}
	.solution-we-offer {
		padding: 0 0 80px;
	}
	.personalized-solutions {
		padding: 0 0 80px;
	}
	.why-choose-us {
		padding: 50px 0 230px;
	}
	.professional-tools {
		padding: 0 0 230px;
	}
	h2.site-h2 {
		line-height: 1.4;
	}
	.digital-service-title {
		margin: 0 0 50px;
	}
	.digital-cta {
		margin: -20px 0 60px;
	}
}
@media only screen and (max-width: 1439px) {
	.site-footer .footer-menu .menu li {
		margin: 7px 20px !important;
	}
	header.site-header .main-navigation .nav-menu li {
		font-size: 35px;
	}
	body.services-template-default .inner-hero_main .inner-hero_bg span.inner-hero_bg-text {
		bottom: 41%;
	}
	.why-choose-us {
		padding: 50px 0 230px;
		position: relative;
	}
	body.services-template-default .inner-hero_main .inner-hero_bg span.inner-hero_bg-text {
		bottom: 48%;
	}
	h2.site-h2 {
		font-size: 45px;
		line-height: 1.5;
	}
	.trusted-logo-list ul li {
		padding: 0 15px;
	}
	.trusted-logo-list ul {
		margin: 0 -15px;
	}
	.why-choose-inner .col {
		padding: 0 20px;
	}
	.why-choose-inner {
		margin: 0 -20px;
	}
	.statics-block .static-block-item .static-title {
		font-size: 40px;
	}
	.solution-list-item {
		padding: 30px;
	}
	.solutions-list {
		margin: 0 -30px;
		margin-top: 60px;
	}
	.solution-list-item h3 {
		font-size: 20px;
	}
	.blog-item h3 {
		font-size: 25px;
	}
	.inner-hero_main .inner-hero_heading.h2 {
		font-size: 50px;
	}
	.personalized-solutions-items .personalized-solutions-item {
		padding: 30px 20px;
	}
	.digital-statistics-item--inner .content-wrap .text-main {
		font-size: 28px;
	}
	.image-content_main .image-content_content .image-content_heading {
		font-size: 60px;
	}
}
@media only screen and (max-width: 1366px) {

}
@media only screen and (max-width: 1200px) {
	.contact-detail-item a {
		font-size: 20px;
	}
	.contact-detail-item .icon {
		font-size: 70px;
	}
	.contact-details {
		padding: 0 0 80px;
	}
	.service-intro {
		padding: 70px 0;
	}
	.why-choose-us {
		padding: 30px 0 130px;
		position: relative;
	}
	h2.site-h2 {
		font-size: 38px;
	}
	.trusted-logos h3 {
		font-size: 32px;
	}
	.statics-block .static-block-item .static-title {
		font-size: 32px;
	}
	.solution-list-item .icon {
		max-height: 75px;
		min-height: 75px;
	}
	.solution-list-item .icon img {
		max-height: 75px;
	}
	.solution-list-item h3 {
		font-size: 18px;
	}
	.solution-we-offer {
		padding: 0 0 0px;
	}
	.personalized-solutions {
		padding: 0;
	}
	.blog-services {
		padding: 0 0 130px;
	}
	.testimonial-content_main h2.heading {
		font-size: 45px;
	}
	.professional-tools {
		padding: 0 0 130px;
	}
	.personalized-solutions-items .personalized-solutions-item {
		width: calc(50% - 40px);
	}
	.tools-list .tools-item {
		width: calc(100%/5);
	}
	.tools-list {
		justify-content: center;
	}
	.digital-statistics-item {
		width: 50%;
		padding: 0 20px;
		margin: 0 0 30px;
	}
	.digital-statistics-list {
		justify-content: center;
	}
	.digital-service-title {
		margin: 30px 0 50px;
	}
	.image-content_main .image-content_content .image-content_heading {
		font-size: 50px;
	}
	.postid-137 .inner-hero_main {
		padding-bottom: 0;
	}	
	.digital-statistics {
		padding: 0 0 30px;
	}
	.services-listing_main .row .col {
		flex: 0 0 50% !important;
		width: 50% !important;
	}
	.footer-logos .google-logo img {
		max-width: 110px;
	}
	.single-blog-wrap .content-wrap {
		width: 100%;
		padding: 0 0 50px;
	}
	.single-blog-wrap .blog-sidebar {
		width: 100%;
	}
	.footer-row .footer-links .menu li a {
		font-size: 16px;
	}
	.footer-contact-items .footer-contat-item {
		font-size: 16px !important;
	}
	.footer-contact-items .footer-contat-item a {
		font-size: 16px !important;
	}
	.footer-contact-items .footer-contat-item i {
		font-size: 22px;
		top: 3px;
	}
	.site-footer .footer-link span {
		font-size: 18px;
	}
	.footer-row .review-btn .btn {
		min-height: unset;
		font-size: 13px;
	}
	footer.site-footer {
		padding: 70px 0 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.tools-list .tools-item {
		width: calc(100%/4);
		padding: 0 15px;
	}
	.tools-list {
		margin: 0 -15px;
	}
	.tools-list .tools-item .icon-wrap {
		padding: 15px;
	}
	.digital-cta {
		margin: 50px 0;
	}
	.postid-137 .inner-hero_main {
		padding-bottom: 70px;
	}
	.brand-intro-inner .col.right-wrap {
		width: 100%;
	}
	.brand-intro-inner .col.left-wrap {
		width: 100%;
		padding-bottom: 30px;
	}
	.brand-accordion-item .brand-toggle {
		font-size: 20px;
	}
	.seo-audit-block .col.left-wrap {
		width: 100%;
		padding-bottom: 40px;
		text-align: center;
	}
	.seo-audit-block .col.right-wrap {
		width: 100%;
	}
	.seo-audit-block .content {
		text-align: center;
	}
	.services-listing_main .row .col {
		flex: 0 0 100% !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 991px) {
	.site-footer .footer-menu .menu li {
		font-size: 14px !important;
	}
	.footer-logo img {
		max-width: 100px;
		margin: 0 auto;
	}
	.site-header.sticky .menu-sticky {
		display: none;
	}
	.contact-detail-item {
		padding: 0 15px;
	}
	.contact-details--inner {
		margin: 0 -15px;
	}
	.contact-detail-item a {
		font-size: 16px;
	}
	.contact-detail-item .icon {
		font-size: 60px;
	}
	.contact-details {
		padding: 0 0 60px;
	}
	.trusted-logo-list ul li {
		width: calc(100%/3);
		padding: 20px 15px;
	}
	.trusted-logo-list ul {
		margin: -20px -15px;
	}
	.service-intro {
		padding: 0 0 70px;
	}
	.why-choose-inner .col {
		width: 100%;
	}
	.why-choose-inner {
		flex-direction: column-reverse;
	}
	.why-choose-inner .col.left-wrap {
		padding-top: 35px;
		padding-bottom: 0;
	}
	.why-choose-inner h2 {
		margin: 0 0 35px;
	}
	.solution-list-item {
		width: 50%;
	}
	.solutions-list .solution-list-item:nth-child(2n + 2) {
		border-right: none;
	}
	.professional-tools.search-engine-optimization .tools-item .icon-wrap {
		padding: 30px 35px;
	}
	.why-choose-us.reverse .why-choose-inner {
		flex-direction: column-reverse;
	}
	.footer-logos .cve-logo {
		margin-left: 20px;
	}
	.footer-logos .google-logo img {
		max-width: 90px;
	}
	.site-footer div.footer-row .about-info {
		width: 50%;
	}
	.site-footer div.footer-row .col.footer-link {
		width: 50%;
		order: 3;
		margin-top: 40px !important;
	}
	.site-footer div.footer-row .col.contact-info {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	html #wpadminbar {
		display: none;
	}
	.site-header.sticky .main-navigation .menu-toggle img {
		filter: unset;
	}
	html[lang] {
		margin-top: 0 !important;
	}
	.services-box {
		text-align: center;
	}
	.services-box {
		text-align: center;
		align-items: center;
	}
	.process-main .process-content .process-item_main .process-box .number {
		top: 8px !important;
	}
	.process-main .bottom-icon {
		right: 15px !important;
		left: unset !important;
	}
	.site-footer .footer-menu .menu li {
		margin: 5px 15px !important;
	}
	header.site-header .main-navigation .nav-menu li {
		font-size: 24px;
		margin: 8px 0;
	}
	.site-footer .row .col.middle-col {
		order: -1;
		margin: 0 0 30px;
	}
	.contact-details--inner {
		flex-wrap: wrap;
	}
	.contact-detail-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.contact-details {
		padding: 0 0 20px;
	}
	.portfolio-listing_main .portfolio-listing_box .content {
		max-height: 68px;
	}
	.case-single_main .post-content .entry-content h2, .case-single_main .post-content .entry-content h1 {
		font-size: 32px;
	}
	.seo-audit {
		padding: 0 0 60px;
	}
	.seo-audit iframe {
		width: 100% !important;
	}
	.inner-hero_main .inner-hero_heading.h2 {
		font-size: 32px;
	}
	h2.site-h2 {
		font-size: 28px;
		line-height: 1.2;
	}
	.trusted-logos h3 {
		font-size: 24px;
	}
	.service-intro {
		padding: 0 0 30px;
	}
	.why-choose-us {
		padding: 30px 0 70px;
	}
	.statics-block .static-block-item {
		width: 100%;
		margin: 0 0 20px;
	}
	.statics-block {
		margin-top: 35px;
		margin-bottom: 20px;
	}
	.why-choose-inner .col.left-wrap {
		text-align: center;
	}
	.solution-list-item .icon img {
		max-height: 60px;
	}
	.solution-list-item .icon {
		max-height: 60px;
		min-height: 60px;
	}
	.solution-list-item h3 {
		font-size: 15px;
	}
	.solution-list-item {
		padding: 30px 19px;
		margin: 0 0 40px;
	}
	.solutions-list {
		margin: 0 -20px;
		margin-top: 40px;
	}
	.blog-services {
		padding: 0 0 80px;
	}
	.blog-services .title-wrap {
		margin: 0 0 45px;
	}
	.blog-item h3 {
		font-size: 22px;
	}
	.blog-item a.btn-link {
		font-size: 16px;
	}
	.blog-item .content {
		margin-bottom: 28px;
	}
	.faq-main .faq-box .faq-box_heading {
		font-size: 16px !important;
		min-height: unset;
	}
	.professional-tools {
		padding: 0 0 75px;
	}
	.personalized-solutions-items .personalized-solutions-item {
		width: calc(100% - 40px);
	}
	.personalized-solutions {
		padding: 20px 0 0;
	}
	.personalized-solutions-item .icon-wrap img {
		max-height: 75px;
	}
	.process-cta-block {
		margin: 20px 0 0;
	}
	.professional-tools {
		padding: 20px 0 75px;
	}
	.tools-list .tools-item .icon-wrap {
		width: 115px;
		height: 115px;
	}
	.tools-list .tools-item {
		width: calc(100%/2);
	}
	.tools-list .tools-item .icon-wrap img {
		height: 45px;
	}
	.professional-tools.search-engine-optimization .tools-item {
		width: calc(100%/2);
	}
	.professional-tools.search-engine-optimization .tools-item .icon-wrap {
		padding: 25px 25px;
	}
	.professional-tools.search-engine-optimization .tools-item {
		width: calc(100%/2);
		margin-top: 30px;
	}
	.postid-137 .inner-hero_main {
		padding-bottom: 55px;
	}
	.digital-statistics-item {
		width: 100%;
	}
	.digital-statistics-item--inner .content-wrap .text-main {
		font-size: 22px;
	}
	.digital-service-title {
		margin: 30px 0 50px;
	}
	.image-content_main .image-content_content .image-content_heading {
		font-size: 35px;
	}
	.digital-cta {
		margin: 50px 0 25px;
	}
	.brand-accordion-item .brand-toggle {
		font-size: 18px;
	}
	.trusted-logo-list ul li {
		width: calc(100%/2);
	}
	.trusted-logo-list ul li img {
		max-width: 135px;
	}
	.image-content_main .image-content_content h3.image-content_heading.h2 {
		font-size: 35px;
	}
	.footer-logos .cve-logo {
		margin: 0 10px;
	}
	.footer-logos .google-logo {
		margin: 0 10px;
	}
	.footer-logos {
		justify-content: center;
		margin-bottom: 25px;
	}
	.single-blog-wrap .blog-sidebar .form-wrap h2.gform_title {
		font-size: 28px;
	}
	.case-single_main .post-content .entry-header .entry-title {
		font-size: 32px;
	}
	.site-footer div.footer-row .col.contact-info {
		width: 100%;
		margin-top: 40px;
	}
	.site-footer div.footer-row .about-info {
		width: 100%;
	}
	.site-footer div.footer-row .col.footer-link {
		width: 100%;
		order: unset;
		text-align: left;
		margin: 40px 0 0 !important;
	}	
	footer.site-footer {
		padding: 70px 0 25px;
	}
}