/*!
Theme Name: pioneer-door
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: pioneer-door
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.

pioneer-door is based on Dotcom Design https://www.dotcomdesign.com/

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


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

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


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


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


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


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


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

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


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


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

body {
    margin: 0;
    font-family: 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(--text-color);
    font-size: 16px;
    line-height: 30px;
}

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 {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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


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

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

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

    .main-navigation .menu li.menu-item-has-children:hover:after {
        transform: translate(0, -60%) rotate(180deg);
        color: var(--primary-color);
    }
}

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


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

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

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

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

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

@font-face {
    font-family: 'Open Sans';
    src: url('assets/fonts/OpenSans-Regular.eot');
    src: url('assets/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/OpenSans-Regular.woff2') format('woff2'), url('assets/fonts/OpenSans-Regular.woff') format('woff'), url('assets/fonts/OpenSans-Regular.ttf') format('truetype'), url('assets/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    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: 18px;
    right: 20px;
    pointer-events: none;
    color: #007644;
    font-size: 18px;
}

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

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

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    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);
}

.contact-form-sec .contact-form .form-input::-ms-input-placeholder {
    color: var(--dark-color) !important;
}

.contact-form-sec .contact-form .form-input::-webkit-input-placeholder {
    color: var(--dark-color) !important;
}

.contact-form-sec .contact-form .form-input::-moz-placeholder {
    color: var(--dark-color) !important;
}

.contact-form-sec .contact-form .form-input::placeholder,
.contact-form-sec .contact-form select {
    color: var(--dark-color) !important;
}

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

.form-input.wpcf7-textarea {
    height: 146px;
    resize: none;
    padding: 23px 34px;
    display: block;
}

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

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

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--red-color) !important;
    color: var(--red-color) !important;
}


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


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

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

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

.h1-title {
    font-size: 80px;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--white-color);
}

.h2-title {
    font-size: 45px;
    color: var(--secondary-color);
    line-height: 50px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

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

.h4-title {
    font-size: 25px;
    line-height: 35px;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 300;
}

.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,
.footer-bottom-link li a:hover {
    color: #007644;
    text-decoration: underline !important;
    transition: 0.3s;
    /* line-height: 25px; */
}

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

a:hover {
    color: initial;
}


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


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

:root {
    --primary-color: #9F446C;
    --secondary-color: #004226;
    --dark-color: #202224;
    --text-color: #3E3E3E;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --gradient-color: linear-gradient(to bottom, rgba(241, 135, 81, 1) 0%, rgba(225, 92, 31, 1) 100%);
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
    --input-color: var(--white-color);
    --white-input-color: #ffffff;
    --body-font: 'Open Sans';
    --title-font: 'Montserrat';
    --scrollbar-track-color: #D6D6D6;
    --scrollbar-thumb-color: #004226;
    --overlay-color: 7, 9, 36;
}

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

.wow {
    visibility: hidden;
}

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

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

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

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

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

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

.lear-more {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: var(--white-color);
    text-decoration: underline !important;
    text-transform: uppercase;
}

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


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


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

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

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    border-radius: 0;
    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: 0;
}

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

.modal-content {
    border: none;
    border-radius: 0;
    background: var(--dark-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%;
}

.modal-body .contact-form {
    padding: 0;
    margin: 0;
}

.modal-title.h3-title {
    color: var(--white-color);
    margin-bottom: 30px;
}

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

.modal-body .contact-form .col-lg-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.modal-body .contact-form .form-input {
    padding: 0 15px;
}

.modal-body .contact-form .form-input.wpcf7-textarea {
    padding-top: 10px;
    height: 120px;
}

.modal-body .contact-form .sec-btn.sm-btn {
    width: 200px;
}


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


/*==========Button CSS==========*/

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

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

.sec-btn.sm-btn {
    height: 58px;
    background-color: var(--primary-color);
    border: 0;
    transition: var(--transition);
}

.sec-btn.outline-btn {
    background: transparent;
    color: var(--dark-color);
    border-color: var(--dark-color);
}

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

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

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


/*==========Button CSS End==========*/


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

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

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

.slick-dots li {
    width: 15px;
    height: 16px;
    margin: 0 4px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    border: 0;
    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(--white-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;
    top: -3px;
    right: 15px;
    width: 69px;
    height: 64px;
    padding: 0;
    border: none !important;
    background-color: var(--secondary-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: bold;
    font-size: 25px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.prev-arrow.slick-arrow,
.slide-arrow.gallery-prev-arrow.slick-arrow {
    margin-right: 100px;
}

.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: 6px;
    background: var(--scrollbar-track-color);
}

.simplebar-scrollbar {
    right: 0;
    z-index: 66;
    background: var(--scrollbar-thumb-color);
    opacity: 1 !important;
    border-radius: 0;
    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;
}


/* width */

.testimonial-box .overflow-text::-webkit-scrollbar {
    width: 6px !important;
    opacity: 1 !important;
    display: block !important;
}


/* Track */

.testimonial-box .overflow-text::-webkit-scrollbar-track {
    background: var(--scrollbar-track-color) !important;
    opacity: 1 !important;
}


/* Handle */

.testimonial-box .overflow-text::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-color) !important;
    opacity: 1 !important;
}

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

.overflow-text ul {
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.overflow-text ul li,
.faq-text .overflow-text ul li {
    position: relative;
    color: var(--dark-color);
    padding-left: 15px;
}

.overflow-text ul li:before,
.faq-text .overflow-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--dark-color);
    border-radius: 10px;
}


/*==========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,
.overflow-text ul li:before {
    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==========*/


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

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

.site-header .container {
    padding-top: 45px;
}

.site-header.sticky_head .container {
    padding-block: 5px;
}

.site-header:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 100%;
    background-image: url(assets/images/header-shape.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -43px;
    left: 0;
    transition: var(--transition);
    opacity: 1;
    pointer-events: none;
}

