/*!
Theme Name: Tommy D's Home Improvement Center
Theme URI: https://www.dotcomdesign.com/
Author: Dotcomdesign
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: tommy-ds-home-improvement-center
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.

Tommy D\'s Home Improvement Center is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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


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

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


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


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


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


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


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

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


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


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

body {
    margin: 0;
    font-family: var(--body-font);
    color: var(--dark-color);
    text-rendering: optimizespeed !important;
}

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

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


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


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

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


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

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


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


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

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


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

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


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

b,
strong {
    font-weight: bolder;
}


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

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


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

small {
    font-size: 80%;
}


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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


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


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

img {
    border-style: none;
}


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


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

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


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

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


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

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


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

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


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

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


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

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


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


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

details {
    display: block;
}


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

summary {
    display: list-item;
}


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


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

template {
    display: none;
}


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

[hidden] {
    display: none;
}


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

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--dark-color);
    font-size: 16px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

ul,
ol {
    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;
    }
}

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

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

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


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


/* Text meant only for screen readers. */

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

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


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

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


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

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

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


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

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

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


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


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

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

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


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

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

.bypostauthor {
    display: block;
}


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


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

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


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

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


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

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


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

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


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

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


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

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

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

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

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


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

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

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

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


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


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

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

.form-element {
    position: relative;
}

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

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

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

.wpcf7 form .wpcf7-response-output {
    margin: -40px 0 50px;
    color: var(--red-color);
    border-color: var(--red-color) !important;
}

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

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

.mc4wp-success p {
    color: var(--white-color) !important;
}

.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(--dark-color);
    opacity: 0.7;
}

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

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

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

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

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

select {
    color: rgba(0, 2, 28, 0.7) !important;
    padding: 0 40px 0 20px !important;
}

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

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 46px;
    border: 1px solid #CCCCCC;
    outline: none !important;
    padding: 0 20px;
    color: rgba(0, 2, 28, 0.7);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 0;
}

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

.submit-btn {
    text-align: right;
    position: relative;
    bottom: 72px;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wpcf7-spinner {
    margin: 0 0 0 15px;
    position: absolute;
    right: -20px;
}

.submit-btn .sec-btn {
    pointer-events: auto;
}

.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: 2px solid var(--red-color) !important;
}

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

[data-class="wpcf7cf_group"] label .cd-upload-btn {
    color: var(--white-color);
}

[data-class="wpcf7cf_group"] {
    padding: 0 !important;
}

.codedropz-upload-handler {
    margin-bottom: 0;
    border: 0;
}

.codedropz-upload-container {
    padding: 0;
}

.codedropz-upload-inner h3 {
    display: none;
}

.codedropz-upload-inner span {
    display: none;
}

.codedropz-btn-wrap {
    text-align: left;
}

.codedropz-btn-wrap a {
    background: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 10px 25px;
    transition: .3s;
}

.codedropz-btn-wrap a:hover {
    background: rgba(239, 155, 74, 0.8);
    color: var(--white-color);
}

