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

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


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

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

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

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

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

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

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


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


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

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

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-size: 14px;
}

.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: 2px solid transparent;
    outline: none !important;
    padding: 0 30px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0;
}

.form-input.input-error {
    border-color: var(--red-color);
}

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

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

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

.submit-btn .sec-btn:hover {
    background: var(--primary-color);
}

.succees-msg {
    color: #10dc29;
}


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


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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--primary-color);
    font-family: var(--title-font);
}

.h1-title {
    font-size: 80px;
    line-height: 90px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 900;
}

.h2-title {
    font-size: 44px;
    font-weight: 900;
    color: var(--primary-color);
    line-height: 54px;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.h3-title {
    font-size: 28px;
    line-height: 38px;
}

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

.h2-title-hr {
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 20px 0;
}


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


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

:root {
    --primary-color: #DB0000;
    --dark-color: #181515;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --brown-color: #312828;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: rgb(70 69 71 / 0.7);
    --body-font: 'Open Sans';
    --title-font: 'AvertaStd';
    --scrollbar-track-color: #e2e2e2;
    --scrollbar-thumb-color: red;
    --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;
}

.sec-head {
    padding: 0 30px;
    margin-bottom: 60px;
}

.sec-head .h2-title-hr {
    margin: 20px auto;
}

.contact-form {
    position: relative;
}


/*==========Common 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;
    padding-top: 3px;
}

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

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

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

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

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

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


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


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

.sec-btn,
.form-submit .submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
    border: none;
    outline: none !important;
}

.sec-btn:before,
.form-submit .submit:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brown-color);
    z-index: -1;
    transition: 0.5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.sec-btn:hover:before,
.form-submit .submit:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

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

.sec-btn.outline-btn {
    background: transparent;
    border: 2px solid var(--primary-color);
}

.sec-btn.outline-btn.white-btn {
    border-color: var(--white-color);
    color: var(--white-color);
}

.sec-btn.white-btn:before {
    background: var(--primary-color);
}

.sec-btn-link {
    text-transform: uppercase;
    color: var(--primary-color);
    transition: 0.5s;
    position: relative;
}

.sec-btn-link:hover {
    color: var(--dark-color);
}

.sec-btn.lg-btn {
    width: 270px;
}

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

.sec-btn-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
    transition: transform 0.95s cubic-bezier(0.23, 1, 0.23, 1), -webkit-transform 0.95s cubic-bezier(0.23, 1, 0.23, 1);
}

.sec-btn-link:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.sec-btn.white-hover-btn:before {
    background: var(--white-color);
}

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


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


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

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

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

.slick-dots li {
    width: 20px;
    height: 8px;
    margin: 0 6px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid var(--primary-color);
    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: -70px;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none !important;
    background: var(--primary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: 0;
}

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

[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);
}

.white-text .h2-title-hr {
    background: 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(--primary-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, .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, .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==========*/

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

.main-navigation .menu li {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0px 17px;
}

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

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

.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 {
    display: flex;
    transition: .3s;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--brown-color);
    text-transform: capitalize;
    font-weight: bold;
}

.main-navigation .menu li a:hover {
    color: var(--primary-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: 180px;
    background: var(--white-color);
    z-index: 9;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 15px 0;
    box-shadow: var(--box-shadow);
    margin-top: 30px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    margin: 0;
}

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

.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:hover>a:after {
    transform: translate(0, -50%) rotate(180deg);
}

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

.main-navigation .menu li.menu-item-has-children ul.sub-menu li a {
    color: var(--dark-color);
    transition: .3s;
    font-size: 13px;
    font-weight: 500;
}

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

.site-branding {
    transition: 0.3s;
}

.site-header {
    padding: 14px 0;
    background: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
}

.header-menu {
    padding-right: 30px;
}

.site-header.sticky_head {
    padding: 8px 0;
    box-shadow: var(--box-shadow);
}

.site-header.sticky_head .site-branding {
    padding-right: 90px;
}


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


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

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

.main-banner .banner-video video {
    width: auto;
}

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

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: 0.85;
    mix-blend-mode: multiply;
}

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

.banner-text {
    padding-right: 40px;
}

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