.site-header.sticky_head {
    padding: 5px 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.site-header.sticky_head:before {
    opacity: 0;
}

.top-header {
    height: 44px;
    background-color: var(--secondary-color);
}

.top-header .container {
    padding: 0 !important;
}

.top-header a {
    color: var(--white-color);
    display: inline-block;
    text-decoration: underline !important;
    font-size: 14px;
    height: 100%;
    margin: 0;
}

.top-header .row {
    align-items: center;
    height: 40px;
    transition: var(--transition);
}

.site-header.sticky_head .top-header {
    display: none;
}

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

.menu-menu-1-container .menu.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

.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(--secondary-color);
    font-size: 20px;
    line-height: 50px;
    font-family: var(--title-font);
    font-weight: 900;
}

.main-navigation .menu li a:hover {
    color: var(--primary-color)
}

.main-navigation .menu li.header-logo {
    margin: 0;
    margin-left: 5px;
    margin-right: 33px;
    width: 420px;
}

.site-header.sticky_head .main-navigation .menu li.header-logo {
    margin: 0 25px;
}

.main-navigation .menu .header-logo a {
    color: transparent !important;
    width: 100%;
    height: 72px;
    position: relative;
    transition: .3s;
    z-index: 141;
}

.main-navigation .menu .header-logo a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 77px;
    background-image: url('https://www.pioneerdoorco.com/wp-content/uploads/2022/05/Pioneer_Door_Logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
}

.site-header.sticky_head .main-navigation .menu li.header-logo a:after {
    transform: translate(0, -50%) scale(0.7);
}

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

.main-navigation .menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    display: inline-block;
    width: 250px;
    height: auto;
    background: var(--white-color);
    z-index: 9;
    top: 40px;
    left: -80px;
    padding: 15px 10px;
    box-shadow: var(--box-shadow);
    margin-top: 30px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    margin: 0;
}

ul.sub-menu li:hover {
    background-color: var(--primary-color) !important;
}

ul.sub-menu li {
    background-color: transparent;
}

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

ul.sub-menu li:hover a {
    color: var(--white-color) !important;
}

ul.sub-menu lia {
    transition: var(--transition);
}

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

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

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

.main-navigation .menu li.menu-item-has-children ul.sub-menu li {
    padding: 0 !important;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li:last-child {
    margin: 0;
}

.main-navigation .menu li.menu-item-has-children ul.sub-menu li a {
    color: var(--secondary-color);
    transition: .3s;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 20px;
    justify-content: flex-start;
}


/*==========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: 495px 0 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 0% 0% 0% 76vw / 0% 0% 0% 3.1vw;
    background-color: var(--white-color);
}

.main-banner:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.1vw;
    left: 0;
    width: 100vw;
    height: 5vw;
    min-height: 95px;
    background-image: url('assets/images/banner-bottom-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.main-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, #000000, transparent);
    z-index: 0;
    border-radius: 0% 0% 0% 76vw / 0% 0% 0% 3.1vw;
}

.banner-content {
    position: relative;
    z-index: 2;
}


.dealer-information {
    background-color: var(--white-color);
    padding: 30px;
    max-width: 640px;
    margin: 50px auto 0;
    position: relative;
}

.dealer-information p {
    color: var(--secondary-color);
    font-weight: 700;
    line-height: 1.625;
    margin-bottom: 25px;
    font-size: 16px;

}

.dealer-information .sec-btn {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

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

h3.sub-title {
    font-size: 30px;
    line-height: 45px;
    font-family: var(--body-font);
    font-weight: normal;
    color: var(--white-color);
}

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

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


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


/*========== About Us Sec CSS Start ==========*/

.about-us {
    position: relative;
    background-color: var(--white-color);
    padding-bottom: 105px;
}

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

.about-us-content .overflow-text {
    margin-top: 45px;
    padding-right: 35px;
    height: 400px;
}

.about-us .about-us-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.about-us-img .back-img {
    background-size: contain;
}


/*========== About Us Sec CSS End ==========*/


/*========== Service Sec CSS Start ==========*/

.service-sec {
    position: relative;
    padding: 50px 0 162px;
    background-color: var(--secondary-color);
}

.service-sec:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100vw;
    height: 95px;
    background-image: url('assets/images/about-bottom-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.service-row {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    pointer-events: auto;
}

.service-img {
    width: calc(100% + 330px);
    height: 100%;
    z-index: 0;
    position: relative;
}

.service-content-box {
    padding: 80px 95px;
    background-color: var(--dark-color);
    width: calc(100% - 60px);
    height: 370px;
    position: relative;
    z-index: 1;
    margin: 60px 0;
    margin-left: auto;
}

.service-content-box .h3-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: var(--white-color);
    text-transform: uppercase;
}

.service-sec .title {
    margin-bottom: 56px;
}

.service-row.even .service-content-box {
    margin-right: auto;
    margin-left: 0;
    padding-right: 90px;
}

.service-row.even .service-img {
    float: right;
}


/*========== Service Sec CSS End ==========*/


/*========== Awards Sec CSS Start ==========*/

.awards-sec {
    position: relative;
    padding-bottom: 195px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
}

.awards-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: .88;
    pointer-events: none;
}

.coupon-row {
    position: relative;
    top: -118px;
}

.coupon-box {
    text-align: center;
    background-color: var(--white-color);
    padding: 43px 30px;
    box-shadow: 0 2px 30px rgb(0 0 0 / 13%);
}

.coupon-box span {
    font-size: 18px;
    line-height: 25px;
    font-family: var(--title-font);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--dark-color);
}

.coupon-box span strong {
    display: block;
    font-size: 30px;
    margin-top: 13px;
}

.coupon-note p {
    color: var(--white-color);
    text-align: right;
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 14px;
    line-height: 1.375;
    margin-top: 4px;
}

