/*!
Theme Name: Blue Atlantic
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: blue-atlantic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

blue-atlantic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

h1 {
    font-size: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

img {
    border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

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

textarea {
    overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
    display: block;
}

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

summary {
    display: list-item;
}

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

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

template {
    display: none;
}

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

[hidden] {
    display: none;
}

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

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

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

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

html {
    box-sizing: border-box;
}

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

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

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

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

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
    border-radius: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 992px) {

    .site-header .container,
    .site-header .container .row,
    .site-header .container .row div[class*="col"],
    .header-menu,
    .main-navigation,
    .header-mobile-menu,
    .menu-header-menu-container,
    .menu {
        height: 100%;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation a:hover:before,
    .main-navigation .current_page_item a:before {
        opacity: 0;
    }

    .main-navigation li:hover a:before,
    .main-navigation li.current_page_item a:before,
    .main-navigation ul li.current-menu-ancestor a:before {
        opacity: 1;
        height: calc(100% + 10px);
    }

    .main-navigation ul li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: var(--secondary-color);
        z-index: -1;
        border-radius: 0 0 10px 10px;
        opacity: 0;
        transition: 0.3s all;
    }

    .main-navigation ul.menu li.current-menu-ancestor>a:before {
        color: var(--white-color) !important;
    }

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

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

    .main-navigation ul li:hover>a,
    .main-navigation ul li.current-menu-ancestor>a {
        color: var(--white-color);
    }

}

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

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

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

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

/* Text meant only for screen readers. */

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

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

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

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

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

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

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

/*========== Form CSS Start ==========*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-element {
    position: relative;
}

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

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

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

.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(--red-color);
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

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

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

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,
.comments-area p input,
.comments-area p textarea {
    width: 100%;
    height: 46px;
    border: none;
    outline: none !important;
    padding: 0 34px;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-appearance: none;
    border-radius: 27px;
}

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

.form-input.wpcf7-textarea,
.comments-area p textarea {
    height: 120px;
    resize: none;
    padding: 22px 34px 10px;
    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;
    cursor: pointer;
}

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: #333333;
    --secondary-color: #f65b01;
    --dark-color: #000000;
    --common-color: #777777;
    --gray-color: #efeeee;
    --light-gray: #e2e2e2;
    --dark-gray: #606060;
    --light-blue: #606c87;
    --blue-color: #012b88;
    --dark-blue: #00174b;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --input-color: rgba(0, 0, 0, 0.5);
    --gradient-color: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    --box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    --body-font: "poppins";
    --title-font: "poppins";
    --gutter: 30px;
}

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

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    color: var(--light-blue);
}

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

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

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

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

.h1-title {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 26px;
}

.h2-title {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 14px;
}

.h3-title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0;
}

.h4-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--blue-color);
}

.h5-title {
    font-size: 18px;
    line-height: 27px;
    color: var(--white-color);
    font-weight: 700;
}

.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: 20px;
    position: relative;
}

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

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

.main-navigation ul li.current-menu-ancestor>a:after {
    color: var(--white-color);
}

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

.main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 100%;
    opacity: 1;
    animation: swip_up 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: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s;
    color: var(--blue-color);
}


.main-navigation ul ul li a:before {
    content: none;
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.submit-btn .sec-btn {
    width: 270px;
    height: 54px;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    -webkit-appearance: none;
    font-size: 16px;
    border: 2px solid transparent;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    padding: 5px;
    text-decoration: none !important;
    cursor: pointer;
    outline: none !important;
    text-transform: uppercase;
    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,
.blog-btn .sec-btn:hover,
.banner-content .sec-btn+.sec-btn:hover,
.banner-btn.about-btn .sec-btn:hover,
.service .banner-btn.about-btn .sec-btn:hover,
.submit-btn .sec-btn:hover {
    color: var(--white-color);
    background: var(--blue-color);
    border-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 ==========*/
.form-input-file {
    position: relative;
    background-color: var(--white-color);
    border-radius: 0;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
}

.form-input-file [type="file"] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.form-input-file .icon-label label {
    margin: 0;
    font-weight: 400;
    color: var(--dark-color);
    line-height: 18px;
}

