/*!
Theme Name: K & H Civil Constructors, LLC
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: k-h-civil-constructor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | 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;
    outline: none !important;
}

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--black-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: 700;
}

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;
    float: none;
    width: auto;
    height: 100%;
    width: 100%;
}

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

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

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

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

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

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

.main-navigation a {
    font-size: 13px;
    position: relative;
    font-family: var(--title-font);
    color: var(--common-color);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    transition: 0.3s;
}

/*==========Fancy Box CSS Start==========*/

@media (min-width: 800px) {
    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px;
    }

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

.fancybox-thumbs-y {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-thumbs-y > ul {
    overflow: hidden;
}

.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}

.fancybox-thumbs ul {
    display: flex;
    white-space: nowrap;
}

.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*==========Fancy Box CSS End==========*/

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/Montserrat-LightItalic.eot");
    src:
        url("assets/fonts/Montserrat-LightItalic.eot?#iefix")
            format("embedded-opentype"),
        url("assets/fonts/Montserrat-LightItalic.woff2") format("woff2"),
        url("assets/fonts/Montserrat-LightItalic.woff") format("woff"),
        url("assets/fonts/Montserrat-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    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(--white-color);
    font-size: 13px;
}

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

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

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

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

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

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

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

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 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: 46px;
    border: 1px solid var(--input-color);
    outline: none !important;
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: var(--body-font);
    color: var(--input-color);
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

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

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

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

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

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

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

.comment-form-cookies-consent label {
    padding-left: 10px;
}

label {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

/*==========Common CSS ==========*/
:root {
    --primary-color: #13523d;
    --dark-color: #1d2941;
    --common-color: #010102;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --gray-color: #dbdbdb;
    --input-color: #555555;
    --gradient-color: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    --box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    --body-font: "Raleway";
    --title-font: "Montserrat";
    --gutter: 30px;
}

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

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

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

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

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

.h1-title {
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.h1-title span {
    display: block;
}

.h2-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.h2-title span > span {
    font-weight: 400;
}

.h3-title {
    font-size: 28px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
}

.h4-title {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 700;
    text-transform: uppercase;
}

.h5-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black-color);
}

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

.wow {
    visibility: hidden;
}

.callus {
    font-weight: inherit;
}

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

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

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

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

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

.menu-mob {
    display: none;
}

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

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

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

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

.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: 18px;
    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: 14px;
    line-height: 26px;
    color: var(--common-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: 270px;
    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;
    }
}

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

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

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

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

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

.sec-btn:hover span {
    color: currentColor;
}

.sec-btn.outline-btn {
    background-color: transparent;
    color: var(--primary-color);
    text-transform: capitalize;
}

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

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

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

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

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

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

.contact-form .sec-btn.sm-btn {
    text-transform: uppercase;
}

.sec-btn.gray-btn {
    height: 50px;
    background-color: var(--gray-color);
    border-color: transparent;
    color: var(--primary-color);
    box-shadow: var(--box-shadow);
}

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

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

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

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

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

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

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

/*========== Modal Popup CSS Start ==========*/
.modal-open .modal,
.modal-open {
    padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

/*==========Slider Css End==========*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 46px;
    height: 100px;
    padding: 0;
    border: none !important;
    background: var(--black-color);
    outline: none !important;
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

.projects-slider i {
    font-size: 16px;
}

.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):not(.sec-btn span) {
    color: var(--white-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==========Header CSS Start==========*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: var(--white-color);
    box-shadow: var(--box-shadow);
    z-index: 99;
    transition: 0.3s;
}

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

.site-branding {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: -40px;
}

.site-branding a {
    width: 185px;
    display: inline-block;
    max-width: 100%;
}

.site-branding a img {
    position: relative;
    top: 18px;
    width: auto;
    height: 117px;
    margin-bottom: -30px;
}

.header-menu {
    height: 100%;
}

.header-mobile-menu {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.main-navigation ul.nav-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
    width: 100%;
}

.main-navigation ul.nav-menu li a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    transition: 0.3s;
}

.main-navigation ul.nav-menu > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: var(--primary-color);
    width: 100%;
    height: 0;
}

.main-navigation ul.nav-menu li a:hover {
    -webkit-text-stroke-width: 1px;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-parent > a {
    -webkit-text-stroke-width: 1px;
}

.main-navigation ul.nav-menu > li > a:hover:before {
    height: 2px;
}

.main-navigation ul > li.current-menu-item > a:before,
.main-navigation ul > li.current-menu-parent > a:before {
    height: 2px;
}

.main-navigation ul ul li:hover > a {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.main-navigation ul li.current-menu-ancestor ul li.current-menu-item a {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.header-call {
    position: relative;
    padding-left: 45px;
    margin-left: 45px;
}

.header-call-btn i {
    font-size: 20px;
    color: var(--primary-color);
}

.header-call .header-call-btn:hover {
    -webkit-text-stroke-width: 0.8px;
}

.header-call::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: rgb(1 1 2 / 10%);
}

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

/*==========Main Banner CSS Start==========*/

.main-banner {
    padding: 262px 0 276px 0;
    position: relative;
    background-color: var(--primary-color);
    background-blend-mode: soft-light;
    background-position: left;
}

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

.banner-content .h1-title {
    margin-bottom: 34px;
}

.banner-content p {
    font-size: 18px;
}

.banner-content p:last-of-type {
    margin-bottom: 0px;
}

.banner-btn {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 89px;
}

.banner-btn a {
    display: inline-flex;
    gap: 5px;
}

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

/*========== About Section CSS Start==========*/

.about-sec {
    padding-bottom: 30px;
}

.about-sec .about-content {
    padding-top: 98px;
    position: relative;
}

.about-content .sec-title {
    margin-bottom: 25px;
}

.common-line-title {
    position: relative;
    display: flex;
    align-items: end;
    gap: 25px;
}

.common-line-title .h2-title {
    display: inline-block;
}

.testing-content .common-line-title span {
    font-weight: 400;
}

.about-content .common-line-title span,
.supply-title span {
    font-weight: 300;
}

.common-line-title::after {
    content: "";
    position: relative;
    top: -22px;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    z-index: -1;
    display: inline-block;
    flex: 1;
}

.sec-name-text {
    font-size: 100px;
    line-height: 120px;
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
    font-family: var(--title-font);
    color: rgb(19 82 61 / 15%);
    position: absolute;
    top: 5%;
    left: 74%;
    transform: rotate(-90deg);
}

.about-discription-text p {
    font-weight: 300;
    margin-bottom: 0px;
}

.about-content .sec-name-text {
    top: 71%;
    left: auto;
    right: 84%;
}

.about-right {
    position: relative;
    padding-left: 70px;
}

.about-right::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 100px;
    bottom: 100%;
    left: 0;
    background-color: var(--white-color);
    z-index: -1;
}

.about-slider {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
    box-shadow: var(--box-shadow);
}

.home-banner-content .h1-title {
    position: relative;
}