.main-banner.inner-banner {
    padding-bottom: 100px;
}


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


/*==========About CSS==========*/

.about-sec {
    padding-bottom: 100px;
    position: relative;
}

.about-img {
    height: 510px;
    background-size: cover;
    background-position: center;
    margin-right: 30px;
    margin-top: -60px;
}

.about-text {
    padding: 50px 0px 0 30px;
}

.about-shape img {
    position: absolute;
    bottom: 20px;
    left: 82%;
    opacity: 0.15;
}


/*==========About CSS End==========*/


/*==========Services CSS==========*/

.services-sec {
    padding: 100px 0 50px;
    background: #EAEAEA;
}

.services-text-box {
    padding: 60px;
    position: relative;
    height: 100%;
    min-height: 410px;
}

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

.services-sec-row {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.services-img-wp {
    position: relative;
    height: 100%;
}

.services-img-slider {
    width: 100%;
    height: calc(100% - 60px);
    background-size: cover;
    background-position: center;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 2;
}

.services-text-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    height: 100%;
    background: var(--white-color);
    z-index: -1;
}

.services-sec-row-wp .services-sec-row:nth-child(even) .services-text-box:after {
    left: auto;
    right: 0;
}

.services-img-slider * {
    height: 100%;
}

.services-img {
    background-size: cover;
    background-position: center;
}


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


/*==========Other Services CSS==========*/

.other-services {
    padding: 100px 0;
}

.other-services-box .h4-title {
    margin: 0;
    color: var(--dark-color);
    text-transform: capitalize;
}

.other-services-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--box-shadow);
    position: relative;
}

.other-services-text ul {
    list-style: disc;
    padding-left: 18px;
    margin-top: 20px;
}

.other-services-text ul li {
    margin-bottom: 14px;
}

.other-services-text {
    padding-top: 20px;
}

.other-services-img-wp {
    padding-left: 60px;
}

.other-services-img:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
}


/*==========Other Services CSS End==========*/


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

.testimonials-icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--brown-color);
}

.testimonial-sec {
    padding: 100px 0;
    background: #eae9e9;
    position: relative;
}

.testimonial-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: 0.85;
    mix-blend-mode: multiply;
}

.testimonials-box {
    padding: 30px;
    background: var(--white-color);
}

.testimonials-text p {
    margin: 0;
}

.testimonials-slider .slick-slide {
    margin: 0 15px;
}

.testimonials-slider .slick-list {
    margin: 0 -15px;
    width: calc(100% + 20vw);
    padding-right: 20vw;
}

.testimonials-text {
    margin-bottom: 15px;
    height: 107px;
}

.testimonials-box .h4-title {
    text-transform: capitalize;
    margin: 0;
}


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


/*==========Gallery Sec CSS==========*/

.gallery-sec {
    padding: 100px 0 160px;
}

.gallery-img {
    background-size: cover;
    background-position: center;
    height: 340px;
}

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

.gallery-slider .slick-list {
    margin: 0 -15px;
    overflow: visible;
}


/*==========Gallery Sec CSS End==========*/


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

