/*!
Theme Name: All-Custom-Gutters
Theme URI: https://www.dotcomdesign.com
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: all-custom-gutters
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.

all-custom-gutters is based on Underscores  https://www.dotcomdesign.com
/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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


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

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


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


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


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


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


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


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

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

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


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

h1 {
    font-size: 2em;
}


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


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

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


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

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


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


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

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


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


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

code,
kbd,
samp {
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


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


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


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

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


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

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


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


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


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


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


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

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-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
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

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

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

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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


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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}

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

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

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

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

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

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

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
}

.main-navigation a {
    transition: .3s;
    position: relative;
}

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

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

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

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


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


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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


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

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


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

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

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

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


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

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

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


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

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

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


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


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

.sticky {
    display: block;
}

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

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


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

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

.bypostauthor {
    display: block;
}


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


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

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


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

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


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

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


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

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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


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

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

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

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

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


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


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

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

.form-element {
    position: relative;
}

.form-element i {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    color: var(--primary-color);
    font-size: 16px;
}

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

span.wpcf7-not-valid-tip {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: var(--red-color);
    margin-bottom: 0;
    text-align: left;
}

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

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

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 20px 0;
    padding: 3px 10px;
    border: 1px solid var(--red-color);
    color: var(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    color: #46b450;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    border-color: #ffffff;
}

input[type=text],
input[type=email],
input[type=number] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

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

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

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

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

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

select option {
    color: #000;
}

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: none;
    outline: none !important;
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0px;
}

select,
select.form-input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
}

.form-input.wpcf7-textarea {
    height: 110px;
    resize: none;
    padding: 15px;
    display: block;
}

.submit-btn {
    text-align: left;
    position: relative;
    display: inline-block;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

.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: 50%;
    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: 50%;
    left: 0;
    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;
}

.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;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    background: var(--dark-color);
    border-radius: 3px;
}

input[type="checkbox"]:checked~span:before,
input[type="checkbox"]:checked~span:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label:before,
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;
}

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-box {
    position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    padding-bottom: 20px;
}

.form-box.form-input-file input[type=file] {
    position: relative;
    width: 76px;
    height: 73px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
    width: 1px;
    height: 30px;
}

.form-box.form-input-file span.input-file-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    bottom: -18px;
    left: 0;
}


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


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

:root {
    --primary-color: #272727;
    --secondary-color: #B10007;
    --dark-color: #000000;
    --common-color: #777777;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: #636362;
    --bg-color: #CFCFCF;
    --text-color: #707070;
    --body-font: 'HelveticaNeue';
    --title-font: 'Eurostile';
    --gutter: 30px;
}

body {
    font-size: 16px;
    line-height: 26px;
    color: var(--common-color);
    font-family: var(--body-font);
    overflow-x: hidden !important;
}

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

a {
    text-decoration: none;
}

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

p a {
    color: var(--primary-color);
    text-decoration: underline !important;
    transition: 0.3s;
}

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

a:hover {
    color: initial;
}

.h1-title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 20px;
}

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

.h3-title {
    font-size: 39px;
    line-height: 38px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

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

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

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

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

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

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

.menu-des {
    display: inline-block;
}

.menu-mob {
    display: none;
}

.container {
    position: relative;
    z-index: 5;
}

.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: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

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

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

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.7);
    display: none;
    z-index: 5;
}

.ajax-loader i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: var(--primary-color);
    animation: spin 1.5s linear infinite;
}

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

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

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

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    top: 55%;
    right: 0;
    transform: translate(0, -50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    color: var(--dark-color);
    transition: .3s;
}

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

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0 !important;
    float: none;
    width: 200px;
    background: var(--white-color);
    box-shadow: 0 0 10px rgb(60 140 244 / 15%);
    text-align: left;
    display: none;
    opacity: 0;
}

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up .3s linear 1;
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
}

.main-navigation ul ul li a:hover {
    color: var(--secondary-color);
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 270px;
    height: 55px;
    background: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--dark-color);
    font-weight: 700;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: var(--title-font);
}

.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.sec-btn.red-btn {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: none;
}

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

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

.main-banner .banner-video video {
    left: 50%;
    transform: translate(-50%);
    width: auto;
}

.slick-slider [class*=col-] {
    padding-right: calc(var(--gutter) * .5);
    padding-left: calc(var(--gutter) * .5);
}

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

.slide-arrow.slick-arrow {
    top: -107px;
    left: auto;
    right: 0;
}

.slide-arrow.prev-arrow.slick-arrow {
    right: 70px;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: var(--gutter);
    --container-space: calc(var(--gutter) / 2);
    padding-right: var(--container-space);
    padding-left: var(--container-space);
}

.slick-slider [class*=col-] {
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
}

.row {
    --bs-gutter-x: var(--gutter);
}


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


/*========== Modal Popup CSS Start ==========*/

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: unset !important;
    }
}

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

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