.about-slider::before,
.about-img-sec::before,
.about-service-wp::before,
.home-banner-content .h1-title::before,
.main-banner.inner-banner .h1-title::before {
    --size: 133px;
    content: "";
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: -25px;
    left: -25px;
    background-image: url(./assets/images/repeat-grid.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.home-banner-content .h1-title::before {
    background-image: url(./assets/images/title-grid.svg);
    --size: 52px;
    left: auto;
    top: 15px;
    right: 55px;
}

.about-image-slider-box .about-slide-image {
    height: 520px;
}

.about-slider .slick-dots {
    left: 0;
    bottom: -20px;
    text-align: left;
}

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

/*========== Services Section CSS Start==========*/

.main-services-sec {
    padding: 90px 0 0 0;
}

.main-services-sec .services-sec {
    margin-bottom: 117px;
}

.service-detail-sec .services-sec {
    margin-bottom: 100px;
}

.main-services-sec .services-sec:last-child {
    margin-bottom: 0;
}

.common-image-wp {
    width: 44vw;
    min-height: 600px;
    height: 100%;
    position: relative;
    float: right;
    left: 0;
    box-shadow: var(--box-shadow);
    z-index: -1;
}

.common-image-wp::before {
    --size: 133px;
    content: "";
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: -25px;
    right: -25px;
    background-image: url(./assets/images/repeat-grid.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.common-image.back-img {
    width: 100%;
    height: 100%;
}

.common-text-para {
    padding-left: 70px;
}

.common-text-content {
    max-width: 600px;
    margin-left: auto;
    position: relative;
    margin-top: 85px;
}

.common-text-content .sec-title,
.testing-content .sec-title {
    margin-bottom: 24px;
}

.common-text-content .common-line-title .h2-title > span {
    display: block;
}

.common-text-content .common-description-text p {
    font-weight: 300;
    margin-bottom: 32px;
}

.common-text-content .common-description-text p:last-of-type {
    margin-bottom: 0px;
}

.common-text-btn,
.even .common-text-btn {
    margin-top: 31px;
}

.even .common-text-btn {
    margin-top: 41px;
}

.services-feature-list-wp {
    position: relative;
    z-index: 1;
}

.services-feature-box {
    display: flex;
    margin-top: -50px;
    min-height: 100px;
}

.services-feature-wp {
    background-color: var(--primary-color);
    padding: 32px 40px 32px 44px;
    width: 100%;
    display: flex;
    align-items: center;
}

.services-feature-wp ul {
    display: flex;
    align-items: center;
    gap: var(--gap);
    --gap: 32px;
}

.services-feature-wp ul li {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--title-font);
    font-style: italic;
    text-transform: uppercase;
    color: var(--white-color);
    padding-left: 20px;
    position: relative;
}

.services-feature-wp ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--gray-color);
}

.services-sec.even .common-image-wp {
    float: left;
    left: auto;
    right: 0;
}

.services-sec.even .common-image-wp::before {
    right: auto;
    left: -25px;
}

.services-sec.even .common-text-content {
    margin-left: 0;
    margin-top: 103px;
}

.services-sec.even
    .common-text-content
    .common-line-title
    .h2-title
    span
    > span {
    display: inline-block;
}

.services-sec.even .sec-name-text {
    left: auto;
    right: 74.5%;
    top: 30%;
}

.services-sec.even .services-feature-box {
    justify-content: end;
}

.services-sec1 .services-feature-box .services-feature-wp {
    padding: 32px 63px 32px 64px;
    width: 870px;
    max-width: 100%;
}

.services-sec1 .services-feature-box .services-feature-wp ul {
    --gap: 40px;
}

.services-sec2 .services-feature-box .services-feature-wp {
    padding: 32px 93px 32px 93px;
    width: 570px;
    max-width: 100%;
}

.services-sec2 .services-feature-box .services-feature-wp ul {
    --gap: 54px;
}

.services-sec2 .services-feature-box .services-feature-wp ul li {
    text-transform: uppercase;
}

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

/*========== testing Section CSS start==========*/
.testing-sec {
    position: relative;
    background-color: rgba(219, 219, 219, 50%);
    padding: 170px 0 162px;
    margin-top: -50px;
}

.testing-content {
    padding-right: 30px;
}

.testing-content .common-line-title::after {
    top: -45px;
}

.testing-text {
    margin-bottom: 74px;
}

.testing-img.back-img {
    height: 320px;
}

.testing-sec .slick-dots {
    bottom: -80px;
}

/*========== testing Section CSS End==========*/

/*==========licenses Section CSS start==========*/
.licenses-sec {
    padding: 91px 0 63px;
}

.licenses-sec .common-line-title {
    max-width: 570px;
}

.licenses-sec .sec-title {
    margin-bottom: 24px;
}

.licenses-content .common-line-title::after {
    top: -45px;
}

.liecnses-text p {
    margin: 0;
    font-weight: 300;
}

.licenses-content .sec-name-text {
    left: auto;
    right: 72%;
    top: 0;
}

.licenses-img {
    position: relative;
    right: 175px;
    width: 909px;
    height: 592px;
}

.licenses-img img {
    height: 100%;
    width: 100%;
}

/*==========licenses Section CSS End==========*/

/*========== project Section CSS start==========*/
.project-sec {
    position: relative;
    background-color: var(--gray-color);
    padding: 120px 0 239px;
}

.project-content .common-line-title::after {
    top: -50px;
}

.project-content .sec-title {
    margin-bottom: 30px;
}

.project-text {
    padding-right: 70px;
    margin-bottom: 64px;
}

.project-img-content .h5-title {
    margin-bottom: 0;
    margin-top: 12px;
}

.project-img.back-img {
    height: 389px;
}

.project-sec .slick-list.draggable {
    width: calc(100% + 400px);
    max-width: unset;
    padding-right: 400px;
}

.project-sec .slick-arrow {
    height: 54px;
    top: auto;
    bottom: -134px;
    left: auto;
    right: 29px;
    background-color: var(--primary-color);
}

.project-sec .slide-arrow.next-arrow.slick-arrow {
    right: -30px;
}

.project-sec .slick-dots {
    text-align: left;
    left: 15px;
    bottom: -57px;
}

.project-sec .slick-dots li button {
    background: var(--white-color);
}

/*========== project Section CSS End==========*/

/*========== Gallery Section CSS start==========*/

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

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

.gallery-title-wp::before {
    content: "";
    position: absolute;
    width: 635px;
    height: calc(100% + 40px);
    top: 50%;
    right: 10px;
    background-color: var(--primary-color);
    z-index: -1;
    transform: translate(0, -50%);
    box-shadow: var(--box-shadow);
}

.gallery-title-wp .sec-title .h2-title {
    margin-bottom: 0;
}

.gallery-sec .gallery-list-box {
    padding: 28px 0;
    margin: 0;
    margin-left: -40px;
}

g .gallery-list-box::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 100px;
    z-index: -2;
    transform: translate(0, -50%);
    background-color: var(--white-color);
}

.gallery-list-box ul {
    display: flex;
    margin-left: 35px;
    line-height: 0;
}

.gallery-list-box ul li {
    padding-inline: 20px;
    position: relative;
    margin-right: 35px;
    max-width: 231px;
}

.gallery-list-box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: var(--primary-color);
}

.gallery-list-box ul li span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: var(--title-font);
    text-transform: uppercase;
    color: rgb(19 82 61 / 40%);
    transition: 0.3s;
    cursor: pointer;
}

.gallery-list-box ul li span.active,
.gallery-list-box ul li span:hover {
    color: var(--primary-color);
}

.gallery-slide-image-box {
    height: 760px;
}

.gallery-slide-image-box .gallery-slider-image {
    width: 100%;
    height: 100%;
}

.gallery-bottom-text {
    padding: 28px 0 28px 68px;
    position: relative;
    background-color: var(--primary-color);
    right: 0;
    bottom: 40px;
    float: right;
    width: 635px;
    height: 100%;
    z-index: 4;
}

.gallery-bottom-text p {
    font-family: var(--title-font);
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    color: var(--white-color);
}

.gallery-bottom-text p:last-of-type {
    margin-bottom: 0px;
}

.gallery-ajax {
    position: relative;
}

.spinner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 100%;
    transform: translate(-50%, 0);
    background: rgb(2 37 74 / 60%);
    display: none;
    z-index: 3;
}

