/*!
Theme Name: Wraps Inc
Theme URI: https://dotcomdesign.com/
Author: Dotcom Design
Author URI: https://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: wraps-inc
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.

Wraps Inc 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: 'Saira';
}

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

#wrapper {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

.hd-open {
    overflow: hidden;
}


/**
* 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: #676E81;
    font-size: 16px;
    line-height: 26px;
}

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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 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: block;
    float: left;
    width: 100%;
}

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

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 0;
    border: none;
    margin-left: -22px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 300px;
}

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

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

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

.main-navigation li {
    float: left;
    position: relative;
}

@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;
}


/*--------------------------------------------------------------
## 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: 'Saira';
    src: url('assets/fonts/Saira-Bold.eot');
    src: url('assets/fonts/Saira-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Saira-Bold.woff2') format('woff2'), url('assets/fonts/Saira-Bold.woff') format('woff'), url('assets/fonts/Saira-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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


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


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

:root{
	--handle-color: #fff;
	--handle-icon-color: #000;
	--divider-color: #fff;
	--divider-width: 6px;
	--handle-size: 80px;
	--arrow-size: 24px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #009DDC;
    font-family: 'Saira';
}

.h2-title {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 67px;
    text-transform: uppercase;
}

.h2-title span {
    display: block;
}

.overflow-text {
    height: 300px;
    overflow: auto;
    padding-right: 10px;
    overflow-x: hidden;
}

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

.overflow-text::-webkit-scrollbar-thumb {
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    border-radius: 4px;
}

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

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

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
    color: #ff0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

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

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

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 13px;
    right: 20px;
    pointer-events: none;
    color: #009DDC;
    font-size: 20px;
}

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

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

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -27px;
    left: 0;
    color: #ff0000;
}

.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;
}

.contact-form .form-input::-webkit-input-placeholder {
    color: #676E81;
}

.contact-form .form-input::-moz-placeholder {
    color: #676E81;
}

.contact-form .form-input:-ms-input-placeholder {
    color: #676E81
}

.contact-form .form-input::-ms-input-placeholder {
    color: #676E81;
}

.contact-form .form-input::placeholder {
    color: #676E81;
}

.contact-form select {
    color: #676E81 !important;
}

.contact-form select option {
    color: #000;
}

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

.contact-form .form-input {
    width: 100%;
    height: 46px;
    border: none;
    outline: none !important;
    padding: 10px 30px;
    color: #252627;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 0;
}

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

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

.contact-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: .3s;
    z-index: 0;
}

.contact-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;
}

.h1-title {
    font-size: 78px;
    color: #fff;
    text-transform: uppercase;
    line-height: 78px;
}

.h1-title span {
    font-size: 48px;
    display: block;
    margin-top: 11px;
}

.sec-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 46px;
    position: relative;
    color: #3D455A;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    background: transparent;
    outline: none !important;
    border: none;
}

.sec-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: transparent;
    border: 2px solid #3D455A;
    transition: 0.3s;
}

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

.sec-btn.lg-btn {
    width: 230px;
    height: 54px;
    color: #fff;
}

.sec-btn.lg-btn:after {
    background: rgba(217, 87, 29, 1);
    background: -moz-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    border: none;
}

.sec-btn.lg-btn:hover:before {
    background: #fff;
    width: 100%;
}

.sec-btn.lg-btn:hover {
    color: #3D455A;
    text-decoration: underline !important;
}

.sec-btn.lg-btn:before {
    background: #fff;
}

.sec-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: skewX(-30deg);
    background: transparent;
    transition: 0.3s;
    z-index: 2;
}

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

.sec-btn:hover:before {
    width: 100%;
    background: #009ddc;
}

.sec-btn.org-btn {
    color: #ED8940;
}

.sec-btn.org-btn:after {
    border-color: #ED8940;
}

.sec-btn.org-btn:hover {
    color: #fff;
}

.sec-btn.org-btn:hover:before {
    background: #ED8940;
}

.white-title {
    color: #fff;
}

.slick-arrow {
    position: absolute;
    bottom: -59px;
    border: none;
    outline: none !important;
    width: 45px;
    height: 45px;
    left: 0;
    transform: skewX(-30deg);
    padding: 0;
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(to right, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    overflow: hidden;
    transition: 0.3s;
    z-index: 2;
}

.next-arrow.slick-arrow {
    margin-left: 70px;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.slick-arrow i {
    transform: skewX(30deg);
    font-size: 26px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.slick-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ed8940;
    transition: 0.3s;
}

.slick-arrow:hover:after {
    width: 100%;
}

.sec-skew-img-wp {
    position: absolute;
    top: 0;
    right: 59%;
    width: 1135px;
    height: 100%;
    transform: skewX(-30deg);
    overflow: hidden;
}

.sec-skew-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 290px;
    transform: skewX(30deg);
    background-size: cover;
    background-position: center;
}

.sec-skew-img-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 39, 49, 1);
    background: -moz-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    opacity: 0.9;
}

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

.slick-dots li {
    width: 30px;
    height: 6px;
}

.slick-dots {
    text-align: left;
    bottom: -50px;
}

.slick-dots li button {
    width: 30px;
    height: 6px;
    background: #676E81;
    padding: 0;
    transition: 0.3s;
}

.slick-dots .slick-active button {
    background: #069DDC;
}

.body-fix {
    overflow: hidden !important;
}

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


/*==========Header Start==========*/

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
}

.header-logo {
    width: 100%;
    height: 120px;
    position: relative;
    padding: 10px 0;
    z-index: 1;
}

.header-logo:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    width: 600%;
    height: 100%;
    background: #ffffff;
    transform: skewX(-30deg);
    z-index: 0;
    transition: 0.3s;
    opacity: 1;
}

.site-branding {
    position: relative;
    width: 100px;
    transition: 0.3s;
    margin-left: 20px;
}

.login {
    position: absolute;
    right: -87px;
    bottom: 14px;
    z-index: 2;
    transition: 0.3s;
}

.login .sec-btn {
    font-weight: 500;
}

.login .sec-btn:hover .header-user-icon {
    display: none;
}

.login .sec-btn span small {
    font-size: 7px;
    margin-top: -3px;
    vertical-align: top;
    display: inline-block;
}

.main-navigation {
    position: relative;
}

.main-navigation:before {
    content: '';
    position: absolute;
    top: 0;
    left: 33px;
    width: calc(100% - 27px);
    height: 100%;
    background: linear-gradient(-135deg, #596481, #222731);
    background: -webkit-linear-gradient(-135deg, #596481, #222731);
    background: -ms-linear-gradient(-135deg, #596481, #222731);
    transform: skewX(-30deg);
}

.main-navigation ul {
    padding-left: 33px;
}

.main-navigation li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to top, #0992C7, #3FD2F5);
    background: -webkit-linear-gradient(to top, #0992C7, #3FD2F5);
    background: -ms-linear-gradient(to top, #0992C7, #3FD2F5);
    transform: skewX(-30deg);
    transition: 0.3s;
    z-index: 0;
}

.page-template-template-services .main-navigation li.current-menu-parent.menu-item-has-children:before,
.main-navigation li.current_page_item:before,
.main-navigation li:hover:before,
.main-navigation .current-menu-item:before,
.home .main-navigation .menu-item-15:hover:before {
    width: 100%;
}

.main-navigation li a {
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    transition: 0.3s;
}

.page-template-template-services .main-navigation li.current-menu-parent.menu-item-has-children a,
.main-navigation li a:hover,
.main-navigation .current-menu-item a,
.home .main-navigation .menu-item-15 a:hover {
    -webkit-text-stroke: 1px;
}

.main-navigation .sub-menu li a {
    font-size: 15px;
    justify-content: flex-start;
    line-height: 25px;
    color: #676E81;
    padding: 0;
    height: auto;
    -webkit-text-stroke: unset !important;
}

.main-navigation .sub-menu li a:after {
    display: none;
}

.main-navigation .sub-menu li:before {
    width: 0;
}

.main-navigation .sub-menu li {
    margin-bottom: 15px;
    width: 100%;
}

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

.main-navigation .sub-menu li a:hover {
    color: #009ddc;
}

.home .main-navigation .menu-item-15:before {
    width: 0;
}

.site-header.sticky_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header.sticky_head .header-logo {
    height: 100px;
}

.site-header.sticky_head .header-logo .site-branding {
    width: 80px;
}

.site-header.sticky_head .header-logo:before {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    right: -57px;
    opacity: 0;
}

.site-header.sticky_head .main-navigation li a {
    height: 100px;
}

.main-navigation .sub-menu li a {
    height: auto !important;
}

.header-menu {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.header-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 180px;
    width: 500%;
    height: 100%;
    background: #ffffff;
    transform: skewX(-30deg);
    transition: 0.3s;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    opacity: 0;
}

.site-header.sticky_head .header-menu:after {
    opacity: 1;
}

.site-header.sticky_head .login {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
}

.home .main-navigation .menu-item-15 a {
    -webkit-text-stroke: 0;
}

.login a img {
    width: 20px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.site-header.sticky_head .header-menu {
    margin: 0;
}

.login .sec-btn.lg-btn:after {
    background: linear-gradient(to top, #0992C7, #3FD2F5);
    background: -webkit-linear-gradient(to top, #0992C7, #3FD2F5);
    background: -ms-linear-gradient(to top, #0992C7, #3FD2F5);
}

.cta-user {
    position: absolute;
    top: -8px;
    right: 22px;
    height: 70px;
    width: 54px;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.cta-wwp .cta-btn-des {
    margin-right: 90px;
}

.cta-user:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: skewX(30deg);
    background: transparent;
    transition: 0.3s;
    z-index: 2;
}

.cta-user:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(30deg);
    background: #545E79;
    transition: 0.3s;
}

.cta-user img {
    position: relative;
    z-index: 2;
    transform: rotate(-90deg);
}

.cta-user:hover:before {
    background: #009ddc;
    width: 100%;
}

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

    .menu .sub-menu li a:hover {
        color: #3d8bb3;
    }
}

.menu .sub-menu .current-menu-item a {
    color: #3d8bb3;
}

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


/*==========Banner Start==========*/

.main-banner {
    position: relative;
    padding: 220px 0 224px 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #20242F;
    opacity: 0.9;
    z-index: 0;
}

.main-banner .container {
    position: relative;
    z-index: 1;
}

.banner-sub-title {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 18px;
    position: relative;
    margin-bottom: 22px;
}

.banner-sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 18px);
    transform: translate(0, -50%);
    width: 150px;
    height: 1px;
    background: #ffffff;
}

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

.banner-btn .sec-btn {
    height: 54px;
}

.banner-btn .sec-btn:last-child:after {
    background: #fff;
    border: none;
}

.banner-btn .sec-btn:last-child:before {
    background: rgba(217, 87, 29, 1);
    background: -moz-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
    background: linear-gradient(45deg, rgba(217, 87, 29, 1) 0%, rgba(239, 179, 46, 1) 100%);
}

.banner-btn .sec-btn:last-child:hover:before {
    width: 100%;
}

.banner-btn {
    margin-top: 57px;
    padding-left: 18px;
}

.banner-car-img {
    width: 1000px;
    position: relative;
    right: 260px;
    margin-top: 30px;
    pointer-events: none;
}

.banner-car-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.banner-shep:after {
    content: "";
    position: absolute;
    top: 0;
    right: 363px;
    width: 788px;
    height: 100%;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    opacity: .8;
}

.banner-shep:before {
    content: "";
    position: absolute;
    top: 0;
    right: 70px;
    width: 700px;
    height: 100%;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    opacity: 0.77;
    mix-blend-mode: multiply;
    z-index: 2;
}

.banner-shep-2:after {
    content: "";
    position: absolute;
    top: -170px;
    right: 20px;
    width: 15px;
    height: 565px;
    background: #fff;
    transform: rotate(30deg) skewy(-30deg);
    z-index: 5;
}

.banner-shep-2:before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 60px;
    width: 15px;
    height: 565px;
    background: #fff;
    transform: rotate(30deg) skewy(-30deg);
    z-index: 5;
}

.main-banner.inner-banner {
    padding: 188px 0 252px;
    overflow: visible;
}

.main-banner.inner-banner .h1-title {
    font-size: 48px;
    line-height: 58px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.main-banner.inner-banner .banner-car-img {
    margin: 0;
    position: absolute;
    left: -240px;
    top: -120px;
    width: 995px;
    right: auto;
    transform: rotate(2deg);
}

.main-banner.inner-banner .banner-shep-2:after {
    display: none;
}

.main-banner.inner-banner .banner-shep-2:before {
    z-index: 6;
    bottom: auto;
    height: 475px;
    top: 0;
}

.main-banner.inner-banner .banner-shep:before {
    right: -60px;
}

.main-banner.inner-banner .banner-shep:after {
    right: 230px;
    width: 680px;
}

.sub-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 23px;
    margin-bottom: 0;
}

.sub-title span {
    display: block;
}

.main-banner.inner-banner.service-banner .banner-car-img {
    left: 0;
    width: 1030px;
    bottom: -170px;
    top: auto;
    transform: rotate(0) !important;
}

.page-id-174 .main-banner.inner-banner.service-banner {
    background-position: 680% 18%;
    background-size: 101%;
}

.page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
.page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
.page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
    top: 0;
    right: 0;
    left: auto;
    width: 1120px;
    height: 100%;
}

.page-id-174 .main-banner.inner-banner.service-banner .banner-shep {
    display: none;
}

.main-banner.inner-banner.service-banner {
    padding: 189px 0 90px 0;
}

.main-banner.inner-banner.banner-Left .banner-car-img {
    left: auto;
    right: 80px;
    bottom: -170px;
    width: 992px;
}

.main-banner.inner-banner.banner-Left .banner-shep:before {
    transform: skewX(30deg);
    right: auto;
    left: -160px;
}

.main-banner.inner-banner.banner-Left .banner-shep:after {
    right: auto;
    left: 230px;
    transform: skewX(30deg);
}

.main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img {
    width: 1005px;
    left: -150px;
    bottom: -180px;
}

.main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
    left: -60px;
    bottom: -210px;
}

.main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
    left: -260px;
}

