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

rlp-trades 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;
    padding: 0;
    text-rendering: optimizeLegibility !important;
}

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

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

h1 {
    font-size: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

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

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

html {
    box-sizing: border-box;
}

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

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

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky {
    display: block;
}

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-element {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

select option {
    color: #000;
}

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

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

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 60px;
    border: 1px solid var(--white-color);
    outline: none !important;
    padding: 22px 50px;
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    background: transparent;
    -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --primary-color: #2e5ab5;
    --secondary-color: #7e7f84;
    --dark-color: #000000;
    --common-color: #777777;
    --white-color: #ffffff;
    --red-color: #ff0000;
    --input-color: #141414;
    --orange-color: #e2711a;
    --bg-color: #171c26;
    --title-color: #4e88ff;
    --body-font: "Futura";
    --title-font: "Squada One";
}

body {
    font-size: 18px;
    line-height: 32px;
    color: var(--common-color);
    font-family: var(--body-font);
}

p {
    font-size: 18px;
    font-family: var(--body-font);
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
}

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

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

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

a:hover {
    color: initial;
}

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

.h2-title {
    font-size: 60px;
    line-height: 54px;
    font-weight: 100;
    color: var(--title-color);
    text-transform: uppercase;
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
}

.h2-title:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 170px;
    color: var(--secondary-color);
    opacity: 0.2;
    z-index: -1;
    white-space: nowrap;
}

.h3-title {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: var(--dark-color);
    margin-bottom: 30px;
    font-weight: normal;
}

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

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

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

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

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

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

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

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

.menu-mob {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-menu .main-navigation ul ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 18px;
    transition: 0.3s;
    color: var(--secondary-color);
}

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

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

.sec-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: #1438a0;
    transition: 0.3s;
}

.sec-btn:hover:before {
    width: 100%;
    height: 100%;
}

.sec-btn span {
    position: relative;
    color: var(--white-color);
    width: 100%;
    display: block;
    letter-spacing: 0;
    transition: 0.3s;
}

.sec-btn:hover span {
    letter-spacing: 3px;
    transition: 0.3s;
}

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

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

.title {
    text-align: center;
}

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

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

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

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

.modal-body.overflow-text {
    height: 600px;
    padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
    font-size: 0;
    line-height: 1;
    bottom: -60px;
    left: 0;
}

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

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

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    outline: none;
    padding: 0;
    transition: 0.3s;
}

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

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--orange-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: -30px;
    transform: translate(0, -50%);
    width: 70px;
    height: 70px;
    padding: 0;
    border: none !important;
    background: var(--white-color);
    outline: none !important;
    color: var(--title-color);
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.slide-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

.simplebar-track {
    width: 3px;
    background: #cccccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-header {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
}

.header-menu .main-navigation ul li a {
    display: inline-block;
    font-size: 25px;
    color: var(--white-color);
    font-family: var(--title-font);
    transform: scale(1);
    text-transform: uppercase;
    transition: 0.3s;
}

.header-menu .main-navigation li {
    margin-right: 140px;
    padding: 10px 0;
}

.header-menu {
    text-align: center;
    padding-right: 150px;
    padding-bottom: 40px;
    transition: 0.3s;
}

.header-call {
    width: 230px;
    height: 80px;
    position: relative;
    background-color: var(--primary-color);
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: -130px;
    transition: 0.3s;
    margin-bottom: 40px;
}

.header-replublican-logo {
    --size: 70px;
    position: absolute;
    right: calc(var(--size)*-1);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: var(--size);
    background-color: var(--white-color);
    padding: 10px;
    pointer-events: none;
}

.header-call .call-icon {
    padding: 10px;
    background: var(--orange-color);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

.header-call .callus span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: left;
    line-height: 1.1;
}

.header-call:hover {
    background: var(--orange-color);
}

.header-call:hover .call-icon {
    background: var(--primary-color);
}