.spinner i {
    color: var(--white-color);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/*========== Gallery Section CSS End==========*/

/*========== Reviews Section CSS Start==========*/

.reviews-sec {
    padding-top: 47px;
    padding-bottom: 265px;
}

.reviews-sec .slick-dots {
    bottom: -67px;
}

.reviews-sec .sec-title {
    margin-bottom: 58px;
}

.center-line-title.common-line-title::before {
    content: "";
    position: relative;
    top: -22px;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    z-index: -1;
    display: inline-block;
    flex: 1;
}

.reviews-slider::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 26px;
    background-image: url(./assets/images/quote.svg);
}

.reviews-slide-box {
    text-align: center;
    width: 970px;
    max-width: 100%;
    margin: auto;
    margin-top: 84px;
}

.reviews-slide-box [data-simplebar="init"] {
    padding: 0;
}

.reviews-content-text {
    height: 137px;
}

.reviews-content-text p {
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
    font-weight: 300;
    font-family: var(--title-font);
    color: #9f9e9d;
}

.reviews-content-text p:last-of-type {
    margin-bottom: 0;
}

.reviews-content-bottom-title {
    margin-top: 45px;
}

.reviews-content-bottom-title h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.reviews-slider .slick-arrow {
    background-color: var(--gray-color);
    color: var(--white-color);
    left: calc(var(--extra-spacing) * -1);
    --extra-spacing: 135px;
}

.reviews-slider .slide-arrow.next-arrow.slick-arrow {
    right: calc(var(--extra-spacing) * -1);
}

.reviews-slider .slick-arrow:hover {
    background-color: var(--primary-color);
}

/*========== Reviews Section CSS End==========*/

/*========== Image Section CSS Start==========*/

.image-sec {
    position: relative;
    background-color: var(--white-color);
    background-blend-mode: multiply;
}

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

.user-image {
    width: 500px;
    height: 690px;
}

.user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/*========== Image Section CSS End==========*/

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

.site-footer {
    position: relative;
    padding-bottom: 65px;
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--gray-color);
    opacity: 0.9;
    z-index: 2;
    display: block;
}

.footer-top {
    background-color: var(--primary-color);
    padding: 80px 80px 60px 100px;
    margin-bottom: -80px;
    position: relative;
    top: -80px;
}

.contact-form-box .sec-title {
    margin-bottom: 38px;
}

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

.wpcf7 .wpcf7-spinner {
    left: auto;
    margin-left: 15px;
}

.footer-about {
    padding: 8px 0 0 70px;
}

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

.footer-logo a {
    width: 266px;
    height: 100%;
    display: inline-block;
}

.footer-about-text {
    margin-bottom: 18px;
}

.footer-about-text p {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    line-height: 22px;
    font-family: var(--title-font);
}

.footer-about-text p:last-of-type {
    margin-bottom: 0px;
}

.contact-info ul li {
    margin-bottom: 18px;
}

.contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-info ul li .contact-info-text {
    color: var(--white-color);
    font-family: var(--title-font);
    line-height: 19px;
    display: inline-flex;
    gap: 12px;
    transition: 0.3s;
}

.contact-info ul li i {
    font-size: 15px;
}

.contact-i a i {
    font-size: 20px !important;
}

.contact-info ul li a:hover {
    -webkit-text-stroke-width: 0.8px;
}

a.contact-info ul li .contact-info-text span {
    display: block;
}

.contact-info ul li .contact-info-text i {
    color: var(--gray-color);
}

.open-close-time-wp .open-close-time {
    display: flex;
    gap: 18px;
}

.footer-menu {
    padding: 60px 0 40px 0;
    border-bottom: 1px solid rgb(2 37 74 / 20%);
}

.footer-menu-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
}

.footer-menu-list ul li:first-child {
    padding-left: 0;
}

.footer-menu-list ul li:last-child {
    padding-right: 0;
    border: none;
}

.footer-menu-list ul li {
    border-right: 1px solid var(--primary-color);
    padding: 0 18px;
    line-height: 15px;
}

.footer-menu-list ul li a {
    font-size: 12px;
    line-height: 15px;
    color: var(--primary-color);
    font-family: var(--title-font);
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-menu-list ul li a:hover {
    -webkit-text-stroke-width: 1px;
}

.footer-bottom {
    padding-top: 33px;
    text-align: center;
}

.copyright-top-link {
    display: inline-block;
    width: 100%;
}

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

.copyright-top-link li {
    list-style: none;
    padding: 0 14px;
    border-right: 1px solid var(--primary-color);
    line-height: 15px;
    font-size: 12px;
    font-family: var(--title-font);
    color: var(--primary-color);
    display: inline-block;
}

.copyright-top-link li:first-child {
    padding-left: 0;
}

.copyright-top-link li a {
    color: var(--primary-color);
    font-size: 12px;
    font-family: var(--title-font);
    transition: 0.3s;
    display: inline-block;
    transition: 0.3s;
}

.copyright-top-link a:hover {
    text-decoration: underline !important;
    -webkit-text-stroke-width: 0.8px;
}

.copyright-top-link li:last-child {
    border: none;
    padding-right: 0;
}

.copyright-bottom-link p,
.copyright-bottom-link a {
    font-size: 12px;
    font-family: var(--title-font);
    color: var(--primary-color);
    transition: 0.3s;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: var(--title-font);
    line-height: 26px;
}

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

.dotcom-link {
    font-weight: 700;
    text-decoration: underline !important;
}

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

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

/*==========licenses page CSS Start==========*/
.about-licenses-sec {
    position: relative;
    z-index: 7;
    padding-bottom: 180px;
}

.about-licenses-sec .about-img-sec {
    position: relative;
    top: -82px;
    margin-bottom: -82px;
}

.about-licenses-sec .about-img-sec::before {
    top: 16px;
}

.about-licen-text,
.about-service-text {
    margin-top: 90px;
}

.licenses-img-wp {
    position: relative;
    margin-top: -90px;
}

.common-image.pdf-img.back-img,
.licenses-img-main.pdf-img.back-img {
    background-position: center;
    background-size: contain;
}

.btn-wp {
    position: relative;
}

.pdf-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.even .pdf-btn {
    right: auto;
    left: 10px;
}

.pdf-btn .sec-btn {
    width: 150px;
    height: 40px;
    gap: 10px;
    border: 0;
}

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

.licenses-slider .slick-dots {
    bottom: -60px;
}

.about-licen-img {
    position: relative;
    right: 195px;
    height: 592px;
    width: 909px;
}

.about-licen-img img {
    height: 100%;
    width: 100%;
}

.supply-img-wp {
    margin-bottom: 40px;
}

.supply-title {
    margin-bottom: 60px;
}

.licenses-img-main {
    width: 100%;
    aspect-ratio: 1/1.12432432;
    border: 2px solid var(--primary-color);
    margin-bottom: 60px;
}

/*==========licenses page CSS end==========*/

/*==========service-detail page CSS start==========*/
.service-about-sec {
    position: relative;
    padding-bottom: 54px;
    z-index: 7;
}

.about-image-service .back-img {
    height: 384px;
}

.about-service-wp {
    position: relative;
    top: -39px;
    margin-bottom: -39px;
}

.service-detail-sec {
    padding: 93px 0 224px 0;
}

.service-detail-sec .services-sec.even .common-text-content,
.service-detail-sec .common-text-content {
    margin-top: 0;
}

.service-list {
    margin-top: 16px;
}

.service-list ul li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding-left: 24px;
    padding-right: 10px;
    margin-bottom: 11px;
}

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

