/*!
Theme Name: Illinois Paving
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: illinois-paving
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.

Illinois Paving 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | 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: var(--body-font);
    text-rendering: optimizespeed !important;
}

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

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

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

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

/* 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: var(--dark-color);
    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
--------------------------------------------------------------*/

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

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

    .main-navigation .menu li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        /* margin-top: 5px; */
        visibility: visible;
        top: 85%;
    }

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

    .main-navigation .menu li a:before {
        content: "";
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: var(--primary-color);
        transition: 0.4s;
    }

    .main-navigation .menu li a:hover:before,
    .main-navigation .menu li.current-menu-ancestor a:before,
    .main-navigation .menu li.current-menu-item a:not(.page-id-7 .main-navigation .menu li.current-menu-item.menu-item-12 a):not(.page-id-7 .main-navigation .menu li.current-menu-item.menu-item-13 a):before {
        height: 4px;
        bottom: 4px;
        opacity: 1;
    }
}

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

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

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

/*==========Form CSS==========*/

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

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 15px;
    right: 20px;
    pointer-events: none;
    color: var(--dark-color);
}

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

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 12px;
    line-height: 1.2;
}

.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 var(--red-color);
    color: var(--red-color);
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--input-color);
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
}

select option {
    color: var(--dark-color) !important;
}

select {
    color: var(--input-color) !important;
}

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

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 46px;
    border: 1px solid transparent;
    outline: none !important;
    padding: 0 30px;
    color: rgb(0 0 0 / 40%);
    background: #f8f8f8;
    -webkit-appearance: none;
    border-radius: 0;
}

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

.submit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wpcf7-spinner {
    order: -1;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--red-color);
    color: var(--red-color);
}

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

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: 0 0;
    border: none;
    outline: none;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
    padding-left: 30px;
}

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

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid var(--primary-color);
    z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 4px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    border-radius: 15px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

input[type="radio"]:checked~span:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
    margin: 10px 1em 0 0px;
    padding-bottom: 10px;
    display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
    border-radius: 0;
    border-color: var(--dark-color);
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
    content: "\f00c";
    width: 20px;
    height: 20px;
    color: var(--white-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 0;
    left: 0;
}

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

.checkbox-wp .wpcf7-not-valid-tip {
    display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
    border-color: var(--red-color);
    opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
    position: relative;
    margin: 0;
    margin-right: 30px;
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
    position: relative;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
    margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
    opacity: 0;
    display: inline-block;
    width: auto !important;
}

/*==========Form CSS End==========*/

/*==========Typography CSS==========*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--dark-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    position: relative;
}

.h1-title {
    font-size: 120px;
    line-height: 135px;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.h2-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.h3-title {
    font-size: 30px;
    line-height: 27px;
    color: var(--primary-color);
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.h4-title {
    font-size: 20px;
    line-height: 28px;
}

.h5-title {
    font-size: 18px;
    line-height: 28px;
}

.h2-title span,
.h3-title span,
.h4-title span,
.h5-title span,
.sub-title span {
    display: block;
}

p a,
.excerpt-content ul li a {
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

p a:hover {
    color: var(--dark-color);
}

a:hover {
    color: inherit;
}

/*==========Typography CSS End==========*/

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

:root {
    --primary-color: #fbda5e;
    --dark-color: #000000;
    --gray-color: #292929;
    --dark-gray: #190c0d;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --gradient-color: linear-gradient(to bottom,
            rgba(241, 135, 81, 1) 0%,
            rgba(225, 92, 31, 1) 100%);
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: rgb(0 0 0 / 40%);
    --body-font: "Open-Sans";
    /* --title-font: 'DIN-Condensed'; */
    --title-font: "D-DINCondensed";
    --scrollbar-track-color: var(--dark-gray);
    --scrollbar-thumb-color: var(--primary-color);
    --overlay-color: 7, 9, 36;
}

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

.wow {
    visibility: hidden;
}

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

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

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

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

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

.back-img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

.site-branding:not(.footer-branding) {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.site-branding:not(.contact-main-right .site-branding):before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 355%);
    top: 50%;
    right: -120px;
    transform: skewX(30deg) translate(0, -50%);
    background-color: var(--white-color);
    z-index: -1;
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: var(--dark-gray);
    border-bottom: 10px solid var(--white-color);
    box-shadow: 20px 33px 60px rgb(0 0 0 / 6%);
}

.menu-header-menu-container {
    height: 100%;
    margin-right: 55px;
}

.site-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    background-color: var(--primary-color);
    color: var(--dark-gray);
    transform: rotate(45deg);
    border: 2px solid transparent;
    transition: 0.4s;
}

.site-social li a i {
    transform: rotate(-45deg);
}

.site-social ul li {
    display: inline-block;
    margin-right: 25px;
}

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

.site-social li a:hover {
    color: var(--primary-color);
    background-color: var(--dark-gray);
    border: 2px solid var(--primary-color);
}

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

/*==========Popup CSS==========*/

.modal-body.overflow-text {
    padding: 30px;
    max-height: 80vh;
    height: auto;
}

button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    border-radius: 50%;
    z-index: 2;
    color: var(--white-color);
    transition: 0.3s;
    outline: none;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close.close-popup:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 0;
    left: 0;
    font-size: 17px;
}

button.close:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.modal-content {
    border: none;
    border-radius: 0;
    background: var(--white-color);
    padding: 50px 40px 50px 40px;
}

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

.hiring-popup .popup-title {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid var(--dark-color);
}

.hiring-popup .common-popup-text {
    height: 80vh;
    overflow: hidden;
}

.modal-open .modal {
    padding: 0 15px !important;
}

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

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

.hiring-popup .modal-dialog {
    max-width: 1100px;
    height: auto;
}

.hiring-popup .modal-content {
    padding: 0;
    height: 100%;
}

.hiring-popup .modal-content .contact-form {
    padding: 40px 50px 40px 50px;
    margin-top: auto;
}
.common-popup-text.overflow-text {
    height: 70vh;
}
/*==========Popup CSS End==========*/

/*==========Btn CSS==========*/