.submit-btn .sec-btn:hover {
    background: rgba(239, 155, 74, 0.8);
    border-color: rgba(239, 155, 74, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: none;
}

.dnd-upload-status .dnd-upload-image {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name {
    color: var(--white-color);
}

.dnd-upload-status .dnd-upload-details .name em {
    color: var(--white-color);
    opacity: 0.7;
    font-size: 14px;
}

.dnd-upload-status .dnd-upload-details {
    padding: 0;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    width: 20px;
    height: 20px;
    border: 1px solid var(--white-color);
    background-image: unset;
    border-radius: 50%;
    content: "x";
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}

.main-request-form-box form label span.wpcf7-not-valid-tip {
    bottom: -22px;
}


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


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

p {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.9;
    letter-spacing: 1px;
    color: var(--dark-color);
}

p:last-child {
    margin-bottom: 0;
}

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

.h1-title {
    font-size: 80px;
    line-height: 90px;
    text-transform: uppercase;
    margin-bottom: 41px;
}

.h2-title {
    font-size: 40px;
    color: var(--secondary-color);
    line-height: 65px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.h3-title {
    font-size: 32px;
    line-height: 65px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

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

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

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

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

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

a:hover {
    color: initial;
}


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


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

:root {
    --primary-color: #6C1C1A;
    --dark-color: #00021C;
    --secondary-color: #EF9B4A;
    --inner-banner-color: #0D1727;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --input-color:
    rgb(70 69 71 / 0.7);
    --white-input-color: #ffffff;
    --body-font:
    'Arial';
    --title-font:
    'Arial';
}

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

.bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-1920 {
    width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
}


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


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

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

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

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

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

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

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

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

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


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


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

.sec-btn,
.form-submit .submit {
    width: 220px;
    height: 54px;
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    cursor: pointer;
    outline: none !important;
    transition: .3s;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.sec-btn span {
    color: var(--dark-color) !important;
    transition: .3s;
}

.sec-btn:hover span {
    color: var(--white-color) !important;
}

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

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

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

.sec-btn.sm-btn {
    width: 158px;
    height: 42px;
}

.play-btn {
    width: 80px;
    height: 80px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    transition: 0.4s;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}

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

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

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

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

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

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 45px;
    height: 45px;
    padding: 0;
    border: none !important;
    background: var(--white-color);
    outline: none !important;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 25px;
    transition: 0.3s;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

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

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


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


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

.overflow-text {
    height: 300px;
    padding-right: 10px;
    overflow: auto;
    overflow-x: hidden;
    -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: 3px;
    clip-path: inset(0 0 30px 0);
}

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

.overflow-text::-webkit-scrollbar-thumb {
    width: 3px;
    background: var(--primary-color);
}

.overflow-text::-webkit-scrollbar-track {
    width: 3px;
    background: var(--dark-color);
}

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

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

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

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

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

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

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


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


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

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

.white-list-link a {
    color: var(--white-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

.site-header .container {
    max-width: 1320px;
}

.site-branding {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.site-branding a {
    position: relative;
    top: 4px;
    z-index: 1;
}

.site-branding::before {
    content: "";
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 55px);
    background-image: url('assets/images/logo-shep.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-header {
    position: relative;
}

.main-header::before {
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
    top: 0;
    right: 0;
    transform: skewX(-40deg);
    background: var(--dark-color);
}

.main-navigation {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding-right: 97px;
}

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

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

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

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

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

.main-navigation .menu li a {
    display: flex;
    transition: .3s;
    height: 80px;
    position: relative;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    border-bottom: 4px solid transparent;
}

.main-navigation li.current_page_item a,
.main-navigation .menu li a:hover {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
}


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


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

.main-banner {
    padding: 213px 0 330px;
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 774px, 50% 100%, 0 774px, 0 0);
    clip-path: polygon(100% 0, 100% 774px, 50% 100%, 0 774px, 0 0);
    background-position: top center;
    z-index: 5;
}

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

.banner-content h3 {
    font-size: 25px;
    line-height: 45px;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 29px;
}

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


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


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

.about-us {
    position: relative;
    background: var(--primary-color);
    margin: -166px 0 0;
    z-index: 3;
}

.about-img-wp {
    width: 585px;
    height: 100%;
}

.about-img {
    height: 100%;
}

.contact-page-sec::before,
.resource-sec::before,
.main-div-sec::before,
.about-us::before {
    content: "";
    position: absolute;
    width: 1230px;
    height: 126px;
    background-image: url('assets/images/logn-path-shep.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
}

.about-text p {
    margin-bottom: 20px;
    padding-right: 90px;
}

.about-text h4 {
    font-size: 18px;
    line-height: 28px;
}

.about-content {
    padding: 243px 0 176px 70px;
}


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


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

.main-service-sec {
    position: relative;
    margin: -172px 0 0;
    -webkit-clip-path: polygon(50% 172px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 172px, 100% 0, 100% 100%, 0 100%, 0 0);
    z-index: 3;
}

.service-img-wp {
    position: relative;
    width: 100%;
    height: 921px;
    left: -15px;
}

.service-row.odd .service-img-wp {
    height: 1100px;
}

.service-row.odd .service-img-wp {
    left: 15px;
}

.service-img {
    display: block;
    float: left;
    width: calc(100% + 28vw);
    height: 100%;
}

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

.service-content {
    position: relative;
    padding: 62px 160px 0 0;
}

.service-row .sub-title {
    position: absolute;
    font-size: 100px;
    font-weight: 900;
    line-height: 65px;
    color: var(--dark-color);
    text-transform: uppercase;
    opacity: 0.1;
    top: -85px;
    left: -305px;
}

.service-content p {
    height: 107px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 35px;
}

a.learn-more {
    font-size: 16px;
    font-weight: bold;
    color: #C4482C;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}

a.learn-more .icon {
    border: 2px solid #C4482C;
    width: 8px;
    height: 8px;
    display: inline-block;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    position: relative;
    top: -2px;
    transition: .3s;
}

a.learn-more:hover .icon {
    margin-left: 6px;
}

.service-row.odd {
    background: var(--primary-color);
    position: relative;
    -webkit-clip-path: polygon(50% 0, 100% 155px, 100% 935px, 50% 100%, 0 935px, 0 155px);
    clip-path: polygon(50% 0, 100% 155px, 100% 935px, 50% 100%, 0 935px, 0 155px);
    margin: -155px 0 0;
    z-index: 1;
}

.service-row.even {
    position: relative;
    margin: -220px 0 0;
    background: var(--white-color);
}

.main-service-sec .service-row.even:first-child {
    margin: 0;
}

.main-service-sec .service-row.even:last-child:before {
    display: none;
}

.main-service-sec .service-row.even:last-child {
    -webkit-clip-path: polygon(100% 0, 100% 755px, 50% 100%, 0 755px, 0 0);
    clip-path: polygon(100% 0, 100% 755px, 50% 100%, 0 755px, 0 0);
}

.top-footer::after, .service-row.even::before {
    content: "";
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1230px;
    height: 120px;
    background-image: url('assets/images/top-logn-path-shep.svg');
    background-size: cover;
    background-position: center;
    z-index: 4;
}

.request-a-quote::after,
.service-row.even::after {
    content: "";
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 570px;
    height: 70px;
    background-image: url('assets/images/short-path.svg');
    background-size: cover;
    background-position: center;
    z-index: 4;
}

.main-service-sec .service-row.even:first-child::after {
    top: 120px;
}

.service-row.odd a.learn-more {
    color: var(--white-color);
}

.service-row.odd a.learn-more .icon {
    border-color: var(--white-color);
}

.service-row.odd .service-content {
    padding: 0 90px 0 70px;
}


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


/*==========Request A Quote CSS Start==========*/

.request-a-quote {
    position: relative;
    background-color: #E5E5E8;
    margin: -170px 0 0;
    padding: 256px 0 159px;
    z-index: 1;
}

.request-a-quote::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #E5E5E8;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 0;
}

.request-a-quote::after {
    top: 120px;
}

.request-a-quote .h2-title {
    margin-bottom: 5px;
}

.request-content .step {
    display: block;
    font-weight: bold;
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 31px;
}

.request-content h3 {
    font-size: 20px;
    line-height: 30px;
    color: var(--dark-color);
    text-transform: uppercase;
    margin-bottom: 23px;
}

.request-content h3 span {
    display: block;
}

.request-content .icon {
    display: block;
    margin-bottom: 28px;
    min-height: 83px;
}

.request-content .link {
    color: #C4482C;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    transition: .3s;
}

.request-content .link span {
    position: relative;
    top: -1px;
    display: inline-block;
    border: 2px solid #C4482C;
    border-left: 0;
    border-bottom: 0;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transition: .3s;
}

.request-content .link:hover span {
    margin-left: 6px;
}

.request-a-quote .sec-title {
    margin-bottom: 36px;
}


/*==========Request A Quote CSS End==========*/


/*==========Main Div Section CSS Start==========*/

.main-div-sec {
    position: relative;
    background: var(--primary-color);
    margin: -185px 0 0;
}

.fianance-sec {
    background: var(--primary-color);
    padding: 291px 0 81px;
    -webkit-clip-path: polygon(50% 167px, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 167px, 100% 0, 100% 100%, 0 100%, 0 0);
    z-index: 3;
    position: relative;
}

.finance-content .h2-title {
    margin-bottom: 11px;
}

.finance-content p {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: bold;
    margin-bottom: 26px;
}

.finance-content {
    padding: 0 0 0 98px;
}

.finance-text {
    padding: 0 190px 0 100px;
}

.finance-content .sec-btn:hover {
    border-color: var(--white-color);
}

.gallery-sec {
    padding-bottom: 114px;
}

.gallery-img {
    width: 348px;
    height: 276px;
    margin: 0 2px -3px;
}

.gallery-slider .slick-list {
    margin: 0 0 0 53px;
    width: calc(100% + -114px);
}

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

.container-fluid.cabinate-dors-slider {
    padding: 0;
    max-width: 100vw;
}

.cabinate-dors-box {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}

.cabinate-dors-box a {
    display: block;
}

.cabinate-dors-img {
    width: 180px;
    height: 370px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.cabinate-dors-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.cabinate-dors-img p {
    font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.cabinate-dors-img:hover:before,
.cabinate-dors-img:hover p {
    opacity: 1;
}

.cabinate-dors-slider .slick-dots li button {
    border-color: var(--white-input-color);
}

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

.news-letter-box {
    width: 1170px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    background-color: var(--secondary-color);
    -webkit-clip-path: polygon(50% 0, 100% 55px, 100% 100%, 50% 100%, 0 935px, 0 55px);
    clip-path: polygon(50% 0, 100% 55px, 100% 100%, 50% 100%, 0 935px, 0 55px);
    padding: 88px 0 86px;
    background-size: auto;
}

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

.news-content {
    position: relative;
    z-index: 4;
    padding: 0 30px;
}

.news-content p {
    color: var(--dark-color);
    margin-bottom: 36px;
}

.news-content .h2-title {
    color: var(--dark-color);
    margin-bottom: 4px;
}

.news-form {
    max-width: 470px;
    margin: auto;
    position: relative;
}

.news-form .email-input {
    width: 100%;
    height: 46px;
    color: #A0AAC3;
    padding: 0 160px 0 20px;
    outline: none;
    border: 2px solid transparent;
}

.news-form .email-input::placeholder {
    color: #A0AAC3;
}

.news-form .sec-btn {
    width: 158px;
    height: 42px;
    background: #C4482C;
    border-color: #C4482C;
    color: var(--white-color);
    position: absolute;
    top: 2px;
    right: 2px;
}

.news-form .sec-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.news-letter-sec {
    position: relative;
    z-index: 1;
    top: 10px;
}


/*==========Main Div Section CSS End==========*/


/*==========Instagram CSS Start==========*/

.instagram-sec {
    position: relative;
    padding: 73px 0 56px;
}

.instagram-sec .h2-title {
    color: var(--dark-color);
    margin-bottom: 33px;
}

.instagram-content #sb_instagram .sbi_photo {
    height: 260px !important;
}

.instagram-content .slick-slide {
    margin: 0 10px;
}

.instagram-content .slick-list {
    position: relative;
    padding-right: 185px;
    left: 40px;
}


/*==========Instagram CSS End==========*/


/*==========Footer CSS Start==========*/
.site-footer {
    position: relative;
    z-index: 10;
}

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

.top-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 183px;
    background: var(--primary-color);
    top: -1px;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 120px, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 120px, 0 100%);
}

.top-footer::after {
    top: 20px;
    bottom: auto;
}

.main-contact-wp {
    position: relative;
    background: var(--primary-color);
    -webkit-clip-path: polygon(50% 0, 100% 95px, 100% 100%, 50% 100%, 0 100%, 0 95px);
    clip-path: polygon(50% 0, 100% 95px, 100% 100%, 50% 100%, 0 100%, 0 95px);
    width: 1170px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 6;
    padding: 0 0 75px;
}

.contact-link li {
    display: inline-block;
}

.contact-link-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-link-box .icon {
    min-width: 44px;
    min-height: 46px;
    background: #C4482C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.contact-link-box .text span.title {
    display: block;
    color: var(--white-color);
    font-size: 13px;
    opacity: 0.7;
    margin-bottom: -2px;
}

.contact-link-box .text a {
    color: var(--white-color);
    transition: .3s;
}

.address-box .text a span {
    display: block;
}

.contact-link-box .text a span {
    display: block;
}

.contact-link-box .text a:hover {
    color: var(--secondary-color);
}

.footer-map {
    transform: skewY(-10deg);
    max-width: 585px;
    overflow: hidden;
    width: 585px;
    height: 360px;
    margin-bottom: 94px;
}

.footer-map iframe {
    filter: invert(1) grayscale(1);
    transform: skewY(10deg);
    height: 190%;
    margin: -70px 0 0;
}

.contact-link {
    padding: 0 0 0 38px;
}

.contact-form {
    position: relative;
    padding: 103px 70px 0 27px;
}

.contact-form .h2-title {
    margin-bottom: 25px;
}

[data-class="wpcf7cf_group"] label {
    color: var(--white-color);
    font-weight: bold;
    margin: -6px 0 20px;
    display: block;
}

[data-class="wpcf7cf_group"] label .wpcf7-form-control-wrap {
    margin: 11px 0 0;
}

[data-class="wpcf7cf_group"] label+p {
    color: var(--white-color);
    margin: 0 0 10px;
}

.wpcf7 input[type="file"] {
    color: var(--white-color);
}

.bottom-footer {
    position: relative;
    margin: -119px 0 0;
    padding: 56px 0 27px;
    padding-bottom: 27px;
    border-bottom: 8px solid var(--primary-color);
    -webkit-clip-path: polygon(50% 0, 100% 120px, 100% 100%, 0 100%, 0 120px);
    clip-path: polygon(50% 0, 100% 120px, 100% 100%, 0 100%, 0 120px);
    background: var(--white-color);
    z-index: 6;
}

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

.footer-text p {
    padding: 0 300px 37px;
}

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

.footer-link li {
    display: inline-block;
    margin: 0 25px;
}

.footer-link li a {
    color: var(--dark-color);
    transition: .3s;
}

.footer-link li.current_page_item a,
.footer-link li a:hover {
    color: #C4482C;
}

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

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

.footer-social {
    margin-bottom: 50px;
}

.footer-social li {
    display: inline-block;
    margin: 0 6px;
}

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

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

.footer-social li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C4482C;
    color: var(--white-color);
    font-size: 13px;
    transition: .3s;
    position: relative;
}

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

.footer-social li a::before,
.footer-social li a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -6px;
    left: 0;
    background: var(--white-color);
    transform: skewY(-45deg);
    z-index: 1;
}

.footer-social li a::after {
    top: auto;
    bottom: -6px;
    left: auto;
    right: 0;
}

.copyright p,
.copyright li a {
    font-size: 13px;
    line-height: 24px;
    color: var(--dark-color);
    transition: .3s;
}

.copyright li {
    display: inline-block;
}

.copyright p i {
    font-size: 10px;
    color: #C4482C;
}

.copyright p a {
    color: #C4482C;
    text-decoration: none !important;
}

.copyright p a:hover {
    text-decoration: underline !important;
}

.copyright ul {
    font-size: 0;
    line-height: 0;
}

.copyright li a {
    border-right: 1px solid var(--dark-color);
    padding-right: 14px;
    margin-left: 14px;
}

.copyright li a:hover {
    text-decoration: underline !important;
}

.copyright li:first-child a {
    margin: 0;
}

.copyright li:last-child a {
    padding: 0;
    border: 0;
}

.resource-sec {
    position: relative;
    padding: 180px 0 208px;
}

.resource-sec::before {
    top: -106px;
}

.resource-content {
    padding: 0 0 0 198px;
}

.resource-content li {
    position: relative;
    padding: 0 0 0 93px;
    margin-bottom: 83px;
}

.resource-content li:last-child {
    margin-bottom: 0;
}

.resource-content li::before {
    content: "";
    position: absolute;
    width: 67px;
    height: 77px;
    background-image: url('../../uploads/2022/06/pdf.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
}

.resource-content li a {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-color);
    text-transform: uppercase;
    transition: .3s;
}

.resource-content li a:hover {
    color: var(--secondary-color);
}

.page-id-9 .top-footer::before {
    background: var(--inner-banner-color);
}
/*==========Footer CSS End==========*/

/*==========Service Page CSS Start==========*/
.kitchen-resources-sec {
    position: relative;
    padding: 150px 0 100px 0;
    background: var(--primary-color);
}

.kitchen-resources-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    min-width: 1920px;
    height: calc(100% + 155px);
    background: var(--inner-banner-color);
    clip-path: polygon(50% 0, 100% 155px, 100% 100%, 50% 100%, 0 100%, 0 155px);
    -webkit-clip-path: polygon(50% 0, 100% 155px, 100% 100%, 50% 100%, 0 100%, 0 155px);
    z-index: 0;
}

.kitchen-resources-sec:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1230px;
    height: 120px;
    background-image: url(assets/images/top-logn-path-shep.svg);
    background-size: cover;
    background-position: center;
    z-index: 4;
}

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

.kitchen-resources-title {
    text-align: center;
    margin-bottom: 80px;
}

.kitchen-resources-sec .resource-content {
    padding: 0;
    text-align: center;
}

.kitchen-resources-sec .resource-content ul {
    display: inline-block;
    text-align: left;
}

.kitchen-resources-sec .resource-content ul li,
.kitchen-resources-sec .resource-content ul li a {
    color: var(--white-color);
    transition: 0.3s;
}

.kitchen-resources-sec .resource-content ul li a:hover {
    color: var(--secondary-color);
}

.kitchen-video {
    padding-bottom: 60%;
    position: relative;
    margin-top: 80px;
}
/*==========Service Page CSS End==========*/


/*==========Inner Page CSS Start==========*/

.inner-banner {
    position: relative;
    background: var(--inner-banner-color);
    padding: 160px 0 135px;
    -webkit-clip-path: polygon(100% 0, 100% 261px, 50% 100%, 0 261px, 0 0);
    clip-path: polygon(100% 0, 100% 261px, 50% 100%, 0 261px, 0 0);
    z-index: 2;
}

.service-row.main-services.even::after {
    width: 1230px;
    height: 126px;
    background-image: url('assets/images/logn-path-shep.svg');
    top: 114px;
}

.main-services .service-content p {
    height: auto;
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    margin-bottom: 28px;
}

.main-services .service-img-wp {
    height: 100%;
}

.main-services .service-content {
    padding: 308px 160px 250px 0;
}

.main-request-form-sec {
    position: relative;
    background: var(--primary-color);
    margin: -155px 0 0;
    -webkit-clip-path: polygon(50% 0, 100% 155px, 100% 100%, 50% 100%, 0 100%, 0 155px);
    clip-path: polygon(50% 0, 100% 155px, 100% 100%, 50% 100%, 0 100%, 0 155px);
}

.main-request-form {
    position: relative;
    padding: 169px 0 57px;
}

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

.main-request-form-sec .gallery-sec.door-gallery-sec {
    padding: 140px 0 45px 0;
    position: relative;
    z-index: 5;
    margin-bottom: -50px;
}

.main-request-form-sec .gallery-slider .slick-list {
    margin: 0 0 0 61px;
    width: calc(100% + -128px);
}

.main-request-form-box {
    padding: 0 50px;
}

.main-request-form-box .form-input.wpcf7-textarea {
    height: 157px;
}

.main-request-form-box .h3-title {
    margin-bottom: 33px;
}

.main-request-form-box form label .wpcf7-form-control-wrap {
    margin: 11px 0 0;
}

.main-request-form-box form label {
    color: var(--white-color);
    text-align: left;
    font-weight: bold;
    display: block;
}

.main-request-form-box form label+p {
    color: var(--white-color);
    text-align: left;
    font-size: 14px;
    margin-bottom: 14px;
}

.contact-page-sec {
    position: relative;
    padding: 102px 0 24px;
}

.contact-page-sec::before {
    top: -106px;
}

.contact-info-wp .contact-link-box .text span.title {
    color: var(--dark-color);
}

.contact-info-wp .contact-link-box .text a {
    color: var(--dark-color);
}

.contact-info-wp .contact-link-box .text a:hover {
    color: var(--primary-color);
}

.contact-info-wp>p {
    padding-right: 100px;
    margin-bottom: 30px;
}

.contact-info-wp .contact-link {
    border-top: 2px solid rgba(0, 2, 28, 0.1);
    border-bottom: 2px solid rgba(0, 2, 28, 0.1);
    margin: 0 107px 28px 0;
    padding: 35px 0 3px 0;
}

.contact-info-wp .footer-social p {
    font-size: 13px;
    margin-bottom: 10px;
}

.contact-info-wp .footer-social li {
    margin: 0 8px;
}

.contact-info-wp .footer-social li:first-child {
    margin-left: 0;
}

.contact-info-wp .footer-social li:last-child {
    margin-right: 0;
}

.contact-info-wp .footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.contact-info-wp .footer-social li a::before,
.contact-info-wp .footer-social li a::after {
    width: 13px;
    height: 13px;
}

.contact-wp .h2-title {
    margin-bottom: 26px;
}

.contact-page-sec .main-request-form-box {
    padding: 0 100px 0 0;
}

.contact-page-sec .main-request-form-box form label .dnd-upload-status .dnd-upload-details .remove-file span:after,
.contact-page-sec .main-request-form-box form label .dnd-upload-status .dnd-upload-details .name,
.contact-page-sec .main-request-form-box form label .dnd-upload-status .dnd-upload-details .name em,
.contact-page-sec .main-request-form-box form label,
.contact-page-sec .main-request-form-box form p {
    color: var(--dark-color);
}

.contact-page-sec .main-request-form-box form label .dnd-upload-status .dnd-upload-details .remove-file span:after {
    border-color: var(--dark-color);
    font-size: 14px;
}

.contact-page-sec .main-request-form-box .form-input.wpcf7-textarea {
    height: 120px;
}


/*==========Inner Page CSS End==========*/


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

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

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


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


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

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

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

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

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

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

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


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


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

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

.cta-btn .sec-btn {
    width: 200px;
    height: 65px;
    clip-path: polygon(50% 0, 100% 25px, 100% 100%, 50% 100%, 0 100%, 0 25px);
    align-items: flex-end;
    padding-bottom: 9px;
}

.cta-btn .sec-btn:hover {
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
}


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

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

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

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

.privacy-title {
    font-size: 30px;
    line-height: 40px;
}

.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: 1921px) {
    .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;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

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

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

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

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

    .footer-bottom-link ul p,
    .footer-bottom-link li,
    .copyright-right-text p,
    .footer-menu ul li a {
        font-size: 14px;
        line-height: 14px;
    }

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

    .sec-btn {
        font-size: 18px;
        width: 190px;
    }

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

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

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

    .sec-1920 {
        width: 2560px;
    }

    .site-header .container {
        max-width: 1400px;
    }

    .main-banner {
        clip-path: polygon(100% 0, 100% 77%, 50% 100%, 0 77%, 0 0);
    }

    .about-us {
        margin: -230px 0 0;
    }

    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before {
        top: 107px;
    }

    .about-content {
        padding: 323px 0 206px 30px;
    }

    .about-img-wp {
        width: 685px;
        height: 100%;
    }

    .main-service-sec {
        margin: -200px 0 0;
        -webkit-clip-path: polygon(50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(50% 200px, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .main-service-sec .service-row.even:first-child::after {
        top: 150px;
    }

    .top-footer::after {
        bottom: 82px;
    }

    .service-row.even::before,
    .kitchen-resources-sec:after {
        bottom: 106px;
    }

    .service-row.odd {
        clip-path: polygon(50% 0, 100% 19%, 100% 80%, 50% 100%, 0 80%, 0 19%);
        margin: -206px 0 0;
    }

    .main-div-sec::before {
        top: 105px;
    }

    .request-a-quote {
        margin: -218px 0 0;
        padding: 300px 0 159px;
    }

    .request-a-quote::after {
        top: 168px;
    }

    .main-div-sec {
        margin: -230px 0 0;
    }

    .footer-map {
        max-width: 585px;
        width: 585px;
    }

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

    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before {
        width: 1400px;
        height: 146px;
    }

    .footer-social li a::before {
        left: -1px;
    }

    .footer-social li a::after {
        right: -1px;
    }

    .inner-banner {
        clip-path: polygon(100% 0, 100% 215px, 50% 100%, 0 215px, 0 0);
    }

    .kitchen-resources-sec:before {
        top: -210px;
        min-width: 2560px;
        height: calc(100% + 210px);
        clip-path: polygon(50% 0, 100% 210px, 100% 100%, 50% 100%, 0 100%, 0 210px);
        -webkit-clip-path: polygon(50% 0, 100% 210px, 100% 100%, 50% 100%, 0 100%, 0 210px);
    }

    .service-row.main-services.even::before {
        bottom: 109px;
    }

    .main-request-form-sec {
        clip-path: polygon(50% 0, 100% 209px, 100% 100%, 50% 100%, 0 100%, 0 209px);
        margin: -209px 0 0;
    }

    .resource-sec::before {
        top: -123px;
    }

    .contact-page-sec::before {
        top: -123px;
    }

    .top-footer::before {
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 140px, 0 100%);
    }

    .fianance-sec {
        clip-path: polygon(50% 229px, 100% 6px, 100% 100%, 0 100%, 0 6px);
    }

    .main-service-sec .service-row.even:last-child {
        clip-path: polygon(100% 0, 100% 698px, 50% 100%, 0 698px, 0 0);
    }

    .bottom-footer {
        clip-path: polygon(50% 0, 100% 118px, 100% 100%, 0 100%, 0 118px);
    }

    .service-content p {
        height: 123px;
    }
}

@media(max-width: 1799px) {
    .service-row .sub-title {
        font-size: 80px;
        left: -110px;
    }
}

@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 only screen and (min-width:992px) and (max-height: 620px) {
    .main-banner {
        padding: 130px 0 300px;
        -webkit-clip-path: polygon(100% 0, 100% 659px, 50% 100%, 0 659px, 0 0);
        clip-path: polygon(100% 0, 100% 659px, 50% 100%, 0 659px, 0 0);
    }
}

@media only screen and (min-width: 1921px) and (max-height: 620px) {
    .main-banner {
        -webkit-clip-path: polygon(100% 0, 100% 623px, 50% 100%, 0 623px, 0 0);
        clip-path: polygon(100% 0, 100% 623px, 50% 100%, 0 623px, 0 0);
    }
}

@media(max-width: 1499px) {
    .site-header .container {
        max-width: 1140px;
    }

    .top-footer::after,
    .service-row.even::before,
    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before,
    .kitchen-resources-sec:after {
        width: 1180px;
    }

    .about-img-wp {
        width: 555px;
    }

    .about-content {
        padding: 243px 0 176px 30px;
    }

    .service-row .sub-title {
        font-size: 60px;
        left: -30px;
    }

    .service-row.odd .service-img-wp {
        height: 921px;
    }

    .service-row.odd {
        clip-path: polygon(50% 0, 100% 157px, 100% 755px, 50% 100%, 0 755px, 0 157px);
    }

    .gallery-slider .slick-list {
        margin: 0 0 0 30px;
        width: calc(100% + -60px);
    }

    .main-contact-wp {
        width: auto;
        clip-path: polygon(50% 0, 100% 90px, 100% 100%, 50% 100%, 0 100%, 0 90px);
    }

    .footer-map {
        width: 555px;
    }
}

@media(max-width: 1199px) {

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

    .site-header .container {
        max-width: 960px;
    }

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

    .main-navigation {
        padding-right: 65px;
    }

    .top-footer::after,
    .service-row.even::before,
    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before,
    .kitchen-resources-sec:after {
        width: 960px;
    }

    .about-img-wp {
        width: 465px;
    }

    .main-banner {
        clip-path: polygon(100% 0, 100% 862px, 50% 100%, 0 862px, 0 0);
    }

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

    .about-text p {
        padding: 0;
    }

    .about-content {
        padding: 243px 0 176px 10px;
    }

    .service-row .sub-title {
        font-size: 50px;
        left: 10px;
    }

    .service-content {
        padding: 0;
    }

    .service-row.odd .service-content {
        padding: 0 0 0 30px;
    }

    .request-content h3 {
        font-size: 18px;
    }

    .gallery-slider .slick-list {
        margin: 0 0 0 55px;
        width: calc(100% + -111px);
    }

    .finance-text,
    .finance-content {
        padding: 0;
    }

    .instagram-content .slick-list {
        padding-right: 100px;
    }

    .news-letter-box {
        width: 960px;
    }

    .main-contact-wp {
        clip-path: polygon(50% 0, 100% 76px, 100% 100%, 50% 100%, 0 100%, 0 76px);
    }

    .footer-map {
        width: 465px;
    }

    .contact-form {
        padding: 80px 30px 0 10px;
    }

    .contact-link {
        padding: 0 0 0 20px;
    }

    .contact-link-box .icon {
        margin-right: 10px;
    }

    .wpcf7-spinner {
        right: -10px;
    }

    .footer-text p {
        padding: 0 0 37px;
    }

    .contact-link-box .text a {
        word-break: break-all;
    }

    .main-services .service-content {
        padding: 308px 0 220px 0;
    }

    .main-request-form-sec .gallery-slider .slick-list {
        margin: 0 0 0 55px;
        width: calc(100% + -111px);
    }

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

    .contact-info-wp .contact-link {
        margin: 0 0 28px 0;
    }

    .contact-page-sec .main-request-form-box {
        padding: 0;
    }
    .main-request-form-box {
        padding: 0;
    }
}

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

    .for-mob {
        display: block !important
    }

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

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

    .site-header {
        padding: 0;
        height: 80px;
        background: var(--white-color);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    }

    .main-header::before {
        display: none;
    }

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

    .site-header .container .row {
        margin: 0;
        height: 100%;
    }

    .site-header .container .row .col-lg-2 {
        width: auto;
        padding: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 30px;
        z-index: 2;
    }

    .site-branding::before {
        height: calc(100% + 44px);
    }

    .main-navigation {
        padding: 0;
    }

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

    .site-branding {
        position: relative;
        width: 120px;
    }

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

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--dark-color);
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

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

    .toggled .menu-toggle span:nth-child(2) {
        transform: rotate(-45deg);
    }

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

    .toggled .menu-toggle span {
        background: var(--white-color);
    }

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

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

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

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

    .scrolltop {
        display: none !important;
    }

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

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

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

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

    .banner-content h3 {
        font-size: 22px;
        letter-spacing: 8px;
    }

    .h1-title {
        font-size: 8vw;
        line-height: 10vw;
    }

    .main-banner {
        padding: 186px 0 180px;
        clip-path: polygon(100% 0, 100% 81%, 50% 100%, 0 81%, 0 0);
    }

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

    .about-content {
        padding: 35px 0 55px 0;
    }

    .h2-title {
        margin-bottom: 0;
    }

    .about-img-wp {
        width: 100%;
        height: 400px;
        margin: 256px 0 0;
    }

    .request-a-quote::after,
    .service-row.even::after {
        display: none;
    }

    .service-img-wp {
        height: 400px;
        margin-bottom: 21px;
        left: 0;
    }

    .main-service-sec {
        margin: 0;
        clip-path: none;
    }

    .service-img {
        width: 100%;
    }

    .service-row.odd {
        margin: 80px 0 0;
        padding-bottom: 61px;
    }

    .top-footer::after,
    .service-row.even::before,
    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before {
        bottom: -180px;
        width: 1000px;
        pointer-events: none;
    }

    .service-content p {
        height: auto;
        overflow: visible;
        -webkit-line-clamp: unset;
        text-overflow: unset;
        margin-bottom: 18px;
    }

    .main-services .service-content p {
        margin-bottom: 16px;
    }

    .service-row .sub-title {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-bottom: 28px;
        transition: .3s;
    }

    .service-row>.for-mob {
        max-width: 720px;
        margin: auto;
        padding: 0 15px;
    }

    .h3-title {
        margin-bottom: 0;
    }

    .service-row.odd .service-img-wp {
        height: 400px;
        left: 0;
    }

    .main-service-sec .service-row.even:first-child {
        padding: 54px 0 0;
    }

    .service-row.even {
        margin: 0 0 0;
        padding: 70px 0 0;
    }

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

    .request-a-quote .h2-title {
        margin-bottom: 0;
    }

    .request-a-quote {
        padding: 225px 0 90px;
    }

    .request-a-quote .sec-title {
        margin-bottom: 20px;
    }

    .request-content .step {
        margin-bottom: 21px;
    }

    .request-content .icon {
        min-height: auto;
        margin-bottom: 22px;
    }

    .request-content h3 {
        margin-bottom: 13px;
    }

    .request-content {
        margin-bottom: 17px;
    }

    .fianance-sec {
        padding: 241px 0 50px;
    }

    .finance-content .h2-title {
        margin-bottom: 2px;
    }

    .finance-content p {
        margin-bottom: 21px;
    }

    .finance-content {
        text-align: center;
        margin-bottom: 21px;
    }

    .finance-text {
        text-align: center;
    }

    .gallery-slider .slick-list {
        margin: 0;
        width: 100%;
    }

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

    .gallery-sec {
        padding-bottom: 0;
    }

    .news-letter-box {
        width: 690px;
        padding: 60px 0 50px;
        clip-path: polygon(50% 0, 100% 20%, 100% 100%, 50% 100%, 0 935px, 0 20%);
    }

    .news-content .h2-title {
        margin-bottom: 0;
    }

    .news-content p {
        margin-bottom: 25px;
    }

    .instagram-content .slick-list {
        left: 0;
        padding-right: 0;
    }

    .instagram-sec .h2-title {
        margin-bottom: 14px;
    }

    .instagram-sec {
        padding: 65px 0 95px;
    }

    .footer-map {
        max-width: 100%;
        width: 100%;
        height: 400px;
        transform: skewY(0deg);
        margin-bottom: 40px;
    }

    .footer-map iframe {
        width: 100%;
        transform: skewY(0deg);
        margin: -120px 0 0;
    }

    .main-contact-wp {
        clip-path: none;
        padding: 0;
    }

    .contact-link {
        padding: 0;
    }

    .contact-link-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .top-footer {
        padding: 0 0 70px;
    }

    .top-footer::before {
        top: -50px;
        clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 50% 30%, 0 100%);
        z-index: 10;
    }

    .top-footer::after {
        display: none;
    }

    .contact-form {
        text-align: center;
        padding: 0 30px;
        margin: -10px 0 0;
    }

    .contact-form .h2-title {
        margin-bottom: 9px;
    }

    .bottom-footer {
        margin: 0 0 0;
        padding: 70px 0 65px;
        border: 0;
        clip-path: none;
    }

    .copyright p,
    .copyright ul {
        text-align: center;
    }

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

    .footer-text p {
        padding: 0 0 17px;
    }

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

    .footer-social {
        margin-bottom: 24px;
    }

    .copyright p {
        margin-bottom: 10px;
    }

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

    .contact-link-box .icon {
        margin: 0 0 6px;
    }

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

    .service-row.main-services.even::before {
        bottom: 55px;
    }

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

    .main-request-form {
        padding: 132px 0 0;
        background-position: bottom;
    }

    .main-request-form-sec .gallery-slider .slick-list {
        margin: 0;
        width: 100%;
    }

    .main-request-form-sec .gallery-sec.door-gallery-sec {
        padding: 80px 0 0 0;
    }

    .inner-banner {
        padding: 160px 0 65px;
        clip-path: polygon(100% 0, 100% 230px, 50% 100%, 0 230px, 0 0);
    }

    .main-request-form-box {
        padding: 0;
    }

    .resource-sec {
        padding: 95px 0 121px;
    }

    .resource-content {
        padding: 0;
    }

    .contact-page-sec {
        padding: 61px 0 24px;
    }

    .contact-info-wp>p {
        padding: 0;
        text-align: center;
    }

    .contact-page-sec .main-request-form-box,
    .footer-social {
        text-align: center;
    }

    .service-row.main-services {
        z-index: 2;
    }

    .main-request-form-sec {
        z-index: 3;
        padding-bottom: 100px;
    }

    [data-class="wpcf7cf_group"] label+p,
    [data-class="wpcf7cf_group"] label {
        text-align: left;
    }

    .contact-page-sec::before,
    .resource-sec::before {
        display: none;
    }

    .main-service-sec .service-row.even:last-child {
        padding-bottom: 60px;
    }

    .news-content {
        padding: 0 15px;
    }

    .kitchen-resources-sec {
        padding: 100px 0 10px 0;
        z-index: 3;
    }

    .play-btn {
    width: 60px;
    height: 60px;
    font-size: 16px;
}

    .kitchen-resources-sec:after {
        width: 1000px;
        bottom: 55px;
    }
    .inner-page-text {
        padding: 60px 0 100px 0;
    }
}

@media(max-width: 767px) {

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

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

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

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

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

    .banner-content h3 {
        font-size: 18px;
        line-height: 35px;
    }

    .h1-title {
        font-size: 7vw;
        line-height: 10vw;
    }

    .main-banner {
        clip-path: polygon(100% 0, 100% 81%, 50% 100%, 0 81%, 0 0);
    }

    .service-row.odd {
        clip-path: polygon(50% 0, 100% 22%, 100% 755px, 50% 100%, 0 755px, 0 22%);
    }

    .news-letter-box {
        width: 540px;
    }

    .gallery-img {
        width: 100%;
    }

    .resource-content li a {
        font-size: 18px;
    }

    .dnd-upload-status .dnd-upload-details .name {
        padding-right: 0;
    }

    .service-row>.for-mob {
        max-width: 540px;
    }

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

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

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

    .service-row>.for-mob,
    .container,
    .container-fluid {
        padding: 0 30px;
        width: 100vw;
        max-width: 100%;
    }

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

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

    button.close {
        top: 0px;
        right: 20px;
        font-size: 45px;
    }

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

    .banner-content h3 {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 6px;
    }

    .h1-title {
        margin-bottom: 9px;
        margin-bottom: 16px;
    }

    .main-banner {
        padding: 160px 0 110px;
        clip-path: polygon(100% 0, 100% 74%, 50% 100%, 0 74%, 0 0);
    }

    .about-img-wp {
        margin: 246px 0 0;
        height: 300px;
    }

    .about-content {
        padding: 18px 0 42px 0;
    }

    .main-service-sec .service-row.even:first-child {
        padding: 41px 0 0;
    }

    .service-row .sub-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 21px;
    }

    .service-img-wp {
        margin-bottom: 11px;
    }

    .h2-title {
        font-size: 32px;
        line-height: 52px;
        margin-bottom: 4px;
    }

    .service-row.odd .service-img-wp,
    .service-img-wp {
        height: 300px;
    }

    .service-row.even {
        padding: 60px 0 0;
    }

    .service-row.odd {
        margin: 70px 0 0;
        padding-bottom: 51px;
        clip-path: polygon(50% 0, 100% 26%, 100% 755px, 50% 100%, 0 755px, 0 26%);
    }

    .top-footer::after,
    .service-row.even::before,
    .contact-page-sec::before,
    .resource-sec::before,
    .main-div-sec::before,
    .about-us::before {
        bottom: -170px;
    }

    .request-a-quote {
        padding: 218px 0 90px;
    }

    .fianance-sec {
        padding: 234px 0 43px;
    }

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

    .news-content {
        padding: 0;
    }

    .news-letter-box {
        width: 100%;
        padding: 60px 15px 50px;
        clip-path: polygon(50% 0, 100% 15%, 100% 100%, 50% 100%, 0 935px, 0 15%);
    }

    .news-form {
        max-width: 100%;
    }

    .gallery-sec {
        padding-bottom: 0;
    }

    .instagram-sec {
        padding: 58px 0 85px;
    }

    .instagram-sec .h2-title {
        margin-bottom: 8px;
    }

    .footer-map {
        height: 300px;
    }

    .bottom-footer {
        padding: 60px 0 65px;
    }

    .footer-link li:last-child {
        margin: 0;
    }

    .footer-link li {
        display: block;
        margin: 0 0 10px;
    }

    .copyright li:last-child {
        margin: 0;
    }

    .news-form .sec-btn {
        position: relative;
        top: 0;
        right: 0;
        margin: 10px 0 0;
    }

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

    .news-form .email-input {
        padding: 0 20px;
    }

    .submit-btn {
        right: 0;
        bottom: 0;
        justify-content: center;
    }

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

    .wpcf7 form .wpcf7-response-output {
        margin: 10px 0;
    }

    .contact-form {
        padding: 0 30px 40px;
    }

    .header-menu {
        padding-left: max(5vh, 30px);
    }

    .gallery-img {
        margin: 0 0 -3px;
    }

    .inner-banner {
        padding: 140px 0 65px;
        clip-path: polygon(100% 0, 100% 150px, 50% 100%, 0 150px, 0 0);
    }

    .main-services .service-img-wp {
        height: 300px;
        margin-bottom: 19px;
    }

    .main-request-form {
        padding: 41px 0;
    }

    .main-request-form-box .h3-title {
        margin-bottom: 9px;
    }

    .main-request-form-sec .gallery-sec.door-gallery-sec {
        margin: 0;
    }

    .main-request-form-sec {
        padding-bottom: 80px;
    }

    .resource-sec {
        padding: 91px 0 111px;
    }

    .resource-content li {
        padding: 0 0 0 80px;
        margin-bottom: 57px;
    }

    .kitchen-resources-sec {
        padding-top: 80px;
    }

    .contact-page-sec {
        padding: 72px 0 100px;
    }

    .contact-info-wp>p {
        margin-bottom: 25px;
    }

    .contact-info-wp .contact-link {
        padding: 30px 0 0px 0;
        margin: 0 0 21px 0;
    }

    .codedropz-btn-wrap a {
        padding: 7px 20px;
    }

    .main-service-sec .service-row.even:last-child {
        padding-bottom: 51px;
    }

    .cabinate-dors-img {
        width: 150px;
        height: 300px;
    }

    .kitchen-resources-title {
        margin-bottom: 60px;
    }
}