.form-input-file .icon-label label span {
    color: var(--secondary-color);
    font-weight: 700;
    margin-left: 5px;
}

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

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

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

.modal-content {
    border: none;
    background: var(--dark-blue);
    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(255, 255, 255, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--white-color);
}

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

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

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

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

.slick-dots li button {
    --slick-dot: 12px;
    width: var(--slick-dot);
    height: var(--slick-dot);
    background: var(--secondary-color);
    border: 0;
    border-radius: calc(var(--slick-dot) * .5);
    outline: none;
    padding: 0;
    transition: 0.3s;
}

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

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

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

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

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

.slide-arrow.next-arrow.slick-arrow {
    left: 60px;
}

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

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

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

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

.banner-slider button.slide-arrow {
    --button-space: 30px;
    left: var(--button-space);
    top: 50%;
    transform: translate(0, -50%);
    width: 55px;
    height: 60px;
    border-radius: 10px;
    background-color: var(--secondary-color);
}

.banner-slider button.next-arrow.slide-arrow {
    left: auto;
    right: calc(var(--button-space) * 1);
}

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

/*==========Overflow CSS==========*/
.overflow-text {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: transparent transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-form select {
    color: var(--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==========*/
.top-bar {
    position: relative;
    height: var(--top-header);
    transition: 0.3s;
}

.top-bar-wp:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--dark-color);
    z-index: -1;
}

.social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
    color: var(--white-color);
    font-size: 13px;
    line-height: 24px;
}

.social-info svg {
    fill: var(--secondary-color);
}

.top-header-content {
    display: flex;
    gap: 42px;
    justify-content: end;
    align-items: center;
    padding-right: 80px;
    height: 31px;
}

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

.site-header.sticky_head .bottom-header-wp:before {
    box-shadow: var(--box-shadow);
}

.sticky_head .top-bar {
    margin-top: calc(var(--top-header) * -1);
}

.bottom-header {
    position: relative;
}

.bottom-header-wp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 0 0 20px 0;
}

/* .main-header {
    position: relative;
    height: 100%;
    --header-left:48px;
    left: calc(var(--header-left) * -1);
    width: calc(100% + var(--header-left));
} */

.site-branding {
    width: 170px;
    height: 100px;
    display: flex;
    align-items: center;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    width: 100%;
    height: 100px;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-color);
    text-decoration: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    z-index: 1;
}

.main-navigation .current_page_item a {
    /* -webkit-text-stroke: 0.5px; */
    color: var(--white-color);
}

.social-icon.face-book a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: var(--gray-color);
    border-radius: 20px;
    color: var(--secondary-color);
    text-decoration: none !important;
}

.social-icon.face-book a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

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

/*==========banner CSS start==========*/
.banner-slider-box {
    position: relative;
    padding: 300px 100px 360px;
    height: 1060px;
}

.banner-slider-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    opacity: 0.4;
}

.banner-slider-box:after,
.banner.inner-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 56%;
    height: 100%;
}

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

.banner-content .h3-title {
    padding-right: 195px;
    margin-bottom: 41px;
    line-height: 40px;
    font-weight: 400;
}

.banner-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

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

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

/*==========about CSS start==========*/
.about {
    position: relative;
    padding: 60px 0 73px;
    z-index: 2;
}

.about-content {
    padding-right: 95px;
}

.about-content .h2-title {
    margin-bottom: 19px;
}

.about-content .about-text p {
    margin-bottom: 26px;
}

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

.banner-btn.about-btn {
    margin-top: 32px;
}

.banner-btn.about-btn .sec-btn {
    width: 187px;
    background-color: var(--white-color);
    color: var(--blue-color);
    border: 1px solid var(--light-gray);
}

.about-form {
    position: relative;
    padding: 58px 72px 207px;
    border: 0;
    border-radius: 20px 20px 0 0;
    margin-top: -230px;
    z-index: 2;
    background-color: var(--dark-blue);
    background-blend-mode: overlay;
    overflow: hidden;
}