.header-call a {
    color: var(--white-color);
    font-size: 25px;
    padding: 15px;
    font-family: var(--title-font);
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.header-call a img {
    /* margin-right: 18px; */
}

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

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

.site-header.sticky_head {
    top: 0;
    height: 130px;
    background: black;
    position: fixed;
    z-index: 999;
}

.site-header.sticky_head .header-menu {
    padding-bottom: 0;
}

.site-branding img {
    width: 197px;
    transition: 0.3s;
}

.site-header.sticky_head .site-branding img {
    /* margin-top: 10px; */
    width: 100px;
}

.site-header.sticky_head .header-call {
    height: 130px;
    margin-bottom: 0;
}

.sticky_head .header-menu .main-navigation ul ul li {
    padding: 10px 0;
}

.main-navigation ul li.current-menu-item a,
.header-menu .main-navigation li.menu-item-type-custom.current-menu-ancestor>a {
    color: var(--orange-color);
}

.header-menu .main-navigation ul li.menu-item-type-custom>a {
    color: var(--white-color);
}

/* .sticky_head .header-menu .main-navigation ul ul li a:hover {
      color: black;
      transform: scale(1);
  } */

/* .header-menu .main-navigation ul ul li a:hover:not(.home .header-menu .main-navigation ul ul li a:hover) {
      color: var(--white-color);
      transform: scale(1);
  } */

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

.header-menu .main-navigation li.menu-item-type-custom.current-menu-ancestor a:after {
    color: var(--orange-color);
}

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

/*==========banner CSS Start==========*/

.banner {
    width: 100%;
    position: relative;
    padding-top: 422px;
    padding-bottom: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    clip-path: polygon(50% 100%,
            100% calc(100% - 180px),
            100% 0,
            0 0,
            0 calc(100% - 180px));
    -webkit-clip-path: polygon(50% 100%,
            100% calc(100% - 180px),
            100% 0,
            0 0,
            0 calc(100% - 180px));
    z-index: 9;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #141414, hsl(0deg 0% 0% / 0%) 65%);
    z-index: 1;
}

.banner-mob-bg {
    display: none;
}

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

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

.about-img {
    width: 100%;
    height: 800px;
    position: relative;
}

.about-text {
    padding: 225px 70px 0 60px;
}

.about-us {
    position: relative;
    margin-top: 135px;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(4deg, #141414 25%, hsl(0deg 0% 0% / 0%) 70%);
    z-index: 1;
}

.about-us .title {
    position: relative;
    top: 165px;
    z-index: 8;
}

.about-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    width: 140%;
    height: 100%;
    background: linear-gradient(224deg, #141414, transparent 60%);
}

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

/*==========banner CSS end==========*/

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

.service-sec {
    position: relative;
    margin-top: -190px;
    padding: 365px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
    z-index: 3;
}

.service-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.92;
}

.service-menu ul li {
    font-size: 25px;
    font-family: var(--title-font);
    color: var(--white-color);
    display: inline-block;
    margin-right: 100px;
    cursor: pointer;
    text-transform: uppercase;
    transform: scale(1);
    transition: 0.3s;
}

.service-menu ul li:last-child {
    margin-right: 0;
}

.service-menu {
    text-align: center;
    margin-top: 105px;
}

.services-tabbing-slider {
    margin-top: 90px;
}

.service-info {
    margin-top: 67px;
    padding: 0 110px 0 130px;
}

.service-info a {
    line-height: 19px;
    color: var(--title-color);
    text-transform: uppercase;
    font-family: var(--title-font);
    transition: 0.3s;
}

.service-img {
    position: relative;
    overflow: visible;
    padding: 0 30px 20px 0px;
}

.service-img .back-img {
    height: 412px;
    z-index: 9;
    position: relative;
}

.service-img .back-img.service-back {
    height: 406px;
    width: 457px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 0;
}

.service-back {
    width: 457px;
    height: 406px;
    position: absolute;
    right: 15px;
    top: 20px;
}

.service-info a span i {
    color: var(--title-color);
    font-size: 18px;
    transition: 0.3s;
}

.service-info a:hover {
    color: var(--orange-color);
    letter-spacing: 4px;
}

.service-info a:hover span i {
    color: var(--orange-color);
}

.service-menu ul li.slick-active,
.service-menu ul li:hover {
    color: var(--orange-color);
    transform: scale(1.1);
}

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

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

.review {
    background: var(--input-color);
    padding: 215px 0 0px;
    margin-top: -242px;
    z-index: 99;
    position: relative;
    clip-path: polygon(50% 0,
            100% calc(100% - 1380px),
            100% calc(100% - 180px),
            50% 100%,
            0 calc(100% - 180px),
            0 12%);
    -webkit-clip-path: polygon(50% 0,
            100% calc(100% - 1380px),
            100% calc(100% - 180px),
            50% 100%,
            0 calc(100% - 180px),
            0 12%);
}

.review-slider {
    padding-top: 80px;
    position: relative;
}

.review-info {
    text-align: center;
    padding: 0 125px;
}

.review-text {
    padding: 0 10px;
    height: 190px;
}

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

.author .h4-title {
    color: var(--white-color);
}

.author .h3-title {
    font-size: 25px;
    margin: 0;
    color: var(--orange-color);
    text-transform: uppercase;
    font-weight: normal;
    transition: 0.3s;
}

.review-slider .slick-active .author .h3-title {
    color: var(--white-color);
}

.author .h4-title {
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 100;
}

.author {
    margin-top: 50px;
}

.review-slider .slick-list {
    overflow: visible;
}

.review-slider .slide-arrow {
    background-color: var(--dark-color);
    left: -20px;
    z-index: 100;
}

.review-slider .slide-arrow:hover {
    background: var(--title-color);
}

.review ul li {
    display: inline-block;
    color: var(--primary-color);
    margin-bottom: 30px;
    transition: 0.3s;
}

.review-slider .slide-arrow.next-arrow.slick-arrow {
    right: -20px;
}

.review-slider .slick-active ul li {
    color: var(--orange-color);
}

.review-sec {
    position: relative;
}

.review-sec:before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 150px);
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(20, 20, 20, 1) 70%,
            rgba(20, 20, 20, 0) 100%);
    z-index: 1;
}

