/*!
Theme Name: Dotcom Design
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
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: dotcom-design
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.

Dotcom Design 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
* Remove the margin in all browsers.
*/

body {
    margin: 0;
    font-family: "Montserrat";
}

html,
body {
    overflow-x: hidden !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
}

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

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-size: 1em;
    /* 2 */
}

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

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
    text-decoration: none !important;
    outline: none !important;
}

/**
* 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;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* 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-size: 1em;
    /* 2 */
}

/**
* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    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.
*/

/**
* 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;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* 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;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* 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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #35373c;
    font-size: 18px;
    line-height: 28px;
}

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}

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

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

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

.main-navigation .menu ulul li:hover > ul,
.main-navigation .menu ulul li.focus > ul {
    left: 100%;
}

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

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

.main-navigation .menu li {
    float: left;
    position: relative;
    margin: 0 18px;
}

.main-navigation .menu li a {
    display: flex;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #334168;
    padding-bottom: 5px;
}

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
    opacity: 1;
    transition: 0.5s;
}

/*--------------------------------------------------------------
   ## 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;
}

/*==========Fonts Start==========*/

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Medium.eot");
    src:
        url("assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Montserrat-Medium.woff2") format("woff2"),
        url("assets/fonts/Montserrat-Medium.woff") format("woff"),
        url("assets/fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Black.eot");
    src:
        url("assets/fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Montserrat-Black.woff2") format("woff2"),
        url("assets/fonts/Montserrat-Black.woff") format("woff"),
        url("assets/fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Regular.eot");
    src:
        url("assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("assets/fonts/Montserrat-Regular.woff") format("woff"),
        url("assets/fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-Bold.eot");
    src:
        url("assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Montserrat-Bold.woff2") format("woff2"),
        url("assets/fonts/Montserrat-Bold.woff") format("woff"),
        url("assets/fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-SemiBold.eot");
    src:
        url("assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("assets/fonts/Montserrat-SemiBold.woff") format("woff"),
        url("assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Arsilon";
    src: url("assets/fonts/Arsilon.eot");
    src:
        url("assets/fonts/Arsilon.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/Arsilon.woff2") format("woff2"),
        url("assets/fonts/Arsilon.woff") format("woff"),
        url("assets/fonts/Arsilon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*==========Fonts End==========*/

/*==========Common CSS Start==========*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #35373c;
}

.h2-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 49px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 2;
}

.h2-title .h2-top-title,
.h1-title .h2-top-title {
    left: auto;
    bottom: auto;
    top: -30px;
    z-index: -1;
    margin-left: -60px;
    right: auto;
}

.h2-title span {
    display: block;
    position: absolute;
    white-space: nowrap;
    font-family: Arsilon;
    text-transform: none;
    font-weight: normal;
    color: #3f80ea;
    bottom: -33px;
    left: 100%;
    font-size: 100px;
    margin-left: -84px;
}

.overflow-text {
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
    padding-right: 10px;
    scrollbar-color: #51ade4 #eff3fb;
}

.overflow-text::-webkit-scrollbar {
    width: 4px;
}

.overflow-text::-webkit-scrollbar-thumb {
    background: #768ba2;
    border-radius: 4px;
}

.overflow-text::-webkit-scrollbar-track {
    background: #d9e1ea;
}

.for-des {
    display: block !important;
}

.for-mob {
    display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.grecaptcha-badge {
    display: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 50%;
    right: 20px;
    pointer-events: none;
    color: #e6e6e6;
    transform: translate(0, -50%);
    -webkit-text-stroke: 0.5px;
}

div.wpcf7-mail-sent-ok {
    display: none !important;
}

.sec-wp {
    position: relative;
    z-index: 4;
}

span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    margin-bottom: -17px;
}

.wpcf7-form-control-wrap.your-message {
    margin-bottom: 22px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.form-input::-webkit-input-placeholder {
    color: #e6e6e6;
}

.form-input::-moz-placeholder {
    color: #e6e6e6;
}

.form-input:-ms-input-placeholder {
    color: #e6e6e6;
}

.form-input::-ms-input-placeholder {
    color: #e6e6e6;
}

.form-input::placeholder {
    color: #e6e6e6;
}

.seo-form .form-input::-webkit-input-placeholder {
    color: #3f80ea;
}

.seo-form .form-input::-moz-placeholder {
    color: #3f80ea;
}

.seo-form .form-input:-ms-input-placeholder {
    color: #3f80ea;
}

.seo-form .form-input::-ms-input-placeholder {
    color: #3f80ea;
}

.seo-form .form-input::placeholder {
    color: #3f80ea;
}

.seo-form .form-input {
    color: #3f80ea;
}

.seo-form .form-element i {
    color: #3f80ea;
}

select option {
    color: #000;
}

select.form-input {
    padding: 10px 50px 10px 30px;
}

select::-ms-expand {
    display: none;
}

.form-input {
    width: 100%;
    height: 64px;
    border: 1px solid #e6e6e6;
    outline: none !important;
    padding: 10px 30px;
    color: #e6e6e6;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.form-input.wpcf7-textarea {
    height: 140px;
    resize: none;
    padding: 18px 30px;
}

.submit-btn {
    text-align: center;
}

.main-banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-banner .banner-video video {
    width: 100%;
}

.form-input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
}

span.wpcf7-list-item-label {
    padding-left: 30px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " ";
}

span.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #39b449;
    z-index: 1;
}

span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: #39b449;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.form-input[type="radio"]:checked ~ span.wpcf7-list-item-label:after {
    opacity: 1;
}

span.wpcf7-list-item {
    position: relative;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.slick-initialized .slick-slide {
    outline: none !important;
}

.modal {
    backdrop-filter: blur(4px);
}

.modal .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.modal .modal-body {
    padding: 60px 30px;
}

.modal-title .h2-title {
    color: #fff;
    margin-bottom: 80px;
}

.modal-title {
    text-align: center;
}

.modal .modal-dialog {
    max-width: 100%;
}

.modal-body.overflow-text {
    height: auto;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #eb0052;
    opacity: 1 !important;
    text-shadow: none;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
    transition: 0.3s;
    outline: none;
}

.modal-content {
    border: none;
    border-radius: 0;
    border-radius: 120px 0 0 0;
    background: #35373c;
}

.modal-content span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -8px;
    left: 10px;
    width: 100%;
    color: #fff;
}

button.close:hover {
    background: #3f80ea;
    color: #fff;
}

.modal-dialog {
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

.modal-open {
    position: fixed;
    width: 100%;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 1 !important;
    max-height: unset !important;
}

.h1-title {
    font-size: 110px;
    text-transform: uppercase;
    position: relative;
    line-height: 110px;
    margin-bottom: 63px;
    display: inline-block;
}

.h1-title span {
    display: block;
    position: absolute;
    white-space: nowrap;
    font-family: Arsilon;
    text-transform: none;
    font-weight: normal;
    color: rgb(63 128 234 / 0.9);
    bottom: -55px;
    right: -238px;
    font-size: 120px;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 263px;
    height: 64px;
    background: #3f80ea;
    border-radius: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 12px 27px rgb(63 128 234 / 0.25);
    border: 2px solid transparent;
    transition: 0.6s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    outline: none !important;
    font-size: 16px;
}

.sec-btn:hover {
    background: transparent;
    color: #3f80ea;
    border-color: #3f80ea;
    box-shadow: 0 0 27px rgb(63 128 234 / 0);
}

.sec-btn.red-btn {
    background: #eb0052;
    box-shadow: 0 12px 27px rgb(235 0 82 / 0.25);
}

.sec-btn.red-btn:hover {
    color: #eb0052;
    background: transparent;
    border-color: #eb0052;
    box-shadow: 0 0 27px rgb(235 0 82 / 0);
}

.sec-btn-link {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    transition: 0.6s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    font-size: 16px;
}

.sec-btn-link:hover {
    opacity: 0.6 !important;
    color: #fff;
}

.sec-btn-link i {
    font-size: 32px;
    margin-left: 16px;
    line-height: 20px;
    transition: 0.3s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.sec-btn-link:hover i {
    margin-left: 25px;
}

.h3-title,
.blog-content h2 {
    margin-bottom: 28px;
    font-size: 32px;
    line-height: 40px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li {
    width: 32px;
    height: 16px;
    border: 1px solid #3f80ea;
    border-radius: 10px;
    padding: 2px;
    transition: 0.6s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 10px;
    padding: 0;
    transition: 0.6s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.slick-dots li.slick-active button {
    background: #3f80ea;
    transition: 0.6s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.slick-dots li.slick-active {
    width: 100px;
}

.h1-title .h2-top-title {
    font-size: 100px;
    top: -44px;
    margin-left: -41px;
    z-index: 1;
}

.no-results.not-found {
    padding: 0 15px;
    text-align: center;
    padding-top: 30px;
}

.fancybox-video {
    background-color: #fff;
}

/*==========Common CSS End==========*/

/*==========Header CSS==========*/

.site-header {
    display: flex;
    align-items: center;
    height: 112px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 25px;
    background: #fff;
    z-index: 99;
    transition: 0.5s;
}

.site-branding {
    width: 199px;
    display: flex;
    align-items: center;
    position: relative;
}

.site-branding img {
    width: 100%;
}

.main-navigation .menu li:first-child {
    margin-left: 0;
}

.main-navigation .menu li:last-child {
    margin-right: 0;
}

.main-navigation .menu .current-menu-item a,
.main-navigation .menu li a:hover {
    color: #3f80ea;
}

.main-navigation .menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3f80ea;
    border-radius: 30px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    opacity: 0;
}

.main-navigation .menu li a:hover:after,
.main-navigation .menu .current-menu-item a:after {
    width: 100%;
    opacity: 1;
}

.header-phone {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-phone a {
    color: #334168;
    font-weight: 900;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.header-phone a img {
    margin-right: 15px;
}

.header-phone a:hover {
    color: #3f80ea;
}

.page-template-template-our-blueprint .site-header.sticky_head {
    position: absolute;
}

.site-header.sticky_head {
    position: fixed;
    height: 80px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.02);
}

.sticky-logo {
    position: absolute;
    top: 0;
    left: 1px;
    opacity: 0;
    transition: 0.5s;
}

.site-header.sticky_head .sticky-logo {
    opacity: 1;
}

.site-header.sticky_head .custom-logo-link {
    opacity: 0;
}

/*==========Header CSS End==========*/

/*==========Banner CSS==========*/

.main-banner {
    padding: 141px 0 286px;
    position: relative;
}

.banner-text {
    padding-top: 93px;
    position: relative;
    z-index: 2;
}

.main-banner .row {
    margin: 0 -75px;
}

.banner-text h2 {
    font-size: 32px;
    line-height: 40px;
}

.banner-btn {
    margin-top: 55px;
}

.banner-btn .sec-btn:first-child {
    margin-right: 11px;
}

.case-box {
    position: relative;
    padding-bottom: 32px;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.case-box-text {
    position: absolute;
    bottom: 0;
    right: -105px;
    width: 406px;
    padding: 38px 30px 30px;
    background: #3f80ea;
    border-radius: 0 100px 0 0;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.case-box-text p {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 33px;
}

.main-banner .container {
    padding: 0;
}

.case-box-text img {
    margin-bottom: 23px;
}

.banner-logo {
    position: absolute;
    top: 146px;
    right: 55%;
    pointer-events: none;
}

.case-slider-wp {
    margin-left: -30px;
}

.case-box.slick-active {
    opacity: 1;
    transition: 1s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.case-slider-wp .slick-list {
    overflow: visible;
}

.case-slider-wp .slick-dots {
    bottom: -61px;
}

.inner-banner {
    padding: 0 40px;
    margin-top: 122px;
    position: relative;
}

.inner-banner .sec-wp {
    background: rgb(63 128 234 / 0.1);
    padding: 128px 0 50px;
    border-radius: 100px 0 100px 0;
}

.inner-banner-text .h1-title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 18px;
}

.inner-banner-text {
    text-align: center;
}

.inner-banner-text p {
    margin: 0;
    padding: 0 140px;
}

.inner-banner-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

/*==========Banner CSS End==========*/

/*==========Results CSS==========*/

.results-title {
    text-align: center;
    margin-bottom: 63px;
}

.results-title p span {
    display: block;
}

.results-title p {
    font-size: 22px;
    line-height: 36px;
}

.results-sec {
    margin-top: -98px;
    padding-bottom: 68px;
}

.results-box-wp {
    min-height: 500px;
}

.results-box {
    padding: 40px 30px 42px;
    border-radius: 44px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 0.06);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    position: relative;
}

.results-box img {
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.results-icon {
    width: 95px;
    height: 95px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 26px;
    background: rgb(63 128 234 / 0.16);
    margin-bottom: 32px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.results-text p {
    margin: 0;
    min-height: 170px;
}

.results-box:hover .results-icon {
    background: rgb(225 225 225 / 0.16);
}

.results-box:hover {
    background: #3f80ea;
    overflow: hidden;
}

.results-box:hover .results-text .h3-title,
.results-box:hover .results-text p {
    color: #fff;
}

.results-box:hover .default-icon {
    opacity: 0;
}

.results-box:hover .hover-icon {
    opacity: 1;
}

.results-text .sec-btn-link {
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
}

.results-text .sec-btn-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.results-box:hover .results-text .sec-btn-link {
    opacity: 1 !important;
    visibility: visible;
    display: inline-flex;
    margin-top: 15px;
}

.results-row .col-lg-4 {
    padding: 0 35px;
}

.results-row .row {
    margin: 0 -76px;
}

.results-row .col-lg-4:nth-child(2) .results-box .results-icon {
    background: rgb(51 65 104 / 0.16);
}

.results-row .col-lg-4:nth-child(2) .results-box:hover {
    background: #334168;
}

.results-row .col-lg-4:nth-child(2) .results-box:hover .results-icon {
    background: rgb(255 255 255 / 16%);
}

.results-row .col-lg-4:nth-child(3) .results-box .results-icon {
    background: rgb(235 0 82 / 0.16);
}

.results-row .col-lg-4:nth-child(3) .results-box:hover {
    background: #eb0052;
}

.results-row .col-lg-4:nth-child(3) .results-box:hover .results-icon {
    background: rgb(255 255 255 / 16%);
}

.results-text .sec-btn-link i {
    font-size: 24px;
    margin-left: 12px;
}

.results-text .sec-btn-link:hover i {
    margin-left: 18px;
}

/*==========Results CSS End==========*/

/*==========Case Studies CSS==========*/

.case-studies-title {
    text-align: center;
    margin-bottom: 48px;
}

.case-studies-title .h2-title span {
    bottom: -37px;
    margin-left: -24px;
}

.case-studies-box {
    padding: 70px 50px 40px;
    background-size: cover;
    background-position: center;
    border-radius: 44px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    margin-bottom: 38px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.home .case-studies-box {
    height: 32vw !important;
}

.case-studies-text .h3-title {
    color: #fff;
    margin: 0;
    margin-top: 16px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0.16);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 50px;
}

.case-studies-text .case-title-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-studies-list ul li {
    display: inline-block;
    margin: 0 3px;
    position: relative;
    z-index: 2;
}

.case-studies-list ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: rgb(255 255 255 / 0.3);
    padding: 3px 12px;
    border-radius: 12px;
    transition: 0.5s;
    font-size: 16px;
    margin-bottom: 5px;
}

.case-studies-list ul li:first-child {
    margin-left: 0;
}

.case-studies-list ul li:last-child {
    margin-right: 0;
}

.case-studies-text p {
    color: #fff;
    pointer-events: none;
    margin-bottom: 25px;
    opacity: 0;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
}

.case-studies-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 1;
    height: 100%;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.case-studies-text {
    z-index: 2;
    width: 100%;
}

.case-studies-row .col-lg-6 .case-studies-box {
    height: 335px;
}

.case-studies-row {
    padding: 0 25px;
}

.case-studies-list ul li a:hover {
    background: #ffffff;
    color: #3f80ea;
}

/* 
.case-studies-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3f80ea;
    opacity: 0;
    height: 0;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
} */

/* .case-studies-box:hover:after {
    opacity: 0;
    height: 0;
}

.case-studies-box:hover:before {
    opacity: 0.7;
    height: 100%;
}

.case-studies-box:hover .case-studies-text p {
    opacity: 1;
} */

.case-studies-link {
    color: #fff;
    position: absolute;
    bottom: 40px;
    font-size: 40px;
    right: -30px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    opacity: 0;
}

.case-studies-link:hover {
    color: #eb0052;
    opacity: 1 !important;
}

.case-studies-box:hover .case-studies-link {
    right: 30px;
    opacity: 1;
}

.case-studies-row .col-lg-6,
.case-studies-row .col-lg-8,
.case-studies-row .col-lg-4,
.case-studies-row .col-lg-12 {
    padding: 0 21.5px;
}

.case-studies-row .row {
    margin: 0 -21.5px;
}

.case-studies-row .col-lg-12 .case-studies-box {
    height: 546px;
}

.case-studies-row .col-lg-12 .case-studies-box:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(45, 172, 227, 0.7) 100%);
    height: 50%;
    top: auto;
    bottom: 0;
}

.case-studies-row .col-lg-12 .case-studies-box:before {
    background: #2dace3;
}

.case-studies-row .col-lg-4 .case-studies-box:nth-child(1) {
    height: 540px;
}

.case-studies-row .col-lg-4 .case-studies-box:nth-child(2) {
    height: 340px;
}

/*==========Case Studies CSS End==========*/

/*==========Growing CSS==========*/

.big-logo {
    position: relative;
}

.big-logo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/big-logo-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.growing-text .h2-title span {
    margin-left: -61px;
}

.growing-text .h2-title {
    margin-bottom: 66px;
}

.growing-text .h3-title {
    margin-bottom: 24px;
}

.growing-text .sec-btn {
    margin-top: 31px;
}

.growing-img-wp {
    position: relative;
}

.growing-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 43vw;
}

.growing-text {
    padding: 141px 0 0 5px;
}

.growing {
    position: relative;
    padding: 88px 0 204px;
}

/*==========Growing CSS End==========*/

/*==========Testimonials CSS==========*/

.testimonials {
    position: relative;
    padding: 365px 0 225px;
    margin-top: -80px;
}

.testimonials:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/testimonials-bg.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials-row {
    padding: 0 25px;
    margin: 0 !important;
}

.testimonials .h2-title {
    color: #fff;
}

.testimonials-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 325px;
    border-radius: 44px;
    background-position: top center;
    background-size: cover;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    position: relative;
    overflow: hidden;
}

.testimonials-title {
    text-align: center;
    margin-bottom: 51px;
}

.play-btn:hover {
    opacity: 0.8;
    transform: scale(1.095);
}

.play-btn {
    transition: 0.5s;
    position: relative;
    z-index: 2;
}

.testimonials-box-wp.slick-center .testimonials-box {
    height: 428px;
}

.testimonials-row .slick-track {
    display: flex;
    align-items: center;
    min-height: 428px;
}

.testimonials-box-wp {
    margin: 0 15px;
}

.testimonials-row .slick-list {
    margin: 0 -15px;
}

.testimonials-row .slick-dots {
    bottom: -75px;
    left: 0;
}

.testimonials-slider .slick-dots li {
    opacity: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border-width: 0;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.testimonials-slider .slick-dots .dots-active-next,
.testimonials-slider .slick-dots .dots-active-prev {
    width: 32px;
    opacity: 1;
    padding: 2px;
    border-width: 1px;
    margin: 0 5px;
}

.testimonials-slider .slick-dots .slick-active {
    opacity: 1;
    display: inline-block;
    width: 100px;
    padding: 2px;
    border-width: 1px;
    margin: 0 5px;
}

.testimonials-slider .slick-slide {
    height: 34vw;
    display: flex;
    align-items: center;
}

.testimonials .testimonials-slider .slick-slide {
    height: auto;
}

/*==========Testimonials CSS End==========*/

/*==========Home Team CSS==========*/

.home-team-text .h2-title span {
    margin-left: -276px;
    bottom: -50px;
}

.home-team-text .h2-title {
    margin-bottom: 74px;
}

.home-team-text .h3-title {
    margin-bottom: 34px;
}

.home-team-text .sec-btn {
    margin-top: 27px;
}

.home-team-text {
    padding: 140px 100px 0 0;
}

.home-team-img-wp {
    position: relative;
}

.home-team-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 43.5vw;
}

.home-team {
    position: relative;
    padding: 60px 0 16.5vw;
}

/*==========Home Team CSS End==========*/

/*==========Footer CSS==========*/

.site-footer {
    padding: 97px 0 30px;
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #35373c;
    background-blend-mode: multiply;
    border-radius: 300px 0 0 0;
    overflow: hidden;
}

.site-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #35373c;
    opacity: 0.85;
    display: block;
}

.footer-title {
    text-align: center;
    margin-bottom: 31px;
}

.footer-title .h2-title {
    color: #fff;
}

.footer-form .row {
    margin: 0 -7.5px;
}

.footer-form .row .col-lg-4 {
    padding: 0 7.5px;
}

.bottom-footer {
    padding-top: 76px;
}

.footer-left-text .h3-title {
    color: #fff;
    margin-bottom: 36px;
}

.h3-title span {
    display: block;
}

.footer-list ul li {
    float: left;
    display: inline-flex;
    align-items: center;
}

.footer-list ul li a {
    color: #fff;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #fff;
    line-height: 16px;
    display: inline-block;
    transition: 0.5s;
}

.footer-list ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.footer-list ul li a:hover {
    color: #3f80ea;
}

.footer-right-text {
    text-align: right;
    padding-top: 15px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 4px;
}

.footer-social ul li a {
    display: inline-flex;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.15);
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}