.sec-btn,
.form-submit .submit {
    min-width: 250px;
    min-height: 58px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 22px;
    font-family: var(--title-font);
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

a.sec-btn span.callus {
    color: inherit;
}

.btn-wp .sec-btn:hover {
    background: var(--dark-color);
    color: var(--white-color);
    border-color: var(--white-color);
}

.btn-wp a.sec-btn:last-child {
    margin-left: 17px;
}

.sec-btn:hover,
.form-submit .submit:hover {
    background: var(--white-color);
    color: var(--black-color);
    border-color: var(--dark-color);
}

.sec-btn.sm-btn {
    width: 170px;
    height: 46px;
}

.play-btn {
    width: 60px;
    height: 60px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.play-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*==========Btn CSS End==========*/

/*==========Slider Css==========*/

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.slick-dots {
    bottom: -75px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    transform: rotate(45deg);
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    border: 1px solid transparent;
    padding: 0;
    transition: 0.5s;
}

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

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
}

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

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

.slick-arrow {
    position: absolute;
    bottom: -60px;
    left: 15px;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 30px;
    border: none !important;
    background: var(--primary-color);
    outline: none !important;
    color: var(--dark-color);
    font-weight: bold;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
    margin-left: 50px;
}

.slick-arrow:hover {
    background: var(--dark-color);
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li:last-child {
    margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: var(--primary-color) var(--dark-color);
    scrollbar-width: thin;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
    width: 0;
    opacity: 0 !important;
    display: none;
    clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
    display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
    opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
    opacity: 0 !important;
}

.simplebar-track {
    width: 3px;
    background: var(--scrollbar-track-color);
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--scrollbar-thumb-color);
    opacity: 1 !important;
    width: 100%;
    margin-top: -2px;
}

[data-simplebar="init"] {
    padding-right: 8px;
    overflow: visible;
    scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
    padding-right: 0 !important;
    margin-bottom: -12px !important;
}

.simplebar-content {
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
}

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

.simplebar-content p:last-of-type {
    margin: 0;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
    color: var(--white-color);
}

.fancybox-video {
    background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
    border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
    background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
    background: var(--white-color);
    color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.white-btn {
    background-color: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form .select2-container--default .select2-selection--single .select2-selection__rendered,
.white-form select {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
    border-color: var(--white-color);
    background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
    background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
    color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
    color: var(--white-input-color);
}

.white-form select {
    color: var(--white-input-color) !important;
}

.white-form .form-element i {
    color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
    color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Custom Loader CSS==========*/

.custom-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-loader:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 160vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.custom-loader i {
    color: var(--white-color);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    z-index: 2;
}

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

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

/*==========Custom Loader CSS End==========*/

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

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

.main-navigation ul.menu {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation .menu li {
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0 40px 0 0;
}

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

.main-navigation,
.menu-menu-1-container,
.menu-menu-1-container ul {
    height: 100%;
}

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

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

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

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

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

.main-navigation .menu li a,
.menu-footer-menu-container ul.menu li a {
    height: 100%;
    display: flex;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: var(--title-font);
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
}

.main-navigation .menu li.menu-item-has-children {
    position: relative;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: inline-block;
    width: 250px;
    background: var(--white-color);
    z-index: 9;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
    padding: 15px 0;
    box-shadow: var(--box-shadow);
    margin-top: 30px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    margin: 0;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li a:before {
    content: none;
}

.main-navigation .menu li.menu-item-has-children a {
    padding-right: 20px;
}

.main-navigation .menu li.menu-item-has-children>a:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.3s;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li {
    margin: 0;
    background: 0 0;
    border: none;
    position: relative;
    padding: 3px 7px !important;
    display: block;
    text-align: left;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li a {
    color: var(--dark-color);
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 7px 7px;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li a:hover,
.main-navigation .menu li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    color: var(--primary-color);
    background-color: var(--dark-color);
}

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

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

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

.main-banner .banner-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 25%);
    height: calc(100% + 25%);
}

.main-banner {
    padding: 360px 0 375px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: var(--dark-color);
}

.main-banner:after,
.main-banner:before,
.communities:before,
.communities:after,
.top-footer:before,
.top-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-banner:after,
.communities:after,
.top-footer:after {
    background: var(--dark-color);
    opacity: 0.64;
}

/* .top-footer:before, */
.main-banner:before,
.communities:before {
    background-image: url("./assets/images/black-bg.jpg");
    background-size: cover;
    background-position: center;
}

.banner-btn .sec-btn+.sec-btn {
    margin-left: 27px;
}

.banner-content p {
    font-size: 35px;
    line-height: 1;
    font-family: var(--title-font);
    text-transform: uppercase;
    margin-bottom: 45px;
}

.main-banner.inner-banner .banner-content p {
    margin-bottom: 14px;
}

.banner-img {
    height: 900px;
    width: 1225px;
    position: absolute;
    top: 0;
    left: 39%;
    z-index: 1;
}

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

/*==========About Us Start==========*/

.about-slider-img {
    height: 510px;
    position: relative;
}

.about-slider-wp {
    position: relative;
    width: calc(100% + 97%);
    margin: -110px 0 0 -107%;
    left: 0;
    transform: skewX(-30deg);
}

.about-slider-img .back-img {
    transform: skewX(30deg);
    position: absolute;
    left: 145px;
}

.about-us-data.overflow-text p {
    margin-bottom: 35px;
}

.about-us-data.overflow-text {
    height: 340px;
}

.about-us-content {
    position: relative;
    left: 120px;
    padding-right: 60px;
    z-index: 2;
}

.unique-title:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 242px;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    background-color: #d3d3d3;
}

.unique-title {
    display: inline-block;
    padding-right: 15px;
}

.about-us {
    margin: -50px 0 0 0;
    padding-bottom: 40px;
}

.about-us-content .h2-title.unique-title:after {
    content: "";
    position: absolute;
    height: calc(100% + 140%);
    width: calc(100% + 580%);
    bottom: 0;
    left: -37%;
    background-color: var(--white-color);
    z-index: -1;
    transform: skewX(-30deg);
}

.about-slider .slide-arrow.slick-arrow {
    left: auto;
    right: -30px;
    margin: 0;
    bottom: 25px;
}

.about-slider .slide-arrow.slick-arrow i {
    transform: skewX(30deg);
}

.about-slider .slide-arrow.prev-arrow.slick-arrow {
    right: 55px;
}

.slide-arrow.slick-arrow:hover,
.testimonial-slider .slide-arrow.slick-arrow {
    color: var(--primary-color);
    background-color: var(--dark-color);
}

.about-slider .slick-dots {
    transform: skewX(30deg);
    text-align: right;
    bottom: -30px;
    right: -10px;
}

/*==========About Us End==========*/

/*==========Services start==========*/

.services-content {
    padding: 105px 80px 110px 100px;
    background-color: var(--gray-color);
    border-top: 4px solid var(--dark-color);
    display: none;
}

.service-content-wp {
    position: relative;
    left: 130px;
    padding-left: 115px;
    margin-top: 120px;
}

.services-content-data {
    margin-bottom: 33px;
    min-height: 80px;
}

.go-to-link {
    font-size: 19px;
    color: var(--primary-color) !important;
    text-transform: uppercase;
    font-family: var(--title-font);
    display: inline-flex;
    align-items: center;
}

.go-to-link i {
    font-size: 12px;
    padding-left: 6px;
    transition: 0.4s;
}

.go-to-link:hover i {
    padding-left: 10px;
}

.services-tab ul li {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--title-font);
    padding: 10px 20px;
    margin-right: 5px;
    background-color: var(--dark-color);
    color: var(--white-color);
    position: relative;
    transform: skewX(30deg);
    cursor: pointer;
    transition: 0.4s;
}

.services-tab ul li span {
    transform: skewx(-30deg);
    display: block;
}

.services-tab ul li.active-tab,
.services-tab ul li:hover {
    background-color: var(--primary-color);
    color: var(--dark-color);
}

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

.services-tab {
    margin-left: 25px;
}

.services {
    background-color: #f8f8f8;
    padding: 105px 0 90px 0;
    position: relative;
}

.services-bg-img {
    height: calc(100% - 23%);
    width: 1285px;
    position: absolute;
    bottom: 0;
    right: 43%;
    transform: skewX(28deg);
    overflow: hidden;
}

.services-bg-img .back-img {
    transform: skewX(-28deg);
    position: absolute;
    left: 14%;
}

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

/*==========Communities End==========*/

.communities {
    padding: 110px 0 150px 0;
    position: relative;
}

.communities .sec-title .h2-title {
    color: var(--primary-color);
    padding-right: 20px;
}

.communities .sec-title .h2-title:before {
    width: 222px;
}

.communities.hiring .sec-title .h2-title:before {
    width: 118px;
}

.communities .sec-content {
    max-width: 490px;
}

.communities.hiring .sec-content {
    max-width: 360px;
}

/*==========Communities End==========*/

/*==========Testimonias Start==========*/

.testimonial-content {
    background-color: #f9f9f9;
    padding: 60px 109px 25px 115px;
}

.testimonial-data.overflow-text {
    height: 225px;
    margin-bottom: 30px;
}

.testimonials {
    position: relative;
    padding: 80px 0 65px 0;
}

.testimonials:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 45%;
    background-color: var(--primary-color);
    transform: skewX(30deg);
}

.home .testimonials:before {
    left: 44%;
    transform: skewX(-30deg);
    height: calc(100% + 75px);
}

.testimonials .sec-title p {
    font-size: 22px;
    font-family: var(--title-font);
    text-transform: uppercase;
}

.testimonial-slider {
    margin-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
}

.testimonial-slider .slide-arrow.slick-arrow {
    top: 50%;
    transform: translate(0, -50%) skewX(-30deg);
}

.testimonial-slider .slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: -25px;
    margin: 0;
}

.testimonial-slider .slide-arrow.slick-arrow i {
    transform: skewX(30deg);
}

.testimonial-slider .slide-arrow.prev-arrow.slick-arrow {
    left: -25px;
}

.testimonial-slider .slide-arrow.slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--dark-color);
}