.awards-row {
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.award-slider {
    margin-top: 37px;
}

.award-slider .col-lg-2 {
    padding: 0 6px;
}

.awards-box-wp {
    padding: 0 6px;
}

.brands-slider {
    margin: 0 6px;
}

.brands-slider .slick-track {
    display: flex;
    justify-content: center;
}

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

.awards-img {
    background-color: var(--white-color);
    padding: 12px 10px;
    box-shadow: 0 2px 30px rgb(0 0 0 / 13%);
}

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

.awards-box span {
    font-size: 14px;
    line-height: 19px;
    padding: 0 36px;
    display: block;
    margin-top: 15px;
}


/*========== Awards Sec CSS End ==========*/


/*========== Testimonials Sec CSS Start ==========*/

.testimonials-sec {
    position: relative;
    background-color: #007644;
    padding: 100px 0 130px;
}

.testimonials-sec:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100vw;
    height: 91px;
    background-image: url('assets/images/testimonials-shape.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.testimonials-sec .title {
    margin-bottom: 66px;
}

.testimonial-slider .slick-list.draggable {
    width: calc(100% + 700px);
    padding-right: 680px;
}

.testimonial-slider .col-lg-6 {
    max-width: 100%;
    padding: 0 30px;
}

.testimonial-box {
    position: relative;
    padding: 40px 45px 40px 95px;
    display: flex;
    align-items: center;
    background-color: var(--dark-color);
    box-shadow: 0 20px 40px rgb(0 0 0 / 16%);
    opacity: 0.3;
    transition: var(--transition);
    height: 345px;
}

.testimonial-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 117px;
    top: 50%;
    left: -19px;
    transform: translate(0, -50%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 16%);
    background-color: var(--white-color);
}

.testimonial-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: 35px;
    height: 25px;
    transform: translate(0, -50%);
    background-image: url('assets/images/quote.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-box .h4-title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 95px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    margin: 0;
    height: 100%;
    text-align: center;
    transform: translate(0, -50%) scale(-1, -1);
}

.testimonial-box .testimonial-text {
    display: flex;
    align-items: center;
}

.testimonial-box .overflow-text {
    padding-left: 75px;
    position: relative;
    height: auto;
    max-height: 270px;
    overflow: auto;
    padding-right: 10px;
}

.slick-slide.slick-active .testimonial-box {
    opacity: 1;
}

.view-more-reviews a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 25px;
    font-weight: bold;
    color: var(--white-color);
    font-size: 22px;
    text-transform: uppercase;
    transition: 0.3s;
}

.view-more-reviews a:hover {
    color: var(--dark-color);
    padding-right: 28px;
}

.view-more-reviews {
    margin-top: 90px;
    margin-left: 15px;
}

.view-more-reviews a:before {
    content: "\f054";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

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


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

.gallery-sec {
    position: relative;
    padding: 181px 0 202px;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFDFDF;
    opacity: .85;
    pointer-events: none;
}

.gallery-sec .title {
    margin-bottom: 55px;
}

.gallery-sec .h2-title {
    color: #007644;
}

.gallery-img {
    width: 100%;
    height: 250px;
    margin: 5px;
}


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


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

.site-footer {
    padding: 145px 0 0;
    position: relative;
    background-color: var(--dark-color);
    border-radius: 30vw 0 0 0 / 2vw 0 0 0;
    margin-top: -30px;
}

.site-footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -1.9vw;
    left: 0;
    width: 100vw;
    height: 5vw;
    background-image: url('assets/images/footer-shape.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.site-info {
    padding-bottom: 113px;
}


/* .site-info .col-lg-6 {
    pointer-events: none;
} */

.footer-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 30vw 0 0 0 / 2vw 0 0 0;
    overflow: hidden;
}

.footer-map:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .74;
    background-color: var(--dark-color);
    z-index: 1;
    pointer-events: none;
}

.footer-map iframe {
    height: 100%;
    width: 100%;
    mix-blend-mode: luminosity;
}

.footer-details {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 32%;
}

.footer-logo {
    width: 368px;
    position: relative;
    z-index: 1;
}

.footer-logo p {
    color: var(--white-color);
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-inline: 1em;
    margin-top: 15px;
}

.footer-info {
    margin-top: 50px;
}

.footer-info li {
    position: relative;
    background-color: var(--white-color);
    margin-bottom: 15px;
    transition: var(--transition);
}

.footer-info li a {
    color: var(--dark-color);
    font-weight: bold;
    line-height: 24px;
    padding: 7px 30px 8px 87px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    pointer-events: auto;
}

.footer-info li a span.callus {
    color: var(--dark-color);
    font-weight: bold;
}

.footer-info li a span {
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(159 68 108 / 48%);
    transition: var(--transition);
}

.footer-info li a .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    min-height: 63px;
    height: 100%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.social-media a {
    width: 58px;
    min-height: 63px;
    font-size: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    transition: var(--transition);
}

.footer-logo a img::selection {
    background-color: transparent;
}

.social-media a:hover,
.social-media a:hover,
.footer-info li:hover {
    background-color: var(--secondary-color);
}

.footer-info li:hover a,
.footer-info li:hover a span {
    color: var(--white-color);
}

.contact-form {
    padding-left: 147px;
    margin-right: -8vw;
    position: relative;
    pointer-events: auto;
}

.contact-form .h3-title {
    font-size: 30px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-bottom: 28px;
}

.copyright {
    background-color: var(--white-color);
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

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

.footer-bottom-link li:first-child,
.all-services li:first-child {
    border: none;
}

.footer-bottom-link li {
    list-style: none;
    padding: 0 10px 0 10px;
    border-left: 1px solid var(--dark-color);
    line-height: 13px;
    font-size: 14px;
    display: inline-block;
}

.footer-bottom-link li a {
    color: var(--dark-color);
    transition: 0.3s;
    font-size: 13px;
}

.footer-other-link {
    text-align: right;
}

.copyright-right-text p,
.footer-other-link p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    color: var(--dark-color);
}


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


/*========== Service Page CSS Start ==========*/

.inner-banner {
    position: relative;
    padding: 240px 0 50px;
    z-index: 2;
}

.page-template-template-door-opners .inner-banner::before {
    background-image: url(assets/images/door-opener-inner-banner.png);
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('assets/images/inner-banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

.inner-banner .sub-title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: var(--title-font);
    font-weight: 300;
}

.service-detail-sec {
    position: relative;
    padding-block: 120px 160px;
    background-color: #007644;
    margin-top: -65px;
    border-radius: 0% 0% 0% 72vw / 0% 0% 0% 2vw;
}

.service-detail-sec::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.1vw;
    left: 0;
    width: 100vw;
    height: 6.2vw;
    background-image: url('assets/images/service-page-shape.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}

.page-id-233 .contact-page-sec .container {
    pointer-events: none;
}

.page-template-template-contact .contact-form-sec {
    padding: 80px;
}

.service-detail-sec .service-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 645px;
    height: 100%;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
    opacity: .2;
    border-radius: 0% 0% 0% 50vw / 0% 0% 0% 4vw;
    overflow: hidden;
}

.service-page-content {
    margin-top: 130px;
}

.service-page-content .h2-title {
    font-size: 35px;
    line-height: 50px;
    padding-right: 2vw;
    margin-bottom: 40px;
}

.service-page-text.overflow-text {
    height: 220px;
}

.service-page-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 615px;
    margin-left: -8vw;
    z-index: 3;
}