.service-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.service-contact-sec {
    padding: 49px 0 45px;
}

.service-contact-sec {
    background-color: var(--primary-color);
}

.service-contact-sec .sec-btn {
    margin-top: 16px;
}

.service-contact-sec .about-service-text {
    margin-top: 0;
    padding-right: 2px;
}

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

.service-contact-sec .about-right::before {
    display: none;
}

.service-contact-sec .about-service-wp {
    top: 0;
    margin-bottom: 0;
}

.page-id-351
    .service-detail-sec
    .common-text-content
    .common-line-title
    .h2-title
    span {
    display: inline-block;
    font-weight: 400;
}

/*==========service-detail 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: 40px;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    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 end ==========*/
.main-banner.inner-banner {
    padding: 260px 0 26px 0;
    position: relative;
    min-height: 585px;
    display: flex;
    align-items: flex-start;
    z-index: 6;
}

.main-banner.inner-banner.common-banner {
    min-height: auto;
    padding: 250px 0 120px;
}

.main-banner.inner-banner .sec-wp {
    width: 100%;
}

.main-banner.inner-banner .h1-title {
    position: relative;
    max-width: 820px;
    margin-bottom: 0;
    margin-top: 121px;
}

.main-banner.inner-banner .h1-title::before {
    background-image: url(./assets/images/title-grid.svg);
    --size: 52px;
    left: auto;
    top: -80px;
    right: 246px;
}

.inner-banner-text .h2-title {
    font-size: 56px;
    line-height: 1.2;
}

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

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

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

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

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

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
    transition: 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(--dark-color);
    -webkit-text-stroke-width: 1px;
}

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

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

/*========== Services page CSS Start ==========*/

/*========== Services Sec Top CSS Start ==========*/

.services-sec-top {
    padding: 139px 0 132px 0;
}

.services-content.common-text-content {
    margin-top: 0;
}

.services-content.common-text-content .sec-title {
    margin-bottom: 25px;
}

.services-sec-top .common-image-wp {
    width: 49vw;
    margin-left: 100px;
    float: left;
    left: auto;
    right: 0;
    min-height: 466px;
    height: 100%;
}

.services-sec-top .common-image-wp::before {
    right: auto;
    left: -25px;
    top: -35px;
}

.services-sec-top .common-image.back-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.services-sec-top.even {
    padding: 0 0 198px 0;
}

.services-sec-top.even .common-image-wp {
    min-height: 498px;
    height: 100%;
    margin-left: 0;
    float: right;
    margin-right: 70px;
    left: 0;
    right: auto;
}

.services-sec-top.even .common-image-wp::before {
    content: none;
}

.services-sec-top.even .services-content.common-text-content {
    margin-top: 0;
    max-width: unset;
    margin-right: 100px;
}

/*========== Services Sec Top CSS Start ==========*/

.services-custom-feature {
    padding-top: 40px;
    padding-bottom: 136px;
}

.services-custom-feature-title {
    margin-bottom: 128px;
}

.features-sec .common-sec-wp {
    margin-bottom: 105px;
}

.features-sec .common-sec-wp:last-child {
    margin-bottom: 0;
}

.features-sec .common-sec-wp .common-image-wp {
    width: auto;
    min-height: 400px;
    height: 100%;
    float: none;
    margin-right: 70px;
}

.features-sec .common-sec-wp .common-text-content {
    margin: 0;
}

.features-sec .common-sec-wp .common-text-content .sec-title,
.service-detail-sec .common-text-content .sec-title {
    margin-bottom: 19px;
}

.features-sec .common-sec-wp.even .common-image-wp {
    margin-right: 0;
    margin-left: 70px;
}

.features-sec .common-sec-wp.even .common-image-wp::before {
    right: auto;
    left: -25px;
}

.page-template-template-services .gallery-sec {
    padding-bottom: 222px;
}

.page-id-26 .services-custom-feature {
    padding-top: 0;
}

.page-id-28 .services-content.common-text-content {
    margin: 17px 0;
}

.page-id-28 .services-custom-feature {
    padding-top: 91px;
}

.common-description-text ul {
    margin-top: 24px;
}

.common-description-text ul li {
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 3px;
    position: relative;
}

.common-description-text ul li:last-child {
    margin-bottom: 0;
}

.common-description-text ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gray-color);
}

.services-gallery-sec .gallery-list-box ul li span {
    cursor: auto;
}

/*========== Services Custom Feature CSS End ==========*/

/*========== Services page CSS end ==========*/

/*========== Gallery page CSS Start ==========*/

.main-banner.inner-banner.gallery-banner {
    padding: 245px 0 62px 0;
}

.gallery-banner .gallery-list-box::before {
    content: none;
}

.gallery-list-box {
    margin-left: 0;
    padding: 0;
    margin-top: 85px;
}

.gallery-banner .gallery-list-box ul {
    margin-left: 0;
}

.gallery-page {
    padding: 131px 0 229px 0;
}

.gallery-box {
    width: 100%;
    height: 320px;
    display: block;
    box-shadow: var(--box-shadow);
}

.gallery-box .back-img {
    width: 100%;
    height: 100%;
}

.gallery-page .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

/*========== Gallery page CSS end ==========*/

/*========== Career page CSS start ==========*/

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

.career-sec .entry-content ul {
    margin: 0 0 1.5em 2em;
}

.career-sec .entry-content ul li {
    list-style: disc;
}

.career-sec .entry-content h2:first-child {
    margin-top: 0;
}

.career-sec .entry-content h2 {
    margin: 30px 0 15px 0;
}

.career-sec .entry-content p a {
    font-weight: 700;
}

.career-sec .entry-content p a:hover {
    -webkit-text-stroke: unset;
    text-decoration: underline !important;
}

/*========== Career page CSS end ==========*/

/*========== project page CSS start ==========*/
.about-project-sec {
    padding-bottom: 237px;
}

.about-project-sec .about-licen-img {
    right: 0;
    height: 355px;
    width: 519px;
}

.about-project-sec .about-img-sec {
    top: -30px;
    margin-bottom: -30px;
}

.about-project-sec .about-img-sec::before {
    top: -35px;
}

.project-wp {
    margin-top: 88px;
}

.project-wp .project-img-content {
    margin-bottom: 79px;
}

.project-btn {
    margin-top: 10px;
}

.project-btn i {
    display: none;
    font-size: 22px;
}

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

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

/*========== project page CSS end ==========*/

/*========== Contact page CSS Start ==========*/

.main-banner.inner-banner.contact-banner {
    padding: 198px 0 142px 0;
    margin-bottom: 184px;
}

.main-banner.inner-banner.contact-banner::before {
    opacity: 0.7;
}

.contact-page-form-box {
    padding-top: 22px;
}

.contact-page-form-box .contact-form .row .col-lg-6 {
    width: 100%;
}

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

.footer-about.contact-banner-about {
    padding: 0 0 0 100px;
}

.contact-banner-about .h1-title {
    font-size: 60px;
    line-height: 68px;
}

.contact-banner-about .sec-title {
    margin-bottom: 42px;
}

.contact-banner-about .footer-about-text {
    margin-bottom: 35px;
}

.contact-banner-about .contact-info ul li {
    margin-bottom: 35px;
}

.contact-banner-about .contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact-banner-about .contact-info ul li .contact-info-text {
    font-size: 18px;
    gap: 18px;
}

.contact-banner-about .contact-info ul li .contact-info-text i {
    font-size: 20px;
}

.contact-banner .banner-btn {
    margin-top: 31px;
}