.modal-content {
    border: none;
    background: var(--white-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: 0.3s;
}

button.close:hover {
    background: var(--secondary-color);
    color: var(--dark-color);
    border: 0;
}

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

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

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text {
    padding: 20px 30px !important;
    max-height: 80vh;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
    width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
    background: #cccccc;
}

.modal-footer {
    justify-content: center;
}


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


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

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    font-size: 16px;
    line-height: 1;
    bottom: -45px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    z-index: 6;
}

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

.slick-dots li button {
    width: 25px;
    height: 5px;
    background: var(--white-color);
    border: none;
    outline: none;
    padding: 0;
    transition: 0.3s;
}

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

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

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

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


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


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

.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

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

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

[data-simplebar=init] {
    padding-right: 10px;
    scrollbar-color: transparent transparent;
}

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

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

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

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


/*==========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-list-link a {
    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: 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==========*/


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

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

.header-top {
    position: relative;
    width: 100%;
    height: 92px;
    background: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.site-branding {
    width: 205px;
    display: inline-block;
}

.site-branding a {
    display: inline-block;
}

.header-call a {
    display: inline-block;
    color: var(--primary-color);
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
    transition: 0.3s;
    font-family: var(--title-font);
    text-decoration: none;
}

.header-call a i {
    font-size: 20px;
    color: var(--input-color);
    vertical-align: middle;
    margin-right: 15px;
    transition: 0.3s;
}

.header-call a:hover,
.header-call a:hover i {
    color: var(--secondary-color);
}

.header-address a,
.header-mail a {
    display: inline-flex;
    align-items: baseline;
    color: var(--text-color);
    transition: 0.3s;
    text-decoration: none;
}

.header-address a i,
.header-mail a i {
    font-size: 19px;
    margin-right: 12px;
    transition: 0.3s;
    color: var(--input-color);
}

.header-address a:hover,
.header-address a:hover i,
.header-mail a:hover,
.header-mail a:hover i {
    color: var(--secondary-color);
}

.header-fb a {
    width: 40px;
    height: 40px;
    background: #1F8BCE;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    transition: 0.3s;
}

.header-fb a:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.header-menu {
    width: 100%;
    height: 55px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navigation {
    float: left;
    display: inline-block;
}

.main-navigation ul {
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
}

.main-navigation li {
    float: none;
    display: inline-block;
    font-size: 16px;
    margin-inline: 23px;
    position: relative;
}

.main-navigation li.for-des {
    display: inline-block !important;
}

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

.main-navigation li a {
    font-size: 16px;
    line-height: 30px;
    color: var(--white-color);
    text-transform: uppercase;
    transition: 0.3s;
    font-family: var(--title-font);
    font-weight: bold;
}


/* .main-navigation li a:hover,
.main-navigation li.current-menu-item a:not(.main-navigation ul li#menu-item-33 a):not(.main-navigation ul li#menu-item-34 a),
.main-navigation li.current-menu-ancestor a:not(ul ul li a) {
    color: var(--secondary-color);

} */

.header-btn .sec-btn {
    width: 100%;
    background: var(--secondary-color);
    color: var(--white-color);
}

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

.main-navigation li a:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 7px;
    background-color: var(--secondary-color);
    opacity: 0;
}

.main-navigation li a:hover:before,
.main-navigation li.current_page_item a:before {
    opacity: 1;
    width: 100%;
    transition: 0.3s all;
}

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

.header-fb {
    text-align: right;
}

.header-address {
    text-align: center;
}

.header-call {
    text-align: right;
}

.site-header.sticky_head .header-top {
    margin-top: -92px;
}


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


/*==========banner CSS start==========*/

.banner-content {
    max-width: 670px;
}

.main-banner {
    position: relative;
    padding: 440px 0 316px;
    background-position: 285px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content p:not(.main-banner.inner-banner p),
.project-text p {
    color: var(--grey-2);
    font-size: 30px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 0;
}

.main-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, var(--black-color) 20%, transparent);
    z-index: 0;
}

.bannre-content p {
    font-size: 25px;
    line-height: 35px;
    color: var(--white-color);
}

.bannre-content .h1-title span {
    display: block;
}

.banner-btn .sec-btn+.sec-btn {
    background-color: var(--secondary-color);
    color: var(--white-color);
    margin-left: 25px;
}

.banner-btn .sec-btn:hover {
    background-color: var(--secondary-color);
}

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

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


/*==========banner CSS End==========*/


/*==========about CSS start==========*/