.service-detail-sec .service-row {
    margin-top: 78px;
}

.service-page-text p {
    margin-bottom: 40px;
}

.service-page-text p:last-child {
    margin-bottom: 0;
}

.service-page-box {
    position: relative;
    padding: 65px 65px 73px;
    background-color: var(--dark-color);
    text-align: center;
}

.service-page-box .h3-title {
    padding: 0 3vw;
    margin-bottom: 45px;
    font-size: 25px;
    line-height: 35px;
}

.service-page-box .overflow-text {
    height: 210px;
}

.inner-service-wp {
    position: relative;
    padding: 167px 0;
    background-color: var(--white-color);
    margin-top: 0;
}

.inner-service-wp::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.3vw;
    left: 0;
    width: 100vw;
    height: 5.7vw;
    background-image: url(assets/images/inner-service-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
}

.service-wp-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 645px;
    height: 100%;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
    opacity: .2;
    border-radius: 0 0% 490% 50% / 0% 0% 35% 0px;
    overflow: hidden;
}

.inner-service-wp .service-wp-img .back-img {
    height: 100%;
}

.inner-service-text {
    padding-top: 73px;
    padding-right: 140px;
    position: relative;
    z-index: 1;
}

.inner-service-text .h2-title {
    color: var(--dark-color);
    font-size: 35px;
    margin-bottom: 38px;
}

.inner-service-wp .back-img {
    height: 425px;
}

.inner-service-wp.green-bg-sec {
    background-color: var(--secondary-color);
    padding: 180px 0 155px;
}

.inner-service-wp.green-bg-sec .service-wp-img {
    left: 0;
    right: auto;
    border-radius: 0;
}

.inner-service-wp.green-bg-sec .service-wp-img .back-img {
    background-position: right center;
}

.inner-service-wp.green-bg-sec .inner-service-text {
    padding-right: 0;
    padding-left: 85px;
    padding-top: 103px;
    position: relative;
    z-index: 1;
}

.inner-service-wp.green-bg-sec .inner-service-text .h2-title {
    color: var(--white-color);
    margin-bottom: 25px;
}

.inner-service-wp.green-bg-sec::before {
    -webkit-mask-image: url('assets/images/shape.png');
    z-index: 4;
    background-color: var(--primary-color);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
}

.inner-service-wp.green-bg-sec:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -10px;
    width: 50%;
    height: 100%;
    background: var(--secondary-color);
    transform: rotate(-3deg);
    transform-origin: top left;
    pointer-events: none;
    margin-left: auto;
}

.inner-service-wp:after {
    content: "";
    position: absolute;
    top: -2vw;
    left: -10px;
    width: 50%;
    height: 100%;
    background: var(--white-color);
    transform: rotate(3deg);
    transform-origin: top left;
    pointer-events: none;
    z-index: 0;
}

.brands-sec {
    background-color: var(--primary-color);
    padding: 100px 0 154px;
    position: relative;
}

.brands-sec:after {
    content: "";
    position: absolute;
    top: 12px;
    right: -10px;
    width: 50%;
    height: 100%;
    background: var(--primary-color);
    transform: rotate(-3deg);
    transform-origin: top left;
    pointer-events: none;
    opacity: 0;
}

.awards-sec.brands-sec:before {
    display: none;
}

.brands-sec .title {
    margin-bottom: 40px;
}

.brands-sec .col-lg-2 {
    padding: 0 5px;
}