.review-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 150px);
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg,
            rgba(20, 20, 20, 1) 70%,
            rgba(20, 20, 20, 0) 100%);
    z-index: 1;
}

.gallery {
    position: relative;
    padding: 125px 0 275px;
    background-color: var(--dark-color);
    background-blend-mode: luminosity;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #141414, transparent 600%);
}

.gallery-img {
    height: 444px;
}

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

/*==========footer CSS start==========*/

.site-footer {
    position: relative;
}

.footer-top {
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -190px;
    padding: 340px 0 30px;
    background-color: var(--white-color);
    background-blend-mode: luminosity;
    z-index: 98;
}

.footer-branding {
    position: absolute;
    max-width: 270px;
    top: -125px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 101;
}

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

.footer-text {
    text-align: left;
    padding: 30px 63px 30px 100px;
    border-right: 1px solid var(--white-color);
    height: 100%;
}

.footer-text p {
    padding-left: 130px;
    line-height: 45px;
}

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

.footer-text p a:hover,
.footer-text.white-text p a:hover span:not(.wpcf7-form-control-wrap) {
    color: var(--orange-color) !important;
}

.social-box a {
    color: var(--white-color);
    line-height: 25px;
    transition: 0.3s;
}

.social-box a:hover {
    color: var(--orange-color);
}

.social-box {
    margin-top: 30px;
    display: flex;
}

.footer-info {
    position: relative;
    padding: 50px 0;
}

.social-box span {
    margin-right: 10px;
}

.social-box span.time {
    margin-right: 0;
    color: var(--white-color);
    line-height: 25px;
    max-width: 140px;
}

.footer-bottom-box {
    position: relative;
    background-color: var(--input-color);
    padding: 25px 0;
}

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

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

.footer-bottom-link ul li a {
    color: var(--white-color);
    font-size: 13px;
}

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

.footer-bottom-text p {
    color: var(--white-color);
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 13px;
}

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

.footer-other-link p {
    color: var(--white-color);
    font-size: 13px;
    margin-bottom: 0;
}

.footer-other-link a {
    color: var(--white-color);
    font-weight: bold;
    text-decoration: none !important;
}

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

.footer-top .col-lg-6 {
    padding-right: 0;
}

.footer-contact li:nth-child(3) a span,
.footer-contact li:nth-child(4) a span,
.footer-contact li:nth-child(5) a span {
    display: block;
    margin: 0;
}

.footer-cities {
    padding: 50px 0 0 0;
}

.footer-contact {
    padding-left: 50px;
}

.footer-other-link span {
    color: var(--orange-color);
}

/*==========footer CSS end==========*/

/*==========service-pages CSS start==========*/

@media screen and (min-width: 992px) {
    .site-header:not(.home .site-header) {
        top: 0;
        height: 130px;
        background: black;
        position: fixed;
        z-index: 999;
    }

    .site-header .site-branding img:not(.home .site-header .site-branding img) {
        margin-top: 10px;
        height: 100px;
        width: 100%;
    }

    .site-header .header-call:not(.home .site-header .header-call) {
        height: 130px;
        margin-bottom: 0;
    }

    .site-header .header-menu:not(.home .site-header .header-menu) {
        padding-bottom: 0;
    }

    /* .main-navigation ul li.menu-item-has-children:hover ul:not(.home .main-navigation ul li.menu-item-has-children:hover ul) {
          background-color: var(--dark-color);
      } */
    /* .header-menu .main-navigation ul ul li:not(.home .header-menu .main-navigation ul ul li) {
          padding: 0;
      }
      .header-menu .main-navigation ul ul li a:not(.home .header-menu .main-navigation ul ul li a) {
          color: #F8984E;
      }
      .header-menu .main-navigation li:not(.home .header-menu .main-navigation li) {
          padding: 0px 7px;
      }
      .header-menu .main-navigation li a:hover:not(.home .header-menu .main-navigation li a) {
          color: var(--orange-color);
      }*/
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    .header-menu .main-navigation li:not(.home .header-menu .main-navigation li) {
        padding: 0px;
    }
}