.footer-social ul li:last-child {
    margin-right: 0;
}

.footer-social ul li:first-child {
    margin-left: 0;
}

.footer-social ul li a:hover {
    background: #eb0052;
}

.footer-right-text p {
    color: #fff;
    margin-bottom: 10px;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-right-text .footer-list {
    display: flex;
    justify-content: flex-end;
}

.footer-list {
    display: inline-block;
    width: 100%;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-menu ul li a {
    color: #fff;
    transition: 0.3s;
}

.footer-menu {
    text-align: center;
    margin-top: 50px;
}

.footer-menu ul li a:hover {
    color: #3f80ea;
}

/*==========Footer CSS End==========*/

/*==========Blueprint Page CSS==========*/

/*==========Blueprint Banner CSS==========*/

.blueprint-banner {
    padding: 230px 0 182px;
    position: relative;
}

.blueprint-banner-text .h1-title {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 32px;
}

.blueprint-banner-text p {
    font-size: 22px;
    line-height: 36px;
}

.blueprint-banner-text .banner-btn {
    margin-top: 33px;
}

.blueprint-video-box,
.hello-curtis-video {
    height: 475px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    margin-left: 77px;
    /* width: 40vw; */
    /* max-width: 768px; */
    position: relative;
    /* overflow: hidden; */
}

.blueprint-banner-text {
    padding-right: 60px;
}

.blueprint-video {
    position: relative;
}

.blueprint-banner:after {
    content: "";
    position: absolute;
    top: 150px;
    right: 40px;
    background: #3f80ea;
    width: 43vw;
    height: 836px;
    border-radius: 500px 0 0 500px;
    opacity: 0.2;
}

.blueprint-video-box:after,
.hello-curtis-video:after,
.testimonials-box:after,
.helpful-videos-box:after,
.portfolio-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    pointer-events: none;
    border-radius: 44px;
}

.blueprint-banner:before {
    content: "";
    position: absolute;
    bottom: 76px;
    right: 125px;
    background: #3f80ea;
    width: 298px;
    height: 288px;
    border-radius: 144px 144px 0 144px;
}

/*==========Blueprint Banner CSS End==========*/

/*==========Blueprint Tab Section CSS==========*/

.blueprint-tab-sec-wp {
    height: 147px;
    margin-bottom: 271px;
}

.blueprint-tab-sec {
    padding: 0 25px;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.blueprint-tab ul {
    background: #f8fafe;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.22, 0.78, 0.45, 1);
    padding: 0 8px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 6%);
}

.blueprint-tab li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
}

.blueprint-tab li h2,
.blueprint-tab li h6 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #334168;
    font-weight: 500;
}

.blueprint-tab li a {
    padding: 25px 0;
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1);
}

.blueprint-tab li h2 span,
.blueprint-tab li h6 span {
    display: block;
}

.blueprint-tab-icon {
    margin-bottom: 8px;
    position: relative;
    height: 41px;
}

.blueprint-tab li a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 6px;
    background: #3f80ea;
    border-radius: 6px;
    transform: translate(-50%, 0);
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1);
    opacity: 0;
}

.blueprint-tab li a:hover:after,
.blueprint-tab .mPS2id-highlight.mPS2id-highlight-last:after {
    width: 32px;
    opacity: 1;
}

.blueprint-tab li a:hover .blueprint-tab-icon .blueprint-default-icon {
    opacity: 1;
}

.blueprint-tab-icon .blueprint-default-icon {
    opacity: 0.7;
    transition: 0.5s;
}

.blueprint-active-tab .blueprint-tab-icon .blueprint-default-icon {
    opacity: 1 !important;
}

.blueprint-tab-sec.sticky_tabbing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0;
    background: #f7faff;
}