.about-form .h2-title {
    font-size: 40px;
    color: var(--white-color);
    text-align: center;
    margin-bottom: 43px;
}

.about-form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    opacity: 0.74;
    border-radius: 20px;
    z-index: -1;
}

.about-form .submit-btn {
    width: 100%;
}

.about-form .submit-btn .sec-btn.sm-btn {
    width: 100%;
    height: 46px;
}

.about-shape {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: calc(100% + 6px);
}

.about-shape:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    aspect-ratio: 1/0.478;
    background-color: var(--white-color);
    -webkit-mask-image: url(assets/images/about-shape.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    z-index: 1;
}

.about-shape:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    aspect-ratio: 1/0.528;
    background-color: var(--secondary-color);
    -webkit-mask-image: url(assets/images/about-after-shape.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    z-index: 0;
}

/*==========about CSS End==========*/

/*==========service CSS start==========*/
.main-service {
    position: relative;
    padding: 90px 0 115px;
    background-color: var(--dark-blue);
    background-blend-mode: soft-light;
    border-bottom: 10px solid var(--secondary-color);
}

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

.service-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    width: 87.92%;
    max-width: 100%;
    min-height: 100%;
    opacity: 0.1;
}

.service-title .h1-title {
    margin-bottom: 45px;
    text-align: center;
}

.service-content {
    padding-right: 20px;
}

.service-content .h3-title {
    margin-bottom: 19px;
}

.service-content p {
    color: var(--white-color);
    margin-bottom: 38px;
}

.even .service-content {
    padding-left: 70px;
    padding-right: 0px;
}

.service-img {
    height: 540px;
    border-radius: 20px;
}

.service-list {
    list-style: disc;
    padding-left: 40px;
}

.service-list li {
    font-size: 14px;
    line-height: 23px;
    color: var(--white-color);
}

.service-list ::marker {
    color: var(--secondary-color);
    font-size: 18px;
}

.service .banner-btn.about-btn .sec-btn {
    background-color: transparent;
    color: var(--white-color);
}

.service {
    padding: 30px 0;
}

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

/*==========service CSS End==========*/

/*==========client CSS End==========*/
.client {
    padding: 85px 0 60px;
}

.client-img {
    width: 170px;
    height: 113px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 44px;
}

.client-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.client-img a {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.client-content .h2-title {
    margin-bottom: 20px;
}

.client-content p {
    margin-bottom: 51px;
}

.client-img-slider .slick-slide {
    margin-right: 30px;
}

/*==========client CSS End==========*/

/*==========cteam CSS satrt==========*/
.team {
    position: relative;
    padding: 129px 0;
    background-color: var(--dark-blue);
    background-blend-mode: screen;
    border-bottom: 10px solid var(--secondary-color);
}

.team:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    opacity: 0.69;
    z-index: 0;
}

.team-shape {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(115px);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 200px;
    opacity: 0.69;
}

.team-content .h3-title {
    margin-bottom: 53px;
    max-width: 427px;
}

.team-content {
    padding-right: 35px;
}

.team-btn {
    text-align: right;
}

.team-content p {
    color: var(--white-color);
}

/*==========team CSS End==========*/

/*==========gallery CSS start==========*/
.gallery {
    padding: 90px 0 95px;
}

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

.gallery-img {
    margin-bottom: 30px;
}

.gallery-img .back-img {
    width: 100%;
    height: 212px;
    border-radius: 20px;
}

.gallery-img-slider .slick-slide {
    margin-right: 30px;
}

/*==========gallery CSS End==========*/

/*==========blog CSS start==========*/
.blog-sec {
    position: relative;
    padding: 83px 0 76px;
    background-color: rgba(96, 96, 96, 0.1);
}

.blog-shape {
    position: absolute;
    top: -100px;
    left: 0;
    width: 727px;
    height: 890px;
    opacity: 0.5;
    z-index: 0;
}

.blog-sec .h2-title {
    margin-bottom: 75px;
}