.main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
    width: 992px;
    left: -350px;
    bottom: -180px;
}

.banner-shep-2 {
    display: none
}

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


/*==========Services css==========*/

.services-box-wp {
    display: flex;
    padding: 0 58px;
}

.services-box-wp.services-box-mob {
    display: none;
}

.services-box {
    flex: 1;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
    text-align: center;
    width: 270px;
}

.services-box span {
    margin: 0;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: bold;
}

.services-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: #0A94C8;
    z-index: -1;
}

.services-icon {
    margin-bottom: 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.services-box-wp .services-box:nth-child(2):after {
    background: #1CA9D7;
}

.services-box-wp .services-box:nth-child(3):after {
    background: #30C0E8;
}

.services-box-wp .services-box:nth-child(4):after {
    background: #3CCFF3;
}

.services-sec {
    margin-top: -100px;
    position: relative;
    z-index: 9;
    margin-bottom: -100px;
}


/*==========Services css End==========*/


/*==========About css==========*/


.about-text h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ED8940;
    margin-bottom: 29px;
}

.about-text .overflow-text {
    height: auto;
    padding: 0;
}

.about-text .overflow-text p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-text h4 {
    color: #ed8941;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.about-text {
    padding-right: 5px;
}

.about-btn {
    margin-top: 20px;
    padding-left: 12px;
}

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

.about-img {
    position: absolute;
    right: 50px;
    width: 1124px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.about-us {
    padding: 188px 0 100px;
    position: relative;
    z-index: 2;
}

.about-us:after {
    content: "";
    position: absolute;
    top: -160px;
    left: -320px;
    width: 840px;
    height: 1050px;
    z-index: -1;
    pointer-events: none;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.about-us .banner-shep-2:after {
    display: none;
}

.about-us .banner-shep-2:before {
    right: auto;
    left: 267px;
    bottom: -200px;
    height: 640px;
    z-index: 0;
}

.about-text .h2-title {
    margin-bottom: 30px;
}


/*==========About css End==========*/


/*==========Our Services css==========*/

.our-services {
    background: #20242F;
    position: relative;
    padding: 108px 0 180px;
}

.sub-head {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 14px;
}

.sub-head:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 60px;
    height: 2px;
    background: #ED8940;
    margin-left: 15px;
}

.our-services .services-text .sec-head .h2-title {
    margin-top: -7px;
    color: #fff;
    margin-bottom: 39px;
}

.services-text .sec-head {
    margin-bottom: 24px;
}

.services-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-list ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.services-list ul li {
    position: relative;
    color: #fff;
    margin-bottom: 14px;
}


.sub-service-text span,
.services-list ul li span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #009DDC;
    color: #fff;
    margin-right: 16px;
    font-size: 10px;
}

.services-text .sec-btn {
    margin-top: 20px;
}

.services-img {
    width: 935px;
    position: absolute;
    left: 150px;
    top: 0;
    z-index: 2;
}

.services-text {
    padding-right: 30px;
    padding-top: 84px;
}

.services-img.services-left-img {
    left: auto;
    right: 130px;
}

.our-services-row {
    margin-bottom: 171px;
}

.our-services:after {
    content: "";
    position: absolute;
    top: -350px;
    right: -30px;
    width: 500px;
    height: 700px;
    background: url('assets/images/ser-shep.png');
    background-size: 100% 100%;
    background-position: center;
    pointer-events: none;
    background-repeat: no-repeat;
}

.our-services-row:last-child {
    margin-bottom: 51px !important;
}

.our-services .sec-head .h2-title {
    margin-bottom: 10px;
}


/*==========Our Services css End==========*/


/*==========Car Slider css==========*/

.car-slider-wp {
    position: relative;
    height: 780px;
}

.car-big-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

.car-thump-img-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    pointer-events: none;
}

.car-thump-img-slider .slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.car-thump-img-wp .car-thump-img,
.car-thump-mob-img .car-thump-img {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid #fff;
    margin: 20px auto 20px;
    transition: 0.3s;
}

.gallery-thump-des .car-thump-img-wp .slick-list {
    pointer-events: painted;
}

.car-thump-box.slick-current .car-thump-img {
    width: 100px !important;
    height: 100px !important;
    border-color: #009DDC;
    opacity: 1 !important;
    margin: 0 auto;
    margin-bottom: 10px;
}

.car-thump-img-wp {
    display: inline-block;
    position: unset;
    width: 100px;
    pointer-events: unset;
}

.car-thump-box:last-child .car-thump-img {
    margin-bottom: 0;
}

.car-thump-img-wp .next_thump_1,
.car-thump-mob-img .next_thump_1 {
    opacity: 0.8;
}

.car-thump-img-wp .next_thump_2,
.car-thump-mob-img .next_thump_2 {
    opacity: 0.6;
}

.car-thump-img-wp .next_thump_3,
.car-thump-mob-img .next_thump_3 {
    opacity: 0.4;
}

.car-thump-img-wp .next_thump_4,
.car-thump-mob-img .next_thump_4 {
    opacity: 0.2;
}

.car-thump-img-slider .slick-arrow {
    bottom: 108px;
    left: auto;
    right: 0;
    margin-right: 70px;
    pointer-events: painted;
}

.car-thump-img-slider .next-arrow.slick-arrow {
    margin: 0;
}

.car-big-wp.slick-slide.slick-active .car-big-img {
    width: 50%;
}

.car-big-img.car-big-hover {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
}

.car-big-wp {
    position: relative;
    height: 780px;
}

.car-big-wp.slick-slide.slick-active .car-big-img.car-big-hover {
    width: 50%;
}

.car-before-hover .car-big-img:first-child {
    width: 100% !important;
}

.car-big-wp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 7px;
    height: 100%;
    background: #fff;
    transform: translate(-50%, 0);
}

.car-before-hover:after {
    display: none;
}

.car-big-img:after,
.car-big-img.car-big-hover:after {
    content: 'after';
    position: absolute;
    top: 40px;
    right: 60px;
    padding: 6px 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0;
    transition: 0.3s;
}

.car-big-img.car-big-hover:after {
    content: 'Before';
    right: auto;
    left: 60px;
}

.car-before-hover .car-big-img:after,
.car-before-hover .car-big-img:before {
    display: none
}

.car-big-wp:hover .car-big-img:after,
.car-big-wp:hover .car-big-img.car-big-hover:after {
    opacity: 1;
}


/* Our slider_list01 */

.slider_list01 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.before,
.after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.scroller {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.9;
    pointer-events: auto;
    cursor: pointer;
}

.scroller:hover {
    opacity: 1;
}

.scrolling {
    pointer-events: none;
    opacity: 1;
}

.scroller__thumb {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.scroller:before,
.scroller:after {
    content: " ";
    display: block;
    width: 7px;
    height: 9999px;
    position: absolute;
    left: 50%;
    margin-left: -3.5px;
    z-index: 30;
    transition: 0.1s;
}

.scroller:before {
    top: 100%;
}

.scroller:after {
    bottom: 100%;
}

.scroller {
    border: 5px solid #fff;
}

.scroller:before,
.scroller:after {
    background: #fff;
}

.content-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.slider_list01:after,
.slider_list01:before {
    content: 'After';
    position: absolute;
    top: 40px;
    right: 60px;
    padding: 6px 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    transition: 0.3s;
    z-index: 9;
}

.slider_list01:before {
    content: 'Before';
    right: auto;
    left: 60px;
}


/*==========Car Slider css End==========*/


/*==========Brands css==========*/

.brands {
    padding: 109px 0 54px;
    background: #F2F6FC;
    position: relative;
}

.brands-box-wp {
    position: relative;
}

.brands-box {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    position: relative;
    margin-bottom: 60px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    width: 277px;
    overflow: hidden;
}

.brands-box img {
    -webkit-filter: grayscale(07);
    -moz-filter: grayscale(07);
    -o-filter: grayscale(07);
    -ms-filter: grayscale(07);
    filter: grayscale(07);
    transition: 0.3s;
    width: 170px;
}

.brands-box:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.brands-box-wp:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 60px;
    width: 125px;
    height: 170px;
    transform: skewX(-30deg);
    z-index: -1;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.brands-row {
    position: relative;
    z-index: 10;
    padding-top: 16px;
}

.col-lg-3.brand-offset {
    flex: 0 0 30%;
    max-width: 30%;
}

.brands-box-wp:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 43px;
    width: 150px;
    height: 155px;
    background: #B2B8C8;
    transform: skewX(-30deg);
    z-index: -1;
}

.brands-img-wp {
    position: absolute;
    top: 0;
    left: 55%;
    width: 1125px;
    height: 100%;
    transform: skewX(-30deg);
    overflow: hidden;
}

.brands-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: skewX(30deg);
    position: absolute;
    left: -260px;
    top: 0;
}

.brands-img-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    opacity: 0.9;
}

.brands:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 455px;
    height: 700px;
    background: url('assets/images/brands-lines.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}


/*==========Brands css End==========*/


/*==========Reviews css==========*/

.reviews {
    padding: 100px 0 190px;
    position: relative;
}

.reviews-video-wp {
    width: calc(100% + 70px);
    height: calc(100% + 60px);
    position: absolute;
    top: -30px;
    right: 0;
}

.reviews-video {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.reviews-text {
    z-index: 2;
    position: relative;
    padding: 38px 40px 69px 70px;
    background: rgba(34, 39, 49, 1);
    background: -moz-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
}

.reviews-text h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 52px;
    margin-bottom: 25px;
}

.reviews-box :is(h2, h3) {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 52px;
    margin: 0;
    color: #fff;
    position: relative;
    padding: 1px 56px;
    display: inline-block;
    margin-left: 15px;
}

.reviews-text p {
    color: #D0D5DE;
}

.reviews-text p a {
    color: #ed8940;
    transition: 0.3s;
}

.reviews-text p a:hover {
    color: #009ddc
}

.reviews-text h3 span {
    font-weight: 300;
    color: #D0D5DE;
}

.reviews-text .overflow-text {
    height: 344px;
    padding-right: 30px;
}

.reviews-row:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -74px;
    width: 760px;
    height: 720px;
    z-index: -1;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    transition: 0.3s;
    transform: translate(-50%, -50%);
}

.play-btn:after {
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: 0.3s;
}