.blueprint-tab-sec.sticky_tabbing .container-fluid {
    padding: 0;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-tab ul {
    border-radius: 0;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-tab ul li h6 span {
    display: inline-block;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-tab ul li a {
    padding-bottom: 15px;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-tab ul li a:after {
    bottom: 0;
    background: #eb0052;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-tab ul .blueprint-active-tab h6 {
    opacity: 1;
}

.blueprint-tab-icon img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.blueprint-sticky-icon {
    opacity: 0;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-sticky-icon {
    opacity: 1 !important;
}

.blueprint-tab-sec.sticky_tabbing .blueprint-default-icon {
    opacity: 0 !important;
}

/*==========Blueprint Tab Section CSS End==========*/

/*==========Blueprint Visual Identity Section CSS==========*/

.visual-identity {
    padding: 0 0 231px;
}

.blueprint-text-icon {
    margin-bottom: 98px;
}

.visual-identity-text {
    padding-right: 80px;
}

.visual-identity-text .blueprint-list ul {
    column-count: 2;
    max-width: 315px;
}

.blueprint-list ul li {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 30px;
}

.blueprint-list ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3f80ea;
}

.blueprint-list {
    margin-top: 34px;
}

.visual-identity-img-wp {
    position: relative;
    height: 100%;
    margin-top: 29px;
}

.blueprint-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 44px;
    position: relative;
}

.visual-identity-img {
    width: 436px;
    height: 394px;
    margin-left: auto;
}

.visual-identity-icon {
    position: absolute;
    pointer-events: none;
    top: 100%;
    left: -178px;
    margin-top: -154px;
}

.visual-identity-img:after {
    content: "";
    position: absolute;
    top: -68px;
    right: -83px;
    width: 157px;
    height: 157px;
    background: #3f80ea;
    z-index: -1;
    border-radius: 20px 180px 20px 20px;
    opacity: 0.2;
}

.blueprint-text .h2-title b {
    display: block;
    font-weight: 900;
}

/*==========Blueprint Visual Identity Section CSS End==========*/

/*==========Blueprint Craft Messaging Section CSS==========*/

.craft-messaging-text .blueprint-list ul {
    column-count: 2;
    margin-right: 5px;
}

.craft-messaging {
    padding: 100px 0;
}

.craft-messaging-img {
    width: 402px;
    height: 505px;
}

.craft-messaging-icon {
    position: absolute;
    top: 100%;
    right: -196px;
    margin-top: -180px;
    pointer-events: none;
}

.craft-messaging-img:after {
    content: "";
    position: absolute;
    top: -80px;
    left: -90px;
    width: 142px;
    height: 123px;
    background: #eb0052;
    border-radius: 0 20px 0 40px;
    z-index: -1;
}

.craft-messaging-img-wp {
    margin-top: 19px;
}

/*==========Blueprint Craft Messaging Section CSS End==========*/

/*==========Blueprint Website Building Section CSS==========*/

.website-building {
    padding: 193px 0 240px;
}

.website-building-img {
    height: 394px;
    box-shadow: 20px 20px 80px rgb(0 0 0 / 0.16);
}

.website-building-img-wp {
    position: relative;
    padding-top: 300px;
}

.website-building-icon {
    position: absolute;
    top: 0;
    left: -108px;
    z-index: -1;
    pointer-events: none;
    width: 805px;
}

.website-building-text {
    padding-right: 70px;
}

.website-building-text .blueprint-list ul li:after {
    background: #364165;
}

/*==========Blueprint Website Building Section CSS End==========*/

/*==========Blueprint Identify Audienc Section CSS==========*/

.identify-audience-img {
    max-width: 530px;
    height: 446px;
    margin-left: -60px;
}

.identify-audience-icon {
    position: absolute;
    top: 100%;
    right: -207px;
    margin-top: -168px;
    pointer-events: none;
}

.identify-audience {
    padding: 229px 0 100px;
}

.identify-audience-img:after {
    content: "";
    position: absolute;
    top: -126px;
    right: 100%;
    width: 121px;
    height: 121px;
    background: #eb0052;
    border-radius: 180px 20px 20px 20px;
    margin-right: 30px;
}

.identify-audience-text {
    padding-left: 93px;
    padding-right: 10px;
}

.identify-audience-text .blueprint-list ul li:after {
    background: #eb0052;
}

.attract-ideal-text .blueprint-list ul li:after,
.Website-lead-text .blueprint-list ul li:after,
.marketing-automation-text .blueprint-list ul li:after,
.increase-customer-text .blueprint-list ul li:after {
    background: #eb0153;
}

.identify-audience-text .blueprint-list {
    max-width: 400px;
    margin-top: 21px;
}

/*==========Blueprint Identify Audienc Section CSS End==========*/

/*==========Blueprint Attract Ideal Section CSS==========*/

.attract-ideal-icon {
    width: 620px;
    margin-left: 25px;
    margin-bottom: -46px;
    position: relative;
    z-index: 2;
    margin-top: 46px;
}

.attract-ideal-img {
    height: 385px;
}

.attract-ideal-text {
    padding-right: 70px;
}

.attract-ideal-img:after {
    content: "";
    position: absolute;
    bottom: -82px;
    right: -35px;
    width: 190px;
    height: 165px;
    background: #eb0052;
    z-index: -1;
    border-radius: 0 40px 0 20px;
}

.attract-ideal {
    padding: 111px 0 120px;
}

/*==========Blueprint Attract Ideal Section CSS End==========*/

/*==========Blueprint Website Lead Section CSS==========*/

.Website-lead-img {
    width: 400px;
    height: 280px;
    margin-left: -180px;
}

.Website-lead-icon {
    margin-bottom: -168px;
    position: relative;
    z-index: 2;
    margin-left: -158px;
}

.Website-lead-icon:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 65px;
    width: 121px;
    height: 121px;
    background: #334168;
    border-radius: 20px 180px 20px 20px;
    z-index: -1;
}

.Website-lead-text {
    padding-left: 60px;
}

.Website-lead-img-wp {
    padding-top: 28px;
}

.Website-lead {
    padding: 103px 0 100px;
}

/*==========Blueprint Website Lead Section CSS End==========*/

/*==========Blueprint Marketing Automation Section CSS==========*/

.marketing-automation-img {
    width: 400px;
    height: 385px;
    margin-left: auto;
    margin-right: 22px;
}

.marketing-automation-img-wp {
    position: relative;
    padding-top: 240px;
}

.marketing-automation-icon {
    position: absolute;
    top: -23px;
    left: -67px;
    width: 814px;
    z-index: -1;
}

.marketing-automation-text {
    padding-right: 100px;
}

.marketing-automation {
    padding: 103px 0 100px;
}

/*==========Blueprint Marketing Automation Section CSS End==========*/

/*==========Blueprint Increase Customer Section CSS==========*/

.increase-customer {
    padding: 84px 0 100px;
}

.increase-customer-img {
    width: 500px;
    height: 350px;
    margin-left: -100px;
}

.increase-customer-icon {
    position: absolute;
    top: 100%;
    right: -209px;
    margin-top: -169px;
}

.increase-customer-img:after {
    content: "";
    position: absolute;
    top: -118px;
    right: -118px;
    width: 177px;
    height: 177px;
    background: #3f80ea;
    border-radius: 20px 180px 20px 20px;
}

.increase-customer-img:before {
    content: "";
    position: absolute;
    top: -99px;
    right: 71px;
    width: 177px;
    height: 177px;
    background: #334168;
    border-radius: 20px 180px 20px 20px;
    transform: rotate(-90deg);
    z-index: -1;
}

.increase-customer-text {
    padding-left: 70px;
    margin-right: -30px;
}

.increase-customer-img-wp {
    padding-top: 167px;
}

/*==========Blueprint Increase Customer Section CSS End==========*/

/*==========Blueprint CTA Section CSS==========*/

.blueprint-cta-text {
    padding: 103px 100px 70px;
    text-align: center;
    background: #334168;
    border-radius: 44px;
    position: relative;
    overflow: hidden;
}

.blueprint-cta-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("assets/images/blueprint-cta-shep.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.blueprint-cta-text .h2-title {
    color: #fff;
    margin-bottom: 40px;
}

.blueprint-cta-text p {
    color: #fff;
    margin-bottom: 37px;
}

.blueprint-cta-btn {
    margin-top: 46px;
}

.blueprint-cta {
    padding: 75px 0;
}

/*==========Blueprint CTA Section CSS End==========*/

/*==========Blueprint Page CSS End==========*/

/*==========Testimonials Page CSS==========*/

.testimonials-video-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 365px;
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}

.testimonials-video-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.testimonials-box-text {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 48px;
    z-index: 2;
}

.testimonials-box-text h2 {
    margin: 0;
    display: inline-flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
}

.testimonials-box-text p {
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    opacity: 0.7;
}

.testimonials-box-text h2::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px 0 12px;
}

.testimonials-top-row,
.testimonials-bottom-row {
    padding: 65px 25px;
}

.testimonials-top-row .row {
    margin: 0 -12.5px;
}

.testimonials-top-row .row .col-lg-4 {
    padding: 0 12.5px;
}

.testimonials-case-sec-wp {
    padding: 0 40px;
}

.testimonials-case-sec {
    background-position: center;
    background-size: cover;
    border-radius: 200px 0 100px 0;
    overflow: hidden;
    position: relative;
    padding: 105px 0 167px;
}

.testimonials-case-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #334168;
    opacity: 0.95;
}

.testimonials-case-sec .case-box-text {
    opacity: 0;
}

.testimonials-case-sec .slick-center .case-box-text {
    opacity: 1;
}

.testimonials-case-sec .case-box {
    transform: scale(0.82);
    opacity: 1;
    padding: 0;
}

.testimonials-case-sec .slick-center .case-box {
    transform: scale(1);
    z-index: 1;
    padding-bottom: 32px;
}

.testimonials-case-sec .slick-dots {
    bottom: -96px;
}

.testimonials-growing:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: #3f80ea;
    opacity: 0.1;
    border-radius: 200px 0 0 0;
}

.testimonials-growing .growing-img {
    right: auto;
    left: -60px;
}

.testimonials-growing .growing-text {
    padding: 136px 0 0 0px;
}

.testimonials-growing {
    padding: 42px 0 286px;
}

/*==========Testimonials Page CSS End==========*/

/*==========Story Page CSS==========*/

/*==========Story Banner CSS==========*/

.story-banner-img {
    width: 100%;
    height: 670px;
    background-size: cover;
    background-position: top center;
    border-radius: 44px;
}

.hello-curtis-video {
    width: 100%;
    height: 670px;
    background-position: top center;
    margin: 0;
}

.story-banner-img-sec {
    padding: 85px 0 80px;
}

.our-story-text .h2-title .h2-top-title {
    z-index: 1;
}

.our-story-text .h2-title {
    margin-bottom: 25px;
}

.our-story-text .sec-btn {
    margin-top: 34px;
}

/*==========Story Banner CSS End==========*/

/*==========Our Story Img CSS==========*/

.our-story-img-wp {
    position: relative;
    margin-top: -52px;
}

.our-story-img {
    width: 28vw;
    margin-left: 80px;
    position: relative;
}

.our-story-icon {
    position: absolute;
    top: 100%;
    right: -200px;
    margin-top: -144px;
    width: 28vw;
}

.our-story-sm-img {
    position: absolute;
    top: 7px;
    right: -146px;
    width: 102px;
    height: 102px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 15px 15px 80px rgba(0, 0, 0, 0.16);
}

.our-story {
    padding: 90px 0 184px;
}

/*==========Our Story Img CSS End==========*/

/*==========Our Crew CSS==========*/

.our-crew {
    padding: 37px 0;
}

.our-crew-title {
    text-align: center;
}

.our-crew .h2-title {
    margin-bottom: 94px;
}

.crew-info-box {
    position: relative;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 44px;
}

.crew-img {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: t;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    border-radius: 35px;
}

.crew-info-bottom-text h3 {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.crew-info-bottom-text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -8px;
}

.crew-info-bottom-text small {
    font-size: 12px;
    opacity: 0.5;
    font-weight: normal;
}

/*==========Our Crew CSS End==========*/

/*==========Map CSS==========*/

.map svg {
    width: 100%;
    height: auto;
}

.map-title {
    text-align: center;
    padding: 0 100px;
    margin-bottom: 41px;
}

.map-title .h2-title .h2-top-title {
    z-index: 1;
    top: -52px;
    margin-left: -220px;
}

.map-title .h2-title {
    margin-bottom: 22px;
}

.map {
    padding: 0 30px;
    max-width: 1350px;
    margin: 0 auto;
}

.map-sec {
    padding: 129px 0 140px;
}

/*==========Map CSS End==========*/

.page-template-template-design-story .big-logo:after {
    background-position: 0 40px;
}

/*==========Story Page CSS End==========*/

/*==========Work Page CSS==========*/

.post-type-archive-portfolio .inner-banner-text p {
    padding: 0 160px;
}

.work-sec {
    padding: 88px 0 30px;
}

.work-tab ul li {
    display: inline-block;
    margin: 0 4px;
}

.work-tab ul li a {
    display: inline-flex;
    width: 180px;
    height: 44px;
    justify-content: center;
    align-items: center;
    color: #3f80ea;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #3f80ea;
    border-radius: 16px;
    transition: 0.5s;
    font-size: 16px;
}

.work-tab {
    text-align: center;
    padding-bottom: 52px;
}

.work-tab ul li a:hover,
.work-tab .work-active-tab a {
    background: #3f80ea;
    color: #fff;
}

.page-template-template-lets-talk .inner-banner-text p {
    padding: 0 250px;
}

/*==========Work Page CSS End==========*/

/*==========Lets Talk Page CSS==========*/

.lets-talk-sec {
    padding: 73px 0 60px;
}

.lets-talk-text {
    text-align: center;
    padding: 0 100px;
}

.lets-talk-text .h3-title {
    color: #3f80ea;
    margin-bottom: 35px;
}

.lets-talk-text .h2-title {
    margin-bottom: 37px;
}

.page-template-template-lets-talk .top-footer,
.page-template-template-supports .top-footer {
    display: none;
}

.page-template-template-lets-talk .bottom-footer,
.page-template-template-supports .bottom-footer {
    padding-top: 0;
}

.page-template-template-lets-talk .site-footer,
.page-template-template-supports .site-footer {
    padding: 95px 0 68px;
    background-position: center;
}

.lets-talk-contact-title {
    text-align: center;
    margin-bottom: 50px;
}