/*========== Contact page CSS End ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text {
    text-align: center;
    position: relative;
}

.thanks-icon {
    width: 100px;
    display: block;
    margin: 0 auto 40px;
}

.thanks-icon .checkmark {
    stroke-dashoffset: 745.74853515625;
    stroke-dasharray: 745.74853515625;
    animation: dash 2.5s linear infinite;
    stroke: var(--primary-color);
}

@keyframes dash {
    0% {
        stroke-dashoffset: 745.74853515625;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

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

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

.thank-text p a:hover {
    color: var(--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);
    text-decoration: underline;
}

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

/*==========SEO Page CSS Start==========*/
.main-seo-content {
    position: relative;
    padding: 80px 0 150px;
}

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

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

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

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

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

/*========== Blog css ==========*/
.type-post {
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0;
    height: 50px;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: 0.3s;
}

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

.entry-content {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.next.page-numbers,
a.prev.page-numbers {
    width: auto;
    padding: 0 15px;
}

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

/*==========Responsive Start==========*/
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1921px) {
    .about-right::before {
        width: 1300px;
    }

    .common-image-wp {
        width: 45vw;
    }

    .project-sec .slick-list.draggable {
        width: calc(100% + 600px);
        padding-right: 600px;
    }

    .gallery-title-wp::before {
        width: 920px;
    }

    .common-text-content {
        margin-left: 70px;
    }
}

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

    .home-banner-content .h1-title::before {
        top: 10px;
        right: -50px;
    }
}

@media screen and (max-width: 1499px) {
    .about-content .sec-name-text {
        right: 80%;
    }

    .sec-name-text {
        left: 70%;
    }

    .services-sec.even .sec-name-text {
        right: 70%;
    }

    .licenses-content .sec-name-text {
        right: 68%;
    }

    .licenses-img {
        width: 800px;
        height: 550px;
    }
}

@media screen and (max-width: 1399px) {
    .home-banner-content .h1-title::before {
        right: 10px;
    }

    .about-content .sec-name-text {
        right: 86%;
        top: 54%;
    }

    .sec-name-text {
        font-size: 55px;
        line-height: 80px;
        left: 81.5%;
    }

    .services-sec.even .sec-name-text {
        right: 81.5%;
        top: 38%;
    }

    .licenses-content .sec-name-text {
        right: 78%;
    }

    .services-feature-wp ul {
        --gap: 20px;
    }

    .reviews-slider .slick-arrow {
        --extra-spacing: 127px;
    }

    .user-image {
        height: 650px;
    }

    .footer-top {
        padding: 80px 70px 60px 70px;
    }

    .footer-about {
        padding: 8px 0 0 50px;
    }

    .common-text-para {
        padding-left: 35px;
    }

    .licenses-img {
        width: 700px;
        height: 500px;
    }

    .footer-about.contact-banner-about {
        padding: 0 0 0 70px;
    }
}