.brands-sec .awards-img {
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-id-19 .gallery-sec {
    padding-top: 135px;
}


/* .services-nav-sec.sticky_tabbing {
    position: fixed;
    top: 92px !important;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: var(--white-color);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    z-index: 99;
} */

.service-tabbing {
    position: relative;
    padding-block: 170px 120px;
}

.service-tabbing ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service-tabbing ul .service-tab a {
    background-color: rgb(123 123 123 / 10%);
    color: var(--dark-color);
    font-family: var(--title-font);
    font-weight: bold;
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 25px;
    min-height: 45px;
    padding-inline: 15px;
    margin-inline: 5px;
    margin-top: 10px;
    cursor: pointer;
    transition: var(--transition);
}

.service-tabbing ul .service-tab a:hover,
.service-tabbing ul .service-tab.active-tab a {
    background-color: var(--primary-color);
    color: var(--white-color);
    transform: scale(1.08);
    /* box-shadow: 0 2px 30px rgb(0 0 0 / 13%); */
}

.section-padding {
    padding-inline: 197px;
}

.woodgrain-doors-section.section-padding {
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
    background-color: var(--white-color);
}

.section-padding .service-img {
    width: 100%;
    height: 347px;
}

.service-content .h3-title {
    color: #007644;
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    padding-right: 8vw;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.service-content {
    padding-top: 25px;
    padding-right: 7vw;
}

.service-wrap-row {
    margin-top: 65px;
}

.service-wrap-box {
    position: relative;
    background-color: #F1F1F1;
    padding-bottom: 37px;
    margin-bottom: 30px;
}

.service-wrap-box .back-img {
    height: 220px;
}

.service-wrap-content {
    padding-inline: 35px;
    padding-block: 52px 23px;
    /* height: 650px; */
}

.section-padding .h4-title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.service-wrap-content li {
    margin-bottom: 25px;
}

.service-wrap-box .lear-more {
    color: var(--primary-color);
    padding-left: 48px;
}

.aluminum-door {
    position: relative;
    background-color: #F1F1F1;
    padding-block: 185px 290px;
    border-radius: 0% 55vw 0% 0 / 0% 3vw 0% 0;
    z-index: 1;
}

.aluminum-door:before {
    content: "";
    display: block;
    position: absolute;
    top: -1.1vw;
    left: 0;
    width: 100vw;
    height: 5vw;
    background-image: url('assets/images/frame-shape.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}

.aluminum-door::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2vw;
    left: 0;
    width: 100vw;
    height: 9vw;
    background-image: url('assets/images/custom-garage-shape.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    pointer-events: none;
}

.aluminum-door .service-wrap-row {
    margin-top: 40px;
}

.service-content-row {
    position: relative;
    background-color: var(--white-color);
    height: 280px;
    padding-right: 30px;
}

.service-content-row .row {
    align-items: center;
}

.service-content-row .service-content {
    padding: 0;
    display: flex;
    align-items: center;
    height: 280px;
}

.service-content-row .service-content .back-img {
    max-width: 355px;
    height: 100%;
}

.service-content-row .service-content .h4-title {
    text-align: left;
    margin-bottom: 45px;
}

.service-wrap-title {
    padding-inline: 50px;
}

.service-wrap-title .lear-more {
    color: var(--primary-color);
}

.service-content-row ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-height: 135px;
    height: 100%;
}

.service-content-row ul li {
    width: 50%;
    margin-bottom: 23px;
}

.eden-coast-custom.section-padding {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    padding-block: 115px 140px;
}

section.aluminum-door.last-section:after {
    display: none;
}

section.aluminum-door.last-section {
    padding-bottom: 100px;
    margin-top: 20px;
}


/* .section-padding .service-content ul li {
    position: relative;
    padding-left: 15px;
}

.section-padding .service-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    background-color: var(--secondary-color);
} */

.service-content a {
    color: var(--secondary-color);
    font-weight: bold;
    text-decoration: underline !important;
    transition: all 0.5s;
}

.service-content a:hover {
    color: var(--primary-color);
}

.section-padding .h4-title a {
    color: var(--secondary-color);
}

.section-padding .h4-title a {
    text-decoration: none !important;
}

.service-wrap-slider .col-lg-3,
.service-wrap-slider .col-lg-6 {
    max-width: 100%;
}

/* .service-wrap-slider .slick-track{
	width:100% !important;
}
.service-wrap-slider .slick-slide{
	width:auto !important;
} */


/* .rolling-fire-doors::after {
    display: none;
} */

.aluminum-door.rolling-fire-doors {
    padding-bottom: 250px;
}

.haas-commercial-door-slider .slide-arrow.slick-arrow {
    top: auto;
    bottom: -65px;
    width: 56px;
    height: 54px;
}

.haas-commercial-door-slider .slide-arrow.next-arrow.slick-arrow {
    margin: 0;
    right: 0;
}

.haas-commercial-door-slider .slide-arrow.prev-arrow.slick-arrow {
    left: auto;
    right: 0;
    margin-right: 75px;
}


/*========== Service Page CSS End ==========*/


/*========== FAQ Page CSS Start ==========*/

.page-id-27 .service-detail-sec {
    z-index: 1;
    padding: 147px 0 125px;
}

.page-id-27 .gallery-sec {
    margin-top: -100px;
    padding-top: 215px;
}

.faq-page-sec .service-page-bg {
    left: auto;
    right: 0;
    border-radius: 0 !important;
}

.faq-page-content {
    position: relative;
    padding-right: 30px;
    margin-bottom: 60px;
}

.faq-page-content .h5-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 22px;
    font-family: var(--body-font);
}

.faq-page-sec .service-page-img {
    height: 890px;
    margin-left: 7.3vw;
    position: relative;
}

.faq-box {
    margin-bottom: 10px;
    width: 100%;
}

.faq-box h3 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: var(--white-color);
    margin-bottom: 0;
    background-color: var(--secondary-color);
    cursor: pointer;
    font-family: var(--body-font);
}

.faq-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-arrow i {
    font-size: 20px;
    transition: 0.3s;
}

.active-faq .faq-arrow i {
    transform: rotate(180deg);
}

.faq-box h3.active-faq {
    font-weight: bold;
}

.faq-content {
    padding: 25px 30px 57px 40px;
    background-color: var(--white-color);
}

.faq-text .overflow-text {
    height: 235px;
    padding-right: 38px;
}

.faq-text p {
    color: var(--text-color);
}


/*========== FAQ Page CSS End ==========*/


/*========== Contact us Page CSS End ==========*/

.contact-page-sec {
    padding-block: 120px 90px;
}

.contact-page-sec .service-page-bg {
    width: 50%;
    opacity: 1;
    border-radius: 0% 0% 0% 60vw / 0% 0% 0% 3vw !important;
}

.contact-page-sec .map,
.contact-page-sec .map iframe {
    width: 100%;
    height: 100%;
}

.contact-page-sec .map iframe {
    border-radius: 0% 0% 0% 60vw / 0% 0% 0% 3vw !important;
    overflow: hidden;
}

.contact-detail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    pointer-events: auto;
}

.contact-detail .service-page-box {
    text-align: left;
    width: 100%;
    padding: 65px 50px;
    text-align: center;
    margin-top: 30px;
}

.contact-detail .service-page-box .h3-title {
    padding: 0;
}

.contact-form-sec.inner-service-wp::before {
    display: none;
}

.contact-form-sec .contact-form {
    padding: 0;
    margin: 0;
}

.contact-form-sec .contact-form .form-input {
    border-color: var(--dark-color);
    color: var(--dark-color);
}

.contact-form-sec .contact-form .h3-title {
    color: var(--primary-color);
    margin-bottom: 5px;
}

.contact-form-sec .contact-form .sub-title {
    margin-bottom: 15px;
    display: block;
}

.contact-address {
    margin-bottom: 30px;
}

.contact-detail .service-page-box .h4-title {
    font-weight: bold;
    text-transform: capitalize;
}

.contact-address span {
    display: inline-flex;
    margin-bottom: 30px;
    flex-direction: column;
}

.contact-address a {
    color: var(--white-color);
    text-decoration: underline !important;
    font-weight: bold;
    display: inline-block;
}

.contact-form-sec.inner-service-wp:after {
    display: none;
}


/*========== Contact us Page CSS End ==========*/


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

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

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


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


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