.lets-talk-contact-title .h2-title {
    color: #fff;
    margin-bottom: 27px;
}

.lets-talk-contact-title .h3-title,
.lets-talk-contact-title .h3-title a {
    color: #fff;
}

.lets-talk-contact {
    position: relative;
    padding: 85px 0 100px;
    background: #334168;
    border-radius: 200px 0 0 0;
}

.lets-talk-contact:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 300px;
    background: #334168;
}

.wpcf7 .submit-btn input {
    display: none !important;
}

.wpcf7 .submit-btn .ajax-loader {
    position: absolute;
    top: calc(50% - 12px);
    margin: 0 10px;
    /*right: 5px;*/
}

.wpcf7 .wpcf7-response-output {
    /*color: #f00 !important;*/
    font-size: 14px;
    border: none !important;
    margin: 30px 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

/*==========Lets Talk Page CSS End==========*/

/*==========Support Page CSS==========*/

.support-banner .inner-banner-text .h1-title {
    margin-bottom: 50px;
}

.support-banner-form .form-input {
    border-color: rgb(51 65 104 / 0.6);
    background: rgb(255 255 255 / 0.6);
    color: rgb(51 65 104 / 0.6);
}

.support-banner-form .form-input::-webkit-input-placeholder {
    color: rgb(51 65 104 / 0.7);
}

.support-banner-form .form-input::-moz-placeholder {
    color: rgb(51 65 104 / 0.7);
}

.support-banner-form .form-input:-ms-input-placeholder {
    color: rgb(51 65 104 / 0.7);
}

.support-banner-form .form-input::-ms-input-placeholder {
    color: rgb(51 65 104 / 0.7);
}

.support-banner-form .form-input::placeholder {
    color: rgb(51 65 104 / 0.7);
}

.support-banner-form {
    display: flex;
    max-width: 666px;
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 59px;
}

.support-banner-form .sec-btn {
    width: 75%;
    margin-left: 16px;
}

.support-banner-link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3f80ea;
    display: inline-block;
    transition: 0.5s;
}

.support-banner-link:hover {
    color: #3f80ea;
    opacity: 0.8;
}

.sec-link-btn {
    background: transparent;
    box-shadow: none;
    color: #3f80ea;
    width: 180px;
    height: 44px;
    border-color: transparent;
    position: absolute;
    right: 0;
}

.sec-link-btn:hover {
    background: #3f80ea;
    color: #fff;
    border-color: transparent;
}

.frequently-title .h3-title {
    display: inline-block;
    margin: 0;
}

.frequently-title {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 58px;
}

.frequently-sec {
    padding: 85px 0 30px;
}

.frequently-list ul li {
    display: inline-flex;
    min-height: 64px;
    justify-content: center;
    align-items: center;
    background: #ebf2fd;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #334168;
    border-radius: 16px;
    margin-bottom: 20px;
    margin-right: 6px;
    line-height: 26px;
}

.helpful-videos-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 230px;
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
}

.helpful-videos-wp h3 {
    font-size: 18px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.helpful-videos {
    padding: 34px 0 12px;
}

.library {
    padding: 46px 0 77px;
}

.pdf-library-box {
    padding: 27px 26px 25px;
    background: #ebf2fd;
    border-radius: 22px;
    margin-bottom: 33px;
}

.pdf-library-text h3 {
    font-size: 18px;
    line-height: 28px;
    color: #334168;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pdf-library-icon {
    margin-bottom: 21px;
    height: 90px;
}

.pdf-library-text p {
    color: #334168;
    font-size: 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*==========Support Page CSS End==========*/

/*==========Single Portfolio Page CSS==========*/

.single-portfolio-banner .inner-banner-text {
    text-align: left;
}

.single-portfolio-banner .inner-banner-text p {
    padding: 0;
}

.single-portfolio-banner .sec-wp {
    padding: 30px 0;
    height: 280px;
    display: flex;
    align-items: center;
}

.portfolio-about-text .h3-title {
    margin-bottom: 26px;
}

.portfolio-about-img-wp {
    margin-top: -380px;
    margin-left: -10px;
    position: relative;
    z-index: 5;
    pointer-events: none;
}

.single-portfolio-banner {
    margin-top: 213px;
}

.portfolio-about-img {
    position: relative;
    left: 90px;
}

.portfolio-about-text {
    padding-top: 100px;
}

.portfolio-web {
    position: relative;
    padding: 145px 40px 0;
}

.portfolio-web .sec-wp {
    background: rgb(63 128 234 / 0.1);
    border-radius: 300px 0 100px 0;
    padding-bottom: 86px;
}

.portfolio-web-img-wp {
    width: calc(100% + 45px);
    height: 1111px;
    border-radius: 44px;
    overflow: hidden;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.16);
    margin-left: -90px;
    margin-top: -130px;
    position: relative;
    z-index: 2;
}

.portfolio-web-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-color: #fff;
}

.portfolio-web-text {
    padding-top: 82px;
}

.portfolio-web-sm-img-wp {
    width: calc(100% + 45px);
    height: 688px;
    border-radius: 44px;
    overflow: hidden;
    box-shadow: 20px 20px 80px rgba(0, 0, 0, 0.16);
    margin-left: -136px;
    margin-top: 82px;
}

.portfolio-web-sm-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.portfolio-web-sm-img-wp.sm-img-top-space {
    margin-top: 276px;
}

.portfolio-quote-text {
    text-align: center;
    position: relative;
    padding: 63px 200px 37px 170px;
    background: #334168;
    border-radius: 144px 0 144px 144px;
}

.portfolio-quote-text p {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}

.portfolio-quote-author h4 {
    margin: 0;
    display: inline-flex;
    color: #fff;
    align-items: center;
    font-size: 18px;
}

.portfolio-quote-author h4:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #3f80ea;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px 0 12px;
}

.portfolio-quote-author p {
    margin: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    opacity: 0.7;
    margin: 0 !important;
}

.portfolio-quote {
    padding-top: 166px;
    margin-bottom: -136px;
    position: relative;
}

.portfolio-quote-text:after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 287px;
    height: 270px;
    background: #3f80ea;
    border-radius: 170px 0 91px 0;
    z-index: -1;
}

.portfolio-quote-icon {
    position: absolute;
    left: 44px;
    top: -43px;
}

.portfolio-video-sec {
    padding: 0 0 90px;
}

.portfolio-video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 725px;
    border-radius: 44px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.counter-icon {
    display: flex;
    width: 153px;
    height: 153px;
    margin: 0 auto;
    background: #fff;
    border-radius: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.counter-box {
    text-align: center;
}

.counter-box span {
    margin: 0;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 900;
    position: unset;
    font-family: "Montserrat";
    color: #35373c;
    transform: unset !important;
}

.portfolio-counter .sec-wp {
    padding: 90px 0 102px;
}

.portfolio-counter {
    margin-top: 0;
}

.portfolio-results-btn {
    text-align: right;
}

.portfolio-results {
    padding: 94px 0 70px;
}

.single-portfolio-banner .inner-banner-text .h1-title {
    font-size: 60px;
    line-height: 70px;
}

.work-btn-box {
    text-align: center;
    padding: 80px 0 96px;
}

.portfolio-logo-wp {
    background: #fff;
    border-radius: 44px;
    padding: 30px;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 20px 20px 80px rgb(0 0 0 / 11%);
}

.portfolio-logo-sec .sec-wp {
    background: rgb(63 128 234 / 0.1);
    border-radius: 300px 0 100px 0;
    padding: 120px 0;
}

.portfolio-logo-sec {
    padding: 140px 40px 0;
}

.portfolio-logo-sec .row {
    margin: 0 -104px;
}

/*==========Single Portfolio Page CSS End==========*/

/*==========Blog Page CSS==========*/

.blog-tab {
    padding: 90px 0 55px;
}

.blog-tab ul {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.blog-tab ul li a {
    font-size: 14px;
    line-height: 1;
}

.blog-box-img {
    width: 100%;
    height: 375px;
    background-position: center;
    background-size: cover;
    border-radius: 44px;
    padding: 24px 30px;
}

.blog-tag .case-studies-list ul li a {
    background: rgb(63 128 234 / 0.8);
}

.blog-tag .case-studies-list ul li a:hover {
    background: #fff;
}

.blog-author-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 15px;
}

.blog-text {
    margin-top: 15px;
}

.blog-author-name h4 {
    margin: 0;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: normal;
    color: #717276;
    line-height: 28px;
}

.blog-author {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.blog-author-name h4:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #3f80ea;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 5px 0 12px;
}

.blog-author-name p {
    margin: 0;
    display: inline-block;
    color: #717276;
    font-size: 14px;
    line-height: 28px;
}

.blog-content .h3-title a {
    color: #35373c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}

.blog-content .h3-title a:hover {
    color: #3f80ea;
}

.blog-content .h3-title {
    margin-bottom: 21px;
}

.blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.blog-box {
    margin: 0 12px 72px;
}

.blog-load-btn {
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.blog-sec {
    padding-bottom: 90px;
}

.loadmore-loader {
    display: none;
    height: 10px;
    position: relative;
    left: 40px;
}

.loadmore-loader i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: auto;
    font-size: 30px;
    color: #eb0052;
    animation: loader 2s linear infinite;
    margin-top: -3px;
}

@keyframes loader {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0);
    }
}

/*==========Single Blog Page CSS==========*/

.single-blog {
    padding: 100px 0 24px;
}

.single-blog .blog-box-img {
    height: 530px;
    margin-bottom: 40px;
}

.single-blog-top-row {
    position: relative;
    margin-bottom: 30px;
}

.single-blog-top-row .blog-author {
    display: inline-flex;
    margin: 0;
}

.single-blog-top-row .blog-tag {
    display: inline-block;
    float: right;
    margin: 12px 0;
}

.single-blog-top-row .blog-tag .case-studies-list ul li a {
    border-radius: 0;
}

.single-blog .blog-content p {
    -webkit-line-clamp: unset;
    display: block;
    overflow: unset;
    margin-bottom: 25px;
}

.single-blog-banner .h1-title {
    font-size: 50px;
    margin: 0;
    line-height: 70px;
}

.single-blog-banner .sec-wp {
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 80px 0 50px;
}

.single-blog .container {
    padding: 0;
}

/*==========Single Blog Page CSS End==========*/

/*==========Blog Page CSS End==========*/

/*==========Faq Page CSS End==========*/

.faq {
    padding: 100px 0;
}

.faq-box h3 {
    padding: 26px 90px 26px 36px;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    background: #fff;
    border-radius: 16px;
    line-height: 26px;
    box-shadow: 0 6px 20px rgb(63 128 234 / 0.2);
    font-weight: 500;
    margin-bottom: 20px;
}

.faq-content {
    padding: 26px 30px 30px;
    background: #ebf2fd;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.faq-text p {
    margin-bottom: 20px;
}

.faq-text p:last-child {
    margin: 0;
}

.faq-box h3 span {
    position: absolute;
    right: 45px;
    top: 50%;
    color: #eb0052;
    font-size: 24px;
    transition: 0.3s;
    transform: translate(0, -50%);
}

.faq-box .acive-faq {
    color: #fff;
    background: #3f80ea;
}

.faq-box .acive-faq span {
    color: #fff;
    transform: translate(0, -50%) rotate(180deg);
}

/*==========Faq Page CSS End==========*/

/*==========Helpful Videos Page CSS End==========*/

.helpful-videos-page {
    padding: 100px 0;
}

.helpful-videos-wp {
    margin-bottom: 30px;
}

/*==========Helpful Videos Page CSS End==========*/

/*==========Scrolltop CSS==========*/

.scrolltop {
    outline: none !important;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #3f80ea;
    cursor: pointer;
    z-index: 98;
    border-radius: 20px 20px 0 0;
    display: none;
}

.scrolltop:hover {
    background: #eb0052;
    border: none;
    color: #fff;
}

/*==========Scrolltop CSS End==========*/

/*==========404 CSS==========*/

.error-404 {
    padding: 80px 0;
    text-align: center;
}

.error-404 img {
    width: 35vw;
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/

.footer-last {
    text-align: center;
    margin-top: 20px;
}

.view_services_text {
    color: #ffffff;
    font-size: 13px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}

.view_services_text:hover {
    color: #3f80ea !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
}

.all-services {
    display: none;
}

.menu-seo-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.menu-seo-menu-container ul li {
    display: inline-block;
}

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #ffffff;
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.menu-seo-menu-container ul li a:hover {
    color: #3f80ea;
}

.seo-form .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
}

.seo-banner .h1-title span {
    right: -90px;
}

.seo-banner h2.h1-title {
    font-size: 110px;
    line-height: 110px;
}

.seo-banner .submit-btn {
    margin-top: 15px;
    text-align: left;
}

.seo-form .h2-title {
    margin-bottom: 80px;
}

.seo-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 6%);
}

.excerpt-content {
    max-height: 560px;
    overflow: hidden;
}

.main-seo-content .submit-btn {
    text-align: left;
    margin-top: 30px;
}

.main-seo-content {
    padding-bottom: 80px;
}

.seo-banner .banner-text {
    padding-top: 140px;
}

/*========== View All Services css End ==========*/

/*=== Blog css ===*/

.type-post {
    margin-bottom: 30px;
}

.entry-header {
    margin-bottom: 10px;
    margin-top: 15px;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: #39b449;
}