.testimonial-slider .slick-dots {
    display: none !important;
    bottom: -40px;
    text-align: left;
    left: 15px;
}

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

/*==========Gallery Start==========*/

.gallery-img {
    height: 370px;
    display: block !important;
}

.gallery-slider .slick-list {
    padding: 0 185px;
}

.gallery-slider .slick-slide {
    margin: 0 3px;
}

/*==========Gallery End==========*/

/*==========Footer Start==========*/

.contat-form {
    position: relative;
    left: -75px;
    top: 40px;
    background-color: var(--white-color);
    border-top: 4px solid var(--primary-color);
    padding: 50px 70px 60px 70px;
    box-shadow: 20px 33px 60px rgb(0 0 0 / 6%);
    z-index: 2;
}

.contat-form .h2-title {
    margin-bottom: 40px;
}

.footer-img {
    position: relative;
    left: -23%;
    height: 650px;
    width: calc(100% + 180%);
    transform: skewX(30deg);
    overflow: hidden;
}

.footer-img .back-img {
    position: absolute;
    top: 0;
    left: -230px;
    transform: skewX(-30deg);
}

.top-footer {
    position: relative;
    overflow: hidden;
    background-color: var(--gray-color);
}

.top-footer .sec-wp {
    padding-bottom: 150px;
}

/* .top-footer:before, */
.top-footer:after {
    top: auto;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.site-footer {
    position: relative;
}

.site-map {
    position: absolute;
    top: 0px;
    right: 68%;
    height: calc(100% + 41%);
    width: calc(100% + 50%);
    transform: skewX(30deg);
    overflow: hidden;
    z-index: 0;
    filter: brightness(0.66);
}

.site-map iframe {
    height: 100%;
    width: 100%;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    right: -33%;
}

.contact-options li {
    position: relative;
    background-color: var(--primary-color);
    border: 3px solid transparent;
    transform: skewX(30deg);
    padding: 10px 20px 10px 28px;
    margin-bottom: 25px;
    max-width: 320px;
    min-height: 87px;
    height: 87px;
    transition: 0.4s;
}

.contact-options li:hover {
    background-color: var(--dark-color);
    border: 3px solid var(--primary-color);
}

.contact-options li:hover a {
    color: var(--white-color);
}

.contact-options li:hover .contact-icon {
    filter: brightness(0) invert(1);
}

.contact-options li a {
    height: 100%;
    transform: skewX(-30deg);
    display: flex;
    align-items: center;
    color: var(--dark-color);
    transition: 0.4s;
}

.contact-detail b {
    display: block;
}

.contact-detail {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.4;
}

.contact-icon {
    min-width: 30px;
    transition: 0.4s;
}

.menu-footer-menu-container ul.menu {
    display: block;
}

.menu-footer-menu-container ul.menu li a {
    font-size: 20px;
    letter-spacing: 0;
}

.menu-footer-menu-container ul.menu li a:hover {
    color: var(--primary-color);
}

.menu-footer-menu-container ul.menu li {
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 11px;
}

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

.site-branding.footer-branding {
    position: absolute;
    bottom: 0;
    left: 74%;
    display: flex;
    align-items: center;
    z-index: 5;
}

.site-branding.footer-branding .h3-title {
    padding-left: 40px;
    color: var(--dark-color);
}

.site-branding.footer-branding:before {
    left: -15%;
    width: calc(100% + 125%);
    height: calc(100% + 10px);
}

.contact-options {
    position: relative;
    z-index: 1;
    left: 150px;
    top: 70px;
}

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

.contact-options li:last-child {
    margin-bottom: 0;
}

.contact-options li:nth-child(2) {
    left: 64px;
}

.contact-options li:nth-child(3) {
    left: 128px;
}

.contact-options li:nth-child(4) {
    left: 192px;
}

.footer-menu {
    position: relative;
    left: 150px;
    top: 10px;
}

.site-social.footer-social li a {
    font-size: 20px;
    width: 38px;
    height: 38px;
}

.site-social.footer-social li {
    margin-right: 90px;
}

.site-social.footer-social {
    top: -60px;
    left: 130px;
    position: relative;
	z-index: 5;
}

.site-social.footer-social li a i {
    font-size: 26px;
}

.bottom-footer {
    background-color: var(--dark-color);
    padding: 32px 0;
}

.bottom-footer-wp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.policies li,
.policies li a,
.tag-line p {
    font-size: 14px;
    color: var(--white-color);
    transition: 0.4s;
    text-align: center;
}

.policies ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--white-color);
    line-height: 1;
}