.blog-img {
    width: 100%;
    height: 227px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-box .h4-title a {
    color: var(--dark-blue);
    text-decoration: none !important;
}

.blog-box .h4-title a:hover {
    color: var(--secondary-color);
}

.blog-btn {
    text-align: center;
    margin-top: 37px;
}

.blog-btn .sec-btn {
    background-color: var(--white-color);
    color: var(--blue-color);
    border: 1px solid #E2E2E2;
}

.blog-sec .slick-arrow {
    position: absolute;
    left: auto;
    top: -144px;
    right: 15px;
    width: 79px;
    height: 79px;
    padding: 0;
    border: none !important;
    background: var(--white-color);
    outline: none !important;
    color: var(--blue-color);
    font-weight: bold;
    font-size: 27px;
    transition: 0.3s;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 1px 2px 9px rgb(0 0 0 / 9%);
}

.blog-sec .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    background: var(--white-color);
    border-radius: 40px;
    box-shadow: 1px 3px 9px rgb(0 0 0 / 15%);
    z-index: -1;
}

.blog-sec .slide-arrow.prev-arrow {
    right: 145px;
}

.blog-sec .slide-arrow.next-arrow.slick-arrow {
    left: auto;
}

.blog-sec .slick-arrow:hover {
    background-color: var(--secondary-color);
}

/*==========blog CSS end==========*/

/*==========Footer CSS Start==========*/
.footer-top {
    position: relative;
    padding: 105px 0 165px;
    border-bottom: 10px solid var(--secondary-color);
}

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

.footer-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-contact-info {
    width: 100%;
    padding-right: 70px;
}

.main-footer {
    position: relative;
    overflow: hidden;
}

.footer-mid {
    position: relative;
    padding: 80px 0 48px;
    background-color: var(--dark-blue);
}

.footer-info {
    padding-right: 80px;
}

.social-icon.face-book.fb-fotter {
    padding-left: 0;
}

.social-icon.face-book.fb-footer a {
    color: var(--white-color);
}

.footer-title .h5-title {
    margin-bottom: 17px;
}

.footer-text p {
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 19px;
}

.footer-bottom-box {
    position: relative;
    padding: 30px 0;
    background-color: #1a2e5d;
    z-index: 2;
}

.footer-contact-info ul {
    margin: 0;
    padding: 0;
    pointer-events: auto;
}

.footer-contact-info ul li {
    list-style: none;
    margin-bottom: 20px;
    background: var(--blue-color);
    padding: 27px 20px 27px 110px;
    position: relative;
    border-radius: 20px;
}

.footer-contact-info ul li a {
    display: inline-block;
    color: var(--white-color);
    transition: 0.3s;
    word-break: break-word;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none !important;
}

.footer-contact-info ul li a:hover {
    color: var(--secondary-color);
}

.footer-contact-info .add {
    display: inline-block;
    width: 160px;
    max-width: 100%;
}

.footer-contact-icon {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 16%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 31px;
    transform: translate(0, -50%);
}

.footer-contact-info ul li a i,
.header-contact-icon i {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: var(--secondary-color);
}

.footer-contact-icon:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: var(--white-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 16%);
}

.footer-contact-info ul li:after,
.header-detail-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 56%;
    background: var(--secondary-color);
    border-radius: 20px;
}

.footer-menu ul li {
    position: relative;
    margin-bottom: 27px;
    padding-left: 22px;
}

.footer-menu ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: "\f054";
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 900;
    transition: 0.3s;
    font-family: "Font Awesome 5 Pro";
    -webkit-text-stroke: 0;
}

.footer-menu ul li a {
    color: var(--white-color);
    text-decoration: none !important;
}

.footer-menu ul li a:hover {
    color: var(--secondary-color);
}

.footer-menu .current_page_item a {
    -webkit-text-stroke: 0.5px;
    color: var(--secondary-color);
}

.footer-menu .current_page_item a:hover {
    color: var(--white-color);
}

.footer-contact-form .submit-btn {
    float: right;
}

.footer-contact-form .submit-btn .sec-btn {
    width: 160px;
    height: 46px;
    text-align: right;
}

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

.footer-links .h5-title {
    margin-bottom: 33px;
}