.top-footer {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.top-footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.footer-title {
    margin-bottom: 40px;
}

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

.footer-contact .h3-title {
    text-transform: capitalize;
}

.footer-about p {
    font-size: 18px;
    line-height: 28px;
}

.footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer-contact ul li {
    list-style: none;
    margin-bottom: 30px;
}

.footer-contact ul li .footer-contact-icon {
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    box-shadow: 0 10px 14px rgba(0, 0, 0, .05);
    margin-right: 20px;
    transition: 0.3s;
    color: var(--white-color);
}

.footer-contact ul li a b {
    color: var(--white-color);
    opacity: 0.3;
    margin: 0;
    margin-bottom: -1px;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-contact ul li a {
    color: var(--dark-color);
    display: inline-flex;
    font-size: 20px;
    line-height: 30px;
}

.footer-contact ul li .footer-contact-info {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
}

.footer-contact ul li a:hover b {
    opacity: 1;
}

.footer-contact ul li a:hover .footer-contact-icon {
    background: var(--white-color);
    color: var(--dark-color);
}

.footer-contact ul li a.address {
    max-width: 360px;
}

.ft-social ul {
    list-style: none;
    display: flow-root;
}

.ft-social li {
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
}

.ft-social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    color: var( --dark-color);
    font-size: 20px;
    transition: 0.3s;
}

.ft-social li a:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.ft-social li a i {
    transition: none;
}

.ft-social {
    margin-top: 50px;
}

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

.copyright {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 5;
}

.copyright p {
    margin: 0;
    color: var(--dark-color);
    font-size: 13px;
}

.copyright-bottom-link {
    display: flex;
    align-items: center;
    height: 100%;
}

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

.copyright-bottom-link ul li {
    list-style: none;
    font-size: 13px;
    display: inline-block;
}

.copyright-bottom-link ul li a {
    color: var(--dark-color);
    border-right: 1px solid var(--dark-color);
    padding-right: 6px;
    margin-right: 6px;
    transition: .3s;
}

.copyright-bottom-link p {
    color: var(--dark-color);
    font-size: 13px;
    margin: 0;
}

.copyright-bottom-link p i {
    color: var(--primary-color);
}

.copyright-bottom-link p a {
    color: var(--dark-color);
}

.copyright-bottom-link p a:hover,
.copyright-bottom-link ul li a:hover,
.dotcom-link {
    text-decoration: underline !important;
    color: var(--primary-color) !important;
    transition: 0.3s;
}

.copyright-bottom-link ul li:last-child a {
    border: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    display: block;
    margin-bottom: 26px;
}

.footer-menu ul li a {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 18px;
    transition: 0.3s;
}

.footer-menu ul li a:hover {
    opacity: 0.6;
}

.footer-menu {
    padding-left: 40px;
}

.footer-title.h2-title {
    font-size: 36px;
    line-height: 46px;
}


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


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

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

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


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


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

.sec-btn.cta-btn {
    position: fixed;
    z-index: 98;
    bottom: 0;
    right: 0;
    border: 2px solid var(--white-color);
    border-bottom: 0;
    border-right: 0;
}


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


/*==== 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('../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 ====*/

.privacy-title {
    margin-bottom: 26px;
    margin-top: 40px;
}

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

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


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


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

@media (min-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .main-banner .banner-video video {
        width: 100%;
    }
}

@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: 16px;
    }
    .site-branding {
        width: 280px;
    }
    .h1-title {
        font-size: 90px;
        line-height: 100px;
    }
    .h2-title {
        font-size: 50px;
        line-height: 58px;
    }
    .h3-title {
        font-size: 30px;
        line-height: 40px
    }
    .h4-title {
        font-size: 22px;
        line-height: 30px
    }
    .h5-title {
        font-size: 20px;
        line-height: 30px
    }
    .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: 18px;
        width: 190px;
    }
    .banner-btn .sec-btn {
        width: 230px;
    }
    [data-simplebar=init] {
        padding-right: 11px;
    }
    .copyright p,
    .copyright-bottom-link ul li,
    .copyright-bottom-link p {
        font-size: 16px;
    }
}

@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) {}

@media(max-width: 1199px) {
    .h1-title {
        font-size: 68px;
        line-height: 88px;
    }
    .banner-btn .sec-btn+.sec-btn {
        margin-left: 15px;
    }
    .site-branding {
        padding-right: 70px;
    }
    .site-header.sticky_head .site-branding {
        padding-right: 80px;
    }
    .header-menu {
        padding-right: 20px;
        margin-left: -50px;
    }
    .main-navigation .menu li {
        margin: 0px 10px;
    }
    .about-img {
        margin-right: 0;
        height: 440px;
    }
    .about-text {
        padding: 30px 0px 0 10px;
    }
    .services-sec {
        padding: 60px 0;
    }
    .services-text-box {
        padding: 30px;
    }
    .other-services,
    .testimonial-sec {
        padding: 60px 0 80px;
    }
    .testimonials-text {
        height: 105px;
    }
    .gallery-sec {
        padding: 60px 0 140px;
    }
    .gallery-img {
        height: 280px;
    }
    .services-text-box .h2-title {
        font-size: 34px;
        line-height: 44px;
    }
}