@media(max-width: 460px) {
    .service-row.odd {
        clip-path: polygon(50% 0, 100% 25%, 100% 755px, 50% 100%, 0 755px, 0 25%);
    }
}

@media(max-width: 400px) {

    .service-row>.for-mob,
    .container,
    .container-fluid {
        padding: 0 15px;
    }

    .menu-toggle {
        right: 15px;
    }

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

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

    .banner-content h3 {
        letter-spacing: 2px;
    }

    .h2-title {
        font-size: 28px;
        line-height: 48px;
    }

    .h3-title {
        font-size: 26px;
        line-height: 44px;
    }

    .service-row .sub-title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .main-service-sec .service-row.even:first-child {
        padding: 38px 0 0;
    }

    .main-services .service-img-wp,
    .service-row.odd .service-img-wp,
    .service-img-wp,
    .about-img-wp {
        height: 280px;
    }

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

    .instagram-content .slick-slide {
        margin: 0;
    }

    .contact-form {
        padding: 0 15px 40px;
    }

    .footer-logo {
        width: 200px;
        margin: 0 auto 21px;
    }

    .resource-content li a {
        font-size: 16px;
    }

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

    select {
        padding: 0 30px 0 15px !important;
    }

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

    .contact-page-sec .main-request-form-box .form-input.wpcf7-textarea,
    .main-request-form-box .form-input.wpcf7-textarea,
    .form-input.wpcf7-textarea {
        padding: 5px 15px;
        height: 100px;
    }

    .service-img-wp {
        margin-bottom: 19px;
    }
    .main-request-form-sec .gallery-sec.door-gallery-sec {
        padding: 60px 0 0 0;
    }
    .privacy-title {
        font-size: 25px;
        line-height: 35px;
    }
}

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

    .modal-body .form-input.wpcf7-textarea {
        height: 100px;
    }
}
.slick-next {
    right: 0 !important;
    left: unset;
}