@media screen and (max-width: 1199px) {
    .home-banner-content .h1-title::before {
        right: 50px;
        --size: 40px;
    }

    .h1-title,
    .contact-banner-about .h1-title {
        font-size: 50px;
        line-height: 65px;
    }

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

    .site-branding {
        margin-right: 0;
    }

    .main-navigation ul.nav-menu {
        gap: 20px;
    }

    .header-call {
        padding-left: 15px;
        margin-left: 15px;
    }

    .header-call-btn {
        font-size: 18px;
    }

    .sec-name-text {
        display: none;
    }

    .services-sec3 .services-feature-wp ul li {
        width: calc(33.3333% - (var(--gap) / 1.5));
    }

    .services-sec3 .services-feature-wp ul {
        flex-wrap: wrap;
    }

    .gallery-list-box ul li {
        margin-right: 50px;
    }

    .reviews-slider .slick-arrow {
        --extra-spacing: 105px;
    }

    .user-image {
        height: 550px;
        width: 400px;
    }

    .project-sec .slick-arrow {
        right: 60px;
    }

    .project-sec .slide-arrow.next-arrow.slick-arrow {
        right: 0;
    }

    .footer-menu-list ul li {
        padding: 0 7px;
    }

    .footer-top {
        padding: 80px 40px 60px 40px;
    }

    .footer-about {
        padding: 8px 0 0 10px;
    }

    .services-sec-top.even .services-content.common-text-content {
        margin-right: 0;
    }

    .footer-about.contact-banner-about {
        padding: 0 0 0 70px;
    }

    .common-text-para {
        padding-left: 15px;
    }

    .licenses-img {
        width: 600px;
        height: 450px;
    }

    .about-project-sec .about-img-sec {
        top: 0;
        margin-bottom: 0;
    }

    .about-project-sec .about-licen-img {
        height: 300px;
        width: 400px;
    }

    .footer-about.contact-banner-about {
        padding: 0 0 0 30px;
    }

    .about-licenses-sec {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .for-des,
    .scrolltop,
    .main-banner .banner-video {
        display: none !important;
    }

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

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

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

    .menu-des {
        display: none;
    }

    .menu-mob {
        display: block;
    }

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

    .site-header {
        height: 80px;
    }

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

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        height: 80px;
    }

    .site-branding a {
        width: 150px;
    }

    .site-branding a img {
        position: relative;
        top: 10px;
        width: auto;
        height: 110px;
        margin-bottom: -20px;
    }

    .menu-toggle {
        position: fixed;
        top: 25px;
        right: 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: 5px;
        background: var(--primary-color);
        margin-bottom: 8px;
        border-radius: 0;
        position: relative;
        top: 0;
        opacity: 1;
        transition: 0.3s;
    }

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

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

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

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

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

    .header-mobile-menu {
        flex-direction: column;
        align-items: start;
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--black-color);
        padding: 16.3vh 30px 30px 30px;
        overflow: auto;
        opacity: 0;
        scrollbar-color: transparent transparent;
        transition: 0.5s;
        z-index: 101;
    }

    .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.nav-menu {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

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

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

    .main-navigation ul.nav-menu li a {
        font-size: 20px;
        line-height: 28px;
        color: var(--white-color);
    }

    .main-navigation ul.nav-menu > li > a::before {
        background-color: var(--white-color);
    }

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

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

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

    .main-navigation ul li.current-menu-ancestor ul li.current-menu-item a {
        background-color: transparent;
    }

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

    .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;
        font-size: 16px !important;
        line-height: 28px;
    }

    .main-navigation ul ul li:hover > a {
        background-color: transparent;
    }

    .header-call {
        padding-left: 0;
        margin-left: 0;
        margin-top: 4.4vh;
    }

    .header-call::before {
        content: none;
    }

    .header-call-btn {
        background-color: var(--white-color);
        color: var(--primary-color);
        width: 50px;
        height: 50px;
        border: 2px solid var(--white-color);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .header-call-btn i {
        color: var(--black-color);
    }

    .header-call .header-call-btn:hover i {
        color: var(--white-color);
    }

    .header-call-btn:hover {
        background-color: transparent;
        color: var(--white-color);
        border-color: var(--white-color);
    }

    .header-call .header-call-btn:hover {
        background: transparent;
    }

    .header-call .header-call-btn:hover span {
        color: var(--white-color);
    }

    .header-call-btn .callus,
    .header-call-btn span {
        font-size: 16px;
        font-weight: 700;
        transition: 0.3s;
    }

    .header-call .header-call-btn:hover {
        -webkit-text-stroke-width: unset;
    }

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

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

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

    .sec-name-text {
        display: none;
    }

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

    .about-right {
        padding-left: 0;
        margin-top: 80px;
    }

    .project-wp {
        margin-top: 60px;
    }

    .project-wp .project-img-content {
        margin-bottom: 50px;
    }

    .service-contact-sec {
        padding: 80px 0;
    }

    .service-contact-sec .about-right,
    .about-project-sec .about-right {
        margin-top: 0px;
    }

    .about-slider {
        position: unset;
    }

    .main-services-sec {
        padding: 40px 0 80px 0;
    }

    .service-detail-sec {
        padding: 50px 0 160px 0;
    }

    .common-image-wp {
        width: 100%;
        min-height: unset;
        height: 450px;
        float: none;
        margin-bottom: 50px;
    }

    .about-image-slider-box .about-slide-image {
        height: 450px;
    }

    .about-sec .about-content {
        padding-top: 60px;
    }

    .testing-sec {
        padding: 80px 0 120px;
        margin-top: 0;
    }

    .testing-sec .slick-dots {
        bottom: -60px;
    }

    .testing-text {
        margin-bottom: 50px;
    }

    .project-sec {
        padding: 80px 0 200px;
    }

    .project-text {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .licenses-img {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        margin-bottom: 30px;
    }

    .services-sec.even .common-image-wp {
        float: none;
    }

    .common-text-para {
        padding-left: 0;
    }

    .common-text-content {
        max-width: unset;
        margin-top: 0;
    }

    .common-text-btn,
    .even .common-text-btn {
        margin-top: 28px;
    }

    .services-feature-box {
        margin-top: 30px;
    }

    .services-sec1 .services-feature-box .services-feature-wp,
    .services-sec2 .services-feature-box .services-feature-wp,
    .services-feature-wp {
        padding: 32px 40px 32px 44px;
    }

    .services-sec1 .services-feature-box .services-feature-wp ul,
    .services-sec2 .services-feature-box .services-feature-wp ul,
    .services-feature-wp ul {
        flex-wrap: wrap;
        --gap: 20px;
    }

    .services-sec3 .services-feature-wp ul li,
    .services-feature-wp ul li {
        width: calc(50% - (var(--gap) / 2));
    }

    .main-services-sec .services-sec {
        margin-bottom: 70px;
    }

    .services-sec.even .common-text-content {
        margin-top: 0;
    }

    .services-sec.even .services-feature-box {
        justify-content: start;
    }

    .gallery-title-wp::before {
        left: -60%;
        right: auto;
    }

    .gallery-sec .gallery-list-box {
        --spacer: 10px;
        margin-left: 0;
        position: relative;
        padding: 50px 0 30px 0;
        margin-top: 0;
    }

    .gallery-list-box::before {
        left: -50%;
        width: 160vw;
        top: calc(-1 * var(--height));
        --height: 20px;
        height: calc(100% + var(--height));
        transform: unset;
    }

    .gallery-list-box ul:not(.services-gallery-sec .gallery-list-box ul) {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        padding: 15px;
        box-shadow: var(--box-shadow);
        margin-left: 0;
        background-color: var(--white-color);
        display: none;
    }

    .gallery-list-box ul.drotab-dropdownpdown-show {
        display: block !important;
    }

    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li
        span {
        color: rgb(1 1 2 / 40%);
    }

    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li
        span.active,
    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li
        span:hover {
        color: var(--primary-color);
    }

    .gallery-list-box ul:not(.services-gallery-sec .gallery-list-box ul) li {
        margin-right: 0;
        padding-inline: 0;
        margin-bottom: 20px;
    }

    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li:last-child {
        margin-bottom: 0;
    }

    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li
        span
        br {
        display: none;
    }

    .gallery-list-box
        ul:not(.services-gallery-sec .gallery-list-box ul)
        li::before {
        content: none;
    }

    .tab-dropdown {
        width: 100%;
        padding: var(--spacer) calc(var(--spacer) * 2);
        border: none;
        outline: none;
        height: auto;
        border-radius: 0;
        font-family: var(--title-font);
        font-weight: 700;
        background-color: transparent;
        text-transform: uppercase;
        position: relative;
        border: 2px solid var(--gray-color);
    }

    .tab-dropdown:after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 50%;
        right: calc(var(--spacer) * 2);
        font-size: 16px;
        transition: 0.3s;
        transform: translate(0, -50%);
    }

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

    .gallery-slide-image-box {
        height: 500px;
    }

    .slick-arrow {
        height: 70px;
    }

    .gallery-bottom-text {
        width: 450px;
    }

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

    .reviews-sec {
        padding-top: 70px;
        padding-bottom: 140px;
    }

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

    .reviews-slide-box {
        margin-top: 70px;
    }

    .reviews-sec .slick-dots {
        bottom: -45px;
    }

    .reviews-content-bottom-title {
        margin-top: 25px;
    }

    .reviews-slider .slick-arrow {
        top: auto;
        bottom: -70px;
        left: calc(50% - var(--extra-spacing));
        height: 50px;
        --extra-spacing: 30px;
        transform: translate(-50%, 0);
    }

    .reviews-slider .slide-arrow.next-arrow.slick-arrow {
        left: calc(50% + var(--extra-spacing));
        right: auto;
    }

    .user-image {
        height: auto;
        width: auto;
    }

    .licenses-sec {
        padding: 65px 0 80px;
    }

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

    .footer-about {
        padding: 0;
        margin-top: 50px;
    }

    .footer-logo a {
        width: 220px;
    }

    .footer-menu-list ul li {
        line-height: 1;
        margin-bottom: 15px;
    }

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

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

    /*========== Services Page Css Start ==========*/

    .main-banner.inner-banner {
        padding: 200px 0 100px 0;
        min-height: auto;
        align-items: center;
    }

    .main-banner.inner-banner.common-banner {
        padding: 200px 0 100px 0;
    }

    .services-sec-top {
        padding: 60px 0 55px 0;
    }

    .services-sec-top .common-image-wp {
        width: 100%;
        margin-left: 0;
        height: 466px;
        min-height: auto;
    }

    .services-sec-top.even .common-image-wp {
        margin-right: 0;
        float: none;
        height: 498px;
        min-height: auto;
    }

    .services-custom-feature-title {
        margin-bottom: 60px;
    }

    .services-custom-feature-title .sec-title .common-line-title .h2-title {
        text-align: center;
    }

    .services-custom-feature-title
        .sec-title
        .common-line-title
        .h2-title
        span {
        display: block;
    }

    .features-sec .common-sec-wp .common-image-wp {
        margin-right: 0;
        width: 100%;
        height: 400px;
        min-height: auto;
        margin-bottom: 25px;
    }

    .features-sec .common-sec-wp.even .common-image-wp {
        margin-left: 0;
    }

    .features-sec .common-sec-wp {
        margin-bottom: 80px;
    }

    .services-custom-feature {
        padding-bottom: 65px;
    }

    .services-sec-top.even {
        padding: 0 0 100px 0;
    }

    .gallery-list-box ul {
        margin-left: 0;
    }

    .gallery-list-box ul li {
        padding: 0;
        margin-right: 0;
    }

    .gallery-list-box ul li::before {
        content: none;
    }

    .gallery-list-box ul li span br {
        display: none;
    }

    .page-template-template-services .gallery-sec {
        padding-bottom: 190px;
    }

    .page-id-28 .services-content.common-text-content {
        margin: 0;
    }

    .page-id-28 .services-custom-feature {
        padding-top: 0;
    }

    .common-text-content .common-description-text p {
        margin-bottom: 12px;
    }

    .services-custom-feature {
        padding-top: 0;
    }

    .about-service-wp {
        top: 0;
        margin-bottom: 0;
    }

    .about-service-text {
        margin-top: 50px;
    }

    .about-licen-text {
        margin-top: 40px;
    }

    .licenses-img-main {
        margin-bottom: 50px;
    }

    .service-about-sec {
        padding-bottom: 40px;
    }

    .service-contact-sec .about-image-service .back-img {
        margin-bottom: 50px;
    }

    /*========== Services Page Css End ==========*/

    /*========== Gallery Page CSS start==========*/

    .main-banner.inner-banner.gallery-banner {
        padding: 175px 0 62px 0;
    }

    .gallery-page {
        padding: 70px 0 150px 0;
    }

    .tab-dropdown.white-dropdown-btn {
        background-color: rgb(255 255 255 / 80%);
        color: var(--primary-color);
        padding: 15px 10px;
    }

    .tab-dropdown.white-dropdown-btn.tab-dropdown:after {
        right: 10px;
    }

    /*========== Gallery Page CSS End==========*/

    /*========== Contact Page CSS start==========*/

    .main-banner.inner-banner.contact-banner {
        padding: 160px 0 80px 0;
        margin-bottom: 140px;
    }

    .footer-about.contact-banner-about {
        padding: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .contact-page-form-box {
        padding-top: 0;
    }

    .map-sec {
        height: 600px;
    }

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

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

    .about-licenses-sec .about-img-sec::before {
        display: none;
    }

    .about-licen-img {
        right: auto;
        height: 500px;
        width: 700px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .licenses-img-wp {
        margin-top: 50px;
    }

    .about-licenses-sec {
        padding: 70px 0 150px;
    }

    .main-banner.inner-banner .h1-title::before {
        display: none;
    }

    .main-banner.inner-banner .h1-title {
        margin-top: 50px;
    }

    .contact-banner-about .sec-title {
        margin-bottom: 20px;
    }

    .seo-form {
        margin-top: 50px;
    }

    .reviews-content-text p {
        padding-right: 15px;
    }

    .licenses-slider .slick-dots {
        bottom: -30px;
    }

    .supply-title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .h1-title,
    .contact-banner-about .h1-title {
        font-size: 40px;
        line-height: 50px;
    }

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

    .home-banner-content .h1-title::before {
        right: 15px;
        top: 12px;
        --size: 30px;
    }

    .sec-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 230px;
        height: 50px;
    }

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

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

    .site-branding a {
        width: 130px;
    }

    .site-branding a img {
        height: 90px;
        margin-bottom: -10px;
    }

    .banner-content .h1-title {
        margin-bottom: 22px;
    }

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

    .common-image-wp {
        height: 420px;
        margin-bottom: 30px;
    }

    .about-image-slider-box .about-slide-image {
        height: 420px;
    }

    .about-image-slider-box .about-slide-image {
        height: 450px;
    }

    .about-content .sec-title {
        margin-bottom: 14px;
    }

    .common-text-content .sec-title {
        margin-bottom: 12px;
    }

    .common-text-btn,
    .even .common-text-btn {
        margin-top: 23px;
    }

    .gallery-title-wp::before {
        width: 500px;
    }

    .gallery-slide-image-box {
        height: 450px;
    }

    .gallery-bottom-text {
        width: 350px;
    }

    .reviews-slide-box {
        margin-top: 55px;
    }

    .reviews-content-bottom-title {
        margin-top: 35px;
    }

    .reviews-sec {
        padding-bottom: 120px;
        padding-top: 60px;
    }

    .reviews-sec .sec-title {
        margin-bottom: 35px;
    }

    .reviews-sec .slick-dots {
        bottom: -35px;
    }

    .testing-sec {
        padding: 70px 0 100px;
    }

    .testing-sec .slick-dots {
        bottom: -50px;
    }

    .testing-text {
        margin-bottom: 40px;
    }

    .licenses-sec {
        padding: 55px 0 70px;
    }

    .project-sec {
        padding: 70px 0 200px;
    }

    .project-text {
        margin-bottom: 40px;
    }

    .project-content .sec-title {
        margin-bottom: 20px;
    }

    .project-content .common-line-title::after {
        top: -40px;
    }

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

    .copyright-top-link li:first-child {
        display: block;
        border: none;
        margin-bottom: 10px;
        padding-right: 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);
    }

    /*========== Services Page Css Start ==========*/

    .services-sec-top .common-image-wp {
        height: 450px;
    }

    .services-content.common-text-content .sec-title {
        margin-bottom: 12px;
    }

    .h3-title {
        font-size: 24px;
        line-height: 35px;
    }

    .features-sec .common-sec-wp .common-image-wp {
        margin-bottom: 30px;
    }

    .features-sec .common-sec-wp .common-text-content .sec-title,
    .service-detail-sec .common-text-content .sec-title {
        margin-bottom: 14px;
    }

    .services-sec-top.even .common-image-wp {
        height: 450px;
    }

    .page-template-template-services .gallery-sec {
        padding-bottom: 145px;
    }

    .main-banner.inner-banner,
    .main-banner.inner-banner.common-banner {
        padding: 180px 0 90px 0;
    }

    .about-licen-text,
    .about-service-text {
        margin-top: 40px;
    }

    .service-contact-sec {
        padding: 70px 0;
    }

    .service-contact-sec .about-image-service .back-img {
        margin-bottom: 30px;
    }

    .licenses-img-main {
        margin-bottom: 40px;
    }

    .about-licenses-sec {
        padding: 60px 0 130px;
    }

    .about-licen-text {
        margin-top: 30px;
    }

    /*========== Services Page Css End ==========*/

    /*========== Gallery Page CSS Start==========*/

    .gallery-page .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .gallery-box {
        height: 270px;
    }

    .gallery-page {
        padding: 60px 0 118px 0;
    }

    /*========== Gallery Page CSS End==========*/

    /*========== Contact Page CSS Start==========*/

    .contact-banner-about .footer-about-text {
        margin-bottom: 30px;
    }

    .contact-banner-about .sec-title {
        margin-bottom: 10px;
    }

    .contact-banner-about .contact-info ul li {
        margin-bottom: 25px;
    }

    /*========== Contact Page CSS End==========*/
    .inner-page-text {
        padding: 70px 0 100px;
    }

    .about-right {
        margin-top: 70px;
    }

    .main-services-sec {
        padding: 35px 0 70px 0;
    }

    .service-detail-sec {
        padding: 40px 0 140px 0;
    }

    .common-line-title::after {
        top: -19px;
    }

    .licenses-img,
    .about-licen-img {
        height: 420px;
        width: 550px;
    }

    .main-services-sec .services-sec {
        margin-bottom: 60px;
    }

    .project-wp {
        margin-top: 50px;
    }

    .project-wp .project-img-content {
        margin-bottom: 40px;
    }

    .main-banner.inner-banner .h1-title {
        margin-top: 30px;
    }

    .main-banner.inner-banner.contact-banner {
        padding: 150px 0 70px 0;
        margin-bottom: 130px;
    }

    .inner-banner-text .h2-title {
        font-size: 38px;
    }

    .supply-title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 575px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter));
    }

    .services-sec1 .services-feature-box .services-feature-wp,
    .services-sec2 .services-feature-box .services-feature-wp,
    .services-feature-wp {
        padding: 30px 25px;
    }

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

    .site-header,
    .site-branding {
        height: 65px;
    }

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

    .thanks-icon {
        width: 80px;
        margin: 0 auto 30px;
    }

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

    .about-image-slider-box .about-slide-image {
        height: 400px;
    }

    .common-image-wp {
        height: 400px;
    }

    .about-licen-img {
        height: 400px;
    }

    .licenses-img {
        height: 400px;
    }

    .services-sec3 .services-feature-wp ul li,
    .services-feature-wp ul li {
        width: 100%;
    }

    .services-feature-wp ul li br {
        display: none;
    }

    .home-banner-content .h1-title::before {
        display: none;
    }

    .gallery-bottom-text {
        width: 300px;
    }

    .user-image {
        width: 300px;
        margin: auto;
    }

    .footer-top {
        padding: 40px;
    }

    .footer-logo a {
        width: 200px;
    }

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

    .menu-toggle {
        top: 21px;
        height: 25px;
    }

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

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

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

    /*========== Services Page Css End ==========*/

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

    .main-banner.inner-banner,
    .main-banner.inner-banner.common-banner {
        padding: 170px 0 80px 0;
    }

    .services-sec-top .common-image-wp {
        height: 400px;
    }

    .services-sec-top.even .common-image-wp {
        height: 400px;
    }

    .about-licen-text,
    .about-service-text {
        margin-top: 30px;
    }

    .service-detail-sec {
        padding: 30px 0 130px 0;
    }

    /*========== Services Page Css End ==========*/

    /*========== Contact Page CSS Start==========*/

    .map-sec {
        height: 500px;
    }

    /*========== Contact Page CSS End==========*/
}