@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 {
        padding: 0;
        height: 80px;
    }
    .site-header .container {
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
    .site-header .container .row {
        margin: 0;
        height: 100%;
    }
    .site-header .container .row .col-lg-3 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
    }
    .site-header .container .row .col-lg-9 {
        height: 100%;
    }
    .site-branding {
        width: 140px;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .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);
    }
    .header-menu {
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: max(8vh, 30px);
        padding-left: max(8vh, 30px);
        z-index: 99;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translatey(-100%);
        background: var(--brown-color);
        margin: 0;
    }
    .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);
        color: var(--white-color);
    }
    .scrolltop {
        display: none !important;
    }
    .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;
        border-right: 2px solid;
    }
    .modal-body.overflow-text {
        padding: 42px 15px 15px 15px !important;
    }
    .main-navigation .sec-btn {
        margin-right: 80px;
    }
    .services-text-box:after {
        display: none;
    }
    .services-text-box {
        min-height: auto;
        height: initial;
        padding: 0;
    }
    .services-img-slider {
        height: 50vw;
        margin-bottom: 50px;
        min-height: 300px;
    }
    .sec-head {
        margin-bottom: 30px;
        padding: 0;
    }
    .services-sec-row {
        margin-bottom: 30px;
    }
    .gallery-img {
        height: 44vw;
        min-height: 320px;
    }
    .contact-form {
        padding: 0;
        margin-bottom: 40px;
    }
    .top-footer {
        padding: 60px 0;
    }
    .bottom-footer {
        padding: 20px 0 60px;
    }
    .copyright {
        margin-bottom: 6px;
        height: auto;
    }
    .submit-btn {
        text-align: left;
    }
    .about-sec {
        padding-bottom: 60px;
    }
    .about-shape {
        display: none;
    }
    .testimonials-slider .slick-list {
        width: calc(100% + 30vw);
    }
    .footer-contact ul li a {
        font-size: 16px;
        line-height: 28px;
    }
    .footer-contact ul li a.address {
        max-width: 300px;
    }
    .main-banner {
        padding: 160px 0 140px;
    }
    .about-text {
        padding: 30px 0px 0 0;
    }
    .site-header.sticky_head {
        padding: 0;
        height: 70px;
    }
    .site-header.sticky_head .site-branding {
        padding-right: 25px;
    }
    .main-banner.inner-banner {
        padding-bottom: 60px;
    }
    .footer-about {
        margin-top: 40px;
    }
    .other-services-img-wp {
        padding-left: 0;
        margin-top: 50px;
    }
    .other-services-img {
        height: 360px;
    }
    .other-services-img:after {
        top: 10px;
        left: 10px;
    }
    .footer-menu {
        padding: 0;
        margin-top: 30px;
    }
    .ft-social {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .error-404 img {
        width: 50vw;
    }
    .banner-btn .sec-btn+.sec-btn {
        margin: 0;
        margin-top: 30px;
    }
    .banner-btn .sec-btn {
        display: flex;
    }
    .banner-text {
        padding: 0;
    }
    .testimonials-slider .slick-list {
        padding-right: 5vw;
    }
}

@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;
    }
    button.close {
        top: 0px;
        right: 20px;
        font-size: 45px;
    }
    .testimonials-slider .slick-list {
        padding-right: 0;
        width: calc(100% + 60vw);
    }
    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }
    .testimonials-text {
        height: 160px;
    }
    .about-img {
        height: 360px;
    }
}

@media(max-width: 400px) {
    .container,
    .container-fluid {
        padding: 0 15px;
    }
    .menu-toggle {
        right: 15px;
    }
    .site-header .container .row .col-lg-3 {
        left: 15px;
    }
    .h1-title {
        font-size: 50px;
        line-height: 65px;
    }
    .banner-btn .sec-btn+.sec-btn {
        margin: 0;
        margin-top: 15px;
    }
    .about-img {
        height: 280px;
    }
    .testimonials-slider .slick-list {
        width: calc(100% + 90vw);
    }
    .testimonials-slider .slick-slide {
        padding: 18px;
    }
}

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