.type-post .entry-content p {
    margin-bottom: 10px;
}

.entry-footer span {
    margin-right: 10px;
}

.entry-footer span a {
    color: #39b449;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #39b449;
    margin-bottom: 20px;
}

.post-thumbnail {
    display: block;
    margin: 10px 0;
}

.post-thumbnail img {
    width: 100%;
}

.widget-area .widget_search .search-form,
.page-content .search-form {
    position: relative;
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
    width: calc(100% - 74px);
    margin-bottom: 0;
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
    background: #fff;
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #359341;
    padding: 13px 20px 12px;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: #000;
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
    text-decoration: underline !important;
    color: #2c3555;
}

.entry-content {
    margin: 0;
}

.comments-area p input,
.comments-area textarea {
    border: none;
    border-radius: 10px;
    height: 46px;
    width: 100%;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    padding: 15px;
}

p.comment-form-cookies-consent > input {
    width: auto;
    display: inline-block;
    height: auto;
    margin-right: 15px;
    position: absolute;
    top: 6px;
    left: 0;
}

.form-submit .submit {
    box-shadow: none;
    padding: 0;
}

.comment-form-author,
.comment-form-email {
    width: 47.5%;
    display: inline-block;
    margin-right: 28px;
}

.comment-form-email {
    margin: 0;
}

.comment-form-cookies-consent label {
    padding-left: 25px;
}

h2.widget-title {
    font-size: 20px;
}

.widget-area {
    margin-top: 70px;
    width: 100%;
}

.comment-form-cookies-consent {
    position: relative;
}

.widget_search .widget-title {
    display: none;
}

.widget ul {
    margin: 0;
}

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

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}

.comment-meta .url,
.comment-content a {
    color: #29abe3;
}

.comment-author.vcard {
    margin-bottom: 20px;
}

.comment-metadata a {
    color: #224289;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: #10a7fb;
    display: inline-block;
    margin-bottom: 10px;
}

.comment-reply-title {
    margin-bottom: 20px;
}