@media screen and (max-width: 480px) {
    .h1-title,
    .contact-banner-about .h1-title {
        font-size: clamp(33px, 9vw, 40px);
        line-height: 1.2;
    }

    /* .h2-title,
    .privacy-content h2,
    .entry-content h2 {
        font-size: clamp(25px, 6vw, 28px);
        line-height: 1.2;
    } */
    .tab-dropdown {
        padding: var(--spacer) 15px;
        font-size: 15px;
    }

    .tab-dropdown:after {
        right: 10px;
    }

    .site-branding a {
        width: 110px;
    }

    .about-project-sec .about-licen-img {
        height: 280px;
        width: 100%;
    }

    .site-branding a img {
        height: 80px;
    }

    .footer-top {
        padding: 30px 15px;
    }

    .contact-info ul li .contact-info-text {
        font-size: 16px;
    }

    .project-wp .project-img-content {
        margin-bottom: 30px;
    }

    .project-btn {
        margin-top: 0px;
    }

    .main-banner.inner-banner .h1-title {
        margin-top: 20px;
    }

    .contact-banner-about .sec-title {
        margin-bottom: 0;
    }

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

    .header-call-btn {
        width: 45px;
        height: 45px;
    }

    /*========== Services Page Css Start ==========*/

    .services-custom-feature-title .common-line-title {
        gap: 0;
        justify-content: center;
    }

    .services-custom-feature-title .common-line-title .h2-title {
        flex: 1;
    }

    .services-custom-feature-title .common-line-title::after,
    .services-custom-feature-title .common-line-title::before {
        content: none;
    }

    /*========== Services Page Css End ==========*/

    /*========== Contact Page CSS Start==========*/

    .contact-banner-about .contact-info ul li .contact-info-text {
        gap: 10px;
    }

    .contact-banner-about .contact-info ul li .contact-info-text {
        font-size: 16px;
    }

    .contact-banner-about .contact-info ul li .contact-info-text i {
        font-size: 18px;
    }

    .open-close-time-wp .open-close-time {
        gap: 14px;
    }

    .project-sec .slick-arrow {
        bottom: -100px;
    }

    .project-sec .slick-dots {
        bottom: -40px;
    }

    .project-sec {
        padding: 70px 0 160px;
    }

    /*========== Contact Page CSS End==========*/
}