.policies ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.policies li a:hover {
    color: var(--primary-color);
}

.tag-line p a {
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.4s;
}

.tag-line p a:hover {
    color: var(--white-color);
}

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

/*==========Inner page Start==========*/

.inner-banner .h1-title {
    font-size: 60px;
    line-height: 1;
    color: var(--primary-color);
}

.main-banner.inner-banner {
    min-height: 380px;
    padding: 180px 0 80px 0;
}

.main-banner.other-banner {
    min-height: unset;
}

.service-main {
    padding-bottom: 95px;
}

.service-main-bg {
    position: relative;
    width: calc(100% + 69%);
    height: 450px;
    transform: skewX(-30deg);
    overflow: hidden;
    left: 38%;
}

.service-main-bg .back-img {
    transform: skewX(30deg);
    position: absolute;
    top: 0;
    left: -130px;
}

.service-main-wp .service-main-bg {
    margin-top: -155px;
}

.service-main-content {
    padding-right: 60px;
    padding-top: 60px;
    position: relative;
}

.service-main-data.overflow-text {
    height: 255px;
}

.service-main-data p:last-child {
    margin-bottom: 0;
}

.works-on {
    box-shadow: 20px 33px 60px rgb(0 0 0 / 6%);
    background-color: #f8f8f8;
    margin: 80px 0 40px 0;
    padding-top: 70px;
}

.works-on .sec-points {
    margin-bottom: 40px;
    padding: 0 180px 90px 260px;
}

.sec-points ul {
    column-count: 3;
}

.sec-points ul li {
    max-width: 170px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
}

.page-id-33 .sec-points ul li {
    max-width: 225px;
}

.works-on .h2-title {
    margin-bottom: 55px;
    font-size: 35px;
}

.sec-points ul li:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    background-color: var(--primary-color);
    top: 8px;
    left: 3px;
}

.custom-services {
    max-width: 490px;
    margin: auto;
    text-align: center;
}

.community-main .service-main-data.overflow-text {
    top: 20px;
}

.service-main-content .service-main-content {
    top: 50px;
}

.service-main-content .service-main.community-main {
    padding-right: 0;
}

.service-main.community-main .service-main-content {
    padding-right: 0;
}

.search-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.search-btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 33px;
    z-index: 1;
}

.search-wp {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.search-wp input {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    top: 0;
    right: 0;
    outline: none !important;
    z-index: 9999;
}

.search-wp img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
}

.search-bar-wp .form-element .form-input {
    height: 90px;
}

.search-loader {
    display: none;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translate(0, -50%);
}

.search-loader:before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.search-bar-wp {
    max-width: 450px;
    margin-left: auto;
}

.locations .h3-title {
    color: var(--dark-color);
    line-height: 45px;
    margin: 0;
}

.location-content {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f8f8f8;
}

.locations {
    padding-bottom: 160px;
    padding-top: 140px;
}

.location-img {
    height: calc(100% - 45px);
    width: 142px;
}

.location-info {
    margin-left: 18px;
}

.location-info a {
    color: var(--dark-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: 25px;
}

.location-wp .row .col-lg-4 {
    margin-bottom: 30px;
}

.location-wp .row .col-lg-4:nth-last-child(-n + 3) {
    margin-bottom: 0;
}

.location-wp {
    margin-top: 75px;
}

.contact-main-form,
.contact-main-right .site-branding {
    margin-top: 50px;
}

.contact-options-main li span {
    font-family: var(--title-font);
    font-size: 22px;
}

.contact-options-main li a.fb-link {
    height: 40px;
    width: 40px;
    font-size: 18px;
    background-color: var(--dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white-color);
    text-decoration: none !important;
}

.contact-main-left .form-input.wpcf7-textarea {
    height: 140px;
}

.site-line {
    padding: 30px 0 30px 0;
}

.contact-main {
    padding: 80px 0 100px 0;
}

.contact-main-right {
    padding-left: 40px;
}

.contact-main-left .form-input {
    border: 1px solid var(--gray-color);
}

.sample-page-content {
    padding: 80px 0;
}

.jobber-inline-work-request,
.contact-main-form .jobber-inline-work-request,
.contact-form .jobber-inline-work-request {
    margin-left: -40px;
    margin-right: -40px;
}
/*==========Inner page End==========*/

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

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

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

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

/*==========Seo Page CSS==========*/

.main-seo-content .excerpt-content {
    max-height: 320px;
    margin-bottom: 30px;
    overflow: hidden;
}

.main-seo-content .excerpt-content h2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: 26px;
    color: var(--primary-color);
}

.main-seo-content .excerpt-content h2:first-of-type {
    margin-top: 0;
}

.main-seo-content {
    padding: 61px 0 173px;
}

.main-seo-content .sec-head {
    margin-bottom: 27px;
}

.main-seo-content .excerpt-content p a:hover {
    color: var(--red-color);
}

/*==========Seo Page End==========*/

/*==========Cta Btn CSS End==========*/

.cta-btn {
    position: fixed;
    top: 50%;
    right: -63px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 98;
}

/*==========Cta Btn CSS End==========*/

/*==========Scroll To Top CSS Start==========*/

.scrolltop {
    width: 58px;
    height: 55px;
    text-align: center;
    background: var(--primary-color);
    font-size: 28px;
    line-height: 52px;
    cursor: pointer;
    transition: 0.3s;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 98;
}

.scrolltop i {
    color: var(--white-color);
    position: relative;
    animation: move 0.4s linear infinite alternate;
    z-index: 2;
}

.scrolltop:hover {
    background: var(--primary-color);
}

.scrolltop:hover i {
    color: var(--white-color);
}

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

    100% {
        top: 5px;
    }
}

/*==========Scroll To Top CSS End==========*/

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

.view_services_text {
    cursor: pointer;
}

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

.footer-last .text:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 13px;
    color: var(--white-color);
    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 var(--white-color);
    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: var(--primary-color);
}

.contact-options-main li a {
    color: var(--dark-color);
    text-decoration: underline !important;
}

.contact-options-main li {
    margin-bottom: 20px;
}