.about-content {
    position: relative;
    padding: 100px 0;
    background-color: var(--secondary-color);
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.about-img {
    width: 50vw;
    min-height: 725px;
    height: 100%;
}

.about {
    position: relative;
    overflow: hidden;
}

.about-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: -100px;
    width: 60vw;
    height: 100%;
    transform: skewX(-10deg);
    background-color: var(--secondary-color);
    z-index: -1;
}

.h4-title {
    font-size: 30px;
    line-height: 32px;
    color: var(--white-color);
}

.about-content p {
    color: var(--white-color);
    margin-top: 40px;
}

.about-text {
    align-self: center;
    padding-right: 20px;
}

.about-info {
    width: 540px;
    max-width: 100%;
    margin-top: 50px;
}


/*==========about CSS end==========*/


/*==========service CSS start==========*/

.our-services {
    position: relative;
    padding: 157px 0 40px 0;
}

.service-tab {
    position: relative;
    padding: 20px 0 40px;
}

.service-tab ul {
    display: flex;
    align-items: center;
}

.service-tab ul li {
    color: var(--input-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    padding: 20px 0px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    position: relative;
    font-family: var(--title-font);
    margin-right: 45px
}

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

}

.service-tab ul li:not(.slick-active):hover {
    color: var(--dark-color);
    -webkit-text-stroke: 0.5px var(--dark-color);
}

.service-tab ul li.slick-active {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 20px 36px;
    font-size: 20px;
}

.service-tab ul li:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: var(--primary-color);
    left: 50%;
    bottom: 0;
    opacity: 0;
    transform: translate(-50%, 0) rotate(45deg);
    z-index: -1;
    transition: .3s;
}

.service-tab ul li.slick-active:before {
    opacity: 1;
    bottom: -5px;
}

.main-service-img-wp {
    height: 625px;
    width: 100%;
}

.main-service-img-wp .back-img {
    height: 100%;
    width: calc(100% + 64%);
}

.main-service-content {
    background-color: var(--white-color);
    box-shadow: 0 3px 50px rgb(0 0 0 / 4%);
    padding: 80px 85px 70px;
}

.main-service-content .h3-title {
    font-size: 35px;
}

.main-service-text {
    height: 150px;
    margin-bottom: 14px;
}

.main-service-text p {
    color: var(--input-color);
}

.learn-more {
    display: inline-block;
    position: relative;
    color: var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
    transition: 0.3s;
    font-family: var(--title-font);
    font-size: 14px;
    line-height: 28px;
}

.learn-more:hover {
    padding-right: 25px;
}

.learn-more:hover:before {
    color: var(--primary-color);
}

.learn-more:before {
    content: '\f054';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: var(--secondary-color);
}

.service-section-img {
    height: 700px;
    width: 100%;
    position: relative;
}

.page-id-40 .service-section-img,
.page-id-44 .service-section-img {
    height: 600px;
}

.page-id-44 .services-lower .service-section-img,
.page-id-48 .services-lower .service-section-img {
    height: 775px;
}

.service-section-img .back-img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 67%);
}

.services-div .main-service:nth-child(even) .service-section-img .back-img,
.page-id-48 .services-lower .service-section-img .back-img {
    left: auto;
    right: 0;
}

.services-div {
    position: relative;
    padding: 50px 0;
}

.services-div .main-service {
    padding-bottom: 50px;
}

.services-div .main-service:last-child {
    padding-bottom: 0;
}

.service-section-content {
    padding-right: 85px;
}

.service-section-content h4 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 28px;
}

.service-section-content h5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 11px;
}

.service-section-content h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.services-div .main-service:nth-child(even) .service-section-content,
.page-id-48 .services-lower .main-service .service-section-content {
    padding: 0;
    padding-left: 85px;
}

.service-section-content p,
.service-section-content li {
    color: rgb(26 30 35 / 80%);
}

.services-div .main-service:nth-child(even) .service-section-content p,
.services-div .main-service:nth-child(even) .service-section-content li {
    color: var(--grey-color);
}

.about-content .h4-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 28px;
}

.h5-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 11px;
}

.service-section-content p {
    margin-bottom: 22px;
}

.service-section-content .h2-title {
    margin-bottom: 25px;
}

.home-service {
    position: relative;
    background: linear-gradient(to top, #c2e0f5 30%, transparent);
}


/*==========service CSS end==========*/


/*========== review CSS start ============*/

.testimonial {
    position: relative;
    padding: 315px 0 166px;
}

.testimonial .h2-title {
    color: var(--white-color);
}

.testimonial-box {
    position: relative;
    background-color: var(--white-color);
    padding: 40px 45px 50px;
}

.author {
    text-align: left;
}

.author .h4-title {
    color: var(--input-color);
    font-size: 20px;
    line-height: 21px;
    margin: 15px 0;
}

.testimonial-text {
    height: 210px;
    margin-bottom: 50px;
}

.quote {
    position: relative;
    margin-bottom: 25px;

}

.testimonial-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 30px 0;
}