.play-btn i {
    position: relative;
    z-index: 2;
    right: -2px;
}

.play-btn:hover:after {
    width: 100%;
}

.play-btn:hover {
    color: #009ddc;
}

.reviews:after {
    content: "";
    position: absolute;
    top: -180px;
    left: -200px;
    width: 455px;
    height: 700px;
    background-image: url('assets/images/review-shep.png');
    background-size: 100%;
    background-position: center;
    pointer-events: none;
    background-repeat: no-repeat;
}

.reviews-row .slick-slide {
    display: flex;
}

.reviews-row .slick-list {
    padding: 30px 0;
}


/*==========Reviews css End==========*/


/*==========Get Start css==========*/

.get-start {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 67px 0;
    background-blend-mode: overlay;
    background-color: rgba(20, 26, 41, 1);
}

.get-start:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 26, 41, 1);
    background: -moz-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    background: -o-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    background: -ms-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    background: linear-gradient(to right, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    opacity: 0.8;
}

.get-start .h2-title {
    margin: 0;
}

.get-start-text p {
    margin: 0;
    color: #fff;
}

.get-start-text {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 90px;
    position: relative;
}

.get-start-btn {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.get-start-text:after {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 2px;
    height: 183px;
    background: #D0D5DE;
    opacity: 0.4;
}


/*==========Get Start css End==========*/


/*==========Instagram css==========*/

.instagram-slider-wp .slick-slide {
    padding: 0 15px;
}

.instagram-slider-wp .slick-list {
    margin: 0 -15px;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    margin-bottom: 30px !important;
}

#sb_instagram .sbi_photo {
    height: 270px !important;
}

#sb_instagram #sbi_load {
    display: none;
}

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

#sb_instagram .sb_instagram_header {
    display: none;
}

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

.instagram-sec {
    position: relative;
    padding: 100px 0 59px;
}

.instagram-sec .sec-head {
    display: inline-block;
}

.instagram-name {
    display: inline-block;
    vertical-align: top;
    margin-left: 36px;
}

.instagram-name a {
    color: #676E81;
    transition: 0.3s;
    line-height: 50px;
}

.instagram-name a:hover {
    color: #ed8940;
}

.instagram-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 47%;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

#sb_instagram #sbi_images {
    padding: 0 !important;
}

.instagram-slider-wp .slick-arrow {
    bottom: auto;
    top: -117px;
    left: 45%;
}


/*==========Instagram css End==========*/


/*==========Footer css==========*/

.top-footer {
    padding: 60px 0;
    position: relative;
}

.top-footer:after {
    content: "";
    position: absolute;
    top: -80px;
    left: -130px;
    width: 440px;
    height: 800px;
    background: url('assets/images/footer-lines.png');
    background-size: 100%;
    background-position: center;
    z-index: 2;
    pointer-events: none;
    background-repeat: no-repeat;
}

.top-footer .sec-skew-img-wp {
    right: 50%;
    width: 1245px;
    z-index: 2;
}

.top-footer .sec-skew-img-wp .sec-skew-img {
    left: 250px;
}

.top-footer .wpcf7 form.invalid .wpcf7-response-output,
.top-footer .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.top-footer .wpcf7 form.failed .wpcf7-response-output, 
.top-footer .wpcf7 form.aborted .wpcf7-response-output {
    background: #fff;
}

.footer-form {
    padding-right: 115px;
    padding-top: 41px;
}

.submit-btn .sec-btn.sm-btn.lg-btn {
    width: 170px;
    margin-left: 15px;
    height: 46px;
    text-decoration: none !important;
}

.footer-form .h2-title {
    margin-bottom: 28px;
}

.footer-info-box {
    display: block;
    background: rgba(34, 39, 49, 1);
    background: -moz-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    padding: 36px 60px 24px 30px;
    width: 270px;
    margin-bottom: 10px;
    margin-left: auto;
    position: relative;
    pointer-events: painted;
}

.footer-info-text p,
.footer-info-text a {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    transition: 0.3s;
}

.footer-info-text p span {
    display: block;
}

.footer-info-box h3 {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.footer-info-box .directions-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline !important;
    color: #fff;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.footer-info-text {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.footer-info-text a:hover {
    text-decoration: underline !important;
}

.footer-info-box:last-child {
    margin-bottom: 0;
}

.footer-info-box.address-active {
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.footer-info-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: 0.3s;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.footer-info-box:hover:after {
    width: 100%
}

.footer-info-box.address-actived:after {
    background: rgba(34, 39, 49, 1);
    background: -moz-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: linear-gradient(45deg, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
}

.footer-info-box .directions-link:hover {
    color: #ed8940;
}

.footer-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
}

.footer-logo {
    display: inline-block;
    width: 170px;
}

.footer-logo img {
    width: 100%;
}

.footer-menu {
    display: inline-block;
    width: calc(100% - 180px);
    text-align: right;
}

.bottom-footer {
    padding: 50px 0 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #1F232F;
    background-blend-mode: soft-light;
}

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

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

.footer-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
    position: relative;
}

.blog .footer-menu ul li.menu-item-298>a,
.page-template-template-gallery .footer-menu ul li.menu-item-277>a,
.page-template-template-services .footer-menu ul li.menu-item-3482>a,
.home .footer-menu ul li.menu-item-19>a,
.page-template-template-about .footer-menu ul li.menu-item-274>a {
    -webkit-text-stroke: 0.8px #fff;
}

/* .footer-menu ul li a:hover,
.footer-menu ul li.current-menu-item a:not(ul ul li a),
.footer-menu ul li.current-menu-ancestor>a{
    -webkit-text-stroke: 0.8px #fff;
} */

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

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

.bottom-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1F232F;
    opacity: 0.8;
}

.copyright {
    padding-top: 57px;
}

.copyright-left p {
    margin-bottom: 0;
    font-size: 12px;
    color: #676E81;
}

.copyright-top-link {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.copyright-top-link ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.copyright-top-link li {
    list-style: none;
    padding: 0 15px;
    border-right: 1px solid #676E81;
    line-height: 15px;
    font-size: 13px;
    color: #676E81;
    display: inline-block;
}

.copyright-top-link li a {
    color: #676E81;
    font-size: 12px;
    transition: .3s;
}

.copyright-top-link li:last-child {
    border: none;
}

.copyright-bottom-link {
    text-align: right;
}

.copyright-bottom-link p,
.copyright-bottom-link a {
    font-size: 12px;
    color: #676E81;
    transition: .3s;
    margin-bottom: 0;
    text-transform: capitalize;
}

.copyright a:hover,
.dotcom-link {
    color: #009DDC !important;
    text-decoration: underline !important;
}

.footer-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    margin-top: 10px;
    background: #fff;
    padding: 20px;
    text-align: left;
    z-index: 2;
    display: none;
}

.footer-menu .sub-menu li {
    margin: 0;
    margin-bottom: 10px;
}

.footer-menu .sub-menu li a {
    color: #20242f;
    font-size: 15px;
}

.main-navigation ul>li.menu-item-has-children a:after,
.footer-menu ul>li.menu-item-has-children:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
    font-family: 'FontAwesome';
    font-size: 22px;
    z-index: 2;
    color: #fff;
    transition: 0.3s;
}

.footer-menu ul>li.menu-item-has-children:after {
    right: -25px;
}

.footer-menu .sub-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu .sub-menu li a:after {
    display: none;
}

.footer-menu ul>li.menu-item-has-children.footer-sub-menu:after,
.main-navigation ul li.menu-item-has-children:hover a:after,
.main-navigation ul .menu-item-has-children.active-sub-menu:after {
    transform: translate(0, -50%) rotate(180deg);
}

.top-footer .sec-wp {
    pointer-events: none;
}

.top-footer .sec-wp .row .col-lg-6 {
    pointer-events: painted;
}

.top-footer .sec-wp .row .col-lg-6+.col-lg-6 {
    pointer-events: unset;
}


/*==========Footer css End==========*/


/*==========Popup css==========*/

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

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    text-shadow: none;
    opacity: 1;
    background: #009ddc;
    color: #fff;
    outline: none !important;
}

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

.modal-content {
    border: none;
    border-radius: 0;
}

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

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

.modal-body .wpcf7-not-valid-tip {
    color: #f00;
}

.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    left: 0;
}

.modal-dialog {
    padding: 0 15px;
}


/*==========Popup css End==========*/


/*==========404 css==========*/

.error-404.not-found {
    padding: 100px 0;
    text-align: center;
}

.error-404.not-found img {
    width: 30vw;
}


/*==========404 css End==========*/


/*========== SEO Page CSS Start ==========*/

.main-banner.seo-banner {
    padding: 220px 0 124px 0;
}

.seo-banner .h1-title {
    font-size: 68px;
}

.seo-banner .h1-title span {
    font-size: 45px;
}

.seo-banner-content {
    position: relative;
}

.seo-form {
    position: relative;
    z-index: 1;
}

.seo-banner .banner-car-img {
    position: absolute;
    z-index: 0;
    top: 80px;
    left: -180px;
    right: 0;
}

.about-us.seo-about-us {
    padding: 100px 0;
}

.about-us.seo-about-us:after {
    top: -100px;
    height: 903px;
}

.main-seo-content {
    padding: 108px 0 100px;
    background: #20242F;
    position: relative;
    z-index: 0;
}

.main-seo-content .h2-title {
    margin-bottom: 30px;
}

.excerpt-content {
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
}

.excerpt-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #ED8940;
    margin: 16px 0;
}

.excerpt-content p {
    color: #ffffff;
}

.excerpt-content p a {
    color: #ed8940;
    text-decoration: underline !important;
}

.main-seo-content .submit-btn {
    padding-left: 13px;
}

.main-seo-content .sec-btn {
    color: #ffffff;
}

.main-seo-content .sec-btn:after {
    border-color: #ffffff;
}


/*========== SEO Page CSS End==========*/


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

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

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

.view_services_text:hover {
    color: #009DDC !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: #676E81;
    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 #819EBA;
    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: #009DDC;
}


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


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

.main-banner.inner-banner.blog-banner .banner-car-img {
    top: auto;
    bottom: -231px;
}

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

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

.posted-on a,
.byline a,
.entry-title a,
.logged-in-as a,
.comment-list a,
.entry-footer span a,
.post-navigation .nav-links a {
    transition: .3s;
    color: #009DDC
}

.widget ul li a {
    transition: 0.3s;
    color: #676E81;
}

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

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

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #009ddc;
    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;
    -webkit-appearance: none;
    border: 1px solid #222731;
    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;
    -webkit-appearance: none;
    cursor: pointer;
    background: #222731;
    transition: 0.3s;
}

.widget-area .widget_search .search-form .search-submit:hover,
.page-content .search-form .search-submit:hover {
    background: #ED8940;
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-list a:hover,
.entry-footer span a:hover,
.post-navigation .nav-links a:hover {
    text-decoration: underline !important;
    color: #ED8940;
}

.entry-content {
    margin: 0;
}

.entry-content .submit-btn {
    padding-top: 15px;
    padding-left: 13px;
}

.comments-area textarea {
    border: 1px solid #676E81;
    resize: none;
    height: 180px;
    border-radius: 0;
    outline: none;
    padding: 10px
}

.comments-area p input {
    border: 1px solid #676E81;
    border-radius: 0;
    height: 46px;
    width: 100%;
    outline: none;
    padding: 15px
}

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

.form-submit .submit {
    box-shadow: none;
    padding: 0;
    width: 200px;
    height: 46px;
    background: transparent;
    border: 2px solid #3D455A;
    font-size: 16px;
    color: #3D455A;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: #009ddc;
    border-color: #009ddc;
    color: #ffffff;
}

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

.comment-form-email {
    margin: 0
}

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

.widget-area {
    width: 100%;
}

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

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

.widget ul {
    margin: 0;
}

.comment-list {
    margin-left: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    outline: none;
    color: #009ddc !important;
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px 15px 0;
    text-decoration: none !important;
}

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

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: #009ddc;
    color: #ffffff !important;
}

.page-numbers:first-child {
    margin-left: 0;
}

.page-numbers:last-child {
    margin-right: 0;
}

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

.entry-content ul {
    padding-left: 20px;
    margin: 0;
}