.contact-options-main li:last-child {
    margin-bottom: 0;
}

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

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

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

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

.posted-on a,
.byline a,
.widget ul li a,
.logged-in-as a,
.single-post .entry-content ul li a,
.nav-previous a,
.nav-next a {
    transition: 0.3s;
    color: var(--dark-color);
    text-decoration: underline !important;
}

.single-post .entry-content ul li {
    margin-bottom: 10px;
}

.single-post .entry-content ul {
    list-style: disc;
    padding-left: 20px;
}

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

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

.entry-footer span a {
    color: var(--primary-color);
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.entry-title a {
    color: var(--primary-color);
}

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

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

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

.page-content .search-form label {
    margin-bottom: 0;
    flex: 1;
}

.widget-area .widget_search .wp-block-search label {
    display: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--white-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid var(--primary-color);
    padding: 13px 20px 12px;
    border-right: 0;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .search-form .wp-block-search__button,
.search-form .search-submit{
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--dark-color);
    margin: 0;
}

.entry-content {
    margin: 0;
}

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

p.comment-form-cookies-consent>input {
    height: auto;
}

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

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

.comment-form-cookies-consent label {
    line-height: 20px;
    cursor: pointer;
}

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

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

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

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

.widget ul {
    margin: 0;
}

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

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

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

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

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    border: none;
    outline: none;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

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

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

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

.type-post .entry-content p a {
    color: var(--dark-color);
    transition: 0.3s;
    font-weight: 600;
}

.type-post .entry-content p a:hover {
    color: var(--red-color);
}

.custom-post-paginate {
    margin-top: 30px;
}

.entry-content .submit-btn {
    justify-content: flex-start;
    margin-top: 15px;
}

/*=== 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: var(--dark-color);
}

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

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

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

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

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

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

.privacy-content a {
    transition: 0.3s;
    color: var(--dark-color);
	text-decoration: underline !important;
}

.privacy-content a:hover {
    color: var(--dark-color);
}

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

/*==========Main Service Page Start==========*/
.main-service-list {
    position: relative;
    padding: 100px 0;
}

.service-list-box {
    position: relative;
    padding: 100px 0;
    margin-bottom: 60px;
}

.service-list-box:last-child {
    margin-bottom: 0;
}

.service-list-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    text-align: right;
    position: relative;
    z-index: 0;
}

.service-list-img {
    width: 60vw;
    height: calc(100% + 200px);
    position: absolute;
    top: -100px;
    right: -200px;
    transform: skewX(28deg);
    overflow: hidden;
}

.service-list-img .back-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%) skewX(-28deg);
    width: 135%;
    height: 100%;
}

.service-list-content {
    width: 100%;
    background: var(--gray-color);
    padding: 40px;
    position: relative;
    z-index: 5;
}