.testimonial-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--primary-color) 30%, transparent);
}

.review-slider {
    margin-top: 35px;
}

.review-slider .slide-arrow.slick-arrow {
    top: -130px;
}

.review-slider .slick-list {
    width: calc(100% + 30vw);
    max-width: unset;
    padding-right: 30vw;
}

.review-slider .slick-list:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    background: linear-gradient(to left, var(--primary-color) 0, transparent);
    z-index: 9;
}

.review-slider .slide-arrow.slick-arrow {
    top: -100px;
}

.testimonial-box p {
    color: var(--input-color);
}


/*========== review CSS end ============*/


/*========== gallery CSS start ============*/

.gallery-img {
    height: 456px;
}

.gallery-slider .slide-arrow.prev-arrow.slick-arrow {
    right: auto;
}

.gallery-slider .slide-arrow.slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
}

.gallery-slider .slick-list {
    width: calc(100% + 70vw);
    padding-right: 58vw;
}

/*========== gallery CSS end ============*/


/*========== coupon CSS start ============*/

.coupon {
    position: relative;
    padding: 125px 0 0px;
    overflow: hidden;
}

.coupon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.9;
}

.coupon-text {
    margin: 0 100px;
    text-align: center;
}

.coupon .h2-title,
.coupon p,
.coupon .h3-title {
    color: var(--white-color);
}

.coupon-box {
    background-color: var(--input-color);
    padding: 48px 0;
    border-radius: 10px;
}

.coupon .h3-title {
    font-size: 25px;
    line-height: 25px;
}

.coupon-box .h2-title {
    font-size: 58px;
    margin: 28px 0;
}

.coupon-box .sec-btn {
    width: 262px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.coupon-box .sec-btn:hover {
    background-color: var(--secondary-color);
}

.coupon-box {
    margin-top: 65px;
}

.coupon-text p {
    padding: 0 150px;
}


/*========== coupon CSS end ============*/


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

.footer-branding {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 3;
    align-items: center;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 53vw;
    height: calc(100% + 70px);
    z-index: -1;
    transform: skewX(-10deg);
    overflow: hidden;
}

.footer-bg .back-img {
    position: absolute;
    left: 50%;
    width: 115%;
    z-index: -1;
    height: 100%;
    transform: translate(-50%, 0) skewX(10deg);
    background-position: top left;
}

.footer-branding a img {
    position: relative;
    z-index: 1;
}

.footer-bg .back-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    background-color: var(--secondary-color);
}

.site-footer {
    position: relative;
    padding-top: 205px;
}

.footer-text p,
.footer-text a {
    color: var(--primary-color);
}

.footer-text {
    position: relative;
    padding: 90px 100px 75px 50px;
    height: 100%;
}

.footer-text .header-call,
.footer-text .header-address,
.footer-text .header-fb,
.bannre-content .header-call,
.bannre-content .header-address,
.bannre-content .header-fb {
    text-align: left;
    margin-bottom: 30px;
}

.footer-text .header-fb {
    margin-bottom: 0;
}

.footer-text .header-fb a {
    color: var(--white-color);
}

.footer-text:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
}

.footer-bottom-box {
    position: relative;
    padding: 40px 0;
    background-color: #F7F7F7;
}

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

.copy-right,
.footer-other-link {
    display: flex;
}

.copy-right p,
.footer-other-link p,
.footer-other-link a {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 0;
    color: var(--input-color);
}

.footer-bottom-link {
    display: inline-block;
    text-align: center;
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid var(--input-color);
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 15px;
    color: var(--input-color);
    transition: 0.3s;
}

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

.footer-other-link p a {
    color: var(--input-color);
    font-weight: bold;
    transition: 0.3s;
}

.footer-other-link p a:hover {
    color: var(--dark-color);
}

.footer-other-link p i {
    color: var(--secondary-color);
}

.footer-bottom-link ul li a:hover,
.footer-other-link p a:hover {
    color: var(--secondary-color);
}

.footer-text .header-call a {
    font-size: 35px;
    line-height: 44px;
}

.footer-text p {
    color: var(--input-color);
    margin-bottom: 20px;
}

.footer-text .header-address a {
    color: var(--text-color);
}

.footer-text .header-address a:hover {
    color: var(--secondary-color);
}


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


/*==========service-page CSS start==========*/

.inner-banner .bannre-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-right: 40px;
}