/*=== 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: 150px 0 80px;
}

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

.privacy-content ol,
.privacy-content ul {
    padding: 0;
}

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

.privacy-content a {
    transition: .3s;
    color: #529ddc;
}

.privacy-content a:hover {
    color: #ED8940;
}


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


/*==== Cta Btn css end ====*/

.cta-wwp {
    position: fixed;
    bottom: 0;
    right: 16px;
    z-index: 99;
}

.sec-btn.lg-btn.cta-btn:hover:before {
    border: 2px solid #3D455A;
}

.cta-btn-mob {
    display: none;
}


/*==== Cta Btn css ====*/


/*==== Scrolltop css ====*/

.scrolltop {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 99;
    width: 100px;
    height: 54px;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 72px;
}

.scrolltop:after,
.scrolltop:before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 100%;
    background: #20242f;
    opacity: 0;
    transition: .3s;
    transform: skewX(-30deg);
    border: 2px solid #fff;
    border-bottom: 0;
}

.scrolltop:before {
    background: #009ddc;
    width: 120%;
    opacity: 1;
}

.scrolltop i {
    color: #fff;
    font-size: 30px;
    text-shadow: 3px 3px rgba(0, 0, 0, .16);
    position: relative;
    animation: move .5s linear infinite alternate;
    z-index: 2;
}

.scrolltop:hover:after {
    width: 120%;
    opacity: 1;
}

@keyframes move {
    0% {
        top: 0;
    }

    100% {
        top: -5px;
    }
}


/*==== Scrolltop css end ====*/


/*==== About page css ====*/

.about-sec {
    padding: 109px 0;
    position: relative;
}

.about-sec-title :is(h3, .h3) {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

.about-sec-title {
    padding-right: 200px;
}

.about-sec-text {
    padding-top: 53px;
}

.about-sec:after {
    content: "";
    position: absolute;
    top: -60px;
    right: 57%;
    width: 100%;
    height: calc(100% + 60px);
    transform: skewX(30deg);
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(to right, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
}

.team.about-team {
    padding: 109px 0 150px;
}

.team.about-team:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -80px;
    width: 500px;
    height: 700px;
    background: url(assets/images/ser-shep.png);
    background-size: 100% 100%;
    background-position: center;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index: 3;
}

.about-brands:after {
    display: none;
}

.team-img-wp {
    position: absolute;
    top: -100px;
    left: 61%;
    width: 1125px;
    height: calc(100% + 100px);
    transform: skewX(-30deg);
    overflow: hidden;
}

.team-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: skewX(30deg);
    position: absolute;
    left: -260px;
    top: 0;
}

.team-img-wp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    opacity: 0.9;
}

.team {
    position: relative;
    padding: 109px 0 83px;
    z-index: 2;
}

.team-box {
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 15px;
    padding-top: 1px;
    position: relative;
    height: 218px;
}

.team-member-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    background-size: cover;
    margin-top: -31px;
    background-position: top;
}

.team-info h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.team-info {
    margin-top: 18px;
    margin-bottom: 5px;
}

.team-info p {
    margin: 0;
}

.team-box:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 70px;
    width: 137px;
    height: 246px;
    transform: skewX(-30deg);
    z-index: -1;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.team-social a {
    display: inline-block;
    margin: 0 5px;
}

.team-slider .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.team-slider .slick-arrow {
    bottom: auto;
    top: -118px;
    right: 0;
    left: auto;
    margin-right: 60px;
}

.team-slider .next-arrow.slick-arrow {
    margin: 0;
}

.team-about-logo {
    width: 400px;
    padding: 12px;
    border-radius: 50%;
    background: #fff;
}

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

.team-about {
    padding: 30px 0 40px;
    position: relative;
}

.team-about-text .h2-title {
    margin-bottom: 41px;
}

.team-about:after {
    content: "";
    position: absolute;
    top: 0;
    right: 70%;
    width: 710px;
    height: 100%;
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.values {
    position: relative;
    background: #20242F;
    padding: 109px 0 155px;
}

.values .sec-head {
    text-align: center;
}

.values-row {
    display: flex;
    margin-bottom: 9px;
}

.values-box {
    flex: 1;
    height: 350px;
    padding: 44px 30px;
    margin-bottom: 30px;
}

.values-box h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.values-row .values-box:nth-child(odd) {
    background: rgba(11, 129, 191, 1);
    background: -moz-linear-gradient(45deg, rgba(11, 129, 191, 1) 0%, rgba(7, 175, 226, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(11, 129, 191, 1)), color-stop(100%, rgba(7, 175, 226, 1)));
    background: -webkit-linear-gradient(45deg, rgba(11, 129, 191, 1) 0%, rgba(7, 175, 226, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(11, 129, 191, 1) 0%, rgba(7, 175, 226, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(11, 129, 191, 1) 0%, rgba(7, 175, 226, 1) 100%);
    background: linear-gradient(45deg, rgba(11, 129, 191, 1) 0%, rgba(7, 175, 226, 1) 100%);
}

.values-box p {
    color: #fff;
}

.values-row .values-box:nth-child(even) {
    background: rgba(7, 175, 226, 1);
    background: -moz-linear-gradient(45deg, rgba(7, 175, 226, 1) 0%, rgba(42, 210, 250, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(7, 175, 226, 1)), color-stop(100%, rgba(42, 210, 250, 1)));
    background: -webkit-linear-gradient(45deg, rgba(7, 175, 226, 1) 0%, rgba(42, 210, 250, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(7, 175, 226, 1) 0%, rgba(42, 210, 250, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(7, 175, 226, 1) 0%, rgba(42, 210, 250, 1) 100%);
    background: linear-gradient(45deg, rgba(7, 175, 226, 1) 0%, rgba(42, 210, 250, 1) 100%);
}

.values-note {
    text-align: center;
}

.values-note p {
    margin: 0;
    color: #fff;
}

.about-quality {
    position: relative;
    padding: 109px 0 78px;
}

.about-quality-text h2 {
    margin-bottom: 31px;
}

.about-quality-text {
    padding-right: 106px;
}

.about-quality-img {
    position: relative;
    width: 1466px;
    right: 140px;
    top: 0;
    margin-top: -104px;
}

.about-quality-img img {
    width: 100%;
}

.about-quality:after {
    content: "";
    position: absolute;
    top: -100px;
    left: 60%;
    width: 100%;
    height: calc(100% + 100px);
    transform: skewX(-30deg);
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.faq {
    background: #F2F6FC;
    padding: 109px 0 70px;
}

.faq-box h3 {
    padding: 18px 110px 18px 70px;
    margin: 0;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    transition: 0.3s;
    cursor: pointer;
}

.faq-box h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: skewX(-30deg);
    transition: 0.3s;
}

.faq-row {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

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

.faq-text {
    padding-bottom: 15px;
}

.faq-box h3:after {
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(45deg, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(9, 146, 199, 1)), color-stop(100%, rgba(63, 210, 245, 1)));
    background: -webkit-linear-gradient(45deg, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(45deg, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: skewX(-30deg);
    transition: 0.3s;
    z-index: -1;
}

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

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

.faq .sec-head .h2-title {
    margin-bottom: 48px;
}

.faq-box .acive-faq:after {
    width: 100%;
}

.team-about-img img {
    width: 175px;
}

.team-about-img {
    margin-bottom: 30px;
    text-align: center;
}

/*==== About page css end ====*/


/*==== Service page css ====*/

.service-info {
    background: #20242F;
    padding: 115px 0;
    position: relative;
    z-index: 2;
}

.service-info-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.service-info-text p {
    color: #fff;
}

.service-info-text {
    padding-right: 15px;
}

.service-info-img-wp {
    width: 100%;
    height: 360px;
    padding-right: 115px;
    position: relative;
}

.service-info-img:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 122px;
    width: 169px;
    height: calc(100% + 30px);
    transform: skewX(-30deg);
    z-index: -1;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63, 210, 245, 1)), color-stop(100%, rgba(9, 146, 199, 1)));
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.service-info-img:before {
    content: "";
    position: absolute;
    left: 120px;
    width: 30%;
    background: #fff;
    top: -5px;
    height: calc(100% + 10px);
    transform: skewX(-30deg);
    z-index: -1;
}

.secrvices-faq {
    position: relative;
    z-index: 2;
    background: #F2F6FC;
    padding: 109px 0 72px;
}

.secrvices-faq .h2-title {
    margin-bottom: 26px;
}

.secrvices-faq .sec-head p {
    margin: 0;
}

.secrvices-faq .sec-head {
    margin-bottom: 44px;
}

.service-page-row {
    padding-top: 70px;
}

.service-page-row .service-info-text .h2-title {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 35px;
}

.service-info-img-wp.shape-none {
    padding: 0;
}

.service-info-img-wp.shape-none .service-info-img:before,
.service-info-img-wp.shape-none .service-info-img:after {
    content: none;
    display: none;
}

.service-page-row .service-info-text {
    padding-top: 25px;
}

.sub-service-text span {
    float: left;
}

/*==== Service page css end ====*/


/*==== Gallery page css ====*/

.gallery-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.gallery-sec {
    padding: 160px 0 100px;
    position: relative;
    z-index: 10;
}

.gallery-tab ul li {
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding: 14px 34px;
    color: #fff;
    margin: 0 8px;
    transition: 0.3s;
    cursor: pointer;
    min-width: 240px;
}

.gallery-tab ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewX(-30deg);
    background: rgba(34, 39, 49, 1);
    background: -moz-linear-gradient(left, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 39, 49, 1)), color-stop(100%, rgba(89, 100, 129, 1)));
    background: -webkit-linear-gradient(left, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -o-linear-gradient(left, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: -ms-linear-gradient(left, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
    background: linear-gradient(to right, rgba(34, 39, 49, 1) 0%, rgba(89, 100, 129, 1) 100%);
}

.gallery-tab ul li:first-child {
    margin-left: 0;
}

.gallery-tab ul li:last-child {
    margin-right: 0;
}

.gallery-tab {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

.gallery-tab ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: skewX(-30deg);
    z-index: -1;
    transition: 0.3s;
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 146, 199, 1)), color-stop(100%, rgba(63, 210, 245, 1)));
    background: -webkit-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(to right, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
}

.gallery-tab ul li:hover:after,
.gallery-tab ul .acitve-gallery-tab:after {
    width: 100%;
}

.gallery-box {
    width: 100%;
    height: 270px;
    background-position: center;
    background-size: cover;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
}

.gallery-row {
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.main-gallery-row {
    position: relative;
}

.gallery-box-wp {
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.gallery-box-wp:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 90px;
    width: 95px;
    height: calc(100% + 30px);
    transform: skewX(-30deg);
    z-index: -1;
    background: rgba(63, 210, 245, 1);
    background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
}

.d-none-img {
    display: none;
}

.gallery-box-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(32, 36, 47, 0.8);
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.gallery-box-text :is(h3, .h3-title) {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.gallery-box-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.gallery-box-icon a {
    margin: 0 3px;
    display: inline-block;
    width: 20px;
}

.gallery-box-icon a img {
    width: 100%;
}

.gallery-box:hover .gallery-box-text {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

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

.gallery-btn .sec-btn:after {
    border-color: #069DDC;
}

.gallery-btn .sec-btn {
    color: #069DDC;
}

.gallery-btn .sec-btn:hover {
    color: #fff;
}

.gallery-loader {
    display: none;
}

.gallery-loader i {
    font-size: 30px;
    position: relative;
    top: 10px;
    left: 16px;
    color: #3ed0f4;
}

.main-gallery-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 2;
}

.main-gallery-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 60px;
    margin-top: -40px;
    margin-left: -40px;
}

.gallery-tab .dropdown-toggle {
    display: none;
}

.more_gallery .col-lg-3.col-md-6 {
    padding: 0 5px;
}

.more_gallery {
    margin: 0 -5px;
}

.more_gallery .gallery-box-wp:after {
    height: calc(100% + 20px);
    top: -10px;
}


/*==== Gallery page css end ====*/


/*==== Reviews page css end ====*/

.all-reviews {
    padding: 180px 0 126px;
    background: #20242F;
}

.all-reviews-row-wp .all-reviews-row:nth-child(odd):after {
    left: -74px;
    right: auto;
    transform: skewX(30deg);
}

.all-reviews-row-wp .all-reviews-row:nth-child(odd) .reviews-video-wp {
    right: -70px;
}

.all-reviews-row {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    margin-bottom: 180px;
}

.all-reviews-row:after {
    content: "";
    position: absolute;
    top: -60px;
    right: -74px;
    width: 760px;
    height: calc(100% + 120px);
    z-index: -1;
    transform: skewX(-30deg);
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(top, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9, 146, 199, 1)), color-stop(100%, rgba(63, 210, 245, 1)));
    background: -webkit-linear-gradient(top, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(top, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(top, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(to bottom, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
}

.all-reviews-row:last-child {
    margin-bottom: 60px;
}

.all-reviews-row-wp .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.reviews-box :is(h2, h3):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 146, 199, 1);
    background: -moz-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    background: linear-gradient(to right, rgba(9, 146, 199, 1) 0%, rgba(63, 210, 245, 1) 100%);
    z-index: -1;
    transform: skewX(-30deg);
}

.reviews-box :is(h2, h3) span {
    color: #D0D5DE;
    font-weight: normal;
}

.reviews-box {
    margin-bottom: 75px;
}

.all-reviews .slick-arrow {
    left: auto;
    right: 30px;
    margin-right: 60px;
    bottom: -6px;
}

.all-reviews .slide-arrow.next-arrow {
    margin: 0;
}

.all-reviews .slick-dots {
    bottom: 8px;
}


/*==== Reviews page css end ====*/


/* ===== Drag Slider Start====*/

.beer-slider {
    display: inline-block;
    position: relative;
    /* overflow: hidden; */
    transform: translateZ(0);
}

.beer-slider *,
.beer-slider:before,
.beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
    box-sizing: border-box;
}

.beer-slider img,
.beer-slider svg {
    vertical-align: bottom;
}

.beer-slider>* {
    height: 100%;
}

.beer-slider>img {
    max-width: 100%;
    height: auto;
}

.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}

.beer-reveal> :first-child {
    width: 200%;
    max-width: none;
    height: 100%;
}

.beer-reveal>img:first-child {
    height: auto;
}

.beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}

.beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 48px;
    background: transparent;
    cursor: pointer;
}

.beer-range::-webkit-slider-runnable-track {
    height: 100%;
    background: transparent;
}

.beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh;
}

.beer-range::-ms-tooltip {
    display: none;
}

.beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
    margin-left: -2px;
}

.beer-handle:before,
.beer-handle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: solid 2px;
    border-left: solid 2px;
    transform-origin: 0 0;
}

.beer-handle:before {
    left: 10px;
    transform: rotate(-45deg);
}

.beer-handle:after {
    right: 0;
    transform: rotate(135deg);
}

.beer-range:focus~.beer-handle {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    content: attr(data-beer-label);
    position: absolute;
    top: 40px;
    left: 60px !important;
    right: auto !important;
    padding: 6px 40px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.beer-slider[data-beer-label]:after {
    right: 60px !important;
    left: auto !important;
}

.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
}

.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
    content: none;
}

.beer-ready .beer-reveal,
.beer-ready .beer-handle {
    opacity: 1;
}

.beer-slider {
    touch-action: pan-x !important;
    -webkit-user-select: none;
    user-select: none;
}

.beer-slider img {
    pointer-events: none;
}

.beer-handle {
    touch-action: pan-x !important;
    z-index: 9999 !important;
}

.drag-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.drag-slider .slick-prev:before,
.drag-slider .slick-next:before {
    color: black;
}

.drag-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    height: 750px;
}

.drag-slider .slick-active {
    opacity: .5;
}

.drag-slider .slick-current {
    opacity: 1;
}

.drag-slider .slick-arrow {
    bottom: 40px;
    margin-right: 0;
    left: 100px;
}

.beer-reveal:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    z-index: 2;
}


/* ====== Drag Slider end === */

/* ====== After Before Image Slider start === */

.after-before-slider .slick-arrow {
    bottom: 40px;
    margin-right: 0;
    left: 100px;
}

.after-before-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    height: 750px;
}

.after-before-slider .slick-active {
    opacity: .5;
}

.after-before-slider .slick-current {
    opacity: 1;
}

.after-before-slider .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: unset;
}

/* ====== After Before Image Slider end === */


.fancybox-thumbs__list a:before {
    border: 4px solid #009DDC;
}


/* Header Social Media */
.hd-social {
    width: 100%;
    background-color: #3D455A;
    padding: 90px 60px 60px;
    margin-top: -30px;
}

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

.hd-social ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.hd-social ul li a {
    color: #fff;
    transition: 0.3s;
    font-size: 30px;
    line-height: 1;
}

/* Button Menu */
.btn-menu {
    display: none;
    width: 30px;
    min-width: 30px;
    padding: 0;
    cursor: pointer;
    margin: 0px;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
    transform: translate(0, -50%);
}

.btn-menu span {
    width: 30px;
    height: 4px;
    background-color: #009DDC;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
    margin: 5px 0;
}

.hd-open .btn-menu span {
    opacity: 0;
}

.hd-open .btn-menu span:first-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.hd-open .btn-menu span:last-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
}

/* Mobile Nav */
.mb-nav {
    opacity: 0;
    position: fixed;
    top: -6vh;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: auto;

    background: linear-gradient(-135deg, #596481, #222731);
    background: -webkit-linear-gradient(-135deg, #596481, #222731);
    background: -ms-linear-gradient(-135deg, #596481, #222731);

    -webkit-transition-property: top, background-color, opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: top, background-color, opacity;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: top, background-color, opacity;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: linear;
    -o-transition-property: top, background-color, opacity;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear;
    transition-property: top, background-color, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}

.hd-open {
    overflow: hidden;
}

.bd-open .mb-nav {
    z-index: 5;
}

.hd-open .mb-nav {
    display: block;
    top: 0px;
    opacity: 1;
    z-index: 99;
    /*background: #16191C;*/
    padding: 160px 0 0;
}

.hd-open .mb-nav>div {
    /*height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;*/
}

.mb-nav .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    position: relative;
    z-index: 1;
    text-align: left;

    padding: 0 !important;
}

.mb-nav-wrap {
    /*background: #16191C;*/
}

.mb-nav ul.mb-main-menu {
    width: 100%;
    padding: 0 60px 20px;
    margin: 0;
    list-style: none;
    /*text-align: center;*/
}

.mb-nav ul.mb-main-menu li {
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.mb-nav ul.mb-main-menu li.mg-left {
    margin-left: 0 !important;
}

.mb-nav ul.mb-main-menu li:last-child {
    /*margin-bottom: 0px;*/
}

.mb-nav ul.mb-main-menu li {
    position: relative;
}

.mb-nav ul.mb-main-menu li a {
    color: #fff;
    padding: 0px;
    display: inline-block;
}

/*.mb-nav ul.mb-main-menu li a:hover,
.mb-nav ul.mb-main-menu li.current-menu-item a{
    -webkit-text-stroke: 1px #2E2E2E;
}*/
.mb-nav ul.mb-main-menu li a:hover,
.mb-nav ul.mb-main-menu li.current-menu-item.menu-item-type-post_type>a,
.mb-nav ul.mb-main-menu li.current-menu-item.menu-item-type-post_type>a:hover {
    color: #3ACBF0;
    -webkit-text-stroke: 1px;
}

.mb-nav ul.mb-main-menu>li.menu-item-has-children>a:after {
    /* content: "";
    display: inline-block;
    width: 9px;
    height: 7px;
    background: url(assets/images/arrow-down.svg) center center no-repeat;
    position: absolute;
    right: -15px;
    top: 49.5%;
    transform: translate(0, -49.5%); */
    content: "\f107";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0);
    font-family: 'FontAwesome';
    font-size: 22px;
    z-index: 2;
    color: #fff;
    transition: .3s;
}

.mb-nav ul.mb-main-menu>li.menu-item-has-children.active-sub-menu>a:after {
    color: #3acbf0;
    transform: rotate(180deg);
}

.mb-nav ul.mb-main-menu>li.menu-item-has-children.active-sub-menu>a {
    -webkit-text-stroke: 1px;
    color: #3acbf0;
}

.mb-nav ul.mb-main-menu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mb-nav ul.mb-main-menu ul li {
    margin: 12px 0 0;
}

.mb-nav ul.mb-main-menu ul li a {
    font-size: 18px;
    font-weight: 300;
}


/*.mb-nav .hd-widgets .container{
    padding: 50px !important;
}
.mb-nav .hd-widgets a:hover{
    color: #FFBD2F !important
}
.mb-nav .hd-widgets .contact-widget{
    margin:0 0 50px !important; 
}
.mb-nav .btn-rsvp a{
    border-color: #fff;
    background-color: transparent;
}
.mb-nav .btn-rsvp a:hover{
    color: #FFBD2F;
    background-color: #fff;
}*/



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

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

@media(min-width: 1921px) {
    .banner-shep:before {
        right: 2%;
        width: 700px;
    }

    .banner-car-img {
        width: 1180px;
    }

    .banner-shep:after {
        width: 900px;
        right: 22%;
    }

    .about-us:after {
        width: 45%;
    }

    .services-img {
        left: 23%;
        width: 1220px;
    }

    .services-img.services-left-img {
        right: 23%;
    }

    .brands-img-wp {
        width: 60%;
    }

    .sec-skew-img-wp {
        width: 60%;
    }

    .top-footer .sec-skew-img-wp {
        width: 60%;
    }

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

    .main-banner.inner-banner.service-banner .banner-car-img {
        width: 1030px;
        left: 0;
    }

    .our-services-row {
        margin-bottom: 392px;
    }

    .our-services {
        padding: 108px 0 372px;
    }

    .our-services-row+.our-services-row {
        margin-bottom: 260px;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner .banner-car-img {
        left: -5vw;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: auto;
        right: 3vw;
    }
}

@media(min-width: 2100px) {

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner .banner-car-img {
        left: 2vw;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: auto;
        right: 5vw;
    }
}

@media(min-width: 2300px) {

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner .banner-car-img {
        left: 3vw;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: auto;
        right: 3vw;
    }
}

@media(min-width: 2450px) {

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner .banner-car-img {
        left: 8vw;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: auto;
        right: 8vw;
    }
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3);
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }
}

@media(max-width: 1700px) {
    .banner-car-img {
        width: 900px;
    }

    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img {
        left: -290px;
    }

    .main-banner.inner-banner.service-banner .banner-car-img {
        left: -140px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img {
        left: auto;
        right: 0;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: -170px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        width: 60%;
    }
}

@media(max-width: 1600px) {
    .our-services:after {
        right: -140px;
    }

    .about-us .banner-shep-2:before {
        left: 187px;
    }

    .brands:after {
        right: -140px;
    }

    .top-footer:after {
        left: -240px;
    }

    .main-banner.inner-banner .banner-car-img {
        left: -470px;
    }

    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        left: -120px;
        width: 880px;
        bottom: -200px;
    }

    .main-banner.inner-banner.service-banner .banner-car-img {
        left: -90px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: -90px;
    }
}

@media(max-width: 1499px) {
    .banner-shep:before {
        right: 0px;
        width: 500px;
    }

    .about-us:after {
        width: 690px;
        left: -280px;
    }

    .about-us .banner-shep-2:before {
        left: 147px;
    }

    .about-img {
        right: 40px;
        width: 933px;
    }

    .footer-form {
        padding-right: 70px;
    }

    .banner-shep:after {
        right: 300px;
        width: 540px;
    }

    .services-box-wp {
        padding: 0 38px;
    }

    .services-img {
        left: 20px;
    }

    .services-img.services-left-img {
        right: 20px;
    }

    .reviews-row:after {
        width: 540px;
        height: 720px;
        right: 86px;
    }

    .banner-car-img {
        right: 190px;
        width: 680px;
        margin-top: 70px;
    }

    .services-text {
        padding-right: 0;
    }

    .about-sec-title {
        padding-right: 160px;
    }

    .gallery-tab ul li {
        padding: 14px 20px;
    }

    .team.about-team:before {
        right: -210px;
    }

    .team-box:after {
        width: 110px;
    }

    .main-banner.inner-banner .banner-shep:after {
        width: 540px;
    }

    .gallery-box-wp:after {
        width: calc(100% - 178px);
    }

    .main-banner.inner-banner .banner-car-img {
        left: -410px;
    }

    .brands-box {
        width: 255px;
    }

    .team-slider .slick-arrow {
        right: 60px;
    }

    .main-navigation li a {
        padding: 0 25px;
    }

    .main-navigation ul>li.menu-item-has-children a:after {
        right: 6px;
    }

    .reviews-box :is(h2, h3) {
        font-size: 24px;
    }

    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img {
        left: -340px;
        width: 960px;
    }

    .main-banner.inner-banner.banner-Left .banner-shep:before {
        width: 540px;
    }

    .main-banner.inner-banner.banner-Left .banner-shep:after {
        width: 450px;
        left: 160px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: -170px;
    }

    .drag-slider .slick-slide {
        height: 600px;
    }
}

@media(max-width: 1330px) {
    .login {
        right: -27px;
    }

    .login .sec-btn {
        width: 180px;
        font-size: 13px;
    }

    .main-navigation:before {
        width: calc(100% - 77px);
    }

    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        left: -210px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: -130px;
    }

    .login a img {
        width: 16px;
        margin-right: 7px;
    }
}