.banner-shape:after {
    content: "";
    position: absolute;
    top: 0;
    left: 240px;
    width: 100%;
    height: 100%;
    background: linear-gradient(4deg, #141414 35%, hsl(0deg 0% 0% / 0%) 100%);
    z-index: 1;
}

.banner-shape:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #141414 31%, hsl(0deg 0% 0% / 0%) 100%);
    z-index: 1;
}

.inner-page .banner:after,
.inner-page .banner:before {
    display: none;
}

.inner-page .gallery {
    position: relative;
    z-index: 99;
    background: transparent;
}

.inner-page .banner-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 100%;
    clip-path: polygon(50% 100%,
            100% calc(100% - 180px),
            100% 0,
            0 0,
            0 calc(100% - 180px)) !important;
    -webkit-clip-path: polygon(50% 100%,
            100% calc(100% - 180px),
            100% 0,
            0 0,
            0 calc(100% - 180px)) !important;
    background-position: 535px -99px;
    background-color: var(--input-color);
    background-size: auto;
    z-index: 2;
    background-repeat: no-repeat;
}

.inner-banner .banner-shape:before {
    background: linear-gradient(0deg, #141414 44%, hsl(0deg 0% 0% / 0%) 100%);
    top: 130px;
}

.inner-banner .banner-shape:after {
    background: linear-gradient(to right, #141414 15%, hsl(0deg 0% 0% / 0%) 54%);
}

.inner-page .gallery:before {
    display: none;
}

.inner-page .banner.inner-banner {
    clip-path: none;
    padding-top: 300px;
    padding-bottom: 5px;
    z-index: 99;
}

.page-id-603 .inner-page .banner.inner-banner {
    padding-bottom: 200px;
}

.inner-page .banner.inner-banner:before {
    background: linear-gradient(to right, #141414 31%, hsl(0deg 0% 0% / 0%) 100%);
}

.inner-banner .h2-title:before {
    left: -15px;
    transform: translate(0);
}

.inner-banner .h2-title,
.contact-page .inner-banner .h2-title {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color);
    margin-bottom: 3px;
}

.inner-banner .h3-title {
    color: var(--white-color);
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 64px;
    padding-right: 40px;
}

.inner-banner-content {
    padding-right: 160px;
}

.inner-banner-content .sec-btn {
    margin-top: 80px;
}

.inner-banner-content .sec-btn:after {
    content: attr(data-hover);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: var(--white-color);
    letter-spacing: 0;
    transition: 0.3s;
}

.inner-banner-content .sec-btn:hover:after {
    opacity: 1;
    letter-spacing: 4px;
    transition: 0.3s;
}

.inner-banner-content .sec-btn:hover span {
    opacity: 0;
}

.banner-text p a {
    color: var(--orange-color);
}

.banner-text p a:hover {
    color: var(--primary-color);
}

/*==========service-pages CSS end==========*/

/*==========contact-page CSS start==========*/

.inner-page.contact-page .inner-banner {
    padding-bottom: 220px;
}

.contact-page .footer-text {
    text-align: left;
    border: none;
    padding: 0;
    padding-right: 150px;
}

.contact-page .footer-text p {
    padding-left: 0;
    line-height: 38px;
}

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

.form .sec-btn {
    width: 152px;
    height: 46px;
    font-size: 20px;
    margin-top: 5px;
}

.form {
    width: 86%;
    margin-top: 40px;
}

.footer-contact li:nth-child(3) a span:hover {
    color: var(--orange-color);
}

.contact-page .inner-banner {
    position: relative;
    z-index: 99;
}

.contact-page .footer-contact {
    margin-top: 45px;
    padding-left: 0;
}

.inner-page.contact-page .banner-shape {
    background-position: center;
}

.contact-page .inner-banner .banner-shape:after {
    background: linear-gradient(to right, #141414 20%, hsl(0deg 0% 0% / 0%) 100%);
    left: 0;
}

.inner-banner .banner-shape:before {
    background: linear-gradient(0deg, #141414 43%, hsl(0deg 0% 0% / 0%) 100%);
}

/*==========contact-page CSS end==========*/

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

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

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

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

/*========== Inner Page CSS start ==========*/

.main-banner.inner-banner {
    padding: 280px 0 160px 0;
    position: relative;
}

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

.inner-page-banner {
    clip-path: none;
    padding: 280px 0 220px;
}

.inner-page-text {
    padding: 40px 0 180px;
    position: relative;
    z-index: 99;
}

.inner-page-text-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1920px;
    height: 100%;
    background: var(--input-color);
    clip-path: polygon(50% 100%,
            100% calc(100% - 180px),
            100% 0,
            0 0,
            0 calc(100% - 180px)) !important;
}

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

.privacy-content p,
.entry-content p {
    margin-bottom: 15px;
    color: var(--white-color);
}

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

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

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

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

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

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

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

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

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

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

.thank-text span {
    color: var(--orange-color);
    font-weight: bold;
}

.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--white-color);
    font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.all-services {
    display: none;
}

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

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

.menu-seo-menu-container ul li a {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--dark-color);
    transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-area .widget_search .search-form label,
.page-content .search-form label {
    width: calc(100% - 74px);
    margin-bottom: 0;
}

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

.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);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--dark-color);
    transition: 0.3s;
}