.footer-shape {
    position: absolute;
    top: -210px;
    left: 30px;
    width: 689px;
    height: 842px;
    z-index: 1;
    opacity: 0.1;
}

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

.copy-right p,
.footer-other-link p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--white-color);
}

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

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

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

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 13px;
    line-height: 1;
    color: var(--white-color);
    transition: 0.3s;
    text-decoration: none !important;
}

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

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

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

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

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

/*==========about-page CSS start==========*/
.banner.inner-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
    opacity: 0.4;
}

.about.aboutus {
    padding: 80px 0;
}

.aboutus .h3-title {
    color: var(--dark-blue);
    margin-bottom: 19px;
}

.aboutus .about-content {
    padding-right: 0px;
}

.aboutus .about-content {
    margin-bottom: 40px;
}


.aboutus .about-content:last-child {
    margin-bottom: 0px;
}

.aboutus-img {
    margin-left: 70px;
}

.about-img {
    height: 722px;
    width: 100%;
    border-radius: 20px;
}

.main-service.service-detail {
    padding: 90px 0 74px;
}

.main-service .service-logo {
    width: 87.1%;
    top: 335px;
}

.service-detail .service-title .h1-title {
    text-align: left;
    margin-bottom: 43px;
}

.service-detail .service-content .h3-title {
    color: var(--white-color);
}

.service-detail .service-text .h3-title {
    font-weight: 600;
    line-height: 50px;
    color: var(--white-color);
    margin-top: 65px;
}

.service-detail .service-content {
    padding-right: 40px;
}

.service-detail .even .service-content {
    padding-right: 0;
    padding-left: 40px;
}

/*==========about-page CSS End==========*/

/*==========service-page CSS start==========*/
.main-service.service-detail.facility-service {
    padding: 90px 0 72px;
}

.facility-service .service-title .h1-title {
    margin-bottom: 98px;
}

.facility .about-img {
    height: 486px;
    margin-bottom: 20px;
}

.facility-img {
    margin-bottom: 40px;
}


.facility-content .h3-title {
    margin-bottom: 20px;
}

.facility-content p {
    color: var(--white-color);
}

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

.facility-service .service-text {
    margin-top: 152px;
}

.facility-service .service-text .h3-title {
    font-weight: 600;
    line-height: 50px;
    color: var(--white-color);
    margin-top: 35px;
}

.facility-text {
    padding-right: 27px;
}

.service-about .about-content p,
.alumina-service .about-content p {
    margin-bottom: 40px;
}

.service-about .about-content p:last-child,
.alumina-service .about-content p:last-child {
    margin-bottom: 0;
}

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

/*==========team-page-page CSS start==========*/
.banner-text p {
    color: var(--white-color);
}

.banner-text {
    margin-top: 34px;
}

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

.banner.inner-banner.team-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    width: 56%;
    height: 100%;
}

.team-img-list {
    padding-right: 68px;
}

.team-list-img {
    height: 291px;
    width: 100%;
    border-radius: 20px;
}

.team-wp {
    margin-top: 50px;
}

.team-list .h3-title {
    color: var(--dark-blue);
    margin-bottom: 7px;
}

.team-list .h5-title {
    color: var(--dark-gray);
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}

.approach-sec {
    padding: 83px 0 62px;
    background-color: rgba(96, 96, 96, 0.1);
    position: relative;
}

.approach-shape {
    position: absolute;
    width: 727px;
    height: 890px;
    top: -110px;
    left: 0;
    opacity: 0.5;
}

.approach-text .h2-title {
    margin-bottom: 20px;
}

.approach-text span {
    display: block;
}

.approach-text p {
    margin-bottom: 58px;
}

.approach-img .back-img {
    height: 366px;
    width: 100%;
    border-radius: 20px;
}

.approach-img {
    margin-bottom: 30px;
}

.approach-img.lg .back-img {
    height: 751px;
}

/*==========team-page-page CSS end==========*/

/*==========steel-page-page CSS start==========*/
.banner.inner-banner.team-banner.steel-banner:before {
    opacity: 0.4;
}