@media(max-width: 1280px) {
    .about-us .banner-shep-2:before {
        left: 17px;
    }

    .our-services:after {
        right: -290px;
    }

    .brands:after {
        right: -240px;
    }

    .reviews:after {
        left: -280px;
    }

    .top-footer:after {
        left: -320px;
    }

    .car-big-wp {
        height: 700px;
    }

    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img {
        left: -320px;
        width: 900px;
    }
}

@media(max-width: 1199px) {

    .comment-form-author,
    .comment-form-email {
        width: 47%;
    }

    .our-services-row {
        margin-bottom: 120px;
    }

    .main-navigation li a {
        padding: 0 17px;
        font-size: 14px;
    }

    .main-navigation ul>li.menu-item-has-children a:after {
        right: 4px;
        font-size: 19px;
    }

    .banner-shep:before {
        width: 380px;
    }

    .banner-shep:after {
        right: 250px;
        width: 440px;
    }

    .h1-title {
        font-size: 66px;
        line-height: 66px;
    }

    .h1-title span {
        font-size: 42px;
    }

    .banner-car-img {
        right: 150px;
        width: 530px;
    }

    .services-box-wp {
        padding: 0 0;
    }

    .services-box {
        width: 210px;
        padding: 0 50px;
    }

    .services-sec {
        transform: scale(0.9);
    }

    .about-us:after {
        left: -343px;
    }

    .about-img {
        width: 713px;
    }

    .about-text {
        padding-right: 0;
    }

    .brands-img-wp {
        left: 65%;
    }

    .brands-box-wp:before {
        width: 110px;
        left: 50px;
    }

    .brands-box-wp:after {
        width: 98px;
        right: 43px;
    }

    .get-start-text {
        padding-left: 40px;
    }

    .instagram-slider-wp .slick-arrow {
        left: 50%;
    }

    .instagram-sec:after {
        left: 50%;
    }

    #sb_instagram .sbi_photo {
        height: 220px !important;
    }

    .footer-form {
        padding-right: 0px;
    }

    .footer-menu ul li {
        margin: 0 15px;
    }

    .footer-menu ul>li.menu-item-has-children:after {
        right: -20px;
    }

    .copyright-top-link li {
        padding: 0 8px;
    }

    .reviews-text {
        padding: 38px 40px 69px 40px;
    }

    .footer-map {
        width: 80%;
    }

    .main-banner.inner-banner .banner-shep:after {
        right: 140px;
        width: 470px;
    }

    .about-sec-title {
        padding-right: 120px;
    }

    .team-box:after {
        width: 63px;
    }

    .team.about-team:before {
        right: -290px;
    }

    .team-about-logo {
        width: 360px;
    }

    .team-about:after {
        right: 76%;
    }

    .values-box {
        padding: 44px 15px;
    }

    .about-quality-text {
        padding-right: 56px;
    }

    .main-banner.inner-banner .banner-car-img {
        left: -280px;
    }

    .service-info-img-wp {
        padding: 0;
    }

    .gallery-box {
        height: 200px;
    }

    .gallery-box-wp:after {
        right: 66px;
        width: calc(100% - 136px);
    }

    .gallery-tab ul li {
        font-size: 14px;
        padding: 14px 15px;
    }

    .seo-banner .banner-car-img {
        left: -75px;
    }

    .seo-banner .h1-title {
        font-size: 56px;
    }

    .seo-banner .h1-title span {
        font-size: 35px;
    }

    .drag-slider .slick-slide {
        height: 500px;
    }

    .brands-box {
        width: 210px;
    }

    .header-menu {
        margin-left: -20px;
    }

    .login .sec-btn {
        width: 160px;
        font-size: 11px;
    }

    .reviews-box :is(h2, h3) {
        padding: 1px 36px;
        font-size: 22px;
    }

    .site-header.sticky_head .login {
        right: -14px;
    }

    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img {
        left: -240px;
    }

    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        left: -120px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img {
        left: -180px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        left: -420px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        width: 70%;
    }

    .login a img {
        width: 14px;
    }

    .about-sec:after {
        right: 60%;
    }
}