.widget-area .widget_search .search-form .search-submit:hover,
.page-content .search-form .search-submit:hover {
    background: var(--black-color);
    color: var(--white-color);
}

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

.entry-content {
    margin: 0;
    color: var(--white-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget ul,
.widget ol {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*========== FancyBox Start ==========*/

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs-x>ul {
    margin: 0 auto;
}

.fancybox-thumbs>ul>li:before {
    border: 6px solid #ff5268;
}

/*========== FancyBox CSS End==========*/

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

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

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

@media (min-width: 1921px) {
    .banner {
        background-size: 2400px;
    }

    .inner-page-text-shape {
        width: 2560px;
    }

    .inner-page .gallery-shape {
        width: 2560px;
    }

    .inner-page .banner-shape {
        width: 2560px;
    }
}

@media (min-width: 2300px) {
    .inner-page .banner.inner-banner {
        background-size: 2210px;
    }

    .banner {
        background-size: 2600px;
    }

    .inner-page .banner-shape {
        background-size: cover;
    }
}

@media screen and (max-width: 1499px) {
    .h1-title {
        font-size: 68px;
        line-height: 78px;
    }

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

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

    .slick-arrow {
        left: -30px;
    }

    .review-info {
        padding: 0 45px;
    }

    .review-slider .slide-arrow {
        left: -50px;
    }

    .review-slider .slide-arrow.next-arrow.slick-arrow {
        right: -50px;
    }

    .footer-top {
        margin-top: -200px;
    }

    .footer-text p {
        padding-left: 20px;
    }

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

    .contact-page .footer-contact {
        padding: 0;
    }
}

@media screen and (max-width: 1199px) {
    .header-call {
        width: 160px;
        margin: 0;
    }

    .header-call a {
        font-size: 16px;
        padding: 10px;
        gap: 10px;
    }

    .header-replublican-logo {
        --size: 55px;
        padding: 8px;
    }

    .header-call .callus span {
        font-size: 16px;
    }

    .header-call .call-icon {
        padding: 6px;
    }

    .header-call a img {
        width: 13px;
        /* margin-right: 10px; */
    }

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

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

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

    .about-text {
        padding-right: 0;
        padding-left: 30px;
        padding-top: 190px;
    }

    .service-menu ul li {
        margin-right: 50px;
    }

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

    .service-back {
        width: 350px;
    }

    .gallery-img {
        height: 400px;
    }

    .header-menu {
        padding-right: 0;
        padding-bottom: 0;
    }

    .main-navigation ul ul:hover {
        text-align: left;
    }

    .gallery-slider .slick-arrow {
        left: -20px;
        top: 50%;
    }

    .gallery-slider .slide-arrow.next-arrow.slick-arrow {
        right: -20px;
    }

    .contact-page .footer-text {
        padding-right: 0;
    }

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

    .footer-contact {
        padding-left: 45px;
    }
}

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

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

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

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

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

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

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

    .site-header {
        position: fixed;
        height: 80px;
        top: 0;
        background-color: var(--dark-color);
        z-index: 100;
    }

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

    .site-branding {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 110px;
        height: auto;
        z-index: 9;
        background: var(--dark-color);
        padding: 9px;
    }

    .menu-toggle {
        position: fixed;
        top: 25px;
        left: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        height: 31px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--orange-color);
        margin-bottom: 7px;
        border-radius: 1px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

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

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

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

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

    .header-mobile-menu {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-color);
        padding: 16.3vh 30px 80px;
        padding-left: 75px;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
        background-image: url(./assets/images/banner-bg.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header-mobile-menu:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(70deg, #141414 15%, hsl(0deg 0% 0% / 0%) 85%);
        pointer-events: none;
    }

    .toggled .header-mobile-menu {
        left: 0;
        opacity: 1;
    }

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

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

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

    .main-navigation ul {
        text-align: left;
        display: block;
    }

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

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

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

    .main-navigation ul li.menu-item-has-children>a:after {
        display: none;
    }

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

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

    .header-menu .main-navigation ul li.menu-item-type-custom a:hover {
        color: var(--orange-color);
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
        background: 0 0;
        width: 100%;
        opacity: 1;
        border: none;
        padding-left: 0;
        animation: none;
        white-space: normal;
        z-index: 0;
    }

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

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

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

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

    .header-call-mob {
        width: 70px;
        height: 80px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 0;
        background-color: var(--orange-color);
    }

    .header-call-mob a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .site-branding img {
        width: 100%;
        height: auto;
    }

    .header-call-mob a img {
        width: 22px;
        height: 22px;
    }

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

    .site-header.sticky_head .site-branding img {
        width: 100%;
        height: auto;
        margin: 0;
    }

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

    .header-menu .main-navigation ul ul li a:hover:not(.home .header-menu .main-navigation ul ul li a:hover) {
        color: var(--orange-color);
    }

    .header-menu .main-navigation li a:hover {
        color: var(--orange-color);
        transform: scale(1);
    }

    .sticky_head .header-menu .main-navigation li {
        padding-bottom: 0;
    }

    .site-id {
        text-align: center;
        margin-bottom: 30px;
    }

    .banner-content .h1-title span {
        display: contents;
    }

    .banner-content {
        text-align: center;
        padding: 150px 0;
    }

    .banner-btn .sec-btn {
        width: 260px;
        max-width: 100%;
        display: flex;
        margin: 0 auto 30px auto;
    }

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

    .home .banner {
        padding-top: 80px;
        clip-path: none;
        background-image: unset !important;
    }

    .header-menu .main-navigation ul ul li a {
        font-size: 25px;
        padding: 0;
        text-transform: uppercase;
        display: inline-block;
    }

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

    .header-menu .main-navigation ul ul li a {
        transform: scale(1);
        line-height: 28px;
        color: var(--white-color);
    }

    .main-navigation ul li {
        margin-top: 1vh;
    }

    .header-mob-menu .contact {
        width: 100%;
    }

    .header-contact {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex !important;
        width: 100vw;
        background-color: var(--primary-color);
        justify-content: center;
        gap: 10px;
        align-items: center;
    }

    .header-contact .sec-btn {
        width: auto;
    }

    .header-contact .sec-btn:hover span {
        letter-spacing: 0;
    }

    .header-contact .sec-btn:hover:before {
        opacity: 0;
        background-color: transparent;
    }

    .header-contact .header-replublican-logo {
        --size: 70px;
        position: relative;
        inset: unset;
        height: 100%;
        padding: 10px;
    }

    .sticky_head .header-menu .main-navigation ul ul li {
        padding: 0;
    }

    .sticky_head .header-menu .main-navigation ul ul li a {
        color: var(--white-color);
    }

    .sticky_head .header-menu .main-navigation li {
        padding: 0;
    }

    .sticky_head .main-navigation ul li.menu-item-has-children:hover ul {
        background: transparent;
    }

    .main-navigation .menu li.menu-item-has-children>a {
        display: none;
    }

    .header-menu .main-navigation li,
    .header-menu .main-navigation ul ul li {
        padding: 0;
        margin: 0;
        margin-bottom: 4vh;
    }

    .header-mobile-menu .site-id {
        text-align: left;
        position: relative;
        margin: 2vh 0 6vh;
    }

    .about-img .back-img {
        width: 100%;
    }

    .banner-mob-bg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 1200px;
        background-position: top center;
        background-repeat: no-repeat;
    }

    .home .banner:after {
        display: none;
    }

    .home .banner:before {
        display: none;
    }

    .inner-page .banner.inner-banner:before {
        background: var(--input-color);
        opacity: 0.5;
    }

    .about-us {
        margin-top: 0;
    }

    .about-section {
        position: relative;
        background-color: var(--input-color);
    }

    .banner-mob-bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #141414 0, hsl(0deg 0% 0% / 0%) 77%);
    }

    .banner-mob-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(4deg, #141414 55%, hsl(0deg 0% 0% / 0%) 87%);
    }

    .about-us .title {
        top: -10px;
        margin-bottom: 50px;
    }

    .about-img {
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 78%);
        width: 101vw;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .about-text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .service-sec {
        background-image: unset !important;
        background-color: var(--input-color);
        margin-top: 0;
        padding-top: 110px;
        padding-bottom: 20px;
    }

    .service-sec:before {
        display: none;
    }

    .h3-title.service-accordian-title {
        position: relative;
        color: var(--white-color);
        text-transform: uppercase;
        background-color: #213765;
        font-size: 20px;
        padding: 17px 30px;
        transition: 0.3s;
        margin-bottom: 0;
    }

    .h3-title.dot-title {
        display: none;
    }

    .services-tabbing-slider {
        margin-top: 40px;
    }

    .service-box {
        background-color: var(--primary-color);
        margin-top: 0;
        margin-top: 30px;
    }

    .service-back {
        display: none;
    }

    .service-img {
        padding: 0 30px;
    }

    .service-img .back-img {
        height: 280px;
    }

    .service-info {
        padding: 30px;
        margin-top: 0;
    }

    .service-info p {
        margin-bottom: 50px;
    }

    .arrow {
        position: absolute;
        top: 55px;
        right: 0;
        display: block;
    }

    .arrow:before {
        content: "";
        position: absolute;
        top: -25px;
        right: 40px;
        width: 3px;
        height: 15px;
        transform: rotate(-45deg);
        background-color: var(--white-color);
        transition: 0.3s;
    }

    .arrow:after {
        content: "";
        position: absolute;
        top: -25px;
        right: 31px;
        width: 3px;
        height: 15px;
        transform: rotate(45deg);
        background-color: var(--white-color);
        transition: 0.3s;
    }

    h3.h3-title.service-accordian-title.active {
        background-color: var(--primary-color);
        color: var(--orange-color);
        font-size: 25px;
        line-height: 35px;
    }

    .active .arrow:before,
    .active .arrow:after {
        background-color: var(--orange-color);
        height: 25px;
    }

    .active .arrow:after {
        top: -25px;
        right: 40px;
    }

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

    .service-info a span i {
        color: var(--white-color);
    }

    .service-content {
        padding: 12px 0;
    }

    .review {
        margin-top: 0;
        padding-top: 120px;
        clip-path: none;
        background: transparent;
    }

    .review-shape {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 1000px;
        height: 100%;
        background: var(--input-color);
        clip-path: polygon(50% 100%,
                100% calc(100% - 70px),
                100% 0,
                0 0,
                0 calc(100% - 70px));
        -webkit-clip-path: polygon(50% 100%,
                100% calc(100% - 70px),
                100% 0,
                0 0,
                0 calc(100% - 70px));
    }

    .gallery:before {
        display: none;
    }

    .review-slider {
        padding: 0;
        padding-top: 40px;
    }

    .review-slider .slick-list.draggable {
        overflow: hidden;
        padding: 0;
    }

    .review-info {
        padding: 0 30px;
    }

    .review-slider {
        padding-top: 90px;
        margin-bottom: 30px !important;
    }

    .review-sec:before {
        display: none;
    }

    .review-sec:after {
        display: none;
    }

    .gallery {
        background-image: unset !important;
        background: transparent;
    }

    .inner-page .gallery {
        z-index: 99;
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .inner-page .gallery-shape {
        width: 1000px;
        clip-path: polygon(50% 100%, 100% 83%, 100% 0, 0 0, 0 83%);
    }

    .gallery-slider .slick-arrow {
        width: 50px;
        left: 0;
        top: 50%;
    }

    .gallery-slider .slide-arrow.next-arrow.slick-arrow {
        right: 0;
    }

    .footer-top .col-lg-6 {
        padding-right: 15px;
    }

    .footer-text {
        border: none;
        text-align: center;
        padding: 0 40px;
    }

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

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

    .footer-branding {
        width: 270px;
    }

    .inner-page .banner.inner-banner {
        background-position: center;
        padding-top: 200px;
        background-size: cover;
    }

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

    .contact-page .footer-contact {
        padding-right: 190px;
    }

    .footer-text p {
        padding-left: 0;
    }

    .footer-bottom-box {
        padding: 40px 0;
    }

    .form {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        padding: 135px 0;
    }

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

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

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

    .review-text {
        height: 260px;
    }

    .gallery-img {
        height: 320px;
    }

    .gallery {
        padding: 125px 0 225px;
    }

    .footer-top {
        margin-top: -80px;
        padding: 220px 0 0 0;
    }

    .footer-info {
        padding: 72px 0 110px 0;
    }

    .review-slider {
        padding-top: 45px;
    }

    .inner-banner .banner-shape:after {
        background: linear-gradient(to right,
                #141414 25%,
                hsl(0deg 0% 0% / 0%) 50%);
    }

    .inner-banner .banner-shape:before {
        background: linear-gradient(4deg, #141414 50%, hsl(0deg 0% 0% / 0%) 95%);
    }

    .header-contact .sec-btn {
        font-size: 16px;
    }

    .header-contact .header-replublican-logo {
        --size: 65px;
        padding: 11px;
    }
}

@media screen and (max-width: 575px) {
    .header-mobile-menu .site-id {
        padding-left: 0;
    }

    .main-navigation ul {
        padding: 0;
    }

    .header-mobile-menu {
        padding-top: 10vh;
    }

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

    .about-img {
        height: 400px;
    }

    .about-text {
        padding-left: 0;
    }

    .h2-title:before {
        font-size: 120px;
    }

    .service-menu {
        display: none;
    }

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

    .active .arrow:after {
        right: 15px;
        top: -30px;
    }

    .active .arrow:before {
        top: -30px;
        right: 15px;
    }

    .arrow:before {
        right: 15px;
    }

    .arrow:after {
        right: 6px;
    }

    .review {
        padding-top: 100px;
    }

    .gallery .container {
        padding: 0;
    }

    .footer-info {
        padding: 0;
    }

    .footer-text {
        padding: 0;
    }

    .footer-top {
        padding: 290px 0 112px 0;
    }

    .footer-contact {
        padding: 0;
    }

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

    .inner-banner-content .sec-btn {
        margin-top: 50px;
    }

    .main-service-detail-slider:last-child {
        margin-bottom: 0;
    }

    .contact-page .footer-contact {
        padding-right: 0px;
    }

    .form-input {
        padding: 15px;
        height: 50px;
    }

    .form {
        width: 100%;
    }

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

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

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

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

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

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

    .arrow {
        right: 30px;
    }

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

    .review-info {
        padding: 0;
    }

    .inner-page .gallery {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .main-service-detail-slider .next-arrow.slick-arrow {
        right: -20px;
    }

    .main-service-detail-slider .prev-arrow.slick-arrow {
        left: -20px;
    }
}

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

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

    .site-header,
    .sticky_head.site-header {
        height: 54px;
    }

    .site-header.sticky_head .site-branding img {
        /* width: 105px; */
        /* position: fixed; */
        /* top: 10px; */
    }

    .site-branding img {
        /* height: auto; */
        /* width: 90px; */
    }

    .home .banner {
        padding-top: 54px;
    }

    .site-branding {
        top: 8px;
        height: auto;
        width: 86px;
    }

    .menu-toggle {
        top: 15px;
        left: 15px;
        width: 24px;
        height: 24px;
    }

    .menu-toggle span {
        margin-bottom: 6px;
        height: 2px;
    }

    .toggled .menu-toggle span:nth-child(3) {
        top: -6px;
    }

    .header-call-mob {
        height: 54px;
        width: 54px;
    }

    .menu-toggle {
        left: 15px;
    }

    .banner {
        padding-top: 50px;
    }

    .footer-text p {
        line-height: 30px;
    }

    .h3-title.service-accordian-title {
        padding: 10px 40px 10px 20px;
    }

    .arrow {
        top: 45px;
        right: 20px;
    }

    .arrow:after {
        right: 0;
    }

    .arrow:before {
        right: 8px;
    }

    .active .arrow:after {
        right: 10px;
    }

    .active .arrow:before {
        right: 10px;
    }

    .service-img {
        padding: 0 20px;
    }

    .service-info {
        padding: 30px 20px;
    }

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

    .inner-banner .h3-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .inner-page .gallery {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .footer-bottom-link ul li {
        padding: 0 8px;
    }

    .inner-banner-content .sec-btn {
        font-size: 25px;
        width: 200px;
        height: 54px;
    }

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

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

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

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

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

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

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

    .about-img {
        height: 280px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 70px));
    }

    .service-img .back-img {
        height: 140px;
    }

    .review-text {
        height: 320px;
    }

    .gallery-img {
        height: 280px;
    }

    .inner-banner .h2-title:before {
        font-size: 105px;
    }

    .inner-page-banner {
        padding-top: 130px;
        padding-bottom: 100px;
    }
}

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

.service-detail-slider-box {
    width: 100%;
    height: 370px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}

.service-detail-slider-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24 38 69 / 90%);
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: var(--white-color);
    text-align: center;
    padding: 15px;
    opacity: 0;
    transition: 0.3s;
}

.service-detail-slider-box:hover a {
    opacity: 1;
}

.service-detail-slider .slick-list {
    padding: 20px 0;
    margin: -20px 0;
}

.service-detail-slider .col-lg-4 {
    max-width: 100%;
}

.main-service-detail-slider {
    margin-top: 100px;
    margin-bottom: 200px;
}

.service-detail-slider-title .h3-title {
    margin-bottom: 30px;
}

.main-service-detail-slider:has(+ .main-service-detail-slider) {
    margin-bottom: 0;
}

body:has(.main-service-detail-slider + .main-service-detail-slider) .inner-banner .banner-shape:before {
    background: linear-gradient(0deg, #141414 53%, hsl(0deg 0% 0% / 0%) 100%);
}

@media screen and (max-width: 575px) {
    body:has(.main-service-detail-slider + .main-service-detail-slider) .inner-banner .banner-shape:before {
        background: linear-gradient(0deg, #141414 60%, hsl(0deg 0% 0% / 0%) 100%);
    }
}