.steel-about-img .about-img {
    height: 838px;
}

.steel-text p {
    margin-bottom: 28px;
}

.main-service.service-detail.facility-service.steel-service {
    padding: 90px 0 120px;
}

.facility-service-wp {
    --margin-bottom: 109px;
    margin-bottom: calc(var(--margin-bottom) * -1);
}

.facility-content {
    margin-bottom: var(--margin-bottom);
}

.aboutus-img.alumina-img {
    height: 100%;
}

.about.aboutus.alumina-sec {
    padding: 40px 0;
}

.alumina-img .about-img {
    height: 100%;
}

.service.alumina-service {
    padding: 40px 0;
}

.service.even.alumina-service .aboutus-img.alumina-img {
    margin-left: 0;
    margin-right: 70px;
}

.alumina-title {
    max-width: 807px;
}

/*==========steel-page-page CSS end==========*/

/* cta-btn-start */
.team-list {
    padding: 27px 0 80px;
}

.cta-button {
    position: fixed;
    bottom: 0;
    right: 35px;
    z-index: 8;
}

.cta-button .sec-btn {
    width: 322px;
    height: 75px;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    display: flex;
    line-height: 24px;
    justify-content: space-evenly;
    padding: 0;
    border-bottom: 0;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-weight: bold;
    text-decoration: unset !important;
    border: 0;
}

.cta-button a span.title {
    text-align: left;
    max-width: 230px;
    padding: 16px 30px;
}

.cta-button .icon {
    width: 92px;
    background-color: var(--dark-color);
    height: 100%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 20px 0px 0;
}

/* cta-btn-end */

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

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

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

/*========== Inner Page CSS end ==========*/
.banner.inner-banner {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 131px;
    padding-bottom: 40px;
    background-color: var(--dark-color);
    min-height: 593px;
}

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