.inner-banner .sub-title {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-family: var(--title-font);
    margin-bottom: 20px !important;
}

.service-info {
    position: relative;
    background-color: #272727;
    padding-bottom: 160px;
}

.service-info-box {
    background-color: var(--input-color);
    color: var(--white-color);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}

.service-info-box p {
    color: var(--white-color);
}

.service-info-box img {
    border-radius: 10px;
}

.service-text.overflow-text {
    height: 240px;
}

.service-info-box .h2-title {
    color: var(--white-color);
    margin-top: 40px;
    margin-bottom: 30px;
}

.service-page-img {
    height: 242px;
    border-radius: 10px;
}

.service-detail {
    position: relative;
    --service-space: -285px;
    top: var(--service-space);
    margin-bottom: var(--service-space);
}

.main-banner.inner-banner.service-banner-big {
    padding-bottom: 415px;
    padding-top: 310px;
}

.contact-page .bannre-content {
    padding-right: 130px;
}

.service-text.overflow-text p:first-child {
    margin: 0;
}

/*==========service-page CSS End==========*/

.bannre-content .header-call a,
.bannre-content .header-address a,
.bannre-content .header-fb {
    color: var(--white-color);
}

.bannre-content .header-call a i,
.bannre-content .header-address a i {
    color: var(--white-color);
}

.contact-form .submit-btn .sec-btn {
    background-color: var(--secondary-color);
    border: none;
    color: var(--white-color);
    width: 170px;
}

.bannre-content .header-call a:hover,
.bannre-content .header-call a:hover i {
    color: var(--secondary-color);
}

.bannre-content .header-address a:hover,
.bannre-content .header-address a:hover i,
.bannre-content .header-mail a:hover,
.bannre-content .header-mail a:hover i {
    color: var(--secondary-color);
}

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

.contact-page .inner-banner .bannre-content p {
    margin-bottom: 40px;
    padding-right: 0;
}

.bannre-content .header-call a {
    font-size: 35px;
    line-height: 44px;
}

.contact-page .main-banner.inner-banner {
    padding-bottom: 115px;
    padding-top: 305px;
}

.contact-page .contact-form {
    margin-left: 70px;
}

.contact-page .contact-form span.wpcf7-not-valid-tip,
.contact-page .contact-form .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    color: var(--white-color);
}

.contact-page .contact-form .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid var(--white-color);
}



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

.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: .3s;
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}


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


/*========== Inner Page CSS end ==========*/

.main-banner.inner-banner {
    padding: 290px 0 184px 0;
    position: relative;
}

.main-banner.common-banner {
    padding: 270px 0 122px;
}

.main-banner.common-banner .h1-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
}

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

.main-banner.inner-banner .h1-title {
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 35px;
}

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

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--secondary-color);
}

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

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

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

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: .3s;
    color: var(--primary-color);
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--secondary-color) !important;
}

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

.privacy-content .list-disk li,
.entry-content .list-disk li {
    list-style: disc;
}


/*========== Inner page CSS end ==========*/


/*========== Thank You Page CSS Start ==========*/

.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 :is(h6, .h6-title) {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: 0.3s;
}

.thank-text p a:hover {
    color: var(--secondary-color);
}


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


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

.error-404 {
    text-align: center;
}

.error-404 img {
    width: 70%;
    height: auto;
}


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


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

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

.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

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

.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(--dark-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);
}


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


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

.main-seo-content {
    position: relative;
    padding: 80px 0;
}

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

.excerpt-content p a {
    color: var(--primary-color);
    transition: 0.3s;
}

.excerpt-content p a:hover {
    color: var(--secondary-color);
}

.excerpt-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: var(--primary-color);
}


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


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

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

.type-post:last-child {
    margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: 0.3s;
    color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--yellow-color);
}

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

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

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

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

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

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

.type-post .entry-meta {
    margin: 15px 0;
}

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

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

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

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-form label {
    width: 100%;
}

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

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .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);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--yellow-color);
    color: var(--secondary-color);
}

.entry-content {
    margin: 0;
}

.comment-form {
    font-size: 0;
    line-height: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form p {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
    width: 50%;
    display: inline-block;
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 0;
    box-shadow: none;
    background: var(--white-color);
    border: 1px solid var(--common-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background: var(--black-color);
    border: 1px solid var(--common-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

p.comment-form-cookies-consent {
    padding-left: 20px;
    margin-left: 15px;
    padding-right: 30px;
}

p.comment-form-cookies-consent>input {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0;
    -webkit-appearance: checkbox;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0 !important;
}

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

.form-submit .submit {
    width: 170px;
    height: 46px;
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: bold;
    border: none;
    border-radius: 40px;
    outline: none !important;
    transition: 0.3s;
}

.form-submit .submit:hover {
    background: var(--yellow-color);
    color: var(--secondary-color);
}

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

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

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

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

.widget ul,
.widget ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

.wp-block-latest-comments__comment {
    list-style: disc;
}

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

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--yellow-color);
}

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

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--yellow-color);
    text-decoration: none !important;
}

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