.comment-form-comment label {
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    border: none;
    outline: none !important;
    resize: none;
    padding: 18px;
    height: 180px;
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.single-post .widget-area {
    margin-top: 15px;
}

.nav-previous a,
.nav-next a {
    color: #29abe3;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 100%;
    float: none;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #3f80ea;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #3f80ea;
    color: #ffffff;
}

a.next.page-numbers,
a.prev.page-numbers {
    display: none;
}

.archive.category .inner-banner-text .h1-title {
    width: min-content;
}

.post-tag-listing {
    margin-bottom: 18px;
}

.post-tag-listing .post-tag li {
    display: inline-block;
    margin-bottom: 10px;
}

.post-tag-listing .post-tag li a {
    padding: 0px 12px;
    background: #007bff;
    color: #fff;
    font-size: 14px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.post-tag-listing .post-tag li a:before {
    content: "\f02b";
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.post-tag-listing .post-tag li a:hover {
    background: #eb0052;
}

.blog-author-name a h4:hover {
    color: #eb0052;
}

/*=== End of Blog css ===*/

/*==== thank-you page css end ====*/

.thank-text {
    text-align: center;
    padding-top: 170px;
    position: relative;
}

.thank-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 147px;
    height: 151px;
    background-image: url("assets/images/thank-you.gif");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
}

.thank-text p a {
    text-decoration: underline !important;
    color: #252627;
}

/*==== thank-you page css end ====*/

/*==== Inner-page css end ====*/

.inner-page-text {
    padding: 60px 0;
}

.privacy-content p {
    margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul {
    padding: 0;
    margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li {
    margin-bottom: 10px;
    list-style: decimal;
}

.privacy-content a,
.single-blog .blog-content p a {
    transition: 0.3s;
    color: #3f80ea;
}

.privacy-content a:hover,
.blog-content p a:hover {
    color: #eb0052;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/*==== Inner-page page css end ====*/

/*==========Responsive Start==========*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 2000px) {
    .banner-logo {
        right: 66%;
    }

    .growing {
        padding: 88px 0 344px;
    }

    .testimonials {
        padding: 475px 0 225px;
    }

    .big-logo:after {
        transform: scale(1.15);
    }

    .home-team {
        padding: 60px 0 11.5vw;
    }

    .case-studies .container-fluid {
        max-width: 1580px;
    }

    .home .case-studies-box {
        height: 21vw !important;
    }

    .growing-img {
        width: 30vw;
    }

    .growing-img img {
        width: 100%;
    }
}

@media (max-width: 1650px) {
    .sticky_tabbing .blueprint-tab li {
        padding: 0 15px;
    }
}

@media (max-width: 1600px) {
    .home-team-img {
        width: 46vw;
    }

    .growing-img {
        width: 43vw;
    }

    .growing {
        padding: 101px 0 160px;
    }

    .main-banner .case-box-text {
        right: -4vw;
    }

    .main-navigation .menu li {
        margin: 0 14px;
    }

    .main-navigation .menu li a {
        font-size: 16px;
        line-height: normal;
    }

    .home-team {
        padding: 60px 0 200px;
    }

    .header-phone a {
        font-size: 20px;
    }

    .case-studies-text p {
        -webkit-line-clamp: 2;
    }

    .case-studies-row .col-lg-6 .case-studies-box {
        height: 295px;
    }

    .case-studies-row .col-lg-12 .case-studies-box {
        height: 406px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(1) {
        height: 410px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(2) {
        height: 290px;
    }
}

@media (max-width: 1499px) {
    .h1-title span,
    .seo-banner .h1-title span {
        right: -108px;
    }

    .main-banner .case-box-text {
        right: -6vw;
    }

    .main-banner .row {
        margin: 0;
    }

    .case-slider-wp {
        margin-left: 0;
    }

    .growing-img {
        right: -40px;
        width: 46vw;
    }

    .case-studies-box {
        padding: 60px 30px 30px;
        margin-bottom: 30px;
    }

    .case-studies-link {
        bottom: 30px;
    }

    .case-studies-text .h3-title {
        font-size: 30px;
    }

    .growing {
        padding: 30px 0 160px;
    }

    .case-studies-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .case-studies-text p {
        font-size: 16px;
        line-height: 26px;
        -webkit-line-clamp: 2;
        margin-bottom: 14px;
    }

    .case-studies-list ul li a {
        font-size: 14px;
        padding: 2px 12px;
    }

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

    .testimonials-case-sec .case-box-text {
        width: 350px;
    }

    .page-template-template-lets-talk .inner-banner-text p {
        padding: 0 220px;
    }

    .map-title {
        padding: 0 75px;
    }

    .our-story {
        padding: 90px 0 100px;
    }

    .our-crew {
        padding: 37px 0 0;
    }

    .portfolio-quote-text {
        padding: 63px 180px 37px 150px;
    }

    .sec-btn-link {
        font-size: 15px;
    }

    .results-text .sec-btn-link {
        font-size: 12px;
    }

    .map-title .h2-title .h2-top-title {
        margin-left: -90px;
        top: -30px;
    }

    .case-studies-row .col-lg-6 .case-studies-box {
        height: 265px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(1) {
        height: 380px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(2) {
        height: 260px;
    }

    .case-studies-row .col-lg-12 .case-studies-box {
        height: 376px;
    }

    .portfolio-logo-sec .row {
        margin: 0 -55px;
    }

    .portfolio-logo-wp {
        height: 380px;
    }
}

@media (max-width: 1366px) {
    .main-banner .case-box-text {
        right: -2vw;
    }

    .case-box-text p {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .sec-btn-link {
        font-size: 14px;
    }

    .sec-btn-link i {
        font-size: 23px;
    }

    .results-row .row {
        margin: 0 -46px;
    }

    .case-studies-row .col-lg-6,
    .case-studies-row .col-lg-8,
    .case-studies-row .col-lg-4,
    .case-studies-row .col-lg-12 {
        padding: 0 7.5px;
    }

    .case-studies-row .row {
        margin: 0 -7.5px;
    }

    .case-studies-box {
        margin-bottom: 15px;
    }

    .home-team {
        padding: 60px 0 130px;
    }

    .home-team-img {
        width: 43vw;
        padding-top: 40px;
    }

    .growing-img {
        width: 43vw;
        top: 60px;
    }

    .testimonials-box-wp.slick-center .testimonials-box {
        height: 328px;
    }

    .testimonials-box {
        height: 260px;
    }

    .Website-lead-img-wp {
        transform: scale(0.8);
    }

    .increase-customer-img-wp {
        transform: scale(0.85);
    }

    .identify-audience-img-wp {
        transform: scale(0.7);
    }

    .website-building-img-wp {
        transform: scale(0.8);
    }

    .blueprint-tab-sec-wp {
        margin-bottom: 151px;
    }

    .visual-identity {
        padding: 0 0 171px;
    }

    .website-building {
        padding: 63px 0 102px;
    }

    .identify-audience {
        padding: 169px 0 80px;
    }

    .attract-ideal {
        padding: 81px 0 80px;
    }

    .Website-lead {
        padding: 73px 0 100px;
    }

    .marketing-automation {
        padding: 63px 0 100px;
    }

    .increase-customer {
        padding: 84px 0 60px;
    }

    .craft-messaging {
        padding: 50px 0;
    }

    .craft-messaging-img-wp {
        transform: scale(0.8);
    }

    .inner-banner-text p {
        padding: 0 80px;
    }

    .our-story-img {
        margin-left: 30px;
        width: 30vw;
    }

    .our-story-sm-img {
        right: -4vw;
        width: 80px;
        height: 80px;
    }

    .page-template-template-lets-talk .site-footer,
    .page-template-template-supports .site-footer {
        border-radius: 100px 0 0 0;
    }

    .portfolio-web-img-wp {
        width: 100%;
        margin-left: 0;
    }

    .portfolio-web-sm-img-wp {
        width: 100%;
        margin-left: -60px;
    }

    .case-studies-row .col-lg-6 .case-studies-box {
        height: 255px;
    }

    .case-studies-row .col-lg-12 .case-studies-box {
        height: 416px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(1) {
        height: 400px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(2) {
        height: 270px;
    }

    .results-row .col-lg-4 {
        padding: 0 25px;
    }

    .banner-text {
        padding-top: 110px;
    }

    .portfolio-logo-sec .row {
        margin: 0 -15px;
    }

    .portfolio-logo-sec .sec-wp {
        border-radius: 200px 0 100px 0;
        padding: 60px 0;
    }

    .portfolio-logo-wp {
        height: 330px;
    }
}

@media (max-width: 1300px) {
    .sticky_tabbing .blueprint-tab li {
        padding: 0 0;
    }

    .visual-identity-text,
    .marketing-automation-text,
    .website-building-text,
    .attract-ideal-text,
    .marketing-automation-text {
        padding-right: 50px;
        padding-left: 50px;
    }

    .blueprint-video-box {
        width: 45vw;
        margin-left: -10px;
    }

    .testimonials-case-sec .case-box-text {
        transform: scale(0.8);
        bottom: -28px;
    }

    .our-story-text {
        padding-left: 30px;
    }

    .single-portfolio-banner .sec-wp {
        padding: 30px 30px 30px;
    }

    .single-portfolio-banner .inner-banner-text .h1-title {
        font-size: 50px;
        line-height: 60px;
    }

    .case-studies-row .col-lg-6 .case-studies-box {
        height: 245px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(1) {
        height: 330px;
    }

    .case-studies-row .col-lg-12 .case-studies-box {
        height: 336px;
    }

    .case-studies-row .col-lg-4 .case-studies-box:nth-child(2) {
        height: 250px;
    }

    .site-footer {
        padding: 97px 0 70px;
    }

    .header-phone a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .site-branding {
        width: 120%;
    }

    .header-phone a {
        font-size: 15px;
    }

    .header-phone a img {
        width: 15px;
        margin-right: 6px;
    }

    .main-navigation .menu li a {
        font-size: 14px;
    }

    .main-navigation .menu li {
        margin: 0 9px;
    }

    .h1-title,
    .seo-banner h2.h1-title {
        font-size: 80px;
        line-height: 80px;
    }

    .h1-title span,
    .seo-banner .h1-title span {
        font-size: 70px;
        right: -138px;
        bottom: -45px;
    }

    .banner-text {
        padding-top: 100px;
    }

    .main-banner .case-box-text {
        transform: scale(0.8);
        right: -5vw;
        bottom: -26px;
    }

    .main-banner {
        padding: 121px 0 240px;
    }

    .results-row .col-lg-4 {
        padding: 0 15px;
    }

    .results-row .row {
        margin: 0 -15px;
    }

    .results-box {
        padding: 40px 20px 42px;
    }

    .results-sec {
        padding-bottom: 51px;
    }

    .results-box-wp {
        min-height: 480px;
    }

    .case-studies-text .h3-title {
        font-size: 22px;
        line-height: 33px;
        padding-right: 30px;
    }

    .case-studies-row {
        padding: 0;
    }

    .growing-img {
        top: 30px;
    }

    .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .h2-title span {
        font-size: 60px;
        bottom: -26px;
    }

    .h3-title,
    .blog-content h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .growing-text {
        padding: 0;
    }

    .home .big-logo {
        padding: 30px 0 0;
    }

    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 16px;
        line-height: 26px;
    }

    .testimonials {
        padding: 321px 0 161px;
    }

    .testimonials-title {
        margin-bottom: 0;
    }

    .testimonials-row {
        padding: 0;
    }

    .testimonials-row .slick-dots {
        bottom: -40px;
    }

    .home-team-text {
        padding: 80px 40px 0 0;
    }

    .site-footer {
        padding: 72px 0;
        border-radius: 200px 0 0 0;
    }

    .form-input {
        font-size: 14px;
    }

    .case-studies-link {
        font-size: 30px;
    }

    .blueprint-tab-sec {
        padding: 0;
    }

    .blueprint-banner:after {
        right: 20px;
    }

    .blueprint-tab li h2,
    .blueprint-tab li h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .visual-identity-img-wp {
        transform: scale(0.8);
    }

    .visual-identity-text,
    .marketing-automation-text,
    .website-building-text,
    .attract-ideal-text,
    .marketing-automation-text {
        padding-right: 20px;
        padding-left: 40px;
    }

    .attract-ideal-img-wp {
        transform: scale(0.85);
    }

    .attract-ideal-icon {
        width: 580px;
        margin-left: -60px;
    }

    .Website-lead-img-wp {
        position: relative;
        right: -100px;
    }

    .marketing-automation-icon {
        left: -207px;
        transform: scale(0.7);
        top: 0px;
    }

    .marketing-automation-img {
        transform: scale(0.8);
    }

    .increase-customer-img-wp {
        transform: scale(0.7);
    }

    .blueprint-text-icon img {
        width: 70px;
    }

    .blueprint-text-icon {
        margin-bottom: 78px;
    }

    .sticky_tabbing .blueprint-tab li {
        padding: 0 3px;
    }

    .blueprint-banner-text .h1-title {
        font-size: 60px;
        line-height: 70px;
    }

    .blueprint-banner-text p {
        font-size: 20px;
        line-height: 33px;
    }

    .blueprint-banner-text {
        padding-right: 0;
        padding-left: 20px;
    }

    .blueprint-video-box,
    .hello-curtis-video {
        margin: 0;
        width: 100%;
    }

    .blueprint-banner:after {
        width: 50vw;
    }

    .blueprint-banner:before {
        right: 20px;
    }

    .blueprint-video {
        padding-left: 20px;
    }

    .identify-audience-text {
        padding-left: 53px;
    }

    .increase-customer-text {
        padding-left: 50px;
        margin-right: 0;
    }

    .page-template-template-lets-talk .inner-banner-text p {
        padding: 0 170px;
    }

    .our-story-icon {
        right: -12vw;
        margin-top: -8vw;
    }

    .our-story-img-wp {
        margin-top: 3vw;
    }

    .our-story-sm-img {
        right: -2vw;
        width: 7vw;
        height: 7vw;
    }

    .map-title {
        padding: 0 40px;
    }

    .support-banner .inner-banner-text .h1-title {
        margin-bottom: 20px;
    }

    .portfolio-web-img-wp {
        height: 860px;
    }

    .portfolio-web-sm-img-wp {
        height: 470px;
        margin-top: 40px;
    }

    .portfolio-about-img-wp {
        margin-left: -70px;
    }

    .portfolio-quote-text {
        padding: 63px 100px 37px 70px;
    }

    .portfolio-video {
        height: 500px;
    }

    .hello-curtis-video {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .blog-tab ul {
        display: block;
    }

    .for-des {
        display: none !important;
    }

    .for-mob {
        display: block !important;
    }

    .menu-primary-menu-container {
        transform: translate(0, 100px);
        opacity: 0;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 0.8s;
    }

    .toggled .menu-primary-menu-container {
        opacity: 1;
        transition-delay: 0.8s;
        transform: translate(0);
    }

    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }

    .site-header .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        padding-left: 30px;
        height: 100%;
    }

    .widget-area {
        margin-top: 50px;
    }

    .main-banner .banner-video {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #3f80ea;
        margin-bottom: 7px;
        border-radius: 3px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 11px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }

    .toggled .header-menu {
        transform: translatey(0);
    }

    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 9vh;
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow: hidden;
        transform: translatey(-100%);
        background: #ffffff;
    }

    .site-branding {
        width: 196px;
    }

    .site-header .col-lg-2:nth-child(1) {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        z-index: 3;
    }

    .site-header {
        height: 80px;
        padding: 0 30px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    }

    .site-header .col-lg-2 {
        padding: 0;
    }

    .site-header .col-lg-8 {
        padding: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .site-header .container-fluid {
        padding: 0;
    }

    .site-header .col-lg-2:nth-child(3) {
        width: auto;
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0, -50%);
    }

    .header-phone a img {
        width: 27px;
        margin: 0;
    }

    .header-phone a span {
        display: none;
    }

    .main-navigation .menu li {
        float: none;
        display: block;
        margin: 0;
        text-align: center;
        margin-bottom: 3vh;
    }

    .main-navigation .menu li a {
        display: inline-flex;
        font-size: 2.8vh;
    }

    .toggled .header-menu .footer-social {
        opacity: 1;
        transition-delay: 1.2s;
        transform: translate(0);
    }

    .toggled .header-mob-btn {
        opacity: 1;
        transition-delay: 1s;
        transform: translate(0);
    }

    .toggled .menu-mob-logo {
        transform: translate(0, -50%) scale(1);
        opacity: 1;
        transition-delay: 0.2s;
    }

    .header-mob-btn {
        text-align: center;
        margin-bottom: 5vh;
        margin-top: 8vh;
        transform: translate(0, 100px);
        opacity: 0;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 0.6s;
    }

    .header-menu .footer-social {
        margin: 0;
        text-align: center;
        position: absolute;
        bottom: 5vh;
        left: 0;
        width: 100%;
        transform: translate(0, 100px);
        opacity: 0;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 1s;
    }

    .header-menu .footer-social ul li a {
        background: rgb(63 128 234 / 0.15);
        color: #3f80ea;
    }

    .header-mob-btn .sec-btn {
        display: flex;
        margin: 0 auto;
    }

    .header-mob-btn .sec-btn.red-btn {
        margin-bottom: 15px;
    }

    .menu-mob-logo {
        position: absolute;
        top: 50%;
        z-index: -1;
        right: 50%;
        transform: translate(0, -50%) scale(1.5);
        width: 90vh;
        margin-top: -6vh;
        opacity: 0;
        transition: 1.1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition-duration: 0.5s;
    }

    .banner-logo {
        top: 60px;
        right: auto;
        width: 50vw;
        left: 0;
    }

    .banner-text,
    .seo-banner .banner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        padding-bottom: 90px;
    }

    .h1-title span,
    .seo-banner .h1-title span {
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 60px;
        line-height: 60px;
        bottom: -37px;
        right: auto;
    }

    .h1-title,
    .seo-banner h2.h1-title {
        font-size: 60px;
        line-height: 70px;
    }

    .main-banner .banner-text .h1-title,
    .seo-banner h2.h1-title {
        order: 2;
    }

    .banner-text h2 {
        order: 1;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 19px;
        text-align: center;
    }

    .banner-btn {
        order: 3;
        margin-top: 38px;
    }

    .banner-btn .sec-btn {
        display: flex;
        margin: 0;
    }

    .banner-btn .sec-btn:first-child {
        margin: 0;
        margin-bottom: 20px;
    }

    .main-banner {
        padding: 121px 0 82px;
    }

    .case-box-text p {
        line-height: 26px;
        margin-bottom: 23px;
        -webkit-line-clamp: 6;
    }

    .main-banner .case-box-text,
    .testimonials-case-sec .case-box-text {
        transform: scale(1);
        bottom: 0;
        padding: 38px 24px 17px;
        right: 0;
        width: 332px;
    }

    .sec-btn-link {
        font-size: 12px;
    }

    .sec-btn-link i {
        font-size: 24px;
        margin-left: 30px;
    }

    .case-img img {
        width: calc(100% - 37px);
    }

    .case-slider-wp .slick-dots {
        bottom: -56px;
    }

    .results-sec {
        margin-top: 0;
        padding-bottom: 138px;
    }

    .h2-title {
        line-height: 46px;
        margin-bottom: 62px;
    }

    .h2-title span {
        font-size: 70px;
        left: 50%;
        transform: translate(-50%, 0);
        right: auto;
        margin: 0;
        bottom: -35px;
    }

    .results-title p {
        font-size: 18px;
        line-height: 32px;
    }

    .results-title {
        margin-bottom: 51px;
    }

    .results-box-wp {
        min-height: auto;
    }

    .results-box {
        background: #3f80ea;
        box-shadow: none;
        padding: 40px 40px 42px;
        width: 100%;
    }

    .results-icon {
        background: rgb(225 225 225 / 0.16) !important;
    }

    .results-box .default-icon {
        opacity: 0;
    }

    .results-box .hover-icon {
        opacity: 1;
    }

    .results-box .results-text .h3-title,
    .results-box .results-text p {
        color: #fff;
    }

    .results-box .results-text .h3-title {
        font-size: 32px;
        line-height: 40px;
    }

    .results-text p {
        height: auto;
        font-size: 14px;
        line-height: 26px;
        min-height: auto;
    }

    .results-text .sec-btn-link {
        opacity: 1;
        margin-top: 42px;
        visibility: visible;
    }

    .results-box:hover .results-text .sec-btn-link {
        margin-top: 42px;
    }

    .results-row .col-lg-4:nth-child(3n + 1) .results-box {
        background: #3f80ea;
    }

    .results-row .col-lg-4:nth-child(3n + 2) .results-box {
        background: #334168;
    }

    .results-row .col-lg-4:nth-child(3n + 3) .results-box {
        background: #eb0052;
    }

    .results-slider .slick-list {
        width: calc(100% + 30vw);
        padding-right: 220px;
    }

    .results-row .col-lg-4 {
        padding: 0 11px;
    }

    .results-row .row {
        margin: 0 -11px;
    }

    .slick-dots {
        bottom: -70px;
    }

    .case-studies-title .h2-title span {
        margin: 0;
        bottom: -47px;
    }

    .case-studies-title {
        margin-bottom: 34px;
    }

    .case-studies-box .case-studies-list {
        display: none;
    }

    .case-studies-text .h3-title {
        margin: 0;
        font-size: 24px;
        line-height: 34px;
    }

    .case-studies-box {
        padding: 60px 30px 30px;
        margin-bottom: 18px;
        background-position: center;
    }

    .home .case-studies-box {
        height: 65vw !important;
    }

    .case-studies-row .col-lg-6 .case-studies-box,
    .case-studies-row .col-lg-12 .case-studies-box {
        height: 50vw;
    }

    .case-studies-row .col-lg-6,
    .case-studies-row .col-lg-8,
    .case-studies-row .col-lg-4,
    .case-studies-row .col-lg-12 {
        padding: 0 15px;
    }

    .case-studies-row .row {
        margin: 0 -15px;
    }

    .case-studies-row .col-lg-12 .case-studies-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        opacity: 1;
        height: 100%;
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1);
    }

    .case-studies-row .col-lg-12 .case-studies-box:before {
        background: #3f80ea;
    }

    .container,
    .container-fluid,
    .main-banner .container,
    .testimonials-case-sec-wp,
    .map {
        padding: 0 30px;
    }

    .case-studies-btn {
        text-align: center;
        margin-top: 34px;
    }

    .growing-img-wp {
        display: none;
    }

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

    .growing-text .h2-title span {
        right: auto;
        left: 0;
        transform: translate(0, 0);
        margin-left: 82px;
        bottom: -28px;
    }

    .growing {
        background: rgb(63 128 234 / 0.1);
        border-radius: 80px 0 0 0;
        padding: 71px 0 145px;
    }

    .growing-text .h3-title {
        margin-bottom: 27px;
    }

    .growing-text p {
        line-height: 32px;
    }

    .growing-text .sec-btn {
        margin-top: 14px;
    }

    .home .big-logo:after {
        display: none;
    }

    .testimonials:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("assets/images/testimonials-mob-banner.jpg");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .h3-title,
    .blog-content h2 {
        font-size: 19px;
        line-height: 29px;
    }

    .growing-text .h3-title {
        font-size: 19px;
    }

    .home .big-logo {
        padding: 60px 0 0;
    }

    .testimonials:after {
        background: #334168;
        opacity: 0.95;
    }

    .testimonials {
        padding: 141px 0 137px;
        border-radius: 80px 0 0 0;
        overflow: hidden;
    }

    .h2-title .h2-top-title,
    .h1-title .h2-top-title {
        margin-left: 50px;
        top: -20px;
    }

    .testimonials-title .h2-title span {
        left: auto;
        right: -90px;
    }

    .testimonials-title .h2-title .h2-top-title {
        right: auto;
        left: 0px;
    }

    .testimonials .h2-title {
        margin-bottom: 48px;
    }

    .testimonials-box,
    .testimonials-box-wp.slick-center .testimonials-box,
    .testimonials-row .slick-track {
        height: 50vw;
        min-height: auto;
        border-radius: 22px;
    }

    .testimonials-title {
        margin-bottom: 50px;
    }

    .testimonials-row .slick-dots {
        bottom: -76px;
    }

    .home-team-img {
        position: unset;
        width: 100%;
        padding: 0;
    }

    .home-team-text .h2-title span {
        bottom: -39px;
        margin-left: 130px;
    }

    .home-team-text {
        padding: 0;
        text-align: center;
        padding-top: 13px;
    }

    .home-team-text .h2-title {
        margin-bottom: 61px;
    }

    .home-team-text .h3-title {
        margin-bottom: 29px;
    }

    .home-team-text .sec-btn {
        margin-top: 19px;
    }

    .home-team {
        padding: 60px 0 80px;
    }

    .site-footer {
        background: #35373c !important;
        border-radius: 150px 0 0 0;
        padding: 106px 0 60px;
    }

    .footer-title .h2-title span {
        right: auto;
        left: 0;
        transform: translate(0, 0);
        margin-left: 82px;
        bottom: -28px;
    }

    .footer-title {
        text-align: left;
        padding-left: 50px;
    }

    .bottom-footer {
        text-align: center;
    }

    .footer-list {
        display: flex;
        justify-content: center;
    }

    .footer-right-text {
        text-align: center;
        padding-top: 50px;
    }

    .footer-right-text .footer-list {
        justify-content: center;
    }

    .footer-left-text .h3-title {
        margin-bottom: 27px;
    }

    .footer-social {
        margin-bottom: 45px;
    }

    .footer-right-text p {
        font-size: 12px;
    }

    .footer-right-text .footer-list ul li a {
        font-size: 12px;
        line-height: 11px;
    }

    .footer-form .row .col-lg-4 {
        padding: 0 15px;
    }

    .footer-form .row {
        margin: 0 -15px;
    }

    .testimonials-row .slick-list {
        width: calc(100% + 100px);
        padding-right: 160px !important;
        margin: 0 -10px;
    }

    .testimonials-box-wp {
        margin: 0 10px;
    }

    .h1-title .h2-top-title {
        font-size: 70px;
        top: -30px;
        margin-left: 45px;
    }

    .blueprint-banner-text .h1-title {
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 27px;
    }

    .blueprint-banner-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .blueprint-video {
        padding: 0;
        margin-bottom: 50px;
    }

    .blueprint-banner:after {
        width: 83vw;
        bottom: 75px;
        top: auto;
        height: 688px;
        right: 0;
    }

    .blueprint-banner:before {
        display: none;
    }

    .blueprint-banner-text {
        padding: 0;
        padding-bottom: 55px;
    }

    .blueprint-banner {
        padding: 160px 0 182px;
    }

    .blueprint-banner-text .banner-btn {
        margin-top: 36px;
    }

    .blueprint-accordion h3.for-mob {
        font-size: 16px;
        font-weight: normal;
        min-height: 76px;
        display: flex !important;
        align-items: center;
        color: #334168;
        background: #fff;
        padding: 19px 59px 19px 19px;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgb(63 128 234 / 0.08);
        position: relative;
        margin: 0;
    }

    .blueprint-accordion h3.for-mob .blueprint-default-icon {
        width: 36px;
        margin-right: 20px;
    }

    .blueprint-accordion h3.for-mob span {
        position: relative;
        margin-right: 23px;
        padding-right: 20px;
    }

    .blueprint-accordion h3.for-mob span:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 57px;
        background: #3f80ea;
        opacity: 0.1;
        transform: translate(0, -50%);
    }

    .blueprint-accordion h3 i {
        position: absolute;
        right: 19px;
        top: 50%;
        color: #eb0052;
        font-size: 24px;
        transition: 0.3s;
        transform: translate(0, -50%);
    }

    .blueprint-accordion h3.blueprint-active i {
        transform: translate(0, -50%) rotate(180deg);
    }

    .blueprint-accordion section {
        padding: 0;
        margin-bottom: 16px;
    }

    .blueprint-accordion .blueprint-text {
        padding: 0;
    }

    .blueprint-accordion .accordion-content {
        max-width: 100%;
        background: #ebf2fd;
        margin-top: -10px;
        padding: 40px 24px 35px 24px;
        border-radius: 0 0 16px 16px;
    }

    .blueprint-accordion .blueprint-text .blueprint-list ul {
        column-count: 1;
        max-width: 100%;
    }

    .blueprint-list ul li:after {
        top: 8px;
    }

    .blueprint-list ul li {
        margin-bottom: 8px;
    }

    .blueprint-accordion {
        margin-top: -92px;
    }

    .blueprint-cta-text {
        padding: 121px 40px 70px;
    }

    .blueprint-cta-text .h2-title .h2-top-title {
        z-index: 1;
        margin-left: 24px;
        top: -28px;
    }

    .blueprint-cta {
        padding: 34px 0 50px;
    }

    .blueprint-cta-text:after {
        background-image: url(assets/images/blueprint-cta-shep-mob.svg);
    }

    .work-tab ul li a {
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
        color: #334168;
        position: relative;
    }

    .work-tab ul li a:hover,
    .work-tab .work-active-tab a {
        background: transparent;
        color: #3f80ea;
    }

    .work-tab ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #3f80ea;
        border-radius: 2px;
        transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
        opacity: 0;
    }

    .work-tab ul li a:hover:after,
    .work-tab .work-active-tab a:after {
        width: 100%;
        opacity: 1;
    }

    .work-tab ul li {
        margin: 0 8px 10px;
    }

    .work-tab {
        padding-bottom: 28px;
    }

    .inner-banner {
        padding: 0;
        margin-top: 80px;
    }

    .inner-banner .sec-wp {
        border-radius: 0;
        padding: 75px 0 50px;
        height: auto;
        display: block;
    }

    .inner-banner-logo {
        display: none;
    }

    .h1-title .h2-top-title {
        font-size: 70px;
        top: -33px;
        margin-left: 13px;
        z-index: -1;
    }

    .post-type-archive-portfolio .inner-banner-text p {
        padding: 0;
    }

    .inner-banner-text .h1-title {
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 25px;
    }

    .case-studies-mob-box .case-studies-box {
        padding: 0;
        height: 30vw;
        margin-bottom: 12px;
        border-radius: 22px;
    }

    .case-studies-mob-box .row {
        margin: 0 -10px;
    }

    .case-studies-mob-box .row .col-6 {
        padding: 0 10px;
    }

    .case-studies-mob-box .work-link {
        display: inline-block;
        width: 100%;
    }

    .case-studies-mob-box .case-studies-box:before {
        display: none;
    }

    .case-studies-mob-box .case-studies-box:hover:after {
        height: 100%;
        opacity: 1;
    }

    .case-studies-mob-box .blog-load-btn {
        margin-top: 40px;
    }

    .work-sec {
        padding: 41px 0 60px;
    }

    .testimonials-growing .growing-text {
        padding: 0;
    }

    .testimonials-growing:after {
        border-radius: 80px 0 0 0;
    }

    .growing.testimonials-growing {
        background: transparent;
        padding-bottom: 60px;
    }

    .testimonials-slider .slick-slide {
        height: auto;
    }

    .testimonials-case-sec .slick-center .case-box,
    .testimonials-case-sec .case-box {
        transform: scale(1);
        padding-bottom: 32px;
        width: 100%;
    }

    .testimonials-case-sec .case-box-text,
    .testimonials-case-sec .slick-center .case-box-text {
        opacity: 1;
        bottom: 0;
        transform: scale(1);
    }

    .testimonials-case-sec {
        background: none !important;
        border-radius: 0;
        max-width: 720px;
        margin: 0 auto;
        padding: 0 0 32px 0;
    }

    .testimonials-case-sec:after {
        display: none;
    }

    .testimonials-video-box {
        height: 50vw;
        margin-bottom: 20px;
    }

    .testimonials-top-row {
        padding: 48px 0 25px;
    }

    .testimonials-case-sec .slick-dots {
        bottom: -56px;
    }

    .testimonials-bottom-row {
        padding: 48px 0 44px;
    }

    .lets-talk-text {
        padding: 0;
    }

    .lets-talk-sec {
        padding: 51px 0 40px;
    }

    .lets-talk-text .h2-title {
        margin-bottom: 27px;
    }

    .page-template-template-lets-talk .inner-banner-text p {
        padding: 0;
    }

    .lets-talk-text .h2-title {
        font-size: 26px;
        line-height: 36px;
    }

    .lets-talk-contact {
        border-radius: 100px 0 0 0;
    }

    .work-tab.blog-tab {
        padding-top: 30px;
    }

    .blog-box {
        margin: 0;
        padding-bottom: 35px;
    }

    .blog-sec .blog-load-btn {
        margin-top: 7px;
    }

    .blog-sec {
        padding-bottom: 60px;
    }

    .single-blog-banner .h1-title {
        margin: 0;
        font-size: 40px;
        line-height: 50px;
    }

    .single-blog-banner .sec-wp {
        min-height: auto;
    }

    .single-blog {
        padding: 60px 0 24px;
    }

    .single-blog .blog-box-img {
        height: 500px;
    }

    .single-blog-top-row .blog-tag {
        display: none;
    }

    .blog-text {
        margin: 0;
    }

    .single-blog-top-row {
        margin-bottom: 20px;
    }

    .story-banner-img-sec {
        padding: 50px 0 0;
    }

    .story-banner-img,
    .hello-curtis-video {
        height: 40vw;
        border-radius: 22px;
    }

    .our-story {
        padding: 60px 0 40px;
    }

    .our-story-text {
        padding: 0;
    }

    .our-story-text .h2-title .h2-top-title {
        margin-left: 10px;
        top: -24px;
    }

    .our-story-icon {
        display: none;
    }

    .our-story-sm-img {
        display: none;
    }

    .our-story-img {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }

    .our-story-img img {
        width: 100%;
    }

    .our-story-img-wp {
        margin-top: 37px;
    }

    .page-template-template-design-story .big-logo:after {
        top: 400px;
        background-position: 0px 60px;
        background-size: 100%;
    }

    .our-crew-title .h2-title .h2-top-title {
        margin-left: 0;
    }

    .map-title {
        padding: 0;
    }

    .crew-info-box {
        max-width: 100%;
        margin-bottom: 42px;
    }

    .crew-img {
        height: 45vw;
    }

    .our-crew .col-lg-4.col-6 {
        padding: 0 10px;
    }

    .our-crew .row:nth-child(2) {
        margin: 0 -10px;
    }

    .our-crew .h2-title {
        margin-bottom: 48px;
    }

    .map-title .h2-title {
        display: flex;
        justify-content: center;
    }

    .map-title .h2-title .h2-top-title {
        margin-left: 30px;
        top: -32px;
    }

    .map-sec {
        padding: 67px 0 60px;
    }

    .frequently-list ul li {
        font-size: 14px;
        margin-right: 3px;
        min-height: 50px;
    }

    .helpful-videos-box {
        height: 40vw;
    }

    .helpful-videos-wp h3 {
        -webkit-line-clamp: unset;
    }

    .frequently-title {
        margin-bottom: 30px;
        display: block;
        text-align: center;
    }

    .frequently-sec {
        padding: 45px 0 30px;
    }

    .helpful-videos {
        padding: 0 0 12px;
    }

    .frequently-title .sec-btn.sec-link-btn {
        display: flex;
        position: unset;
        margin: 0 auto;
    }

    .frequently-title .h3-title {
        display: block;
        margin-bottom: 15px;
    }

    .library {
        padding: 46px 0 30px;
    }

    .single-portfolio-banner .inner-banner-text {
        text-align: center;
    }

    .portfolio-about-img-wp {
        margin: 0;
        text-align: center;
    }

    .portfolio-about-text {
        padding-top: 30px;
    }

    .portfolio-about-img {
        left: 0;
    }

    .portfolio-about {
        padding: 60px 0 39px;
    }

    .portfolio-about-text {
        padding-top: 50px;
    }

    .portfolio-about-text .h3-title,
    .portfolio-web-text .h3-title,
    .portfolio-results-text .h3-title {
        font-size: 32px;
        line-height: 40px;
    }

    .portfolio-web {
        padding: 240px 0 0;
    }

    .portfolio-web .sec-wp {
        border-radius: 0 90px 0 0;
    }

    .portfolio-web-img-wp {
        height: 800px;
        margin: 0 10px;
        margin-top: -240px;
        box-shadow: none;
    }

    .portfolio-web-text .h3-title {
        margin-bottom: 26px;
    }

    .portfolio-quote-text {
        border-radius: 0;
        padding: 93px 30px 63px 30px;
    }

    .portfolio-quote-icon {
        width: 105px;
        top: 40px;
        left: 30px;
    }

    .portfolio-quote .container {
        padding: 0;
        max-width: 100%;
    }

    .portfolio-quote-text p {
        margin-bottom: 46px;
    }

    .portfolio-quote-text:after {
        width: calc(100% - 100px);
        right: 30px;
        height: calc(100% + 157px);
        top: -106px;
        border-radius: 160px 0 91px 0;
    }

    .portfolio-quote {
        padding: 107px 0 52px;
        margin-top: 35px;
        margin-bottom: 0;
    }

    .work-btn-box {
        padding: 80px 0;
    }

    .portfolio-video-sec {
        padding: 0 0 60px;
    }

    .portfolio-video {
        height: 40vw;
        border-radius: 28px;
    }

    .inner-banner.portfolio-counter {
        margin: 0;
    }

    .inner-banner.portfolio-counter .col-lg-4.col-6:last-child {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .counter-icon {
        width: 90px;
        height: 90px;
        border-radius: 22px;
        margin-bottom: 20px;
    }

    .counter-icon img {
        width: 40px;
    }

    .inner-banner.portfolio-counter .col-lg-4.col-6:last-child .counter-icon img {
        width: 30px;
    }

    .inner-banner.portfolio-counter .sec-wp {
        padding: 65px 0 0px;
    }

    .counter-box .h2-title {
        margin: 0;
    }

    .counter-box {
        margin-bottom: 48px;
    }

    .counter-box span {
        margin-top: 9px;
    }

    .portfolio-results {
        padding: 53px 0 70px;
    }

    .portfolio-results-btn {
        text-align: left;
        margin-top: 25px;
    }

    .portfolio-mob-slider .slick-list {
        padding-top: 240px;
        margin: 0 -10px;
        margin-top: -240px;
    }

    .portfolio-web-text {
        padding-top: 95px;
    }

    .error-404 img {
        width: 60vw;
    }

    .sticky-logo {
        display: none;
    }

    .site-header.sticky_head .custom-logo-link {
        opacity: 1;
    }

    .blog-box-img {
        margin-bottom: 30px;
    }

    .blueprint-accordion .accordion-content .wow {
        visibility: visible !important;
        opacity: 1 !important;
        animation-name: none !important;
    }

    .page-template-template-our-blueprint .site-header.sticky_head {
        position: fixed;
    }

    .portfolio-logo-wp {
        margin-bottom: 30px;
        height: 340px;
    }

    .portfolio-logo-sec .sec-wp {
        padding: 90px 0 90px;
        border-radius: 0 90px 0 0;
    }

    .portfolio-logo-sec {
        padding: 0 0 20px;
    }

    .testimonials-box-text h2 {
        display: block;
        margin-bottom: 5px;
    }

    .testimonials-box-text h2::after {
        display: none;
    }

    .scrolltop {
        left: 50%;
        right: auto;
        transform: translate(-50%, 10px);
    }

    .modal-content {
        border-radius: 0;
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3rem);
    }

    .seo-form {
        text-align: center;
        padding: 20px;
    }

    .seo-banner .submit-btn {
        text-align: center;
    }

    .footer-last {
        margin: 20px 0;
    }

    .seo-banner h2.h1-title {
        margin-bottom: 63px;
    }
}

@media (max-width: 767px) {
    .error-404 img {
        width: 100vw;
    }

    .case-studies-row .col-lg-6 .case-studies-box,
    .case-studies-row .col-lg-12 .case-studies-box {
        height: 70vw;
    }

    .banner-logo {
        width: 100vw;
        right: 10px;
        left: auto;
    }

    .inner-banner-text p {
        padding: 0 30px;
    }

    .single-blog .blog-box-img {
        height: 400px;
    }

    .page-template-template-design-story .inner-banner-text .h1-title .h2-top-title,
    .page-template-template-hello-curtis .inner-banner-text .h1-title .h2-top-title {
        margin-left: 143px;
    }

    .our-story-text .h2-title .h2-top-title {
        margin-left: 34px;
    }

    .map-title .h2-title .h2-top-title {
        margin-left: 230px;
    }
}

@media (max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 20px 0;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }

    .menu-mob-logo {
        right: 70px;
    }

    .home-team-text .h2-title,
    .growing-text .h2-title {
        display: flex;
        justify-content: flex-start;
    }

    .home-team-text .h2-title span {
        margin-left: 0;
    }

    .results-title p span {
        display: inline;
    }

    .growing-text .h2-title {
        margin-left: 13vw;
    }

    .results-slider .slick-list {
        padding-right: 180px;
    }

    .case-box,
    .testimonials-case-sec .slick-center .case-box,
    .testimonials-case-sec .case-box {
        padding-bottom: 130px;
    }

    .banner-logo {
        width: 590px;
    }

    .blueprint-video-box,
    .hello-curtis-video {
        height: 260px;
    }

    .blueprint-banner:after {
        bottom: 76px;
        height: 472px;
        width: 90vw;
    }

    .blueprint-cta-text:after {
        background-position: bottom;
    }

    .blueprint-cta-text p {
        margin-bottom: 16px;
    }

    .testimonials-video-box {
        height: 260px;
    }

    .inner-banner-text p {
        padding: 0;
    }

    .blog-box-img {
        height: 287px;
    }

    .story-banner-img,
    .hello-curtis-video {
        height: 52vw;
    }

    .h1-title .h2-top-title {
        margin-left: 33px;
    }

    .helpful-videos-box {
        height: 50vw;
    }

    .support-banner-form {
        display: block;
    }

    .support-banner-form .form-input {
        margin-bottom: 20px;
    }

    .support-banner-form .sec-btn {
        width: 180px;
        margin: 0;
    }

    .portfolio-web-img-wp {
        height: 130vw;
    }

    .portfolio-video {
        height: 260px;
    }

    .faq {
        padding: 60px 0;
    }

    .footer-menu ul li {
        display: block;
        margin-bottom: 20px;
    }

    .map-title .h2-title .h2-top-title {
        margin-left: 294px;
        top: -35px;
        font-size: 60px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }
}

@media (max-width: 460px) {
    .main-banner .case-box-text,
    .testimonials-case-sec .case-box-text {
        transform: scale(0.9);
        bottom: -12px;
    }

    .results-box {
        padding: 40px 29px 42px;
    }

    .results-text p {
        font-size: 13px;
        line-height: 24px;
        min-height: 100px;
    }

    .work-tab ul li {
        margin: 0 5px 10px;
    }

    .post-type-archive-testimonials .inner-banner-text .h1-title {
        font-size: 36px;
    }

    .post-type-archive-testimonials .h1-title .h2-top-title {
        margin-left: 33px;
    }

    .portfolio-web-img-wp {
        height: 160vw;
    }

    .inner-banner.portfolio-counter .col-lg-4.col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .page-template-template-faq .inner-banner-text .h1-title {
        font-size: 32px;
        line-height: 42px;
    }

    .faq-box h3 {
        padding: 26px 75px 26px 36px;
    }

    .single-portfolio-banner .inner-banner-text .h1-title {
        font-size: 9vw;
        line-height: 9vw;
    }
}

@media (max-width: 430px) {
    .results-box {
        padding: 40px 25px 42px;
    }

    .results-text .sec-btn-link {
        font-size: 12px;
    }

    .results-text p,
    .results-box:hover .results-text p {
        font-size: 14px;
    }

    .h1-title,
    .seo-banner h2.h1-title {
        font-size: 50px;
        line-height: 60px;
    }

    .testimonials-title .h2-title .h2-top-title {
        margin-left: 70px;
    }

    .growing-text .h2-title {
        margin-left: 5vw;
    }

    .portfolio-quote-text p {
        font-size: 18px;
        line-height: 30px;
    }

    .results-text p {
        height: 120px;
    }

    .results-box .results-text .h3-title {
        font-size: 28px;
        line-height: 35px;
    }
}

@media (max-width: 400px) {
    .container,
    .container-fluid,
    .main-banner .container,
    .testimonials-case-sec-wp,
    .map {
        padding: 0 15px;
    }

    .banner-text h2 {
        font-size: 17px;
        line-height: 27px;
    }

    .main-banner .case-box-text,
    .testimonials-case-sec .case-box-text,
    .testimonials-case-sec .slick-center .case-box-text {
        transform: scale(0.7);
        right: -49px;
        bottom: -39px;
    }

    .h2-title {
        font-size: 38px;
    }

    .results-slider .slick-list {
        padding-right: 150px;
    }

    .results-box {
        padding: 40px 18px 42px;
    }

    .results-text p,
    .results-box:hover .results-text p {
        font-size: 13px;
    }

    .results-box .results-text .h3-title {
        font-size: 26px;
        line-height: 36px;
    }

    .results-title p {
        font-size: 16px;
        line-height: 28px;
    }

    .case-studies-box {
        border-radius: 22px;
        padding: 60px 20px 20px;
    }

    .case-studies-text .h3-title {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonials-title .h2-title .h2-top-title {
        margin-left: 90px;
    }

    .testimonials-title .h2-title span {
        right: -60px;
    }

    .testimonials-box,
    .testimonials-box-wp.slick-center .testimonials-box,
    .testimonials-row .slick-track {
        height: 70vw;
    }

    .testimonials-row .slick-list {
        padding-right: 110px !important;
    }

    .footer-title {
        padding-left: 15px;
    }

    .footer-list ul li a {
        font-size: 14px;
    }

    .site-footer {
        border-radius: 100px 0 0 0;
    }

    .site-header .col-lg-2:nth-child(3) {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .site-branding {
        width: 170px;
    }

    .case-studies-text p {
        -webkit-line-clamp: 4;
    }

    .blueprint-banner-text .h1-title {
        font-size: 46px;
    }

    .blueprint-accordion h3.for-mob {
        font-size: 15px;
        padding: 19px 46px 19px 12px;
    }

    .blueprint-accordion h3.for-mob .blueprint-default-icon {
        width: 30px;
    }

    .blueprint-accordion h3.for-mob span {
        margin-right: 15px;
    }

    .blueprint-accordion h3.for-mob span:after {
        height: 40px;
    }

    .blueprint-cta-text {
        padding: 91px 13px 50px;
        border-radius: 22px;
    }

    .blueprint-cta-text .h2-title .h2-top-title {
        margin-left: 44px;
        top: -24px;
    }

    .blueprint-accordion h3 i {
        font-size: 20px;
    }

    .case-studies-mob-box .case-studies-box {
        height: 35vw;
    }

    .testimonials-box-text {
        padding: 0 20px;
    }

    .blog-box-img {
        padding: 24px 20px;
    }

    .blog-author-img {
        min-width: 50px;
    }

    .single-blog .blog-box-img {
        height: 280px;
    }

    .crew-info-bottom-text h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .crew-info-bottom-text p {
        font-size: 12px;
    }

    .crew-info-bottom-text small {
        font-size: 10px;
    }

    .crew-info-box {
        margin-bottom: 15px;
    }

    .helpful-videos-box {
        height: 60vw;
    }

    .portfolio-quote-text:after {
        width: calc(100% - 60px);
    }

    .header-mob-btn {
        margin-bottom: 2vh;
        margin-top: 4vh;
    }

    .header-mob-btn .sec-btn {
        transform: scale(0.7);
    }

    .header-mob-btn .sec-btn.red-btn {
        margin-bottom: -10px;
    }

    .results-text .sec-btn-link {
        font-size: 10px;
    }

    .results-text .sec-btn-link i {
        font-size: 20px;
        margin-left: 11px;
    }

    .case-studies-link {
        bottom: 18px;
        right: 0;
    }

    .case-studies-box:hover .case-studies-link {
        right: 15px;
    }

    .modal .modal-body {
        padding: 60px 15px;
    }
}

@media (max-width: 360px) {
    .results-slider .slick-list {
        padding-right: 130px;
    }
}

@media (max-width: 350px) {
    .main-navigation .menu li {
        margin-bottom: 2vh;
    }

    .header-menu {
        padding-top: 5vh;
    }

    .main-navigation .menu li {
        margin-bottom: 3.5vh;
    }

    .header-menu .footer-social {
        bottom: 3vh;
        transform: scale(0.8);
    }

    .header-mob-btn {
        transform: scale(0.8);
        margin-top: -2vh;
    }
}

/*==========Responsive End==========*/

.blog-content ul {
  list-style: disc outside !important;
  margin: 0 0 1em 1.25em;
}
.blog-content ol {
  list-style: decimal outside !important;
  margin: 0 0 1em 1.25em;
  padding-left: 0;
}
.blog-content li {
  margin-bottom: 0.4em;
  font-size: 16px;
}
.sources ol {
  list-style: decimal outside !important;
  margin: 0;
  padding-left: 1.4em;
}

.sources ol li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
  word-break: break-word;   /* keeps long URLs from overflowing */
}

.sources ol li a {
  text-decoration: underline !important;
}

.sources a:hover {
  text-decoration: none !important;
}





/* =========================================================
   CONTACT FORM 7 SMS CONSENT CHECKBOXES
   ========================================================= */

.wpcf7-form .consent-checkboxes {
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.wpcf7-form .consent-checkboxes .consent-checkbox {
    display: block !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.wpcf7-form .consent-checkboxes .wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpcf7-form .consent-checkboxes .wpcf7-acceptance,
.wpcf7-form .consent-checkboxes .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.wpcf7-form .consent-checkboxes label {
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

/* The actual Contact Form 7 consent text */
.wpcf7-form .consent-checkboxes span.wpcf7-list-item-label {
    display: block !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

/* Remove the theme's custom green circles */
.wpcf7-form .consent-checkboxes span.wpcf7-list-item-label::before,
.wpcf7-form .consent-checkboxes span.wpcf7-list-item-label::after,
.wpcf7-form .consent-checkboxes .wpcf7-list-item::before,
.wpcf7-form .consent-checkboxes .wpcf7-list-item::after,
.wpcf7-form .consent-checkboxes label::before,
.wpcf7-form .consent-checkboxes label::after {
    display: none !important;
    content: none !important;
}

/* Show a standard square checkbox */
.wpcf7-form .consent-checkboxes input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    display: inline-block !important;
    position: static !important;
    float: none !important;
    opacity: 1 !important;
    visibility: visible !important;

    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;

    margin: 1px 8px 0 0 !important;
    padding: 0 !important;
    flex: 0 0 16px !important;
    vertical-align: top !important;
}