.service-list-content .h2-title {
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service-list-content-text {
    margin-bottom: 20px;
}

.service-list-box.even .service-list-img-box {
    justify-content: flex-start;
}

.service-list-box.even .service-list-img {
    right: auto;
    left: -200px;
}
/*==========Main Service Page End==========*/

/*==========Gallery Page Start==========*/
.main-gallery-list {
    position: relative;
    padding: 100px 0;
}

.gallery-lists {
    margin-bottom: -30px;
}

.gallery-lists .gallery-img {
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
}

.gallery-load {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-load .sec-btn {
    min-width: 170px;
    min-height: 46px;
}

.gallery-load .ajax-loader {
    font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    margin-left: -20px;
    left: 30px;
    animation: load 1s linear infinite;
    display: none;
}

@keyframes load {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*==========Gallery Page End==========*/

/*==========SEO Page Start==========*/
.main-banner.inner-banner.other-banner.seo-banner {
    position: relative;
}

.main-banner.inner-banner.other-banner.seo-banner:before {
    display: none;
}

.seo-page-text .h3-title {
    color: var(--dark-color);
    margin-top: 40px;
}

.seo-page-text .h3-title:first-child {
    margin-top: 0;
}

.seo-page-text ul,
.seo-page-text ol {
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 20px;
    list-style: disc;
}
/*==========SEO Page End==========*/

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

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

/*     .main-banner .banner-video video {
        width: 100%;
        height: calc(100% + 10%);
    } */
}

@media (min-width: 1921px) and (max-width: 2099px) {
    .banner-img {
        left: 42%;
        height: 975px;
    }

    .about-slider-wp {
        width: calc(100% + 117%);
        margin: -110px 0 0 -135%;
    }

    .about-slider-img {
        height: 620px;
    }

    .about-slider-img .back-img {
        left: 185px;
    }

    .services-bg-img {
        width: 1395px;
    }

    .gallery-img {
        height: 420px;
    }

    .footer-img {
        width: calc(100% + 205%);
    }

    .service-main-bg {
        width: calc(100% + 85%);
    }
}

@media (min-width: 2100px) {
    .container {
        max-width: 1400px;
    }

    p,
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        line-height: 32px;
    }

    .main-navigation .menu li a {
        font-size: 26px;
        padding: 46px 0;
    }

    .h1-title {
        font-size: 140px;
        margin-bottom: 20px;
    }

    .h2-title {
        font-size: 50px;
        line-height: 58px;
    }

    .h3-title {
        font-size: 30px;
        line-height: 40px;
        padding-left: 20px;
    }

    .h4-title {
        font-size: 22px;
        line-height: 30px;
    }

    .h5-title {
        font-size: 20px;
        line-height: 30px;
    }
    .main-banner .banner-video video {
    width: calc(100% + 35%);
    height: calc(100% + 35%);
}
    .footer-bottom-link ul p,
    .footer-bottom-link li,
    .copyright-right-text p,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-bottom-link {
        margin-bottom: 12px;
    }

    .sec-btn {
        font-size: 22px;
    }

    .banner-btn .sec-btn {
        width: 230px;
    }

    .sec-btn.cta-btn {
        right: -72px;
    }

    [data-simplebar="init"] {
        padding-right: 11px;
    }

    .banner-content p {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .main-banner {
        padding: 390px 0 425px 0;
    }

    .contact-options li {
        max-width: 375px;
    }

    .menu-header-menu-container {
        margin-right: 120px;
    }

    .about-us-content .h2-title.unique-title:after {
        width: calc(100% + 740%);
        left: -50%;
    }

    .services-tab ul li {
        font-size: 24px;
        padding: 14px 28px;
        margin-right: 10px;
    }

    .services-tab {
        margin-left: 65px;
    }

    .communities .sec-content {
        max-width: 100% !important;
    }

    .banner-img {
        left: 53%;
        height: 975px;
    }

    .services-bg-img {
        right: 50%;
        width: 1515px;
    }

    .about-slider-img {
        height: 690px;
    }

    .about-slider-wp {
        width: calc(100% + 120%);
        margin: -110px 0 0 -142%;
    }

    .about-slider-img .back-img {
        left: 210px;
    }

    .gallery-img {
        height: 440px;
    }

    .footer-img {
        left: -23%;
        width: calc(100% + 205%);
        height: 800px;
    }
    .contact-options {
        /* left: 200px; */
    }

    .service-main-bg {
        width: calc(100% + 90%);
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
        max-width: 720px;
    }
}

@media (max-width: 1499px) {
    .service-content-wp {
        padding-left: 95px;
        left: 40px;
    }

    .services-content {
        padding: 105px 70px 110px 90px;
    }

    .communities .sec-content {
        max-width: 520px;
        padding-left: 50px;
    }

    .menu-footer-menu-container ul.menu li {
        margin-right: 14px;
    }

    .menu-footer-menu-container ul.menu li a {
        font-size: 15px;
    }

    .site-social.footer-social li {
        margin-right: 75px;
    }

    .about-us-content {
        left: 90px;
    }

    .about-us-content .h2-title.unique-title:after {
        left: -21%;
    }

    .testimonial-content {
        padding: 60px 60px 25px 60px;
    }

    .testimonial-slider {
        padding: 0 40px;
    }

    .testimonial-slider .slide-arrow.prev-arrow.slick-arrow {
        left: 10px;
    }

    .testimonial-slider .slide-arrow.next-arrow.slick-arrow {
        right: 10px;
    }

    .footer-menu {
        left: 140px;
        width: calc(100% - 11%);
    }

    .contact-options {
        left: 125px;
    }

    .menu-footer-menu-container ul.menu {
        display: block;
        text-align: left;
    }

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

    .footer-menu {
        left: 170px;
    }

    .banner-img {
        left: 33%;
    }

    .contat-form {
        left: -30px;
    }

    .gallery-slider .slick-list {
        padding: 0 100px;
    }

    .services-tab ul li {
        padding: 10px 16px;
    }

    .service-list-img {
        width: 63vw;
    }
}

@media (max-width: 1199px) {

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

    .banner-btn .sec-btn+.sec-btn {
        margin-left: 15px;
    }

    .service-content-wp {
        padding-left: 0;
        left: 0;
    }

    .services-tab ul li {
        font-size: 20px;
    }

    .services-tab {
        margin-left: 5px;
    }

    .about-us-content {
        left: 80px;
    }

    .services-content-data {
        min-height: 105px;
    }

    .about-us-content .h2-title.unique-title:after {
        left: -11%;
    }

    .communities .sec-title .h2-title:before {
        width: 140px;
    }

    .communities.hiring .sec-title .h2-title:before {
        width: 65px;
    }

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

    .site-branding:not(.contact-main-right .site-branding):before {
        right: -70px;
    }

    .contat-form {
        left: -20px;
        padding: 50px;
    }

    .contact-options {
        left: 10px;
    }

    .contact-detail {
        padding: 0 15px;
    }

    .site-map {
        right: 69%;
    }

    .site-branding.footer-branding {
        left: 70%;
    }

    .gallery-slider .slick-list {
        padding: 0 30px;
    }

    .works-on .sec-points {
        padding: 0 60px 60px 80px;
    }

    .service-main-bg {
        left: 25%;
    }

    .contact-main-right {
        padding-left: 20px;
    }

    .contact-options {
        left: 50px;
    }
    .main-banner .banner-video video {
        width: calc(100% + 50%);
        height: calc(100% + 50%);
    }

    .main-banner {
        padding: 300px 0 315px 0;
    }

    .service-list-img {
        width: 66vw;
    }

    .service-list-img .back-img {
        width: 145%;
    }

    .service-list-content {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .for-des {
        display: none !important;
    }

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

    .for-des-flex {
        display: none !important;
    }

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

    .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 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
    }

    .site-header .container .row .col-lg-10 {
        height: 100%;
    }

    .site-branding {
        width: 120px;
    }

    .menu-toggle {
        position: absolute;
        top: 50%;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 30px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 100;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--dark-color);
        margin-bottom: 5px;
        border-radius: 2px;
        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: var(--white-color);
    }

    .toggled .header-menu {
        transform: translatey(0);
    }

    .main-navigation ul.menu {
        display: block;
    }

    .header-menu {
        display: block;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(15vh, 30px);
        padding-left: max(8vh, 30px);
        padding-right: max(8vh, 30px);
        padding-bottom: 30px;
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background: var(--dark-color);
    }

    .main-navigation .menu li {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: max(20px, 4vh);
    }

    .main-navigation .menu li a {
        display: inline-block;
        font-size: max(16px, 2vh);
    }

    .main-navigation .menu li.menu-item-has-children ul.sub-menu {
        width: 100%;
        background: transparent;
        box-shadow: none;
        top: 100%;
        padding: 20px 0 0 0;
    }

    .main-navigation .menu li.active-sub-menu ul.sub-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    .main-navigation .menu li.active-sub-menu a:after {
        transform: translate(0, -50%) rotate(180deg);
    }

    .main-navigation .menu li {
        display: block;
        height: auto;
        text-align: left;
        margin: 0;
        margin-bottom: max(25px, 5vh);
    }

    .main-navigation .menu li a {
        display: block;
        font-size: max(16px, 2vh);
        padding: 0;
    }

    .main-navigation .menu li.current-menu-ancestor a,
    .main-navigation .menu li.current-menu-item a:not(.page-id-7 .main-navigation .menu li.current-menu-item.menu-item-12 a):not(.page-id-7 .main-navigation .menu li.current-menu-item.menu-item-13 a) {
        color: var(--primary-color);
    }

    .main-navigation .menu li.menu-item-has-children ul.sub-menu li a {
        color: var(--white-color);
    }

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

    .scrolltop {
        display: none !important;
    }

    .widget-area {
        margin-top: 50px;
    }

    .main-banner .banner-video {
        display: none;
    }

    .sec-btn.cta-btn {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0);
        z-index: 98;
        display: none;
    }

    .modal-body.overflow-text {
        padding: 42px 15px 15px 15px !important;
    }

    .menu-header-menu-container {
        margin: 0 0 90px 0;
        height: auto;
    }

    .site-header {
        height: 80px;
        border: 0;
        background-color: var(--white-color);
        box-shadow: 20px 33px 60px rgb(0 0 0 / 6%);
    }

    .communities .sec-content {
        max-width: 100% !important;
        padding: 0 !important;
        margin-top: 30px;
    }

    .communities .sec-content {
        max-width: 100% !important;
        padding: 0 !important;
        margin-top: 30px;
    }

    .about-us-content {
        padding: 0;
        left: 0;
        margin-top: 30px;
    }

    .communities {
        padding: 110px 0 120px 0;
    }

    .services-content {
        padding: 60px 30px 60px 30px;
        margin-top: 30px;
    }

    .bottom-footer-wp {
        flex-direction: column;
    }

    .policies ul li:first-child {
        display: block;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 5px;
    }

    .policies ul {
        margin-bottom: 20px;
        text-align: center;
    }

    .main-banner {
        padding: 250px 0 230px 0;
    }

    .service-dropdown {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-bottom: 20px;
    }

    .services-tab {
        margin: 0;
        position: relative;
    }

    .services-tab ul {
        display: none;
        position: absolute;
        width: 100%;
        background-color: var(--white-color);
        padding: 30px 30px;
        z-index: 1;
    }

    .services-tab ul li {
        display: block;
        margin: 0 0 15px 0;
    }

    span.acc-icon {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
    }

    .services-tab::-webkit-scrollbar {
        height: 5px;
        width: 100%;
    }

    .services-tab::-webkit-scrollbar-track {
        height: 5px;
        background-color: var(--scrollbar-track-color);
    }

    .services-tab::-webkit-scrollbar-thumb {
        height: 5px;
        background-color: var(--scrollbar-thumb-color);
    }

    .service-content-wp {
        margin-top: 30px;
    }

    .testimonial-slider {
        margin: 0;
        padding: 0;
    }

    .site-social li a {
        width: 33px;
        height: 33px;
    }

    .site-social ul li {
        margin-right: 50px;
    }

    .about-slider-wp {
        transform: translate(-50%, 0) skewX(0);
        margin: 0;
        width: 104vw;
        left: 50%;
    }

    .about-slider-img .back-img {
        transform: skewX(0);
        left: 0;
    }

    .about-slider .slick-dots {
        transform: skewX(0);
        right: 55px;
    }

    .about-us {
        margin: 0;
        padding-bottom: 80px;
    }

    .about-us-content .h2-title.unique-title:after {
        content: none;
        bottom: 15px;
    }

    .footer-img {
        width: 105vw;
        left: 50%;
        transform: translate(-50%, 0) skewX(0);
        height: 600px;
    }

    .footer-img .back-img {
        transform: skew(0, 0);
        left: 0;
    }

    .site-branding.footer-branding {
        position: relative;
        top: 0;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, 0);
        height: 100px;
        width: auto;
        background-color: var(--white-color);
        justify-content: center;
        margin: auto;
    }

    .site-branding.footer-branding:before {
        content: none !important;
    }

    .contat-form {
        left: 0;
        margin-top: -420px;
    }

    .footer-img:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: var(--dark-color);
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.69;
    }

    .contact-options {
        top: 0;
        left: 0;
        margin-top: -500px;
    }

    .top-footer .sec-wp {
        padding-bottom: 75px;
    }

    .contact-options li {
        left: 0 !important;
        margin: 0 auto 18px;
    }

    .site-social.footer-social {
        top: 0;
        left: 0;
        text-align: center;
        margin-top: 60px;
    }

    .footer-menu {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .menu-footer-menu-container ul.menu {
        text-align: center;
        margin-top: 30px;
    }

    .site-map {
        left: 50%;
        transform: translate(-50%, 0) skewX(0deg);
    }

    .site-map iframe {
        transform: skewX(0);
    }

    .top-footer:before,
    .top-footer:after {
        height: calc(100% - 35%);
    }

    .form-input.wpcf7-textarea {
        height: 145px;
        padding: 18px 20px;
    }

    .sec-btn.sm-btn {
        min-width: 170px;
    }

    .modal-content {
        padding: 50px 20px 50px 20px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 20px;
    }

    .contact-options li {
        max-width: 270px;
        padding: 10px 10px 10px 10px;
    }

    .contact-detail {
        padding: 0 0 0 15px;
        font-size: 14px;
    }

    .testimonial-slider .slick-list.draggable {
        overflow: visible;
    }

    .sec-points ul {
        column-count: 2;
    }

    .service-main-wp {
        margin-top: -50px;
    }

    .service-main-bg {
        left: 19%;
    }
    
    .service-main-wp .service-main-bg {
        margin-top: 0;
    }

    .sec-points ul li {
        max-width: 100%;
        width: 100%;
    }

    .service-main-content {
        padding: 40px 0 0 0;
    }

    .works-on .sec-points {
        padding: 0 0 60px 80px;
    }

    .service-main {
        padding-bottom: 40px;
    }

    .testimonials {
        padding: 70px 0 80px 0;
    }

    .overflow-text .simplebar-content p:last-child {
        margin-bottom: 0;
    }

    .services {
        padding: 80px 0 80px 0;
    }

    section.communities.hiring {
        margin: 0;
    }

    .site-branding.footer-branding .h3-title {
        padding-left: 10px;
    }

    .search-bar-wp {
        max-width: 100%;
        margin-top: 30px;
    }

    .locations {
        padding-top: 80px;
    }

    .location-wp {
        margin-top: 20px;
    }

    .search-bar-wp .form-element .form-input {
        height: 70px;
    }

    .location-content {
        height: 140px;
    }

    .hiring-popup .modal-content .contact-form {
        padding: 20px 20px 40px 20px;
    }

    .hiring-popup .popup-title {
        padding: 15px 20px;
    }

    .search-loader {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .service-main-data.overflow-text {
        height: auto;
    }

    .main-service-list,
    .main-gallery-list {
        padding: 80px 0;
    }

    .service-list-img-box {
        display: block;
        height: auto;
    }
    
    .service-list-img {
        right: auto;
        left: 50%;
        transform: translate(-50%) skewX(0deg);
        width: 101vw;
        height: 400px;
        position: relative;
        top: 0;
    }

    .service-list-box.even .service-list-img {
        right: auto;
        left: 50%;
    }
    
    .service-list-img .back-img {
        width: 100%;
        left: 0;
        transform: translate(0) skewX(0deg);
    }
    
    .service-list-box {
        padding: 0;
    }
    
    .service-list-content {
        padding: 30px;
        margin-top: -100px;
    }
}

@media (max-width: 767px) {

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

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

    .widget-area {
        margin-top: 50px;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin: 0;
        margin-top: 30px;
    }

    .banner-btn .sec-btn {
        display: flex;
    }

    .gallery-tab .sec-btn.tab-dropdown {
        display: flex !important;
        width: 100%;
        background: var(--primary-color);
        justify-content: left;
        padding: 0 60px 0 30px;
        color: var(--white-color);
        font-weight: bold;
        text-transform: uppercase;
        align-items: center;
        border-radius: 0;
        border-color: var(--primary-color);
    }

    .gallery-tab .sec-btn.tab-dropdown .caret:after {
        content: "\f078";
        font-family: "Font Awesome 5 free";
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 18px;
        transition: 0.3s;
        transform: translate(0, -50%);
    }

    .gallery-tab ul {
        display: none;
        background: var(--white-color);
    }

    .gallery-tab.active-dropdown .sec-btn.tab-dropdown .caret:after {
        transform: translate(0, -50%) rotate(180deg);
    }

    .gallery-tab.active-dropdown .dropdown-tabbing.show {
        display: block !important;
        position: absolute;
        top: 100%;
        z-index: 999;
        width: 100%;
        padding: 30px;
        box-shadow: var(--box-shadow);
    }

    .gallery-tab .dropdown-tabbing li:last-child {
        margin: 0;
    }

    .gallery-tab .sec-btn.tab-dropdown:before,
    .gallery-tab .sec-btn.tab-dropdown:after {
        display: none;
    }

    .gallery-tab.active-dropdown {
        display: block;
    }

    .gallery-tab .dropdown-tabbing li {
        margin-bottom: 14px;
        color: var(--dark-color);
        display: block;
        padding: 0;
        border: none;
        border-radius: 0;
        height: auto;
        background: transparent;
        margin: 0;
        margin-bottom: 10px;
    }

    .gallery-tab ul li:hover,
    .gallery-tab ul li.slick-active {
        color: var(--dark-color);
    }

    .gallery-tab.active-dropdown .sec-btn.tab-dropdown {
        background: var(--dark-color);
        border-color: var(--dark-color);
    }

    .gallery-tab .dropdown-tabbing .active-gallery-tab {
        color: var(--primary-color);
    }

    .gallery-tab .dropdown-tabbing li:hover {
        background: transparent;
        color: var(--primary-color);
    }

    .gallery-tabs {
        position: relative;
        margin-bottom: 30px;
    }

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

    .sec-btn {
        min-width: 244px;
    }

    .main-banner {
        padding: 190px 0 150px 0;
    }

    .service-main-content {
        padding: 40px 0 0 0;
    }

    .service-main-bg {
        height: 370px;
    }

    .sec-points ul {
        column-count: 1;
    }

    .works-on .sec-points {
        padding: 0;
    }

    .works-on {
        padding: 40px 30px 1px 30px;
    }

    .works-on .h2-title {
        text-align: left !important;
        margin-bottom: 30px;
    }

    .works-on {
        padding: 40px 30px 1px 30px;
    }

    .sec-points ul li {
        max-width: 100% !important;
    }

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

    .main-service-list,
    .main-gallery-list {
        padding: 60px 0;
    }

    .service-list-img {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .thank-text {
        padding-top: 80px;
        margin: 20px 0;
    }

    .thank-text:before {
        width: 57px;
        height: 61px;
    }

    .container,
    .container-fluid {
        padding: 0 30px;
    }

    .privacy-content ol,
    .privacy-content ul {
        margin-left: 20px;
    }

    .avatar.photo {
        margin-right: 8px;
        width: 50px;
        height: 50px;
    }

    .page-numbers li a,
    .page-numbers li,
    span.page-numbers,
    .page-numbers {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page-numbers li {
        margin-bottom: 10px;
    }

    .h1-title {
        font-size: clamp(67px, 16vw, 100px);
    }

    .btn-wp {
        display: inline-flex;
        flex-direction: column;
    }

    .btn-wp a.sec-btn:last-child {
        margin: 20px 0 0 0;
    }

    .about-slider-img {
        height: 80vw;
    }

    .footer-img {
        height: 570px;
    }

    .contat-form {
        padding: 50px 20px;
    }

    .testimonial-content {
        padding: 60px 30px 25px 30px;
    }

    .testimonial-data.overflow-text {
        height: 175px;
    }

    .h2-title:before {
        content: none !important;
    }

    .h2-title {
        padding: 0 !important;
        font-size: 40px;
    }

    .communities {
        padding: 80px 0 80px 0;
    }

    .testimonial-slider .col-lg-12 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home .testimonials:before,
    .testimonials:before {
        left: 35%;
        /* height: 100%; */
        width: 150%;
    }

    .testimonials:before {
        left: auto;
        right: 30%;
    }

    .header-menu {
        padding-top: max(19vh, 30px);
        padding-left: max(6vh, 30px);
        padding-right: max(6vh, 30px);
    }

    .services {
        padding: 70px 0;
    }

    .sample-page-content {
        padding: 40px 0;
    }

    .main-banner.other-banner {
        min-height: unset;
        padding: 160px 0 60px 0;
    }

    .contact-main-right {
        padding: 80px 0 0 0;
    }

    .contact-options-main li span {
        display: block;
    }

    .contact-main {
        padding: 60px 0 110px 0;
    }
}

@media (max-width: 400px) {

    .container,
    .container-fluid {
        padding: 0 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .site-header .container .row .col-lg-3 {
        left: 15px;
    }

    .banner-btn .sec-btn+.sec-btn {
        margin: 0;
        margin-top: 15px;
    }

    .gallery-tab .sec-btn.tab-dropdown {
        padding: 0 40px 0 15px;
    }

    .gallery-tab .sec-btn.tab-dropdown .caret:after {
        right: 15px;
    }

    .gallery-tab.active-dropdown .dropdown-tabbing.show {
        padding: 20px;
    }

    .footer-img {
        height: 470px;
    }
    .contact-options {
        margin-top: -440px;
    }

    .contat-form {
        margin-top: -250px;
    }

    .top-footer:before,
    .top-footer:after {
        height: calc(100% - 23%);
    }

    .policies li,
    .policies li a,
    .tag-line p {
        font-size: 13px;
    }

    .service-main-bg {
        height: 240px;
    }

    .service-main {
        padding-bottom: 80px;
    }

    .testimonials {
        padding: 40px 0 80px 0;
    }

    .gallery-img {
        height: 300px;
    }

    .gallery-slider .slick-list {
        padding: 0 60px;
    }

    .inner-banner .h1-title {
        font-size: clamp(46px, 14vw, 55px);
    }

    .service-list-content {
        padding: 30px 15px;
    }

    .gallery-lists .gallery-img {
        height: 320px;
    }
}

@media (max-height: 620px) {
    .modal-body .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }

    .modal-body .form-input.wpcf7-textarea {
        height: 100px;
    }
}

@media (max-height: 500px) {
    .modal-body .form-input {
        height: 40px;
        padding: 10px 20px;
    }

    .modal-body .form-input.wpcf7-textarea {
        padding: 18px 20px;
    }

    .modal-body span.wpcf7-not-valid-tip {
        font-size: 14px;
        bottom: -24px;
    }
}

/*==========Responsive End==========*/