@media(max-width: 991px) {

    .cta-wwp {
        display: none;
        right: auto;
        transform: translate(-50%, 0);
        left: 50%;
    }

    .for-des {
        display: none !important
    }

    .for-mob,
    .btn-menu {
        display: block !important
    }

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

    .menu-primary-menu-container {
        display: none;
    }

    .toggled .menu-primary-menu-container {
        display: block;
    }

    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }

    .site-header .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header .container .row .col-lg-2 {
        padding: 0;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100px;
        z-index: 9;
    }

    .widget-area {
        margin-top: 50px;
    }

    .main-banner .banner-video {
        display: none;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: #009DDC;
        margin-bottom: 5px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 9px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .toggled .menu-toggle span:nth-child(3) {
        opacity: 0;
        height: 0;
    }

    .toggled .menu-toggle span {
        /*background: #fff;*/
    }

    .header-mob-menu {
        display: none !important;
        height: calc(100vh - 80px);
        position: fixed;
        top: -100vh;
        left: 0;
        width: 100%;
        padding: 60px 0 0;
        z-index: 1;
        transition: 0.3s;
        overflow: auto;
        /*         transform: translatey(-100%); */
        background: linear-gradient(-135deg, #596481, #222731);
        background: -webkit-linear-gradient(-135deg, #596481, #222731);
        background: -ms-linear-gradient(-135deg, #596481, #222731);
    }

    .header-mob-menu .menu-main-menu-container {
        padding: 10px 60px;
    }

    .toggled .header-mob-menu {
        /*         transform: translatey(0); */
        top: 80px;
    }

    .main-navigation .menu-item-has-children>a:after {
        /* content: "" !important;
        display: inline-block;
        width: 9px;
        height: 7px;
        background: url(assets/images/arrow-down.svg) center center no-repeat;
        right: -16px !important;
        top: 49.5%;
        transform: translate(0, -49.5%); */
        content: "\f107";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translate(0, -50%);
        font-family: 'FontAwesome';
        font-size: 22px;
        z-index: 2;
        color: #fff;
        transition: .3s;
    }

    .header-logo:before {
        display: none;
    }

    .site-header {
        background: #fff;
        height: 80px;
    }

    .header-logo {
        height: 100px;
        padding: 12px 0 0;
    }

    .main-navigation:before {
        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;
    }

    .site-header .container .row .col-lg-10 {
        padding: 0;
    }

    .login {
        display: none;
    }

    .header-menu {
        display: inline-block;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .main-navigation {
        position: unset;
    }

    .main-navigation li,
    .main-navigation .sub-menu li,
    .main-navigation .sub-menu li:last-child {
        float: none;
        margin-bottom: 40px;
    }

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

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

    .main-navigation ul {
        padding-left: 0;
    }

    .main-navigation li a,
    .main-navigation .sub-menu li a {
        font-size: 24px;
        display: inline-block;
        height: auto;
        line-height: normal;
        padding: 0px;
        /*min-width: 200px;*/
    }

    .main-navigation .sub-menu li a {
        font-size: 18px;
        font-weight: 300;
    }

    .site-header.sticky_head .main-navigation li a {
        height: auto;
    }

    .main-navigation li a:before,
    .main-navigation .sub-menu li a:after {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        left: -20px;
        width: 0;
        height: 100%;
        background: linear-gradient(to top, #0992C7, #3FD2F5);
        background: -webkit-linear-gradient(to top, #0992C7, #3FD2F5);
        background: -ms-linear-gradient(to top, #0992C7, #3FD2F5);
        transform: skewX(-40deg);
        transition: 0.3s;
        z-index: -1;
    }

    .main-navigation li:before {
        display: none;
    }

    .main-navigation li a:hover:before,
    .main-navigation .current-menu-item>a:before {
        width: 100%;
    }

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

    .header-mob-link {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translate(0, -50%);
    }

    .banner-sub-title:before {
        display: none;
    }

    .main-banner {
        padding: 172px 0 105px 0;
    }

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

    .banner-shep:before {
        display: none;
    }

    .banner-shep:after {
        width: 960px;
        right: -300px;
    }

    .banner-shep-2 {
        display: none;
    }

    .banner-car-img {
        right: 40px;
        width: 860px;
        margin-top: -25px;
    }

    .banner-content {
        position: relative;
        z-index: 2;
    }

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

    .services-sec {
        transform: unset;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .about-us:after {
        top: 0;
        height: 100%;
    }

    .services-box {
        flex: 0 0 50%;
        width: auto;
        padding: 0 79px;
        height: auto;
        margin-bottom: 32px;
    }

    .services-box-wp.services-box-des {
        display: none;
    }

    .services-box-wp.services-box-mob {
        flex-wrap: wrap;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
        padding: 60px 60px 31px;
        display: flex;
        position: absolute;
        top: -60px;
        left: 0;
    }

    .about-us {
        padding: 639px 0 60px;
    }

    .about-img {
        width: 1161px;
        right: 0;
    }

    .about-text {
        padding-top: 369px;
    }

    .about-us:after {
        width: 110%;
        left: -300px;
        height: 947px;
    }

    .about-btn {
        margin-top: 17px;
    }

    .our-services {
        padding: 60px 0;
    }

    .services-box:after {
        display: none;
    }

    .services-box span {
        color: #009DDC;
    }

    .services-text {
        padding-top: 624px;
    }

    .services-img {
        width: 830px;
        left: 10%;
    }

    .services-img.services-left-img {
        right: 10%;
    }

    .our-services:after {
        top: -140px;
        right: -120px;
        width: 285px;
        height: 363px;
    }

    .our-services .sec-head .h2-title {
        margin-bottom: 59px;
    }

    .services-text .sec-head {
        margin-bottom: 0;
    }

    .our-services .services-text .sec-head .h2-title {
        margin-bottom: 30px;
    }

    .our-services-row {
        margin-bottom: 60px;
    }

    .our-services-row:last-child {
        margin-bottom: 0 !important;
    }

    .brands-img-wp,
    .brands:after,
    .reviews:after,
    .get-start-text:after,
    .top-footer:after,
    .reviews-row:after {
        display: none;
    }

    .reviews-row .slick-list {
        padding: 0;
    }

    .reviews-video-wp {
        width: 100%;
        height: 520px;
        position: relative;
        top: 0;
    }

    .reviews-text .overflow-text {
        height: 313px;
        padding-right: 20px;
    }

    .reviews-text {
        padding: 35px 30px 58px 30px;
    }

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

    .reviews .sec-skew-img {
        display: none;
    }

    .reviews .sec-skew-img-wp:after {
        background: rgba(63, 210, 245, 1);
        background: -moz-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
        background: -o-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
        background: -ms-linear-gradient(top, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
        background: linear-gradient(to bottom, rgba(63, 210, 245, 1) 0%, rgba(9, 146, 199, 1) 100%);
    }

    .reviews .sec-skew-img-wp {
        width: 140%;
        right: auto;
        left: -50%;
        height: 75%;
    }

    .reviews {
        padding: 62px 0 75px;
    }

    .get-start-text {
        padding-left: 0;
    }

    .get-start-btn {
        justify-content: flex-start;
        margin-top: 30px;
        height: auto;
        padding-left: 19px;
    }

    .get-start {
        padding: 61px 0 60px;
    }

    .get-start .h2-title {
        margin-bottom: 29px;
    }

    .instagram-sec:after {
        left: -32%;
        width: 120%;
    }

    .instagram-sec .sec-head {
        display: block;
        margin-bottom: 2px;
    }

    .instagram-sec .sec-head .h2-title {
        margin-bottom: 0;
        color: #fff;
    }

    .instagram-name {
        margin-left: 0;
    }

    .instagram-name a {
        color: #fff;
        line-height: initial;
    }

    .instagram-sec {
        padding: 61px 0 50px;
    }

    .instagram-row {
        margin-top: 39px;
    }

    #sb_instagram .sbi_photo {
        height: 200px !important;
        margin: 0 10px;
    }

    .footer-form {
        padding-top: 1px;
        position: relative;
        z-index: 2;
    }

    .top-footer .sec-skew-img-wp {
        transform: skewX(0);
        right: auto;
        width: 150%;
        height: calc(100% + 120px);
        background: rgba(20, 26, 41, 1);
        background: -moz-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -o-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -ms-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: linear-gradient(to right, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        top: -60px;
        left: -21%;
    }

    .top-footer .sec-skew-img-wp .sec-skew-img {
        transform: skewX(0);
        left: 0;
        mix-blend-mode: overlay;
        opacity: 0.9;
    }

    .footer-map {
        width: 100%;
        bottom: 0;
        height: 60%;
        top: auto;
    }

    .footer-info-wp {
        padding-top: 120px;
    }

    .top-footer .sec-skew-img-wp:after {
        background: rgba(20, 26, 41, 1);
        background: -moz-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -o-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: -ms-linear-gradient(left, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
        background: linear-gradient(to right, rgba(20, 26, 41, 1) 0%, rgba(87, 98, 126, 1) 41%, rgba(34, 39, 49, 1) 100%);
    }

    .footer-info-box {
        margin: 0 auto;
        margin-bottom: 10px;
        width: 360px;
        text-align: center;
        padding: 36px 30px 24px 30px;
    }

    .bottom-footer {
        text-align: center;
        padding: 60px 0 80px;
    }

    .footer-menu ul li,
    .footer-menu .sub-menu li {
        margin: 0;
        display: block;
        margin-bottom: 25px;
    }

    .footer-menu {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 74px;
    }

    .footer-menu ul li.menu-item-has-children>a {
        display: none;
    }

    .menu-item-has-children:after {
        display: none;
    }

    .footer-menu .sub-menu {
        display: block;
        opacity: 1;
        background: transparent;
        margin: 0 auto;
        padding: 0;
        height: auto;
        min-height: auto;
    }

    .footer-menu .sub-menu li a {
        color: #fff;
        font-size: 16px;
    }

    .copyright {
        padding-top: 0;
    }

    .copyright-bottom-link {
        text-align: center;
    }

    .copyright-top-link {
        padding: 20px 0 10px;
    }

    .car-thump-mob-img .car-thump-img {
        height: 15vw;
        margin: 0 15px;
    }

    .gallery-thump-mob {
        padding: 30px;
    }

    .car-big-wp {
        height: 600px;
    }

    .brands {
        padding: 62px 0 75px;
    }

    .brands-row .slick-list {
        padding-top: 16px;
    }

    .brands .h2-title {
        margin-bottom: 42px;
    }

    .brands-box-wp:after {
        width: 43%;
        right: 49px;
    }

    .brands-box {
        margin-bottom: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        width: 100%;
    }

    .col-lg-3.brand-offset {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slick-dots {
        padding-left: 13px;
    }

    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        margin-bottom: 0 !important;
    }

    .instagram-slider-wp .slick-list {
        width: calc(100% + 180px);
        padding-right: 170px;
        margin: 0 -10px;
    }

    .footer-logo {
        width: 140px;
    }

    .modal-body .overflow-text {
        height: 440px;
        max-height: none;
    }

    .page-template-template-gallery .modal .modal-body .overflow-text {
        max-height: 360px;
    }

    .site-header.sticky_head {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        /*height: 60px;*/
    }

    .site-header.sticky_head .site-branding {
        width: 100px !important;
        margin: 0 auto;
    }

    .error-404.not-found img {
        width: 50vw;
    }

    .scrolltop {
        width: 86px;
    }

    .main-banner.inner-banner .banner-shep:after {
        display: none;
    }

    .about-sec:after {
        display: none;
    }

    .about-sec-title {
        padding: 0;
    }

    .about-sec-title :is(h3, .h3) {
        color: #009DDC;
        line-height: 40px;
    }

    .about-sec {
        padding: 66px 0 60px;
    }

    .about-sec-text {
        padding-top: 20px;
    }

    .team-img-wp {
        display: none;
    }

    .team.about-team:before {
        width: 285px;
        height: 363px;
        right: -80px;
        top: -160px;
    }

    .team-about-logo {
        display: none;
    }

    .team-about:after {
        display: none;
    }

    .team-about {
        background: #f2f6fc;
        padding: 0 0 75px;
    }

    .values-row {
        display: block;
    }

    .values-box {
        padding: 44px 30px 30px;
        height: auto;
    }

    .about-quality:after {
        display: none;
    }

    .about-quality-img {
        width: 1000px;
        right: -20%;
        margin-top: 0;
    }

    .about-quality {
        padding: 69px 0 80px;
    }

    .faq {
        padding: 70px 0 51px;
    }

    .faq-box h3 {
        padding: 18px 70px 18px 30px;
    }

    .faq-box h3 span {
        right: 30px;
    }

    .team-box:after {
        width: 186px;
    }

    .about-quality-text {
        padding: 0;
    }

    .values {
        padding: 70px 0 75px;
    }

    .team,
    .team.about-team {
        padding: 70px 0 115px;
    }

    .site-branding {
        margin: 0;
    }

    .service-info-img:after {
        width: 300px;
    }

    .service-info-img-wp {
        margin-bottom: 78px;
    }

    .service-info {
        padding: 95px 0 64px;
    }

    .service-page-row .service-info-text {
        padding-top: 0;
    }

    .secrvices-faq {
        padding: 70px 0 50px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 40px;
        line-height: 50px;
    }

    .sub-title {
        font-size: 26px;
        line-height: 36px;
    }

    .gallery-tab .dropdown-toggle {
        display: block;
        width: 100%;
        padding: 0;
    }

    .gallery-tab .dropdown-toggle:after {
        margin: 0;
    }

    .gallery-tab ul {
        background: #F2F6FC;
        padding: 30px 15px;
        margin-left: -15px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    }

    .gallery-tab ul li {
        display: block;
        margin: 0 30px 15px 30px;
    }

    .gallery-tab ul li:first-child {
        margin: 0 30px 15px 30px;
    }

    .gallery-tab ul li:last-child {
        margin: 0 30px 0 30px;
    }

    .gallery-tab .dropdown-toggle .caret:after {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        color: #069DDC;
        font-size: 18px;
        transition: 0.3s;
    }

    .gallery-tab .dropdown-toggle .caret {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        transition: 0.3s;
    }

    .gallery-tab.dropdown.show .caret {
        transform: translate(0, -50%) rotate(180deg);
    }

    .gallery-tab.dropdown.show .caret:after {
        color: #fff;
    }

    .gallery-tab.dropdown .sec-btn:before {
        width: 0;
    }

    .gallery-tab.dropdown .sec-btn {
        color: #3D455A;
    }

    .gallery-tab.dropdown.show .sec-btn:before {
        width: 100%;
        background: #009ddc;
    }

    .gallery-tab.dropdown.show .sec-btn {
        color: #fff;
    }

    .all-reviews-row-wp .all-reviews-row:nth-child(odd) .reviews-video-wp {
        right: 0;
    }

    .all-reviews-row:after {
        width: 1320px;
        top: -30px;
        height: calc(100% + 60px);
    }

    .all-reviews {
        padding: 110px 0 50px;
    }

    .all-reviews-row {
        margin-bottom: 140px;
    }

    .all-reviews-row .reviews-text .overflow-text {
        height: 260px;
    }

    .all-reviews-row .reviews-text {
        height: auto;
    }

    .main-navigation ul ul {
        float: none;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
        left: 0;
        box-shadow: none;
    }

    .main-navigation .sub-menu li a:hover,
    .main-navigation .sub-menu li a {
        color: #fff;
    }

    .main-navigation .sub-menu li a:hover,
    .main-navigation .sub-menu .current-menu-item a {
        -webkit-text-stroke: 1px !important;
    }

    /*     .main-navigation .sub-menu li a:before {
        display: none;
    }
    .main-navigation ul>li.menu-item-has-children a:before {
        display: none;
    } */
    .main-navigation ul>li.menu-item-has-children:after {
        content: "\f107";
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translate(0, -50%);
        font-family: 'FontAwesome';
        font-size: 22px;
        z-index: 2;
        color: #fff;
        transition: 0.3s;
    }

    .main-navigation ul>li.menu-item-has-children a:after {
        /*display: none;*/
    }

    .footer-menu .sub-menu {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .scrolltop {
        display: none !important;
    }

    /* .cta-btn-des {
        display: none;
    }

    .cta-btn-mob {
        display: inline-flex;
    } */

    .sec-btn.lg-btn.cta-btn.cta-btn-mob {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        position: fixed;
        z-index: 98;
        text-decoration: none !important;
    }

    .sec-btn.lg-btn.cta-btn.cta-btn-mob:hover {
        text-decoration: none !important;
    }

    .car-big-wp.slick-slide.slick-active .car-big-img {
        width: 100%;
        height: 50%;
    }

    .car-big-wp.slick-slide.slick-active .car-big-img.car-big-hover {
        width: 100%;
        height: 50%;
    }

    .car-big-img.car-big-hover {
        height: 0;
        width: 100%;
        top: auto;
        bottom: 0;
    }

    .car-big-img {
        top: auto;
        bottom: 0;
    }

    .car-big-img.car-big-hover {
        bottom: auto;
        top: 0;
    }

    .car-before-hover .car-big-img:first-child {
        height: 100% !important;
    }

    .car-big-wp:after {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 100%;
        height: 5px;
    }

    .car-big-img:after,
    .car-big-img.car-big-hover:after {
        left: auto;
        right: 20px;
        top: 20px;
        font-size: 12px;
        padding: 4px 20px;
        opacity: 1;
    }

    .main-banner.seo-banner {
        padding: 172px 0 0 0;
        overflow: visible;
    }

    .seo-banner .h1-title {
        font-size: 66px;
    }

    .seo-banner .h1-title span {
        font-size: 42px;
    }

    .seo-banner-content {
        padding-top: 395px;
    }

    .seo-banner .banner-car-img {
        left: -40px;
        top: 0;
    }

    .seo-form {
        background: #ffffff;
        padding: 30px;
        margin-bottom: -368px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    }

    .seo-form .contact-form .form-input {
        background: #f5f5f5;
    }

    .seo-form .contact-form .submit-btn {
        text-align: center;
    }

    .about-us.seo-about-us:after {
        top: 0;
    }

    .about-us.seo-about-us {
        padding: 639px 0 60px;
    }

    .about-us.seo-about-us .about-text {
        padding-top: 325px;
    }

    .main-seo-content {
        padding: 60px 0;
    }

    .header-mob-btn {
        text-align: center;
        /*margin-top: 4vh;*/
    }

    .drag-slider .slick-arrow {
        bottom: 60px;
    }

    .drag-slider .slick-arrow {
        left: auto;
        right: 60px;
        margin-right: 70px;
    }

    .drag-slider .slick-arrow.next-arrow {
        margin: 0;
    }

    .after-before-slider .slick-arrow {
        bottom: 60px;
    }

    .after-before-slider .slick-arrow {
        left: auto;
        right: 60px;
        margin-right: 70px;
    }

    .after-before-slider .slick-arrow.next-arrow {
        margin: 0;
    }

    .services-text p,
    .about-text .overflow-text p {
        -webkit-line-clamp: initial;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner {
        padding: 170px 0 0;
        background-position: center;
        background-size: cover;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img {
        width: 965px;
        position: unset;
        margin-top: 30px;
        margin-bottom: -40px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner {
        background-size: cover;
        background-position: center;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        margin-left: -320px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        margin: 0;
        width: 120%;
        height: 350px;
        margin-top: 40px;
        margin-left: 0;
    }

    .drag-slider .slick-slide {
        height: 400px;
    }

    .team-about-img {
        text-align: center;
    }

    .footer-menu ul>li.menu-item-has-children.footer-sub-menu:after {
        transform: translate(0, 0) rotate(180deg);
        top: 5px;
    }

    .footer-menu ul>li.menu-item-has-children:after {
        top: 11px;
    }

    .gallery-sec {
        padding: 60px 0 100px;
    }

    .main-navigation .menu-item-has-children {
        /*margin: 0;*/
    }

    .team.about-team {
        padding-top: 0;
    }

    .about-team .slick-dots li {
        width: 25px;
        height: 6px;
    }

    .about-team .slick-dots li button {
        width: 25px;
        height: 5px;
    }

    .menu .sub-menu .current-menu-item a,
    .mb-nav li.current-menu-parent.menu-item-has-children>a,
    .page-template-template-services .main-navigation li.current-menu-parent.menu-item-has-children a,
    .blog .footer-menu ul li.menu-item-298>a,
    .page-template-template-gallery .footer-menu ul li.menu-item-277>a,
    .page-template-template-services .footer-menu ul li.menu-item-3482>a,
    .home .footer-menu ul li.menu-item-19>a,
    .page-template-template-about .footer-menu ul li.menu-item-274>a {
        color: #3acbf0;
        -webkit-text-stroke: 1px;
    }

    .mb-nav ul.mb-main-menu>li.current-menu-parent.menu-item-has-children>a:after {
        color: #3acbf0;
    }
}

@media(max-width: 767px) {

    .comment-form-author,
    .comment-form-email {
        width: 100%;
        margin-bottom: 16px;
    }

    .error-404.not-found img {
        width: 100vw;
    }

    .reviews-video-wp {
        height: 430px;
    }

    .h1-title {
        font-size: 50px;
        line-height: 64px;
    }

    .h1-title span,
    .sub-title span {
        font-size: inherit;
        display: inline;
    }

    .banner-shep:after {
        width: 800px;
        right: -300px;
    }

    .services-box {
        padding: 0 34px;
    }

    .about-img {
        width: 870px;
    }

    .about-us:after {
        width: 130%;
    }

    .services-img {
        width: 610px;
        left: 10%;
    }

    .services-text {
        padding-top: 476px;
    }

    .car-thump-mob-img .car-thump-img {
        height: 14vw;
    }

    .team-box:after {
        width: calc(100% - 150px);
    }

    .team.about-team:before {
        display: none;
    }

    .about-quality-img {
        right: 10%;
    }

    .faq-box h3 {
        padding: 18px 50px 18px 30px;
        line-height: 26px;
    }

    .service-info-img:after {
        width: calc(100% - 167px);
        right: 81px;
    }

    .service-info-img:before {
        display: none;
    }

    .service-info-img-wp {
        height: 250px;
    }

    .seo-banner .h1-title,
    .seo-banner .h1-title span {
        font-size: 50px;
        line-height: 64px;
        display: inline-block;
        margin-top: 0;
    }

    .excerpt-content {
        height: 490px;
    }

    .drag-slider .slick-slide {
        height: 400px;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        width: 900px;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner {
        padding: 170px 0 0;
    }

    .banner-car-img {
        right: 50px;
        width: 660px;
        margin-top: -15px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        margin-left: -420px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        width: 130%;
    }

    .drag-slider .slick-slide {
        height: 250px;
    }

    .team-slider .slick-arrow {
        top: auto;
        bottom: -80px;
        right: 30px;
    }
}

@media(max-width: 575px) {
    .drag-slider .slick-slide img {
        object-position: center;
    }

    .thank-text {
        padding-top: 80px;
        margin: 60px 0;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .container {
        padding: 0 30px;
    }

    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }

    .banner-shep:after {
        width: 670px;
        right: -330px;
    }

    .about-img {
        width: 650px;
    }

    .services-box {
        padding: 0 15px;
        max-width: 170px;
    }

    .about-us,
    .about-us.seo-about-us {
        padding: 557px 0 60px;
    }

    .about-us:after,
    .about-us.seo-about-us:after {
        left: -250px;
        height: 783px;
    }

    .about-text,
    .about-us.seo-about-us .about-text {
        padding-top: 287px;
    }

    .banner-btn .sec-btn.lg-btn {
        width: 200px;
    }

    .banner-car-img {
        width: 590px;
        right: 60px;
    }

    .services-box-wp.services-box-mob {
        padding: 60px 33px 31px;
        justify-content: center;
    }

    .services-img {
        width: 450px;
        left: 21%;
    }

    .services-img.services-left-img {
        right: 21%;
    }

    .services-text {
        padding-top: 368px;
    }

    .h2-title {
        line-height: 52px;
    }

    .sub-head {
        margin-bottom: 6px;
    }

    .car-big-wp {
        height: 480px;
    }

    .car-thump-mob-img .car-thump-img {
        height: 12vw;
    }

    .brands-box-wp:before {
        width: 48%;
        left: 26%;
        top: -4px;
        height: 158px;
    }

    .brands-box-wp:after {
        top: -10px;
        height: 166px;
        width: 40%;
    }

    .reviews-video-wp {
        height: 340px;
    }

    .reviews .sec-skew-img-wp {
        left: -60%;
        height: 63%;
    }

    .reviews-text {
        height: 535px;
    }

    .about-quality-img {
        width: 820px;
        right: 5%;
    }

    .drag-slider .slick-slide {
        height: 260px;
    }

    .slider_list01:after,
    .slider_list01:before {
        left: auto;
        right: 20px;
        top: 20px;
        font-size: 12px;
        padding: 4px 20px;
    }

    .slider_list01:before {
        left: 20px;
        right: auto;
    }

    .drag-slider .slick-arrow {
        bottom: -80px;
        right: 30px;
    }

    .after-before-slider .slick-arrow {
        bottom: -80px;
        right: 30px;
    }

    .brands {
        padding: 132px 0 75px;
    }

    .beer-slider[data-beer-label]:after,
    .beer-reveal[data-beer-label]:after {
        left: 20px !important;
        top: 20px;
        font-size: 12px;
        padding: 4px 20px;
    }

    .beer-slider[data-beer-label]:after {
        right: 20px !important;
        left: auto !important;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        width: 710px;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner {
        padding: 170px 0 0;
    }

    .brands-box {
        height: 145px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        margin-left: -300px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        height: 260px;
    }

    .modal .modal-body {
        padding: 50px 15px 30px 15px;
    }

    .modal-body .overflow-text {
        height: 400px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }
}

@media(max-width: 480px) {
    .car-thump-mob-img .car-thump-img {
        height: 11vw;
    }

    .services-img {
        left: 3%;
    }

    .reviews-text .overflow-text {
        padding-right: 10px;
    }

    .reviews-text {
        padding: 35px 20px 58px 30px;
    }

    .services-img.services-left-img {
        right: 3%;
    }

    .page-template-template-gallery .modal .modal-body {
        padding: 50px 20px 30px 20px;
    }

    .page-template-template-gallery .modal .modal-body .overflow-text {
        max-height: 340px;
    }

    .about-quality-img {
        width: 560px;
        right: 0%;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        width: 650px;
        top: -30px;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner {
        padding: 170px 0 0;
    }

    .banner-car-img {
        width: 510px;
        right: 51px;
    }

    .reviews-box :is(h2, h3) {
        padding: 1px 18px;
        font-size: 14px;
    }

    .reviews-box .reviews-text {
        height: 415px;
    }

    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .page-id-174 .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img {
        height: 200px;
    }

    .drag-slider .slick-slide {
        height: 200px;
    }
}

@media(max-width: 470px) {
    .banner-btn .sec-btn {
        width: 100% !important;
    }

    .banner-btn .sec-btn:first-child {
        margin-bottom: 30px;
    }

    .services-box {
        max-width: 137px;
        padding: 0 0;
    }

    .our-services:after {
        right: -140px;
    }

    .car-thump-mob-img .car-thump-img {
        margin: 0 5px;
        height: 14vw;
    }

    .gallery-thump-mob {
        padding: 30px 15px;
    }

    .banner-sub-title {
        letter-spacing: 14px;
    }

    .banner-btn {
        padding: 0 18px;
    }

    .slick-dots li {
        width: 25px;
    }

    .slick-dots li button {
        width: 25px;
    }

    .header-mob-menu {
        padding-top: 40px;
    }

    .header-mob-menu .menu-main-menu-container {
        padding: 10px 30px;
    }

    .main-navigation li,
    .main-navigation .sub-menu li {
        margin-bottom: 35px;
    }

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

    .main-navigation li a,
    .main-navigation .sub-menu li a {
        font-size: 22px;
    }

    .main-navigation .sub-menu li a {
        font-size: 18px;
    }

    .btn-menu {
        right: 15px;
    }

    .header-mob-link {
        left: 15px;
    }

    .hd-social {
        padding: 90px 30px;
    }

    .hd-social ul li a {
        font-size: 28px;
    }

    .mb-nav ul.mb-main-menu {
        padding: 0 30px 20px;
    }
}

@media(max-width: 400px) {
    .container {
        padding: 0 15px;
    }

    .footer-info-box {
        width: 100%;
    }

    /*.main-navigation li, .main-navigation .sub-menu li, .main-navigation .sub-menu li:last-child{
        margin-bottom: 0vh;
    }
    .main-navigation li a, .main-navigation .sub-menu li a{
        padding: 10px 40px 10px 40px;
    }*/

    .header-mob-btn {
        /*margin-top: 1vh;*/
    }

    .services-box {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    .services-box span {
        font-size: 21px;
    }

    .about-us {
        padding: 760px 0 60px;
    }

    .about-us:after {
        left: -300px;
        height: 963px;
        width: 170%;
    }

    .about-text {
        padding-top: 273px;
    }

    .our-services:after {
        display: none;
    }

    .services-text .sec-btn {
        margin-left: 18px;
    }

    .car-thump-mob-img .car-thump-img {
        height: 15vw;
    }

    .reviews-text h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .reviews-text {
        height: 459px;
    }

    #sb_instagram .sbi_photo {
        height: 160px !important;
    }

    .instagram-sec:after {
        left: -42%;
        width: 130%;
    }

    .reviews .sec-skew-img-wp {
        left: -70%;
    }

    .h2-title {
        font-size: 38px;
        line-height: 48px;
    }

    .car-big-wp {
        height: 400px;
    }

    .banner-shep:after {
        right: -330px;
    }

    .about-img {
        width: 510px;
    }

    .team-about-logo {
        width: 100%;
    }

    .gallery-tab ul li:first-child,
    .gallery-tab ul li {
        margin: 0 15px 15px 15px;
    }

    .gallery-tab ul li:before {
        transform: skewX(0);
    }

    .gallery-tab ul li:after {
        transform: skewX(0);
    }

    .gallery-tab ul li:last-child {
        margin: 0 15px 0 15px;
    }

    .header-mob-link {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 35px;
        line-height: 45px;
    }

    .seo-form {
        padding: 30px 15px;
    }

    .drag-slider .slick-slide {
        height: 160px;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner {
        padding: 130px 0 0;
    }

    .main-banner.inner-banner .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Houston .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        width: 560px;
    }

    .banner-car-img {
        width: 410px;
        right: 48px;
        margin-top: -10px;
    }

    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Dallas .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_California .banner-car-img,
    .main-banner.inner-banner.service-banner.banner-Left.banner_st_Houston .banner-car-img {
        margin-left: -260px;
    }

    .modal-body .overflow-text {
        height: 370px;
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 15px;
    }

    span.wpcf7-not-valid-tip {
        bottom: -21px;
        font-size: 11px;
    }
}

/* iPhone Safari Beer Slider Fix */
@supports (-webkit-touch-callout: none) {
    .drag-slider .slick-track {
        transform: none !important;
    }
}


/*==========Responsive End==========*/