.comment-reply-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.comment-reply-title small a:hover {
    color: var(--yellow-color);
}

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

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

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: 0.3s;
}

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

.result-pagination li a,
.result-pagination li,
.result-pagination .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(--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:first-child {
    margin-left: 0;
}

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

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--common-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    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 {
    width: auto;
    padding: 0 15px;
}


/*========== End of Blog CSS ==========*/


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

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

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

@media screen and (max-width: 1499px) {
    .main-banner {
        background-position: center;
    }

    .about-content:before {
        width: 66vw;
    }

    .about-content {
        padding: 150px 0;
    }

    .footer-text:before {
        width: 602vw;
    }

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

    .testimonial {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .header-call a {
        font-size: 24px;
    }

    .main-navigation li {
        margin-inline: 10px;
    }

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

    .about-content:before {
        right: -100px;
    }

    .about-content {
        padding: 100px 0;
    }

    .footer-text {
        padding: 60px 60px 30px 10px;
    }

    .testimonial-box {
        padding: 40px 30px 30px;
    }

    .coupon-text p {
        padding: 0;
    }

    .inner-banner .banner-btn .sec-btn {
        width: 250px;
    }

    .service-detail {
        --service-space: -250px;
    }

    .service-info-box .h2-title {
        margin-top: 25px;
        font-size: 30px;
    }

    .service-info-box img {
        height: 230px;
    }

    .service-info {
        padding-bottom: 100px;
    }

    .contact-page .bannre-content {
        padding: 0;
    }

    .about-text,
    .about-info {
        padding-right: 0px;
        margin-top: 0;
        width: 100%;
    }

    .about-img {
        min-height: 550px;
    }

    .contact-page .contact-form {
        margin-left: 0px;
    }

    .main-service-content {
        padding: 60px 50px 60px;
    }

    .service-tab ul li.slick-active {
        font-size: 16px;
    }

    .inner-banner .bannre-content p {
        padding: 0;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .contact-page .inner-banner .bannre-content p {
        margin-bottom: 20px;
    }

    .main-banner.common-banner {
        padding: 240px 0 110px;
    }

}

@media screen and (max-width: 991px) {

    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }

    .for-mob {
        display: block !important
    }

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

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

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

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

    .site-header {
        height: 80px;
    }

    .site-header .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .menu-toggle {
        position: fixed;
        top: 0;
        right: 82px;
        width: 82px;
        height: 82px;
        background: var(--dark-color);
        padding: 0;
        border: none;
        outline: none !important;
        z-index: 101;
    }

    .menu-toggle span {
        width: 35px;
        height: 4px;
        background: var(--secondary-color);
        display: block;
        border-radius: 1px;
        margin: 0 auto 6px auto;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 13px;
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -7px;
    }

    .toggled .header-mobile-menu {
        opacity: 1;
        height: 100vh;
    }

    .header-mobile-menu::-webkit-scrollbar {
        width: 3px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation li {
        margin-inline: 0;
    }

    .main-navigation ul {
        text-align: left;
        display: inline-block;
        padding-top: 10vh;
    }

    .main-navigation ul li {
        display: block;
        margin-left: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 4.4vh;
    }

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

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 28px;
        padding-top: 0;
        padding-bottom: 9px;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children>a:after {
        top: 45%;
        color: var(--white-color);
    }

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

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

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 0;
        left: 15px !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 10px;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

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

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

    .main-navigation li a:before {
        bottom: -8px;
    }

    .header-mobile-menu {
        position: fixed;
        top: 82px;
        left: 0;
        width: 100vw;
        height: 0;
        background: var(--dark-color);
        padding: 0vh 6vh;
        overflow: hidden;
        transition: 0.5s;
        z-index: 100;
    }

    .site-header {
        background: var(--white-color);
        height: 82px;
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    }

    .header-top {
        display: none;
    }

    .site-branding {
        width: 200px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 101;
    }

    .main-navigation ul li {
        padding-left: 0;
        margin-left: 0;
    }

    .header-menu {
        background: transparent;
    }

    .site-header .header-call {
        width: 82px;
        height: 82px;
        background-color: var(--secondary-color);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
    }

    .site-header .header-call a i {
        font-size: 25px;
        color: var(--white-color);
        margin: 0;
    }

    .bannre-content .h1-title span {
        display: initial;
    }

    .main-banner,
    .main-banner.inner-banner {
        padding: 250px 0 130px;
        background-position: center;
    }

    .main-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--dark-color);
        opacity: 0.7;
    }

    .about-img {
        height: 420px;
        width: 100%;
        margin-bottom: 30px;
        min-height: unset;
    }

    .about-content:before {
        display: none;
    }

    .about-content {
        background: transparent;
    }

    .about-content a,
    .about-content p {
        color: var(--primary-color);
        margin-top: 0;
    }

    .about-content .h4-title {
        color: var(--secondary-color);
        margin-bottom: 15px;
    }

    .about-content {
        padding: 0;
        display: block;
    }

    .about {
        padding: 60px 0;
    }

    .dropdown-tabbing {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        height: 90px;
        overflow-y: hidden;
    }

    .main-service-img-wp .back-img {
        width: 100%;
    }

    .main-service-img-wp {
        height: 450px;
    }

    .main-service-content {
        margin-top: 40px;
        padding: 50px;
        box-shadow: none;
    }

    /* .testimonial-img {
        position: relative;
    } */
    .testimonial {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .our-services {
        padding-top: 0;
        padding-bottom: 0;
    }

    .service-slider-box {
        margin: 0 7px;
    }

    .service-tab {
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .testimonial-text {
        height: 140px;
    }

    .review-info {
        position: relative;
        /* background-color: var(--primary-color); */
        background-color: transparent;
        padding-bottom: 100px;
    }

    .review-slider .slick-list {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .review-slider .slick-list:before {
        display: none;
    }

    .coupon {
        padding-top: 60px;
    }

    .coupon-text {
        margin: 0;
    }

    .footer-bg {
        position: absolute;
        left: 50%;
        width: 100vw;
        transform: translate(-50%, 0) skewX(0deg);
    }

    .footer-text:before {
        width: 100vw;
        right: 50%;
        transform: translate(-50%, 0);
        z-index: -1;
    }

    .footer-bg .back-img {
        display: none;
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-link {
        margin: 15px 0;
    }

    .site-footer {
        text-align: center;
        padding-top: 90px;
    }

    .footer-text .header-call,
    .footer-text .header-address,
    .footer-text .header-fb,
    .bannre-content .header-call,
    .bannre-content .header-address,
    .bannre-content .header-fb {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-branding {
        display: block;
        width: 100%;
        text-align: center;
    }

    .footer-text p,
    .footer-text a {
        color: var(--white-color);
    }

    .footer-text .header-call a i,
    .footer-text .header-address a i {
        color: var(--white-color);
    }

    .footer-text .header-call a:hover i,
    .footer-text .header-address a:hover i {
        color: var(--secondary-color);
    }

    .footer-bottom-link ul li:first-child {
        border: 0;
    }

    .footer-text {
        padding: 30px 0 60px;
    }

    .service-detail {
        --service-space: 0px;
    }

    .service-info-box img {
        height: auto;
    }

    .service-info {
        padding: 60px 0 40px;
    }

    .service-info-box {
        margin-bottom: 30px;
        padding-bottom: 60px;
        height: auto;
    }

    .service-page-img {
        height: 300px;
    }

    .dropdown-tabbing::-webkit-scrollbar {
        height: 4px;
    }

    .dropdown-tabbing::-webkit-scrollbar-thumb {
        background: var(--primary-color);
    }

    .dropdown-tabbing::-webkit-scrollbar-track {
        background: var(--secondary-color);
    }

    .main-banner.inner-banner.service-banner-big {
        padding-bottom: 160px;
    }

    .inner-banner .banner-btn .sec-btn {
        width: 270px;
    }

    .contact-page .bannre-content .header-call,
    .contact-page .bannre-content .header-address,
    .contact-page .bannre-content .header-fb {
        text-align: left;
    }

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

    .footer-text .header-address a {
        color: var(--white-color);
    }

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

    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner-big {
        padding-top: 210px;
    }

    .contact-page .main-banner.inner-banner {
        padding-top: 180px;
    }

    .main-banner.common-banner {
        padding: 170px 0 110px;
    }

    .testimonial-img:before {
        background: linear-gradient(to top, var(--primary-color) 50%, transparent);
    }

}

@media screen and (max-width: 767px) {
    .h1-title {
        font-size: 65px;
    }

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

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

    .main-service-content .h3-title {
        font-size: 35px;
    }

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

    .error-404 img {
        width: 100%;
    }

    .modal-dialog {
        max-width: unset;
        width: calc(100vw - 60px);
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner {
        padding-top: 170px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .main-banner.common-banner {
        padding: 160px 0 80px;
    }
}

@media screen and (max-width: 575px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter));
    }

    .site-branding {
        width: 180px;
    }

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

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

    .bannre-content p {
        font-size: 20px;
    }

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

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

    .about-img,
    .main-service-img-wp,
    .gallery-img {
        height: 350px;
    }

    .service-tab {
        padding: 15px 0;
    }

    .coupon-box {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .coupon .h3-title {
        font-size: 22px;
    }

    .coupon-box .h2-title {
        font-size: 40px;
        margin: 15px 0;
    }

    .main-service-content {
        margin-top: 25px;
        padding: 30px;
    }

    .main-service-content .h3-title {
        font-size: 27px;
        line-height: 35px;
    }

    .service-tab ul li {
        padding: 15px 30px;
    }

    .coupon-box .sec-btn {
        width: 230px;
    }

    .footer-branding a img {
        width: 270px;
    }

    .footer-text {
        padding: 40px 0;
    }

    .thank-text {
        padding-top: 80px;
    }

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

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

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

    .popup-title .h2-title {
        font-size: 25px;
    }

    .common-popup-text {
        padding: 15px !important;
    }

    .modal-content .sec-btn.red-btn {
        width: 190px;
        height: 46px;
    }

    .service-page-img {
        height: 250px;
    }

    .service-info-box .h2-title {
        margin: 15px 0;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 42px;
        line-height: 50px;
    }

    .contact-form .submit-btn .sec-btn {
        height: 46px;
    }

    .service-tab ul li.slick-active {
        font-size: 16px;
    }

    .footer-text .header-call a {
        font-size: 25px;
        line-height: 35px;
    }

    .bannre-content .header-call a {
        font-size: 25px;
    }

    .contact-page .inner-banner .bannre-content p {
        margin-bottom: 20px;
    }

    .contact-page .bannre-content .header-call,
    .contact-page .bannre-content .header-address,
    .contact-page .bannre-content .header-fb {
        margin-bottom: 25px;
    }

    .contact-page .main-banner.inner-banner {
        padding-top: 150px;
    }

    .testimonial-text {
        height: 185px;
    }

    .main-banner.common-banner .h1-title {
        font-size: 45px;
        line-height: 55px;
    }
    .testimonial-img:before{
        background: linear-gradient(to top, var(--primary-color) 60%, transparent);
    }
}

@media screen and (max-width: 400px) {

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

    .site-header {
        height: 70px;
    }

    .site-branding {
        width: 150px;
    }

    .site-header .header-call {
        width: 70px;
        height: 70px;
    }

    .header-mobile-menu {
        top: 70px;
        padding: 0 3vh;
    }

    .main-navigation ul li a {
        font-size: 20px;
    }

    .modal-dialog {
        width: calc(100vw - 30px);
    }

    .common-popup-text {
        padding: 20px 15px;
    }

    .site-branding {
        left: 15px;
    }

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

    .main-banner,
    .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner-big {
        padding-top: 180px;
        padding-bottom: 110px;
    }

    .about-img,
    .main-service-img-wp,
    .gallery-img {
        height: 280px;
    }

    .about-content .h4-title {
        font-size: 20px;
        line-height: 25px;
    }

    .service-tab ul li.slick-active {
        padding: 12px 20px;
    }

    .main-service-content .h3-title {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .service-tab ul li {
        padding: 15px;
    }

    .review-slider {
        margin-top: 10px;
    }

    .quote {
        width: 56px;
        height: 36px;
    }

    .testimonial-box {
        padding: 40px 20px 30px;
    }

    .gallery-slider .slide-arrow.slick-arrow {
        width: 40px;
        height: 50px;
    }

    .menu-toggle {
        right: 70px;
        width: 70px;
        height: 70px;
    }

    .about {
        padding: 60px 0 10px;
    }

    .service-tab {
        padding-top: 0;
    }

    .h2-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .coupon .h3-title {
        font-size: 19px;
    }

    .coupon-box .h2-title {
        font-size: 35px;
        margin: 15px 0;
    }

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

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 10px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    .popup-title .h2-title {
        font-size: 22px;
    }

    .common-popup-text {
        padding: 20px 15px !important;
        max-height: 75vh;
    }

    .service-info-box {
        padding: 15px 15px 40px 15px;
    }

    .service-info-box .h2-title {
        font-size: 22px;
    }

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

    .privacy-content h2,
    .entry-content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .main-service-content {
        padding: 30px 20px;
    }

    .service-page-img {
        height: 200px;
    }

    .main-banner.inner-banner,
    .contact-page .main-banner.inner-banner,
    .main-banner.inner-banner.service-banner-big {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .main-banner.common-banner {
        padding: 140px 0 80px;
    }
    .testimonial-img:before{
        background: linear-gradient(to top, var(--primary-color) 70%, transparent);
    }
}


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