@media screen and (max-width: 400px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --container-space: calc(var(--gutter) / 2);
    }

    .site-header .container {
        --container-space: calc(var(--gutter) / 2);
    }

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

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

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

    .about-right {
        margin-top: 60px;
    }

    .about-image-slider-box .about-slide-image,
    .project-img.back-img {
        height: 320px;
    }

    .about-slider::before,
    .about-img-sec::before,
    .about-service-wp::before {
        --size: 100px;
        top: -15px;
        left: -15px;
    }

    .common-image-wp,
    .about-image-service .back-img {
        height: 320px;
    }

    .common-image-wp::before {
        --size: 100px;
        top: -15px;
        right: -15px;
    }

    .main-services-sec {
        padding: 30px 0 60px 0;
    }

    .service-detail-sec {
        padding: 30px 0 120px 0;
    }

    .services-sec.even .common-image-wp::before {
        left: -15px;
    }

    .testing-sec {
        padding: 60px 0 80px;
    }

    .testing-sec .slick-dots {
        bottom: -40px;
    }

    .licenses-sec {
        padding: 45px 0 60px;
    }

    .gallery-slide-image-box {
        height: 400px;
    }

    .gallery-bottom-text {
        padding: 15px 0 15px 25px;
        bottom: 27px;
    }

    .tab-dropdown {
        font-size: 4vw;
        padding: var(--spacer) 10px;
    }

    .copyright-top-link li {
        padding: 0 8px;
    }

    .gallery-list-box ul li span {
        font-size: 14px;
    }

    .slick-arrow {
        height: 50px;
    }

    .reviews-sec {
        padding-top: 30px;
    }

    .project-sec {
        padding: 60px 0 160px;
    }

    .project-sec .slide-arrow.next-arrow.slick-arrow {
        right: 15px;
    }

    .project-sec .slick-arrow {
        right: 75px;
    }

    .site-footer {
        padding-bottom: 60px;
    }

    .footer-logo a {
        width: 180px;
    }

    .footer-menu {
        padding: 30px 0;
    }

    .contact-info ul li {
        margin-bottom: 10px;
    }

    .contact-info ul li .contact-info-text {
        gap: 7px;
    }

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

    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

    .main-banner.inner-banner.contact-banner {
        padding: 140px 0 60px 0;
        margin-bottom: 100px;
    }

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

    /*========== Services Page Css Start ==========*/

    .services-sec-top .common-image-wp::before {
        left: -15px;
        top: -15px;
    }

    .services-sec-top .common-image-wp {
        height: 350px;
    }

    .services-sec-top {
        padding: 60px 0 45px 0;
    }

    .services-sec-top.even {
        padding: 0px 0 80px 0;
    }

    .services-custom-feature {
        padding-bottom: 45px;
    }

    .services-custom-feature-title {
        margin-bottom: 50px;
    }

    .features-sec .common-sec-wp {
        margin-bottom: 60px;
    }

    .features-sec .common-sec-wp .common-image-wp {
        height: 350px;
    }

    .services-sec-top.even .common-image-wp {
        height: 350px;
    }

    .common-description-text ul {
        margin-top: 15px;
    }

    .service-about-sec {
        padding-bottom: 35px;
    }

    .service-contact-sec {
        padding: 60px 0;
    }

    /*========== Services Page Css End ==========*/

    /*========== Gallery Page CSS Start==========*/

    .tab-dropdown.white-dropdown-btn {
        padding: 10px;
    }

    .licenses-img-main {
        margin-bottom: 30px;
    }

    .about-licenses-sec {
        padding: 50px 0 120px;
    }

    .about-licen-text {
        margin-top: 20px;
    }

    /*========== Gallery Page CSS End==========*/

    /*========== Contact Page CSS Start==========*/

    .contact-banner-about .contact-info ul li {
        margin-bottom: 15px;
    }

    .contact-banner-about .contact-info ul li .contact-info-text {
        font-size: 14px;
    }

    .contact-banner-about .contact-info ul li .contact-info-text i {
        font-size: 16px;
    }

    /*========== Contact Page CSS End==========*/
}

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

.service-file-list-slider {
    width: 44vw;
    min-height: 600px;
    height: 100%;
    position: relative;
    float: right;
    left: 0;
}
.service-file-list-slider .common-image{
    height: 600px;
}