.banner.inner-banner .h1-title {
    margin-bottom: 0;
}

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

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
    color: var(--dark-blue);
    margin: 20px 0 37px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-title a {
    text-decoration: none !important;
}

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

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

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

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

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

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--dark-blue);
    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(--secondary-color);
    color: var(--white-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 p textarea {
    /* resize: none; */
    height: 180px;
    /* border-radius: 0; */
    /* box-shadow: none; */
    /* background: var(--black-color); */
    border: 1px solid var(--input-color);
    /* outline: none; */
    padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-reply-title small a:hover {
    color: var(--secondary-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: 2100px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1900px) {
    .footer-bottom-box {
        padding: 40px 0 90px;
    }
}

@media screen and (max-width: 1399px) {
    .top-header-content {
        padding-right: 50px;
    }

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

@media screen and (max-width: 1199px) {
    .site-branding {
        width: 150px;
        height: 95px;
    }

    .top-header-content {
        padding-right: 20px;
    }

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

    .main-navigation ul li a {
        padding: 0 9px;
        font-size: 15px;
    }

    .banner-content .h3-title {
        padding-right: 70px;
    }

    .about-content {
        padding-right: 40px;
    }

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

    .even .service-content {
        padding-left: 30px;
    }

    .footer-contact-info {
        padding-right: 10px;
    }

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

    /* about-page */
    .banner.inner-banner {
        min-height: 500px;
    }

    .aboutus-img {
        margin-left: 30px;
    }

    /* team-page */
    .team-img-list {
        padding-right: 30px;
    }

    .team-list {
        padding: 50px 0 80px;
    }

    /* service-page */
    .service.even.alumina-service .aboutus-img.alumina-img {
        margin-right: 30px;
    }
}

@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;
        background-color: var(--white-color);
        box-shadow: var(--box-shadow);
    }

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

    .site-branding {
        position: fixed;
        top: 0;
        left: 30px;
        width: 145px;
        height: 80px;
        z-index: 1;
    }

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

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg);
        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 {
        position: fixed;
        top: 0;
        left: 100vw;
        width: 100vw;
        height: 100vh;
        background: var(--dark-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 {
        text-align: left;
        display: inline-block;
    }

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

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

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

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

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

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

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

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

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

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

    .main-navigation ul ul li a {
        padding: 0;
        color: var(--white-color);
    }

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

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

    .top-bar {
        display: none;
    }

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

    .main-navigation {
        padding-right: 0;
        background: transparent;
        height: auto;
    }

    .banner-slider-box {
        position: relative;
        padding: 200px 0;
        height: 700px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }

    .banner-slider .slick-dots {
        bottom: 25px;
    }

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

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

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

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

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

    .banner-content .h3-title {
        padding-right: 0px;
        line-height: 35px;
    }

    .banner-btn {
        align-items: center;
        justify-content: center;
    }

    .sec-btn {
        width: 200px;
        height: 50px;
    }

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

    .about-form {
        margin-top: 50px;
    }

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

    .banner-btn.about-btn {
        justify-content: flex-start;
    }

    .service-img,
    .about-img,
    .steel-about-img .about-img,
    .alumina-img .about-img {
        height: 400px;
        margin-bottom: 30px;
    }

    .main-service {
        padding: 80px 0;
    }

    .team {
        padding: 100px 0;
    }

    .team-btn {
        text-align: left;
        margin-top: 20px;
    }

    .team-content .h3-title {
        margin-bottom: 20px;
    }

    .gallery {
        padding: 70px 0 60px;
    }

    .blog-sec {
        padding: 80px 0;
    }

    .client {
        padding: 60px 0 40px;
    }

    .footer-links {
        margin-top: 30px;
    }

    .footer-links .h5-title {
        text-align: center;
    }

    .footer-menu ul li:after {
        display: none;
    }

    .footer-menu .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

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

    .cta-button {
        display: none;
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

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

    .team-content,
    .footer-info {
        padding-right: 0px;
    }

    .service-logo,
    .team-shape,
    .blog-shape,
    .footer-shape,
    .approach-shape {
        display: none;
    }

    .about-form {
        padding: 50px 50px 190px;
        width: 80%;
        margin-inline: auto;
    }

    .about-form .h2-title {
        margin-bottom: 30px;
    }

    .client-content p {
        margin-bottom: 20px;
    }

    .service-about .about-content p,
    .alumina-service .about-content p {
        margin-bottom: 20px;
    }

    /* about-page */
    .banner.inner-banner,
    .banner.inner-banner.team-banner {
        min-height: auto;
        padding: 200px 0 120px;
    }

    .aboutus-img {
        margin-left: 0;
    }

    .about.aboutus {
        padding: 70px 0 60px;
    }

    .aboutus .about-content {
        margin-bottom: 20px;
    }

    .service-detail .service-title .h1-title,
    .service-title .h1-title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 50px;
    }

    .service-detail .even .service-content {
        padding-left: 0;
    }

    .main-service.service-detail,
    .main-service.service-detail.facility-service,
    .main-service.service-detail.facility-service.steel-service {
        padding: 70px 0 50px;
    }

    .service {
        padding: 20px 0;
    }

    .service-detail .service-text .h3-title {
        line-height: 35px;
        margin-top: 10px;
    }

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

    /* facility-page */
    .facility .aboutus-img {
        display: flex;
        gap: 30px;
    }

    .facility-service-wp {
        --margin-bottom: 0;
    }

    .facility-content {
        margin-bottom: 40px;
    }

    .facility-service .service-text {
        margin-top: 0px;
    }

    .facility .about-img {
        aspect-ratio: 1/1;
        height: 100%;
        margin-bottom: 30px;
    }

    .facility-img {
        margin-bottom: 20px;
    }

    .facility-text {
        padding-right: 0px;
    }

    .page-template-template-facilities .service-detail .service-title .h1-title,
    .page-template-template-services .service-detail .service-title .h1-title {
        margin-bottom: 30px;
    }

    /* team-page */
    .banner-text {
        text-align: center;
    }

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

    .team-list {
        padding: 30px 0 60px;
    }

    .team-img-list {
        margin-bottom: 30px;
    }

    .team-list-img {
        height: 250px;
        width: 300px;
    }

    .approach-sec {
        padding: 60px 0;
    }

    .approach-text p {
        margin-bottom: 30px;
    }

    .approach-img .back-img {
        height: 300px;
    }

    .approach-img.lg .back-img {
        height: 400px;
    }

    /* service-page */
    .service.even.alumina-service .aboutus-img.alumina-img {
        margin-right: 0px;
    }

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

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

    .error-404 {
        padding: 40px 0 60px;
    }
}

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

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

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

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

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

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

    .banner-slider-box {
        padding: 100px 0px;
        height: 600px;
    }

    .banner-content .h3-title {
        line-height: 30px;
    }

    .footer-menu ul li {
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .about-form {
        padding: 50px 30px 170px;
    }

    /* about-page */
    .about.aboutus {
        padding: 60px 0 50px;
    }

    .service-detail .service-title .h1-title,
    .service-title .h1-title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }

    .main-service.service-detail {
        padding: 60px 0 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));
    }

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

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

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

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

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

    .banner-slider-box {
        height: 500px;
    }

    .about-form {
        padding: 40px 15px 35vw;
        width: 100%;
    }

    .service-title .h1-title {
        font-size: 30px;
    }

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

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

    .h1-title {
        font-size: clamp(30px, 7vw, 40px);
        line-height: 1.3;
    }

    .service-img,
    .service-img,
    .about-img,
    .steel-about-img .about-img,
    .alumina-img .about-img {
        height: 320px;
    }

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

    .client {
        padding: 60px 0 20px;
    }

    .team {
        padding: 80px 0;
    }

    .gallery {
        padding: 50px 0 30px;
    }

    .gallery-img-slider .slick-list {
        width: 540px;
    }

    .gallery-img {
        margin-bottom: 20px;
    }

    .gallery-img .back-img {
        height: 170px;
    }

    .blog-sec {
        padding: 60px 0;
    }

    .blog-sec .h2-title {
        margin-bottom: 50px;
    }

    .blog-sec .slick-arrow {
        top: -100px;
        width: 60px;
        height: 60px;
    }

    .blog-sec .slide-arrow.prev-arrow {
        right: 100px;
    }

    .service-detail .service-title .h1-title,
    .service-title .h1-title {
        font-size: clamp(26px, 7vw, 28px);
    }

    .banner-slider-box {
        height: 580px;
    }

    .footer-mid {
        padding: 60px 0px;
    }

    /* about-page */
    .site-branding {
        top: 8px;
        width: 120px;
        height: 60px;
    }

    .menu-toggle {
        width: 35px;
        height: 28px;
    }

    .menu-toggle span {
        margin-bottom: 5px;
    }

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

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

    .banner.inner-banner,
    .banner.inner-banner.team-banner {
        padding: 170px 0 100px;
    }

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

    /* team-page */
    .team-list {
        padding: 10px 0 50px;
    }

    .approach-sec {
        padding: 50px 0;
    }

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

    .approach-img.lg .back-img {
        height: 250px;
    }

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

    .cta-button .sec-btn {
        width: 250px;
        height: 63px;
    }

    .cta-button a span.title {
        max-width: 175px;
        padding: 6px 15px;
    }

    .cta-button .sec-btn span.title {
        font-size: 14px;
    }

    .cta-button .icon {
        width: 75px;
    }

}

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

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

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

    .site-branding {
        left: 15px;
    }

    .menu-toggle {
        right: 15px;
    }

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

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

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

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

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

    .h2-title,
    .privacy-content h2,
    .entry-content h2,
    .entry-title,
    .thank-text h6 {
        font-size: clamp(26px, 7vw, 28px);
        line-height: 1;
    }

    .banner-slider-box {
        height: 580px;
    }

    .banner-content .h1-title,
    .banner-content .h3-title {
        margin-bottom: 20px;
    }

    .banner-btn {
        gap: 20px;
    }

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

    .service-title .h1-title {
        margin-bottom: 10px;
    }

    .footer-links .h5-title {
        margin-bottom: 15px;
    }

    /* service-page */
    .main-service.service-detail.facility-service.steel-service {
        padding: 60px 0 10px;
    }



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

}

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