.inner-banner.nosidebar-banner {
    padding: 240px 0 80px;
}

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

.main-seo-content .excerpt-content:not([style*="max-height"])::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, var(--white-color), transparent);
    pointer-events: none;
}

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

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

.main-seo-content {
    padding: 60px 0 120px;
}

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

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

.contact-form.seo-form {
    padding: 30px;
    margin: 0;
    background: var(--dark-color);
    z-index: 1;
}

.excerpt-content ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}

.excerpt-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

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


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

.cta-btn {
    position: fixed;
    top: 50%;
    right: -120px;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 98;
    width: auto;
    padding-inline: 30px;
}


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


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

.view_services_text {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

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

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

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

.all-services {
    display: none;
}

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

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

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--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 ==========*/


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

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

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

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

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.single-post .entry-content ul li a:hover {
    text-decoration: underline !important;
    color: var(--dark-color);
}

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

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

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

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

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

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

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

.post-thumbnail img {
    width: 100%
}

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

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

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

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

.entry-content {
    margin: 0
}

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

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

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

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

.comment-form-email {
    margin: 0
}

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

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

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

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

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

.widget ul {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

.thank-text p a {
    text-decoration: underline !important;
    color: var(--dark-color);
}


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


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

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

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

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

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

    .site-header:before {
        height: 160px;
        background-size: cover;
    }

    .main-banner:before {
        height: 127px;
    }

    .service-sec:before {
        height: 130px;
        bottom: 99%;
    }

    .testimonials-sec:before {
        height: 127px;
        bottom: 99%;
    }

    .site-footer:before {
        height: 127px;
    }

    .service-detail-sec::before {
        height: 155px;
        bottom: -26px;
    }

    .inner-service-wp::before {
        height: 145px;
        bottom: -32px;
    }

    .service-detail-sec .service-page-bg {
        border-radius: 0% 0% 0% 36vw / 0% 0% 0% 3vw;
        height: 99%;
    }

    .service-detail-sec {
        border-radius: 0% 0% 0% 90vw / 0% 0% 0% 2.2vw;
    }
}

@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) {
    .main-navigation .menu li {
        margin: 0 2vw;
    }

    .main-navigation .menu li.header-logo {
        width: 380px;
        margin: 0 2vw;
    }

    .contact-form {
        padding-left: 70px;
        margin-right: 0;
    }

    .service-content {
        padding-right: 3vw;
    }

    .service-content .h3-title {
        padding-right: 0;
    }

    .service-wrap-content {
        padding-inline: 20px;
    }

    .service-content-row {
        height: auto;
        padding-right: 15px;
    }

    .service-content-row ul {
        max-height: 100%;
    }

    .service-wrap-title {
        padding-right: 0;
    }

    .section-padding {
        padding-inline: 3vw;
    }

    .aluminum-door {
        border-radius: 10vw 55vw 0% 0 / 1vw 3vw 0% 0;
    }

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

@media(max-width: 1199px) {

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

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

    .main-navigation .menu li a {
        font-size: 18px;
    }

    .main-navigation .menu li.header-logo {
        width: 300px;
    }

    .service-content-box {
        padding: 70px;
    }

    .awards-box span {
        padding: 0 15px;
    }

    .footer-details {
        padding-right: 15%;
    }

    .contact-form {
        padding-left: 30px;
    }

    .copyright .col-lg-4 {
        padding: 0;
    }

    .footer-bottom-link {
        text-align: left;
    }

    .service-page-img {
        width: 500px;
    }

    .service-page-box .h3-title {
        padding: 0;
    }

    .inner-service-text {
        padding-right: 60px;
    }

    .inner-service-wp::before {
        height: 8vw;
    }

    .service-wp-img {
        border-radius: 0 0 49vw 50vw / 0 0 3vw 0;
        width: 50%;
    }

    .service-detail-sec .service-page-bg {
        width: 50%;
    }

    .inner-service-wp.green-bg-sec .inner-service-text {
        padding-top: 40px;
        padding-left: 40px;
    }

    .faq-box h3 {
        padding: 0 60px 0 30px;
    }
}

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

    .for-mob {
        display: block !important
    }

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

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

    .site-header {
        height: 120px;
        background: var(--white-color);
        padding-top: 45px;
    }

    .site-header.sticky_head {
        padding: 0;
        height: 80px;
    }

    .site-header:before {
        bottom: -25px;
        background-size: cover;
    }

    .sticky_head .site-branding.for-mob {
        margin-top: 2px;
    }

    .sticky_head .menu-toggle {
        margin-top: 0;
    }

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

    .top-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 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: 120px;
        height: 100%;
        display: flex;
        align-items: center;
    }

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

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--secondary-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: translateX(0);
    }

    .header-menu {
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 10vh 30px;
        transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow-y: auto;
        transform: translateX(100%);
        background: var(--primary-color);
    }

    .header-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 100%;
        background: var(--secondary-color);
        z-index: 0;
        transition: .5s cubic-bezier(.165, .84, .44, 1);
        transition-delay: .2s;
        pointer-events: none;
    }

    .toggled .header-menu:before {
        height: 100vh;
        transition-delay: .5s;
    }

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

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

    .scrolltop {
        display: none !important;
    }

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

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

    .sec-btn.cta-btn {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(0);
        z-index: 98;
        width: 280px;
        padding-inline: 20px;
    }

    .copyright {
        padding-bottom: 80px;
    }

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

    .main-navigation .menu .header-logo a:after {
        display: none;
    }

    .header-call {
        position: absolute;
        top: 60%;
        transform: translate(0, -50%);
        left: 30px;
        transition: all 0.5s;
    }

    .header-call a {
        color: var(--secondary-color);
        font-size: 25px;
    }

    .site-header.sticky_head .header-call {
        top: 54%;
    }

    .site-branding.for-mob {
        position: absolute;
        width: 300px;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 7px;
        transition: all 0.5s;
    }

    .menu-menu-1-container .menu.nav-menu {
        display: block;
    }

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

    .main-navigation .menu li.menu-item-has-children ul.sub-menu {
        position: relative;
        left: 0;
        box-shadow: none;
        top: 15px;
        padding: 0;
        background: transparent;
        display: none;
    }

    .main-navigation .menu li.menu-item-has-children.active-sub-menu .sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .main-navigation .menu li.menu-item-has-children ul.sub-menu li {
        opacity: 1 !important;
        padding-left: 15px !important;
        transition-delay: unset !important;
    }

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

    .main-navigation .menu li.menu-item-has-children:after {
        top: 25px;
        color: var(--white-color);
    }

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

    .menu-primary-menu-container li:nth-child(1) {
        transition: .5s;
        transition-delay: 0s;
    }

    .toggled .menu-menu-1-container li:nth-child(1) {
        opacity: 1;
        transition: .3s;
        transition-delay: .9s;
    }

    .menu-menu-1-container li:nth-child(2) {
        transition: .4s;
        transition-delay: .1s;
    }

    .toggled .menu-menu-1-container li:nth-child(2) {
        opacity: 1;
        transition: .4s;
        transition-delay: 1s;
    }

    .menu-menu-1-container li:nth-child(4) {
        transition: .4s;
        transition-delay: .2s;
    }

    .toggled .menu-menu-1-container li:nth-child(4) {
        opacity: 1;
        transition: .5s;
        transition-delay: 1.1s;
    }

    .menu-menu-1-container li:nth-child(5) {
        transition: .2s;
        transition-delay: .2s;
    }

    .toggled .menu-menu-1-container li:nth-child(5) {
        opacity: 1;
        transition: .6s;
        transition-delay: 1.2s;
    }

    .main-banner {
        padding: 235px 0 180px;
    }

    .h1-title {
        font-size: 60px;
        line-height: 80px;
        margin-bottom: 10px;
    }

    h3.sub-title {
        font-size: 20px;
        line-height: 30px;
    }

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

    .about-us {
        padding: 65px 0 170px;
    }

    .about-us .about-us-img {
        display: none;
    }

    .about-us .back-img {
        height: 550px;
        margin-top: 40px;
    }

    .about-us .about-us-content {
        padding: 0;
    }

    .about-us-content .overflow-text {
        padding: 0;
        height: 100%;
    }

    .service-content-box {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .service-img {
        height: 350px;
        width: 100%;
    }

    .service-sec {
        padding: 20px 0 168px;
    }

    .coupon-box {
        margin-bottom: 30px;
    }

    .awards-row {
        margin-top: -80px;
    }

    .awards-row .slick-dots {
        text-align: center;
        bottom: -60px;
    }

    .award-slider {
        margin-top: 20px;
    }

    .testimonials-sec {
        padding: 25px 0 95px;
    }

    .view-more-reviews {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 100px;
    }

    .testimonials-sec .title {
        margin-bottom: 52px;
    }

    .testimonial-box:before {
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 211px;
        height: 60px;
    }

    .testimonial-box:after {
        top: -11px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 35px;
        height: 25px;
    }

    .testimonial-slider .slick-list.draggable {
        width: 100%;
        padding: 40px 0 0;
    }

    .testimonial-box {
        padding: 90px 40px;
        display: block;
        text-align: center;
        height: 400px;
    }

    .testimonial-box .overflow-text {
        padding-left: 0;
        height: 200px;
        overflow: visible;
    }

    .testimonial-box .h4-title {
        position: relative;
        transform: unset;
        writing-mode: unset;
        margin-bottom: 10px;
        font-size: 22px;
        top: 0;
        left: 0;
        height: auto;
    }

    .slick-slider-nav,
    .slick-slider-nav1 {
        display: none;
    }

    .slick-dots {
        text-align: center;
        left: 0;
    }

    .gallery-sec,
    .page-id-19 .gallery-sec {
        padding: 70px 0 145px;
    }

    .gallery-sec .title {
        margin-bottom: 45px;
    }

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

    .footer-logo {
        margin: 0 auto;
    }

    .footer-details {
        padding: 0;
        margin-bottom: 50px;
    }

    .contact-form {
        padding: 0;
    }

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

    .footer-other-link,
    .footer-bottom-link,
    .copyright-right-text {
        text-align: center;
    }

    .site-info {
        padding-bottom: 80px;
    }

    .inner-banner::before {
        background-size: cover;
    }

    .inner-banner {
        padding-top: 200px;
        padding-bottom: 60px;
    }

    .service-detail-sec .service-page-bg {
        display: none;
    }

    .service-page-img {
        width: 100%;
        margin: 0;
        height: 400px;
        position: relative;
    }

    .service-page-content .h2-title {
        padding: 0;
        margin-bottom: 15px;
    }

    .service-page-content {
        margin-top: 40px;
    }

    .service-detail-sec .service-row {
        margin-top: 60px;
        margin-bottom: 0;
    }

    .service-page-box .overflow-text {
        height: 100%;
    }

    .service-page-box {
        margin-bottom: 30px;
    }

    .service-detail-sec {
        padding: 145px 0 72px;
    }

    .inner-service-wp {
        padding: 75px 0 108px;
    }

    .service-wp-img,
    .inner-service-wp:after {
        display: none;
    }

    .inner-service-text {
        padding: 0;
    }

    .inner-service-wp .back-img {
        height: 400px;
        margin-top: 40px;
    }

    .inner-service-text .h2-title,
    .inner-service-wp.green-bg-sec .inner-service-text .h2-title {
        margin-bottom: 15px;
    }

    .inner-service-wp.green-bg-sec {
        padding: 85px 0 95px;
    }

    .inner-service-wp.green-bg-sec:after {
        width: 30VW;
        z-index: 0;
        top: -1vw;
        right: 0;
        display: block;
    }

    .inner-service-wp.green-bg-sec .back-img {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .inner-service-wp.green-bg-sec .inner-service-text {
        padding-left: 0;
    }

    .brands-sec {
        padding: 144px 0 110px;
    }

    .brands-sec .title {
        margin-bottom: 10px;
    }

    .brands-sec .awards-img img {
        width: 70%;
        margin: 0 auto;
    }

    .faq-page-content {
        padding: 0;
    }

    .faq-page-sec .service-page-img {
        display: none;
    }

    .page-id-27 .service-detail-sec {
        padding-bottom: 95px;
    }

    .page-id-233 .service-detail-sec .service-page-bg {
        display: block;
        width: 100%;
        position: relative;
        margin-top: -100px;
        height: 400px;
        border-radius: 0 !important;
    }

    .contact-page-sec .map iframe {
        border-radius: 0 !important;
    }

    .page-id-233 .contact-page-sec {
        padding-block: 107px 50px;
    }

    .inner-banner.nosidebar-banner {
        padding: 170px 0 70px;
    }

    .main-navigation.toggled .menu-toggle {
        margin-top: -40px;
    }

    .sticky_head .main-navigation.toggled .menu-toggle {
        margin-top: 0;
    }

    .contact-detail {
        margin-top: -70px;
    }

    .brands-sec:after {
        top: 2px;
    }

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

    .section-padding {
        padding-inline: 0;
    }

    .service-tabbing ul .service-tab {
        padding-block: 5px;
    }

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

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

    .service-tabbing {
        padding-block: 90px 23px;
    }

    .service-tabbing ul .service-tab {
        padding-block: 5px;
    }

    .service-content {
        padding-right: 0;
        margin-bottom: 55px;
    }

    .service-content .h3-title {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 35px;
    }

    .woodgrain-doors-section.section-padding {
        padding-bottom: 60px;
    }

    .aluminum-door.rolling-fire-doors {
        padding-bottom: 130px;
    }

    .aluminum-door {
        margin-top: 0;
        padding-block: 46px 195px;
    }

    .service-content-row {
        padding-right: 0;
    }

    .service-content-row .service-content {
        display: block;
        height: auto;
        margin-bottom: 50px;
    }

    .service-content-row .service-content .back-img {
        max-width: 100%;
        height: 280px;
        margin-bottom: 30px;
    }

    .service-content-row ul {
        padding-inline: 30px;
        display: block;
    }

    .service-wrap-title {
        padding-inline: 30px;
    }

    .service-content-row .service-content .h4-title {
        margin-bottom: 10px;
    }

    .eden-coast-custom.section-padding {
        padding-block: 0px 145px;
    }

    .services-nav-wp {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        align-items: center;
        /* width: calc(100% + 200px); */
        padding-bottom: 10px;
        /* box-shadow: inset -3px 0 6px rgb(0 0 0 / 16%); */
    }

    .services-nav-wp::-webkit-scrollbar {
        height: 5px;
    }

    .services-nav-wp::-webkit-scrollbar-thumb {
        background: var(--scrollbar-thumb-color);
    }

    .services-nav-wp::-webkit-scrollbar-track {
        background: var(--scrollbar-track-color);
    }

    .service-tabbing ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .service-wrap-box .lear-more {
        padding-left: 20px;
    }

    .service-wrap-slider .slick-list.draggable {
        width: calc(100% + 300px);
        padding-right: 50vw;
    }

    .service-content-row ul li {
        width: 100%;
    }

    .dealer-information {
        padding: 20px;
        margin: 30px auto 0;
    }

    .main-banner.seo-banner .banner-content {
        text-align: center;
        margin-bottom: 60px;
    }

    .main-seo-content .h2-title {
        font-size: 34px;
        line-height: 1.2;
    }
}

@media(max-width: 767px) {

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

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

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

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

    .banner-btn {
        display: flex;
        align-items: center;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .faq-arrow {
        right: 20px;
    }

    .main-banner.seo-banner .banner-btn {
        display: inline-block;
    }
}

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

    .site-header:before {
        height: 20px;
        bottom: -20px;
    }

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

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

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

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

    .h1-title {
        font-size: 9vw;
        line-height: 11vw;
    }

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

    .h2-title {
        font-size: 35px;
        line-height: 40px;
    }

    .service-img {
        height: 300px;
    }

    .service-content-box,
    .service-row.even .service-content-box {
        padding: 30px;
    }

    .testimonials-sec .title {
        text-align: center;
    }

    .service-page-box {
        padding: 40px 30px;
    }

    .service-page-box .h3-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .inner-service-text .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .faq-box h3 {
        min-height: auto;
        padding: 15px 60px 15px 20px;
    }

    .faq-content {
        padding: 20px 15px 40px;
    }

    .faq-text .overflow-text {
        padding-right: 15px;
    }

    .service-wrap-slider .slick-list.draggable {
        padding-right: 70vw;
    }

    .aluminum-door {
        padding-block: 46px 170px;
    }

    .about-us .back-img {
        height: 400px;
    }

    .coupon-note p {
        text-align: left;
    }

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

    .contact-form.seo-form .h3-title {
        font-size: 24px;
    }

    .contact-form.seo-form {
        padding: 20px;
    }

    .main-seo-content {
        padding: 60px 0 100px;
    }

    .main-seo-content .h2-title {
        font-size: 28px;
    }
}

@media (max-width:450px) {
    .site-branding.for-mob {
        width: 250px;
    }

    .banner-btn {
        display: block;
    }

    .banner-btn .sec-btn {
        margin: 0 auto;
    }

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

    .main-banner:before {
        bottom: -3vw;
    }

    .page-id-27 .inner-banner .h2-title,
    .page-id-233 .inner-banner .h2-title {
        font-size: 26px;
    }
}

@media(max-width:425px) {
    .service-wrap-slider .slick-list.draggable {
        padding-right: 0;
        width: 100%;
    }
}

@media(max-width: 400px) {

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

    .menu-toggle {
        right: 15px;
    }

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

    .site-branding.for-mob {
        width: 200px;
    }

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

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

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

    .header-call {
        left: 15px;
    }

    .testimonial-slider .col-lg-6 {
        padding: 0 15px;
    }

    .testimonial-box {
        padding: 80px 20px;
    }

    .footer-logo {
        width: 280px;
    }

    .service-row.even .service-content-box,
    .service-content-box {
        padding: 20px;
    }

    .service-content-box .h3-title {
        font-size: 20px;
    }

    .contact-detail .service-page-box {
        padding: 30px 20px 30px 20px;
    }

    .footer-info li a {
        padding: 7px 30px 8px 75px;
    }

    .awards-box span {
        padding: 0;
    }
}

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

.white-text .service-page-text p a {
    color: #ffff;
    text-decoration: underline;
    font-weight: bold;
}