@charset "UTF-8";
/*
Theme Name: Bausins
Theme URI: 
Author: 
Author URI: 
Description: Bausins is a business website template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Top Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Call To Action
    ## Our Work Area
    ## Testimonial Area
    ## Footer Area
    ## Abous Us Area
    ## Our Cover Area
    ## Counterup Area
    ## Who We Are Area
    ## Product Area
    ## Error 404 Area

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
    ## Icon Box One
    ## Icon Box Two
    ## Icon Box Three
    ## Work Item
    ## Team
    ## Testimonial
    ## Blog Grid Item
    ## Featured Box One
    ## Counterup Item
    ## Request Call Form
    ## Accordion Item
    ## Experience Item
    ## Service Item
    ## Portfolio Item
    ## Product Item
    ## Contact Form Item
    ## Contact Info Item

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

@font-face {
    font-family: "Midnight Signature";
    src: url("../fonts/MidnightSignature.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "IBMPlexMono-Bold";
    src: url("../fonts/IBMPlexMono-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-color: #E3051A;
    --secondary-color: #30373f;
    --heading-color: #242424;
    --paragraph-color: #343434;
    --heading-font: 'Source Serif Pro', sans-serif;
    --body-font: 'Barlow', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
    --third-font: 'Open Sans', sans-serif;
    --fourth-font: 'Midnight Signature';
    --tr-font: 'IBMPlexMono-Bold';
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: #fff;
    overflow-x: hidden;
    font-family: var(--body-font);
}

.grey-bg {
    background: #FCFCFC;
}

.white-bg {
    background: #fff !important;
}

.color-black {
    color: var(--heading-color) !important;
}

.color-white {
    color: #fff !important;
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
    font-size: 18px;
}

a {
    color: inherit;
    text-decoration: none;
    color: #fff;
}

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: none;
        color: inherit;
    }

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

    ol li {
        list-style: none;
        margin-bottom: 1rem;
    }

        ol li:before {
            counter-increment: counter;
            content: counter(counter);
            font-weight: 500;
            margin-right: 10px;
        }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

code {
    color: #faa603;
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .check-list li {
        display: block;
        padding-left: 20px;
        position: relative;
        z-index: 0;
    }

        .check-list li:after {
            position: absolute;
            left: 0;
            top: 0;
            font-family: 'fontawesome';
            content: "\f105";
            color: var(--main-color);
        }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
}

.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%;
}

    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a,
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
    }

    .comment-navigation .nav-previous:hover > a,
    .posts-navigation .nav-previous:hover > a,
    .post-navigation .nav-previous:hover > a,
    .comment-navigation .nav-next:hover > a,
    .posts-navigation .nav-next:hover > a,
    .post-navigation .nav-next:hover > a {
        color: var(--main-color);
    }

.comment-list li {
    list-style: none;
}

.h-100vh {
    height: 100vh;
}

.position-relative {
    position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    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;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        -webkit-clip-path: none;
        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. */
    }

.breadcrumb-inner h1 {
    text-transform: capitalize;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.gray-bg {
    background-color: #f8f8f8;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-105 {
    padding-top: 105px;
}

.padding-top-110 {
    padding-top: 110px;
}

.padding-top-115 {
    padding-top: 115px;
}

.padding-top-112 {
    padding-top: 112px;
}

.padding-top-113 {
    padding-top: 113px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-88 {
    padding-bottom: 88px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-77 {
    margin-top: 77px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-97 {
    margin-top: 97px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-top-105 {
    margin-top: 105px !important;
}

.margin-top-115 {
    margin-top: 115px;
}

.margin-top-120 {
    margin-top: 120px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-115 {
    margin-bottom: 115px !important;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.min-height-600 {
    min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.blog-pagination ul li {
    display: inline-block;
}

    .blog-pagination ul li + li {
        margin: 0 5px;
    }

.blog-pagination {
    display: block;
    width: 100%;
}

    .blog-pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .blog-pagination ul li a,
        .blog-pagination ul li span {
            display: block;
            width: 40px;
            height: 40px;
            border: 1px solid #e2e2e2;
            line-height: 40px;
            text-align: center;
            font-weight: 600;
            -webkit-transition: .3s ease-in;
            -o-transition: .3s ease-in;
            transition: .3s ease-in;
            color: var(--paragraph-color);
            cursor: pointer;
            background: #fff;
        }

            .blog-pagination ul li span.current,
            .blog-pagination ul li span:hover {
                background-color: var(--paragraph-color);
                color: #fff;
            }

        .blog-pagination ul li:last-child span {
            background: transparent;
            color: var(--main-color);
            border: 0px;
            font-size: 23px;
        }

            .blog-pagination ul li:last-child span:hover {
                background: transparent;
                color: var(--main-color);
            }

/*--------------------------------------------------------------
# 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%;
    clear: both;
}

    .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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
    margin: 0 5px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.wp-link-pages {
    margin-bottom: 30px;
    margin-top: 25px;
}

    .wp-link-pages span,
    .wp-link-pages a {
        border: 1px solid #e2e2e2;
        padding: 5px 15px;
        display: inline-block;
    }

        .wp-link-pages .current,
        .wp-link-pages a:hover {
            background-color: var(--main-color);
            color: #fff;
            border-color: var(--main-color);
        }

        .wp-link-pages span:first-child {
            margin-right: 5px;
        }

dl,
ol,
ul {
    padding-left: 15px;
}

.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    border-radius: 3px;
    padding: 0 20px;
}

.post-password-form label {
    font-weight: 600;
    color: #333;
}

.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

    .post-password-form input[type=submit]:hover {
        background-color: #121A2F;
    }

.footer-widget .table td,
.footer-widget .table th {
    padding: 0.50rem !important;
}

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
    max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .wp-block-table td, .wp-block-table th {
        padding: .5em;
    }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

    .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
    margin: 1.5em auto;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .wp-block-table td, .wp-block-table th {
        padding: .5em;
    }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

    .wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
    margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 4px solid #000;
    padding-left: 1em;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
    color: #0073aa;
}

.has-strong-blue-background-color {
    background-color: #0073aa;
}

.has-lighter-blue-color {
    color: #229fd8;
}

.has-lighter-blue-background-color {
    background-color: #229fd8;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1640px;
    }
}

/*---------------------
    ## Breadcumb 
----------------------*/
.breadcrumb-style-01 {
    width: 100%;
    min-height: 500px;
    background: url(../img/about-page/about.png);
    background-size: cover;
    position: relative;
}

    .breadcrumb-style-01 .breadcrumb-inner {
        position: absolute;
        color: var(--paragraph-color);
        text-align: center;
        top: 50%;
        left: 100%;
        width: 50%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

        .breadcrumb-style-01 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 900;
        }

        .breadcrumb-style-01 .breadcrumb-inner .page-list {
            display: inline-table;
            margin-bottom: 10px;
        }

            .breadcrumb-style-01 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--paragraph-color);
            }

                .breadcrumb-style-01 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-01 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                }

    .breadcrumb-style-01:before {
        position: absolute;
        content: '';
        background: #FCFCFC;
        top: 50%;
        left: 100%;
        width: 50%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        height: 100%;
    }

.breadcrumb-style-2 {
    min-height: 150px;
    background: #E5E5E5;
    background-size: cover;
    position: relative;
    background-position: center center;
}

    .breadcrumb-style-2 .breadcrumb-inner {
        position: absolute;
        width: 100%;
        right: 0;
        margin: 0;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

        .breadcrumb-style-2 .breadcrumb-inner h1 {
            font-size: 86px;
            font-family: var(--body-font);
            font-weight: 700;
            color: #fff;
/*            text-transform: uppercase;
*/        }

.header-bbg {
    background: url(../img/breadcrumb/header.png);
    background-size: cover;
    background-position: center;
}

.breadcrumb-style-3 {
    width: 100%;
    position: relative;
    background: url(../img/breadcrumb/breadcrumb3.png);
    min-height: 700px;
    background-size: cover;
}

    .breadcrumb-style-3 .breadcrumb-inner {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        width: 50%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
    }

        .breadcrumb-style-3 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 900;
            color: #fff;
        }

        .breadcrumb-style-3 .breadcrumb-inner .page-list {
            display: inline-table;
        }

            .breadcrumb-style-3 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #fff;
            }

                .breadcrumb-style-3 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-3 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                }

.breadcrumb-slider {
    background: rgba(255, 255, 255, 0.85);
    width: 50%;
    right: 0;
    position: absolute;
    height: 566px;
    bottom: 0;
    padding-left: 130px;
}

@media only screen and (max-width: 1400px) {
    .breadcrumb-slider {
        padding-left: 80px;
        height: 490px;
    }
}

.breadcrumb-slider .slider-top {
    position: relative;
    margin-top: 19px;
}

    .breadcrumb-slider .slider-top .total {
        background: var(--main-color);
        font-size: 45px;
        font-weight: 600;
        padding: 25px 27px;
        margin-right: 14px;
    }

    .breadcrumb-slider .slider-top .title {
        font-size: 25px;
        font-weight: 500;
        font-family: var(--body-font);
        letter-spacing: 0.31em;
        color: var(--heading-color);
        position: relative;
        padding-left: 70px;
    }

        .breadcrumb-slider .slider-top .title:before {
            position: absolute;
            content: "\A";
            width: 54px;
            height: 3px;
            background: var(--heading-color);
            top: 50%;
            left: 0;
        }

.breadcrumb-slider .slider-bottom {
    position: relative;
    margin-top: 73px;
}

    .breadcrumb-slider .slider-bottom .title {
        font-size: 25px;
        font-weight: 500;
        font-family: var(--body-font);
        letter-spacing: 0.31em;
        color: var(--heading-color);
        text-transform: uppercase;
        border-bottom: 3px solid var(--heading-color);
    }

    .breadcrumb-slider .slider-bottom h1 {
        font-size: 45px;
        font-weight: 600;
        font-family: var(--body-font);
        margin-top: 25px;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 1400px) {
    .breadcrumb-slider .slider-bottom h1 {
        font-size: 30px;
    }
}

.breadcrumb-slider .slider-bottom .content {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--body-font);
    letter-spacing: 0.025em;
    color: var(--heading-color);
    text-transform: none;
}

.breadcrumb-slider .slick-dots {
    bottom: 95px;
    text-align: left;
}

    .breadcrumb-slider .slick-dots li {
        margin: 0 3px;
    }

        .breadcrumb-slider .slick-dots li button {
            border: 2px solid var(--heading-color);
            width: 14px;
            height: 14px;
            border-radius: 50%;
        }

    .breadcrumb-slider .slick-dots .slick-active button {
        background: var(--heading-color);
    }

.breadcrumb-style-4 {
    width: 100%;
    position: relative;
    background: #fff;
    min-height: 230px;
    margin-top: 68px;
}

    .breadcrumb-style-4 .breadcrumb-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .breadcrumb-style-4 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 900;
            letter-spacing: 2.38px;
        }

        .breadcrumb-style-4 .breadcrumb-inner .page-list {
            display: inline-table;
        }

            .breadcrumb-style-4 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--paragraph-color);
            }

                .breadcrumb-style-4 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-4 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                }

.page-content {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.63px;
    line-height: 40px;
    font-family: var(--body-font);
    text-align: center;
    color: var(--heading-color);
}

.breadcrumb-style-5 {
    width: 100%;
    background: #E5E5E5;
    position: absolute;
    min-height: 100%;
}

    .breadcrumb-style-5 .breadcrumb-inner {
        position: absolute;
        background: #FCFCFC;
        right: 0;
        height: auto;
        text-align: center;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-37%, -50%);
        -ms-transform: translate(-37%, -50%);
        transform: translate(-37%, -50%);
        width: 100%;
        padding: 25px;
        padding-right: 35%;
    }

        .breadcrumb-style-5 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 700;
            letter-spacing: 2.38px;
        }

        .breadcrumb-style-5 .breadcrumb-inner .page-list {
            display: inline-table;
        }

            .breadcrumb-style-5 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--paragraph-color);
            }

                .breadcrumb-style-5 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-5 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                }

.breadcrumb-style-6 {
    background: url(../img/breadcrumb/breadcrumb6.png);
    min-height: 421px;
    background-size: cover;
    position: relative;
}

    .breadcrumb-style-6:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(2, 6, 24, 0.4);
        content: '';
        z-index: 1;
    }

    .breadcrumb-style-6 .breadcrumb-inner {
        position: absolute;
        width: 50%;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
    }

        .breadcrumb-style-6 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 900;
            color: #fff;
        }

        .breadcrumb-style-6 .breadcrumb-inner .page-list {
            display: inline-table;
        }

            .breadcrumb-style-6 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #fff;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                .breadcrumb-style-6 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-6 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                    transition: all .4s;
                }

.breadcrumb-style-7 {
    background: url(../img/blog/blog-details.png);
    min-height: 421px;
    background-size: cover;
    position: relative;
}

    .breadcrumb-style-7 .breadcrumb-inner {
        position: absolute;
        width: 50%;
        text-align: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 3;
        background: #fff;
        padding: 40px;
    }

        .breadcrumb-style-7 .breadcrumb-inner h1 {
            font-size: 90px;
            font-family: var(--body-font);
            font-weight: 700;
            color: var(--heading-color);
            letter-spacing: 2.38px;
        }

        .breadcrumb-style-7 .breadcrumb-inner .page-list {
            display: inline-table;
        }

            .breadcrumb-style-7 .breadcrumb-inner .page-list li {
                list-style: none;
                padding-right: 20px;
                position: relative;
                display: inline;
                font-size: 25px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--heading-color);
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                .breadcrumb-style-7 .breadcrumb-inner .page-list li:last-child:after {
                    position: absolute;
                    top: 0px;
                    left: -15px;
                    content: "/";
                    font-family: 'fontawesome';
                }

                .breadcrumb-style-7 .breadcrumb-inner .page-list li a:hover {
                    color: var(--main-color);
                    -webkit-transition: all .4s;
                    -o-transition: all .4s;
                    transition: all .4s;
                }

/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area {
    margin-top: 30px;
}

    .comments-area .comments-title {
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .comments-area .comment-list .comment-respond {
        margin-bottom: 30px;
    }

    .comments-area .comment-list {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-type: none;
        margin-bottom: 20px;
    }

        .comments-area .comment-list li {
            margin-bottom: 30px;
        }

            .comments-area .comment-list li:last-child {
                margin-bottom: 0;
            }

            .comments-area .comment-list li ul.children {
                margin: 0;
                padding: 0;
                list-style: none;
                list-style-type: none;
            }

            .comments-area .comment-list li ul {
                list-style: none;
            }

                .comments-area .comment-list li ul.children li {
                    margin-left: 50px;
                    list-style-type: none;
                    list-style: none;
                }

            .comments-area .comment-list li .single-comment-wrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-item-align: start;
                align-self: flex-start;
            }

                .comments-area .comment-list li .single-comment-wrap .thumb {
                    margin-right: 20px;
                    min-width: 80px;
                    border-radius: 50%;
                }

                    .comments-area .comment-list li .single-comment-wrap .thumb img {
                        margin-bottom: 10px;
                        border-radius: 50%;
                        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
                    }

                .comments-area .comment-list li .single-comment-wrap .date,
                .blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                    margin-bottom: 20px;
                }

                .comments-area .comment-list li .single-comment-wrap .content {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    position: relative;
                }

                    .comments-area .comment-list li .single-comment-wrap .content .title {
                        font-size: 18px;
                        line-height: 28px;
                        font-weight: 600;
                        font-family: var(--heading-font);
                    }

                    .comments-area .comment-list li .single-comment-wrap .content .comment-content {
                        max-width: 620px;
                    }

                    .comments-area .comment-list li .single-comment-wrap .content p {
                        font-size: 16px;
                        line-height: 26px;
                        word-break: break-word;
                    }

                        .comments-area .comment-list li .single-comment-wrap .content p:last-child {
                            margin-bottom: 0;
                        }

                    .comments-area .comment-list li .single-comment-wrap .content .reply {
                        position: absolute;
                        top: 0;
                        right: 0;
                        color: #fff;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                        .comments-area .comment-list li .single-comment-wrap .content .reply:hover {
                            color: var(--main-color);
                        }

    .comments-area .reply-title,
    .comments-area .comment-reply-title {
        font-size: 26px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .comments-area .form-submit {
        margin-bottom: 0;
    }

.comment-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
    line-height: 26px;
}

    .comment-form .form-group.textarea .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: 1px solid #e2e2e2;
}

.comment-form .submit-btn {
    height: 50px;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    color: #fff;
}

    .comment-form .submit-btn:hover {
        background-color: var(--secondary-color);
        color: #fff;
    }

.comment-respond {
    /*margin-top: 20px;*/
}

.comments-area .comment-list .children li:last-child {
    margin-bottom: 30px;
}

.comments-area .comment-list li ul.children {
    margin-top: 30px;
}

.comment-form-cookies-consent input[type=checkbox] {
    margin-right: 5px;
}

.contact-area .contact-left {
    margin-top: 25%;
}

    .contact-area .contact-left img {
        margin-top: 48px;
        margin-bottom: 20px;
    }

    .contact-area .contact-left .contact-text {
        font-size: 18px;
        letter-spacing: 0.01em;
        font-weight: 500;
        color: var(--paragraph-color);
        font-family: var(--body-font);
        line-height: 28px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .contact-area .contact-left .contact-text-light {
        font-size: 18px;
        letter-spacing: 0.01em;
        font-weight: 400;
        color: var(--paragraph-color);
        font-family: var(--body-font);
        line-height: 28px;
        display: inline-block;
    }

    .contact-area .contact-left .info h3 {
        font-size: 24px;
        letter-spacing: 0.01em;
        font-weight: 500;
        color: var(--heading-color);
        font-family: var(--body-font);
    }

    .contact-area .contact-left .info span, .contact-area .contact-left .info a {
        font-family: var(--body-font);
        font-weight: 400;
        font-size: 18px;
        line-height: 35px;
        letter-spacing: 0.01em;
        color: #818181;
    }

.contact-area .contact-right {
    background: #E5E5E5;
    padding: 0px 43px 43px 43px;
}

    .contact-area .contact-right .contact-title {
        font-size: 45px;
        font-weight: 600;
        font-family: var(--body-font);
        text-align: center;
        letter-spacing: 0.025em;
        color: #6A6A6A;
        line-height: 104px;
        border-bottom: 2px dashed #6A6A6A;
        padding-top: 30px;
        margin-bottom: 50px;
    }

    .contact-area .contact-right .form-group .form-field label {
        font-family: var(--body-font);
        font-weight: 500;
        font-size: 20px;
        color: var(--heading-color);
        margin-bottom: 5px;
    }

    .contact-area .contact-right .form-group .form-field .input-form, .contact-area .contact-right .form-group .form-field textarea {
        width: 100%;
        height: 70px;
        border-radius: 4px;
        border: 2px solid #EFEFEF;
        padding-left: 35px;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--paragraph-color);
        font-size: 18px;
    }

    .contact-area .contact-right .form-group .form-field textarea {
        height: auto;
        padding: 35px;
    }

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.mapouter2 {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas2 {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
    background-color: #F4F7FC;
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px;
}

    .widget.Dizzcox_testimonial_widget {
        background-color: var(--secondary-color);
    }

    .widget select {
        width: 100%;
        height: 50px;
        padding: 10px 20px;
    }

    .widget .widget-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 31px;
        margin-bottom: 20px;
        position: relative;
    }

    .widget.widget_calendar {
        padding-right: 24px;
        padding-left: 24px;
    }

    .widget:last-child {
        margin-bottom: 0px;
    }

    .widget.widget_nav_menu ul li.menu-item-has-children:after {
        display: none;
    }

    .widget.footer-widget .subscribe-form .form-group .form-control {
        background-color: #515457;
        color: #fff;
    }

        .widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
            /* WebKit browsers */
            color: rgba(255, 255, 255, 0.6);
        }

        .widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: rgba(255, 255, 255, 0.6);
        }

        .widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: rgba(255, 255, 255, 0.6);
        }

        .widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: rgba(255, 255, 255, 0.6);
        }

    .widget.footer-widget .subscribe-form .submit-btn:hover {
        background-color: #fff;
        color: var(--main-color);
    }

    .widget.footer-widget {
        background-color: transparent !important;
        padding: 0;
        margin-bottom: 30px;
    }

    .widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .widget ul li ul {
            margin-left: 20px;
        }

        .widget ul li {
            display: block;
            margin: 8px 0;
            -ms-word-wrap: break-word;
            word-break: break-word;
        }

            .widget ul li:first-child {
                margin-top: 0px;
            }

            .widget ul li:last-child {
                margin-bottom: 0px;
            }

            .widget ul li a {
                color: inherit;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .widget ul li a:hover {
                    color: var(--main-color);
                }

.footer-widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 15px;
}

    .footer-widget.widget_nav_menu ul li a:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        font-family: "fontawesome";
        font-weight: 900;
        color: var(--main-color);
    }

.widget_search .search-form {
    position: relative;
}

    .widget_search .search-form .form-group {
        margin-bottom: 0;
    }

        .widget_search .search-form .form-group .form-control {
            height: 50px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            padding: 0 70px 0 15px;
        }

    .widget_search .search-form .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 18px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: var(--main-color);
        color: #fff;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        border: none;
        cursor: pointer;
    }

        .widget_search .search-form .submit-btn:hover {
            background-color: var(--secondary-color);
            color: #fff;
        }

.widget_author_meta {
    text-align: center;
}

    .widget_author_meta .thumb {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .widget_author_meta .thumb img {
            border-radius: 50%;
        }

    .widget_author_meta .content .name {
        font-size: 21px;
        font-weight: 700;
    }

    .widget_author_meta .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .widget_author_meta .content ul {
        margin-top: 25px;
    }

        .widget_author_meta .content ul li {
            display: inline-block;
            margin: 0 5px;
        }

            .widget_author_meta .content ul li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: 1px solid rgba(0, 0, 0, 0.1);
                border-radius: 50%;
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
            }

                .widget_author_meta .content ul li a:hover {
                    background-color: var(--main-color);
                    color: #fff;
                }

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    font-size: 16px !important;
}

    .widget_tag_cloud .tagcloud a:hover {
        background-color: var(--main-color);
        color: #fff;
    }

.widget ul li ul.sub-menu {
    position: initial;
}

.widget ul li ul.sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

    .widget ul li ul.sub-menu li a {
        padding: 0 0 0px 10px;
    }

        .widget ul li ul.sub-menu li a:hover {
            background-color: transparent;
        }

.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget.widget_nav_menu ul li {
        margin: 15px 0;
    }

        .widget.widget_nav_menu ul li:first-child {
            margin-top: 0;
        }

        .widget.widget_nav_menu ul li:last-child {
            margin-bottom: 0;
        }

        .widget.widget_nav_menu ul li a {
            border: none;
        }

        .widget.widget_nav_menu ul li > ul {
            margin-left: 15px;
        }

.widget.footer-widget.widget_calendar table {
    margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
    padding-bottom: 0;
}

.widget.footer-widget .widget-title {
    color: rgba(255, 255, 255, 0.9);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
    color: rgba(255, 255, 255, 0.6);
}

    .widget.footer-widget ul li a:hover {
        color: var(--main-color);
    }

.widget .social_share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .widget .social_share li {
        width: calc(100% / 3);
        margin: 0;
        display: block;
        padding: 20px 0 12px 0;
        text-align: center;
        border-radius: 5px;
        color: #fff;
    }

        .widget .social_share li i {
            display: block;
            margin-bottom: 10px;
            font-size: 20px;
        }

        .widget .social_share li a:hover {
            color: #fff;
        }

        .widget .social_share li + li {
            margin-left: 10px;
        }

.widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .widget .recent_post_item li {
        display: block;
    }

        .widget .recent_post_item li + li {
            margin-top: 20px;
        }

        .widget .recent_post_item li.single-recent-post-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

            .widget .recent_post_item li.single-recent-post-item .thumb {
                width: 60px;
                height: 60px;
                margin-right: 15px;
            }

            .widget .recent_post_item li.single-recent-post-item .content {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .widget .recent_post_item li.single-recent-post-item .content .title {
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 600;
                }

                .widget .recent_post_item li.single-recent-post-item .content .time {
                    font-size: 14px;
                    font-weight: 500;
                }

.contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact_info_list li {
        display: block;
    }

        .contact_info_list li.single-info-item {
            position: relative;
            margin-bottom: 20px;
        }

            .contact_info_list li.single-info-item .icon {
                position: absolute;
                left: 0;
                top: 0;
                color: var(--main-color);
            }

            .contact_info_list li.single-info-item .details {
                padding-left: 30px;
            }

.about_us_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.copyright-area {
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.widget-testimonial .icon {
    font-size: 70px;
    line-height: 60px;
    color: var(--main-color);
    margin-bottom: 16px;
}

.widget-testimonial p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.widget-testimonial .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 24px;
}

    .widget-testimonial .author-meta .thumb {
        margin-right: 20px;
    }

        .widget-testimonial .author-meta .thumb img {
            max-width: 80px;
            height: 80px;
            border-radius: 50%;
        }

    .widget-testimonial .author-meta .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 15px;
    }

        .widget-testimonial .author-meta .content .name {
            font-size: 18px;
            line-height: 26px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 0;
        }

        .widget-testimonial .author-meta .content .designation {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
        }

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 99;
}

    .navbar-area.nav-style-02 {
        padding: 24.5px 0px;
    }

    .navbar-area.nav-absolute {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0px;
        z-index: 1;
    }

    .navbar-area .nav-container {
        background-color: transparent;
        max-width: 97%;
    }

        .navbar-area .nav-container .logo a {
            font-family: var(--body-font);
            font-size: 33px;
        }

        .navbar-area .nav-container .nav-right-content .nav-right-menu {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .navbar-area .nav-container .nav-right-content .nav-right-menu li {
                display: inline-block;
                position: relative;
                color: #fff;
            }

                .navbar-area .nav-container .nav-right-content .nav-right-menu li a {
                    color: #fff;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .navbar-area .nav-container .nav-right-content .nav-right-menu li a:hover {
                        color: var(--main-color);
                    }

                .navbar-area .nav-container .nav-right-content .nav-right-menu li.search {
                    margin-right: 20px;
                    margin-left: 20px;
                    cursor: pointer;
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    .navbar-area .nav-container .nav-right-content .nav-right-menu li.search:hover {
                        color: var(--main-color);
                    }

                .navbar-area .nav-container .nav-right-content .nav-right-menu li.nav-btn .btn-boxed {
                    font-weight: 600;
                    text-transform: capitalize;
                    border-radius: 5px;
                    background-color: var(--main-color);
                }

                    .navbar-area .nav-container .nav-right-content .nav-right-menu li.nav-btn .btn-boxed:hover {
                        background-color: var(--secondary-color);
                    }

        .navbar-area .nav-container .navbar-brand .site-title {
            font-weight: 700;
            font-size: 30px;
            font-family: var(--heading-font);
            line-height: 90px;
            color: var(--heading-color);
        }

        .navbar-area .nav-container .navbar-collapse .navbar-nav {
            display: block;
            width: 100%;
            text-align: right;
        }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li {
                display: inline-block;
                font-size: 20px;
                font-weight: 400;
                line-height: 90px;
            }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
                    margin-left: 20px;
                }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
                    color: var(--main-color) !important;
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item > a {
                        border-left: 6px solid var(--main-color);
                        padding-left: 10px;
                        color: var(--main-color) !important;
                        font-weight: 700;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
                        color: var(--main-color) !important;
                    }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
                    -webkit-transition: all 0.3s ease-in;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                    color: var(--main-color);
                }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
                    position: relative;
                    z-index: 0;
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
                        position: absolute;
                        right: 0;
                        top: 53%;
                        content: '\f107';
                        font-family: 'fontawesome';
                        -ms-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                        color: var(--main-color);
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
                            color: var(--main-color);
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
                            visibility: visible;
                            opacity: 1;
                        }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
                        position: absolute;
                        text-align: left;
                        min-width: 220px;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        left: 0;
                        top: 100%;
                        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
                        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
                        background-color: #fff;
                        z-index: 9;
                        border-bottom: 4px solid var(--main-color);
                        visibility: hidden;
                        opacity: 0;
                        -webkit-transition: all 0.3s ease-in;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
                            display: block;
                            margin-left: 0;
                            line-height: 24px;
                            font-size: 16px;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                                border-top: 1px solid #e2e2e2;
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                                display: block;
                                padding: 12px 30px;
                                background-color: #fff;
                                white-space: nowrap;
                                color: #000;
                                -webkit-transition: all 0.3s ease-in;
                                -moz-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;
                            }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                                    background-color: var(--main-color);
                                    color: #fff;
                                }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
                            position: relative;
                            z-index: 0;
                            padding-right: 0px;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
                                position: absolute;
                                right: 15px;
                                top: 50%;
                                content: '\f105';
                                font-family: 'fontawesome';
                                -ms-transform: translateY(-50%);
                                /* IE 9 */
                                -webkit-transform: translateY(-50%);
                                /* Chrome, Safari, Opera */
                                transform: translateY(-50%);
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
                                left: 100%;
                                top: 20px;
                            }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
                                    left: auto;
                                    right: 100%;
                                }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
                                visibility: visible;
                                opacity: 1;
                            }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
                                    color: #fff;
                                }

            .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
                padding-right: 15px;
            }

    .navbar-area.black-bg {
        background: var(--heading-color);
        position: relative;
    }

    .navbar-area .bar1 {
        width: 32px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 10px;
        right: -5px;
    }

    .navbar-area .bar2 {
        width: 24px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 17px;
        right: -5px;
    }

    .navbar-area .bar3 {
        width: 18px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 24px;
        right: -5px;
    }

    .navbar-area .responsive-mobile-menu button:focus {
        outline: none;
        border: none;
    }

@media only screen and (max-width: 991px) {
    .navbar-area .logo {
        padding-top: 15px;
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
    }

        .navbar-area .nav-container .navbar-brand {
            display: block;
        }

            .navbar-area .nav-container .navbar-brand .navbar-toggler {
                position: absolute;
                right: 10px;
                border: 1px solid var(--secondary-color);
            }

        .navbar-area .nav-container .navbar-collapse {
            -webkit-transform: translateX(110%);
            -ms-transform: translateX(110%);
            transform: translateX(110%);
            margin-top: 15px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            height: 100%;
            height: auto;
            position: absolute;
            top: 70px;
        }

            .navbar-area .nav-container .navbar-collapse.show {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav {
                display: block;
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li {
                    display: block;
                    text-align: left;
                    line-height: 30px;
                    padding: 10px 0;
                    border-bottom: 1px solid var(--secondary-color);
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
                        border-bottom: none;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
                        margin-left: 0;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
                        top: 25px;
                        right: 20px;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
                        padding-bottom: 0;
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
                            visibility: visible;
                            height: auto;
                            opacity: 1;
                            background-color: transparent;
                            border-bottom: none;
                        }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
                        position: initial;
                        display: block;
                        width: 100%;
                        border-top: none;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        margin-left: 0;
                        padding-bottom: 0;
                        visibility: hidden;
                        opacity: 0;
                        height: 0;
                        overflow: hidden;
                        max-height: 250px;
                        overflow-y: scroll;
                        -webkit-transition: height 500ms;
                        -moz-transition: height 500ms;
                        -o-transition: height 500ms;
                        transition: height 500ms;
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
                            content: "\f107";
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
                            padding: 0;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
                                top: 30px;
                                color: #fff;
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                                border-top: none;
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
                                border-top: 1px solid var(--secondary-color);
                            }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .navbar-nav {
        text-align: center !important;
    }

    .navbar-area.nav-style-02 {
        padding: 5px 0px;
    }

    .navbar-area .nav-container .nav-right-content .nav-right-menu {
        margin-left: 15px;
        position: absolute;
        z-index: 999;
        top: 33px;
        padding-right: 0;
        right: 3%;
    }
}

@media only screen and (min-width: 1600px) {
    .navbar-nav {
        margin-right: 5px;
    }

        .navbar-nav > li {
            padding-right: 15px;
            margin-right: 20px;
        }

    .navbar-area .nav-container .nav-right-content .nav-right-menu li.search {
        margin-right: 40px;
    }
}

.nav-style-03 .navbar-nav li.menu-item-has-children:before {
    color: #343434;
}

.banner-area {
    min-height: 620px;
    position: relative;
}

    .banner-area .title1, .banner-area .title2 {
        color: #fff;
        font-size: 120px;
        text-transform: capitalize;
        font-family: var(--body-font);
        font-weight: 900;
        margin-bottom: 0px;
    }

    .banner-area .banner-bg {
        background-size: cover;
        height: 100vh;
        min-height: 620px;
    }

        .banner-area .banner-bg .banner-inner {
            position: absolute;
            top: 35%;
            right: -35%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .banner-area .banner-bg .banner-inner p {
                margin-bottom: 15px;
                font-size: 20px;
            }

@media only screen and (max-width: 1400px) {
    .banner-area .banner-bg .banner-inner p {
        font-size: 16px;
    }
}

.banner-area .banner-bg .biking {
    position: absolute;
    margin-top: 75%;
}

.banner-area .banner-bg .row.h-100vh {
    min-height: 620px;
}

.banner-area .banner-slider1 .banner-bg {
    position: relative;
}

    .banner-area .banner-slider1 .banner-bg::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
    }

.banner-area .banner-slider2 .banner-bg {
    position: relative;
}

    .banner-area .banner-slider2 .banner-bg::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
    }

.banner-area .animated {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-area .banner-slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    -o-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
}

.banner-area .social-icon {
    position: absolute;
    top: 40%;
    left: 3%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .banner-area .social-icon .icon-list {
        margin-right: 2rem;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.65);
        border-radius: 50%;
        text-align: center;
        margin-bottom: 10px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .banner-area .social-icon .icon-list:hover {
            background: var(--main-color);
        }

        .banner-area .social-icon .icon-list:last-child {
            margin-right: 0;
        }

    .banner-area .social-icon .icon-text {
        font-size: 12px;
        line-height: 30px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #fff;
    }

.banner-area .video-btn {
    position: absolute;
    top: 73%;
    left: 3%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 35.41px;
    height: 35.41px;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
    border: 5px solid var(--main-color);
    -webkit-animation: pulse1 1s infinite;
    animation: pulse1 1s infinite;
    line-height: 19px;
}

    .banner-area .video-btn a {
        font-size: 9px;
    }

@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 5, 26, 0.6);
        box-shadow: 0 0 0 0 rgba(227, 5, 26, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(227, 5, 26, 0);
        box-shadow: 0 0 0 15px rgba(227, 5, 26, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 5, 26, 0);
        box-shadow: 0 0 0 0 rgba(227, 5, 26, 0);
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 5, 26, 0.6);
        box-shadow: 0 0 0 0 rgba(227, 5, 26, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(227, 5, 26, 0);
        box-shadow: 0 0 0 15px rgba(227, 5, 26, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(227, 5, 26, 0);
        box-shadow: 0 0 0 0 rgba(227, 5, 26, 0);
    }
}

.banner-area .scroll {
    position: absolute;
    top: 79%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .banner-area .scroll .scroll-btn {
        width: 19px;
        height: 42px;
        border-radius: 9px;
        border: 1px solid #fff;
        margin-left: 58px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 1400px) {
    .banner-area .scroll .scroll-btn {
        margin-left: 40%;
        margin-bottom: 0px;
    }
}

.banner-area .scroll .scroll-btn .inside-bg {
    background: #fff;
    height: 18px;
    position: absolute;
    width: 9px;
    top: 5px;
    margin-left: 4px;
    border-radius: 5px;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    10% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    10% {
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.banner-area .scroll span {
    font-size: 14px;
    line-height: 25px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
    .banner-area .scroll span {
        font-size: 10px;
    }
}

.banner-area .banner-btn {
    position: absolute;
    top: 50%;
    left: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    right: calc(2% - 60px);
}

    .banner-area .banner-btn a {
        background: var(--main-color);
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 50px 2px 25px;
        border-right: 7px solid #fff;
        border-radius: 0;
    }

        .banner-area .banner-btn a:before {
            content: "\A";
            border-style: solid;
            border-width: 5px 5px 5px 0;
            border-color: transparent #fff transparent transparent;
            position: absolute;
            right: -1px;
            top: 6px;
        }

.banner-area .banner-bottom {
    width: 100%;
    position: absolute;
    bottom: 20px;
}

    .banner-area .banner-bottom .controler-wrapper {
        margin-top: 33px;
        padding-left: 10px;
    }

        .banner-area .banner-bottom .controler-wrapper .active-controler {
            width: 10%;
            font-size: 40px;
            margin-top: -20px;
            float: left;
            font-weight: 900;
            letter-spacing: 0.025em;
        }

        .banner-area .banner-bottom .controler-wrapper .progressbar {
            width: 80%;
            float: left;
            height: 5px;
            position: relative;
            top: 10px;
        }

            .banner-area .banner-bottom .controler-wrapper .progressbar .home-slider-progress {
                background-color: #fff;
                position: absolute;
                width: 100%;
                height: 1px;
            }

            .banner-area .banner-bottom .controler-wrapper .progressbar .home-slider-progress-active {
                background-color: var(--main-color);
                position: absolute;
                width: 20%;
                height: 2px;
                top: -1px;
            }

        .banner-area .banner-bottom .controler-wrapper .total-controler {
            width: 10%;
            float: left;
            text-align: right;
            font-size: 40px;
            margin-top: -20px;
            font-weight: 900;
            letter-spacing: 0.025em;
        }

.banner-area .banner-sm-slider img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 5px;
}

@media only screen and (max-width: 1400px) {
    .banner-area .banner-sm-slider img {
        width: 55px;
        height: 55px;
        margin-top: 18px;
    }
}

.banner-area .banner-sm-slider .slick-current img {
    border: 5px solid var(--main-color);
}

.banner-area .slick-prev, .banner-area .slick-next {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 9;
    top: 55%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (max-width: 1400px) {
    .banner-area .slick-prev, .banner-area .slick-next {
        top: 60%;
    }
}

.banner-area .slick-prev:hover, .banner-area .slick-next:hover {
    background: var(--main-color);
}

    .banner-area .slick-prev:hover:before, .banner-area .slick-next:hover:before {
        color: #fff;
    }

.banner-area .slick-prev::before, .banner-area .slick-next::before {
    font-family: 'fontawesome';
    color: var(--main-color);
}

.banner-area .slick-prev {
    position: absolute;
    left: auto;
    right: -24%;
}

@media only screen and (max-width: 1400px) {
    .banner-area .slick-prev {
        left: auto;
        right: -18%;
    }
}

.banner-area .slick-prev:before {
    content: "\f104";
}

.banner-area .slick-next {
    right: -35%;
}

    .banner-area .slick-next:before {
        content: "\f105";
    }

.banner-area .container {
    max-width: 97%;
}

.banner-area .banner-slider1 .slick-dots {
    display: none;
}

.banner-area .banner-slider2 .slick-dots {
    bottom: 5%;
    text-align: right;
    right: 3%;
}

    .banner-area .banner-slider2 .slick-dots li {
        margin: 0 0;
    }

        .banner-area .banner-slider2 .slick-dots li button {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            border: 2px solid #fff;
            background: var(--heading-color);
        }

        .banner-area .banner-slider2 .slick-dots li.slick-active button {
            background: var(--main-color);
        }

.banner-area .banner-slider2 [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    -o-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
}

.home-banner1 .banner-slider1 .slick-prev {
    display: none !important;
}

.home-banner1 .banner-slider1 .slick-next {
    display: none !important;
}

.experience-area .single-experience {
    margin-bottom: 30px;
}

    .experience-area .single-experience .icon {
        width: 79px;
        height: 79px;
        margin: 0 auto;
        position: relative;
        background: var(--main-color);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .experience-area .single-experience .icon:before {
            position: absolute;
            background: rgba(227, 5, 26, 0.3);
            width: 100px;
            height: 100px;
            content: "";
            z-index: -1;
            left: -10px;
            top: -10px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            border-radius: 50%;
        }

        .experience-area .single-experience .icon i {
            line-height: 80px;
            font-size: 35px;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .experience-area .single-experience .icon i:hover {
                opacity: 0.8;
            }

    .experience-area .single-experience .content {
        margin-top: 38px;
    }

    .experience-area .single-experience .title {
        font-size: 25px;
        font-family: var(--body-font);
        font-weight: 400;
    }

.about-video {
    background: #FCFCFC;
    position: relative;
}

.about-video-img {
    background-position: center;
    position: relative;
}

    .about-video-img h4 {
        font-family: var(--body-font);
        text-align: center;
        bottom: 40px;
        position: absolute;
        color: #fff;
        margin: 0 auto;
        width: 100%;
        font-size: 45px;
        font-weight: 600;
    }

.about-video-text {
    padding-right: 161px;
    padding: 50px 0px;
}

    .about-video-text h3 {
        font-size: 65px;
        font-family: var(--body-font);
        font-weight: 800;
        margin-top: 5px;
    }

@media only screen and (max-width: 1400px) {
    .about-video-text h3 {
        font-size: 60px;
    }
}

.about-video-text h6 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
    font-family: var(--body-font);
}

.about-video-text p {
    line-height: 25px;
    font-size: 18px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--body-font);
    line-height: 35px;
}

    .about-video-text p span {
        font-size: 20px;
        color: var(--main-color);
        margin: 45px 0px 30px 0px;
        float: left;
    }

@media only screen and (max-width: 1400px) {
    .about-video-text p span {
        margin: 30px 0px;
    }
}

.about-video-btn {
    position: absolute;
    top: 45%;
    left: 54%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 112px;
    line-height: 108px;
    font-size: 27px;
    height: 112px;
    background: var(--main-color);
    text-align: center;
    border-radius: 50%;
}

    .about-video-btn:before {
        content: "\A";
        border-style: solid;
        border-width: 22px;
        border-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: -19px;
        top: -19px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
    }

.explore-area {
    background: #FCFCFC;
    margin-top: 100px;
}

    .explore-area .explore_left img {
        min-height: 151px;
    }

@media only screen and (max-width: 1400px) {
    .explore-area .explore_right {
        padding-top: 70px;
    }
}

.explore-area .explore_right h1 {
    font-size: 65px;
    line-height: 50px;
    font-family: var(--body-font);
    font-weight: 700;
    margin-bottom: 55px;
}

@media only screen and (max-width: 1400px) {
    .explore-area .explore_right h1 {
        margin-bottom: 40px;
        font-size: 55px;
    }
}

.explore-area .explore_right p {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--paragraph-color);
    margin-bottom: 65px;
}

@media only screen and (max-width: 1400px) {
    .explore-area .explore_right p {
        margin-bottom: 65px;
        font-size: 15px;
    }
}

.fun-facts .fun-content {
    position: relative;
    min-height: 300px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .fun-facts .fun-content .fun-text {
        position: absolute;
        bottom: 20px;
        left: 22px;
    }

        .fun-facts .fun-content .fun-text h4 {
            color: #fff;
            font-size: 25px;
            font-family: var(--body-font);
            font-weight: 500;
        }

        .fun-facts .fun-content .fun-text p {
            font-size: 18px;
            font-family: var(--body-font);
            font-weight: 400;
            line-height: 10px;
        }

    .fun-facts .fun-content:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .fun-facts .fun-content:hover:before {
        opacity: 1;
    }

.fun-facts .fun-title h1 {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--body-font);
    text-align: center;
    color: var(--paragraph-color);
    margin-bottom: 70px;
}

@media only screen and (max-width: 1400px) {
    .fun-facts .fun-title h1 {
        font-size: 50px;
    }
}

.trail-video {
    width: 100%;
    min-height: 500px;
    background: url(../img/about-page/about.png);
    background-size: cover;
    position: relative;
}

    .trail-video .video-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }

        .trail-video .video-content .page-title {
            font-size: 45px;
            font-weight: 500;
            font-family: var(--body-font);
            color: #fff;
            text-transform: none;
            margin-bottom: 50px;
        }

        .trail-video .video-content .video-btn {
            width: 130px;
            height: 50px;
            border-radius: 3px solid var(--main-color);
            background: var(--main-color);
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            font-family: var(--body-font);
            line-height: 27px;
            text-transform: uppercase;
            padding: 10px 25px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .trail-video .video-content .video-btn:hover {
                -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
                box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .trail-video .video-content .video-btn i {
                padding-right: 18px;
            }

.trail-slider {
    width: 100%;
}

    .trail-slider .slider-item {
        width: 50%;
        float: left;
    }

        .trail-slider .slider-item .img-part {
            position: relative;
        }

            .trail-slider .slider-item .img-part .hover-element {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                opacity: 0;
            }

                .trail-slider .slider-item .img-part .hover-element span {
                    color: #fff;
                    font-size: 45px;
                    letter-spacing: 0;
                    font-weight: 300;
                    font-family: var(--body-font);
                    text-transform: capitalize;
                }

                .trail-slider .slider-item .img-part .hover-element a {
                    width: 66px;
                    height: 66px;
                    border-radius: 50%;
                    line-height: 66px;
                    text-align: center;
                    background: #fff;
                    font-size: 25px;
                    padding: 10px 11px;
                    color: var(--main-color);
                    -webkit-transition: all .4s ease-in;
                    -o-transition: all .4s ease-in;
                    transition: all .4s ease-in;
                }

                    .trail-slider .slider-item .img-part .hover-element a:hover {
                        color: #fff;
                        background: var(--main-color);
                        -webkit-transition: all .4s ease-in;
                        -o-transition: all .4s ease-in;
                        transition: all .4s ease-in;
                    }

            .trail-slider .slider-item .img-part:hover:before {
                position: absolute;
                content: '';
                top: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.4);
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .trail-slider .slider-item .img-part:hover .hover-element {
                opacity: 1;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .trail-slider .slider-item .text-part {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 18px;
            line-height: 29px;
            letter-spacing: 0.025;
        }

            .trail-slider .slider-item .text-part p {
                color: var(--heading-color);
                text-align: center;
                padding: 20px 0px;
            }

    .trail-slider .slick-prev {
        left: -76px;
    }

        .trail-slider .slick-prev:before {
            content: "\f104";
            font-family: 'fontawesome';
        }

    .trail-slider .slick-next {
        right: -76px;
    }

        .trail-slider .slick-next:before {
            content: "\f105";
            font-family: 'fontawesome';
        }

    .trail-slider .slick-prev, .trail-slider .slick-next {
        background: var(--paragraph-color);
        top: 38%;
        width: 76px;
        height: 76px;
    }

        .trail-slider .slick-prev:hover, .trail-slider .slick-next:hover {
            background: var(--main-color);
        }

        .trail-slider .slick-prev:before, .trail-slider .slick-next:before {
            font-size: 34px;
            opacity: 1;
        }

    .trail-slider .slick-slide {
        margin: 0 5px;
    }

    .trail-slider .slick-list {
        margin: 0 -5px;
    }

.gallery {
    margin-top: 92px;
}

    .gallery .gallery-title {
        font-size: 65px;
        font-weight: 700;
        font-family: var(--body-font);
        line-height: 94px;
        color: var(--paragraph-color);
        text-align: center;
    }

    .gallery .portfolio-masonry-wrapper .portfolio-menu {
        list-style: none;
        padding: 40px 0;
        text-align: center;
    }

        .gallery .portfolio-masonry-wrapper .portfolio-menu li {
            display: inline;
            padding: 10px 25px 12px 25px;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: .02em;
            font-family: var(--body-font);
            color: var(--paragraph-color);
            font-size: 18px;
            font-weight: 400;
        }

            .gallery .portfolio-masonry-wrapper .portfolio-menu li:hover {
                color: #a6a6a6;
            }

            .gallery .portfolio-masonry-wrapper .portfolio-menu li.active {
                background: #FFE8E8;
                border-radius: 20px;
                color: var(--main-color);
            }

    .gallery .portfolio-masonry-wrapper .portfolio-masonry {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
    }

        .gallery .portfolio-masonry-wrapper .portfolio-masonry .masonry-item {
            height: 559px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .gallery .portfolio-masonry-wrapper .portfolio-masonry .masonry-item img {
                width: 100%;
                padding: 10px;
                padding-bottom: 10px;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
                height: 100%;
            }

                .gallery .portfolio-masonry-wrapper .portfolio-masonry .masonry-item img:hover {
                    -webkit-filter: grayscale(1);
                    filter: grayscale(1);
                    -webkit-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

    .gallery .width-25 {
        width: 25%;
    }

    .gallery .width-50 {
        width: 50%;
    }

.typography-bg {
    background: url(../img/breadcrumb/typography.png);
    background-size: cover;
    background-position: center center;
    min-height: 350px;
}

.typography-title {
    text-align: center;
    margin-top: 98px;
    margin-bottom: 50px;
}

    .typography-title .title {
        font-size: 25px;
        font-family: var(--main-color);
        color: var(--heading-color);
        font-size: 50px;
        font-weight: 500;
        display: block;
    }

    .typography-title .subtitle {
        font-size: 25px;
        font-family: var(--main-color);
        color: var(--heading-color);
        font-size: 20px;
        font-weight: 400;
    }

.typography-font .box-title {
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 400;
    letter-spacing: 0.025;
    color: #646464;
}

.typography-font .font-box {
    background: #FCFCFC;
    outline: 10px solid #FCFCFC;
    border: 1px solid #C5C5C5;
    padding: 35px;
    width: 90%;
    color: var(--secondary-color);
    margin-top: 25px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    font-family: var(--body-font);
}

.typography-font .font-weight {
    margin-top: 38px;
    color: #646464;
    font-family: var(--body-font);
}

    .typography-font .font-weight span:first-child {
        font-size: 20px;
    }

    .typography-font .font-weight .regular {
        font-weight: 400;
    }

    .typography-font .font-weight .semibold {
        font-weight: 600;
    }

    .typography-font .font-weight .bold {
        font-weight: 700;
    }

    .typography-font .font-weight .extra-bold {
        font-weight: 900;
    }

.typography-heading {
    background: #FCFCFC;
    margin-top: 120px;
    padding-bottom: 80px;
}

    .typography-heading .heading-title {
        font-weight: 400;
        font-size: 30px;
        letter-spacing: 0.025em;
        color: #646464;
    }

    .typography-heading .weight {
        font-size: 30px;
        font-weight: 400;
        right: 0;
        position: absolute;
    }

    .typography-heading p {
        color: #646464;
    }

    .typography-heading .p1 {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.010em;
        color: var(--heading-color);
    }

    .typography-heading .p2 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.025em;
        color: #646464;
    }

    .typography-heading .p3 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0.01em;
        color: var(--heading-color);
    }

.heading1 {
    font-size: 100px;
    font-weight: 900;
    color: #646464;
    letter-spacing: 0.025em;
    font-family: var(--body-font);
}

.heading2 {
    font-size: 90px;
    font-weight: 900;
    color: #646464;
    letter-spacing: 0.025;
    font-family: var(--body-font);
}

.heading3 {
    font-size: 75px;
    font-weight: 900;
    color: #646464;
    letter-spacing: 0.025;
    font-family: var(--body-font);
}

.heading4 {
    font-size: 55px;
    font-weight: 900;
    color: #646464;
    letter-spacing: 0.025;
    font-family: var(--body-font);
}

.typoquote-area {
    position: relative;
}

    .typoquote-area .count {
        font-size: 71px;
        font-weight: 700;
        color: #818181;
        margin-top: 150px;
    }

    .typoquote-area .quote-slider .single-item i {
        color: var(--main-color);
        font-size: 34px;
        text-align: center;
        width: 100%;
        margin-bottom: 100px;
    }

    .typoquote-area .quote-slider .single-item .image {
        float: left;
        width: 142px;
        height: 141px;
        border: 5px solid #F1F1F1;
        margin-right: 20px;
    }

        .typoquote-area .quote-slider .single-item .image img {
            width: 132px;
            height: 131px;
        }

    .typoquote-area .quote-slider .single-item .content {
        display: -ms-grid;
        display: grid;
    }

        .typoquote-area .quote-slider .single-item .content p {
            color: var(--paragraph-color);
            font-size: 18px;
            font-weight: 400;
        }

        .typoquote-area .quote-slider .single-item .content .quote-name {
            font-size: 20px;
            font-weight: 600;
            color: var(--heading-color);
            margin-top: 50px;
        }

    .typoquote-area .quote-slider .slick-prev {
        display: none !important;
    }

    .typoquote-area .quote-slider .slick-next {
        left: 0;
        top: 300px;
    }

        .typoquote-area .quote-slider .slick-next:before {
            color: var(--heading-color);
            font-size: 50px;
        }

    .typoquote-area:before {
        position: absolute;
        content: '\A';
        background: #818181;
        width: 16%;
        top: 73%;
        left: 0;
        height: 10px;
    }

/*-----------------------
    Error 404 Page
-----------------------*/
.content-404 {
    background: url(../img/bg/404.png);
    background-size: cover;
    height: 100vh;
    position: relative;
}

    .content-404 .social-icon {
        position: absolute;
        top: 40%;
        right: 0%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .content-404 .social-icon .icon-list {
            margin-right: 2rem;
            width: 40px;
            height: 25px;
            line-height: 16px;
            background: transparent;
            text-align: right;
            margin-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

            .content-404 .social-icon .icon-list:last-child {
                border-bottom: 0px;
            }

            .content-404 .social-icon .icon-list:last-child {
                margin-right: 0;
            }

        .content-404 .social-icon .icon-text {
            font-size: 16px;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #fff;
        }

            .content-404 .social-icon .icon-text:hover {
                color: var(--main-color);
            }

    .content-404 .images .error-text {
        width: 80%;
        position: absolute;
        top: 35%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1;
        color: #fff;
        font-size: 350px;
        font-weight: 900;
    }

    .content-404 .images .img3 {
        width: 30%;
        position: absolute;
        top: 65%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .content-404 .content-bottom {
        position: absolute;
        bottom: 8%;
        left: 0%;
        padding-left: 3%;
        padding-right: 3%;
    }

        .content-404 .content-bottom .left h3 {
            font-family: var(--body-font);
            font-weight: 100;
            font-size: 35px;
            color: #fff;
            letter-spacing: 0.88px;
        }

        .content-404 .content-bottom .right a {
            border: 1px solid #fff;
            padding: 22px 71px;
            font-size: 22px;
            font-weight: 300;
            font-family: var(--body-font);
            border-radius: 4px;
        }

            .content-404 .content-bottom .right a:hover {
                background: var(--main-color);
                border-color: var(--main-color);
            }

.icon-area {
    padding: 73px 0px;
}

    .icon-area .icon-box {
        text-align: center;
        margin: 25px 0px;
    }

        .icon-area .icon-box i {
            color: #343434;
        }

            .icon-area .icon-box i:before {
                font-size: 90px;
                margin-left: 0px;
            }

    .icon-area span {
        position: absolute;
        font-weight: 500;
        font-size: var(--body-font);
        letter-spacing: 0.55px;
        color: var(--paragraph-color);
        top: 0;
        left: 10%;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 45%;
        left: 5%;
    }

.icon-bottom {
    padding: 73px 0px 155px 0px;
    background: #363636;
}

    .icon-bottom .icon-box {
        text-align: center;
        margin: 25px 0px;
    }

        .icon-bottom .icon-box i {
            color: #fff;
        }

            .icon-bottom .icon-box i:before {
                font-size: 90px;
                margin-left: 0px;
            }

.icon-bottom-bg {
    min-height: 100px !important;
    margin-top: -102px;
}

.nav-style-03 .navbar-nav > li a {
    color: var(--heading-color);
}

.nav-style-03 .navbar-nav li.current-menu-item > a {
    color: var(--main-color) !important;
}

.nav-style-03 .menu-item-has-children:hover > a {
    color: var(--main-color) !important;
}

.nav-style-03 .nav-right-content ul li {
    color: var(--heading-color) !important;
}

.banner-style-2 .banner-inner .subtitle {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

    .banner-style-2 .banner-inner .subtitle:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 25%;
        background: #fff;
        bottom: -10px;
    }

    .banner-style-2 .banner-inner .subtitle:after {
        content: '';
        position: absolute;
        height: 10px;
        width: 25%;
        background: var(--main-color);
        bottom: -10px;
        left: 25%;
    }

.banner-style-2 .banner-inner .title {
    margin-bottom: 50px;
}

.banner-style-2 .banner-inner a {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 35px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .banner-style-2 .banner-inner a:hover {
        background: var(--heading-color);
        border-color: var(--heading-color);
        color: #fff;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

.banner-style-2 .social-icon {
    left: 88% !important;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 300px;
}

    .banner-style-2 .social-icon .icon-list {
        float: left;
        background: transparent !important;
        width: auto;
        height: auto;
        margin-right: 1rem;
    }

@media only screen and (max-width: 1400px) {
    .banner-style-2 .social-icon .icon-list {
        margin-right: 15px;
    }
}

.banner-style-2 .social-icon .icon-list:hover {
    background: transparent !important;
}

    .banner-style-2 .social-icon .icon-list:hover a {
        color: var(--main-color) !important;
    }

.banner-style-2 .social-icon .icon-list a {
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 14px;
    color: var(--heading-color);
    letter-spacing: 0.35px;
    padding-bottom: 5px;
}

    .banner-style-2 .social-icon .icon-list a:hover {
        border-bottom: 1px solid var(--main-color);
    }

.banner-style-2 .slick-prev {
    left: 3%;
    top: 43%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background: transparent;
}

    .banner-style-2 .slick-prev:hover {
        background: transparent;
    }

        .banner-style-2 .slick-prev:hover:after {
            background: var(--main-color);
            content: '';
            width: 37px;
            height: 20px;
            top: 8px;
            border-radius: 10px;
            z-index: -1;
            position: absolute;
            right: -10px;
        }

    .banner-style-2 .slick-prev:before {
        content: '➜';
        color: #fff;
        font-size: 30px;
    }

.banner-style-2 .slick-next {
    left: 3%;
    top: 52%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent;
}

    .banner-style-2 .slick-next:hover {
        background: transparent;
    }

        .banner-style-2 .slick-next:hover:after {
            background: var(--main-color);
            content: '';
            width: 37px;
            height: 20px;
            top: 7px;
            border-radius: 10px;
            z-index: -1;
            position: absolute;
            right: -13px;
        }

    .banner-style-2 .slick-next:before {
        content: '➜';
        color: #fff;
        font-size: 30px;
    }

.home2-about .about-image {
    width: 500px;
    height: 500px;
    background: url("../img/home1/about.png");
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    width: 100%;
}

    .home2-about .about-image .overlay-content {
        left: 25% !important;
    }

.home2-rolling-slider {
    background: var(--heading-color);
}

    .home2-rolling-slider .slick-next {
        top: 93%;
    }

        .home2-rolling-slider .slick-next:before {
            font-size: 40px;
            padding: 22px 44px 22px 44px;
        }

.banner-style-3 .banner-bg .bg {
    position: absolute;
}

.banner-style-3 .banner-bg .center-image img {
    position: absolute;
    width: 62%;
    top: 15%;
    left: 20%;
}

.banner-style-3 .banner-item-2 .center-image img {
    width: 72%;
    top: 25%;
    left: 25%;
}

.banner-style-3 .banner-item-2 .banner-inner2 p {
    font-weight: 700;
    color: #fff;
    margin-left: 15%;
    font-size: 46px !important;
}

.banner-style-3 .banner-item-3 .subtitle {
    margin-left: 30%;
}

.banner-style-3 .banner-item-3 .banner-inner2 {
    margin-top: 59% !important;
}

    .banner-style-3 .banner-item-3 .banner-inner2 p {
        font-size: 45px !important;
        margin-left: 7%;
    }

.banner-style-3 .subtitle {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 0;
    color: var(--heading-color);
    position: relative;
    margin-top: 22%;
}

    .banner-style-3 .subtitle:before, .banner-style-3 .subtitle:after {
        display: none;
    }

.banner-style-3 .banner-inner2 {
    margin-top: 53% !important;
    margin-left: -51%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    z-index: 999;
}

    .banner-style-3 .banner-inner2 .title {
        margin-bottom: -20px;
        color: var(--main-color);
        text-transform: uppercase;
        font-size: 175px;
        font-weight: 900;
    }

@media only screen and (max-width: 1400px) {
    .banner-style-3 .banner-inner2 .title {
        font-size: 138px;
    }
}

.banner-style-3 .banner-inner2 p {
    font-family: var(--body-font);
    font-weight: 900;
    color: var(--paragraph-color);
    font-size: 75px !important;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 8%;
    font-size: 73px !important;
}

.banner-style-3 .banner-inner2 a {
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 22px;
    border-radius: 3px;
    padding: 15px 35px;
    background: var(--paragraph-color);
    text-transform: uppercase;
    position: absolute;
    margin-top: 28px;
    margin-left: 15px;
}

.banner-style-3 .social-icon {
    position: absolute;
    top: 40%;
    left: 95%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .banner-style-3 .social-icon .icon-list {
        margin-right: 2rem;
        width: 40px;
        height: 32px;
        line-height: 16px;
        background: transparent;
        text-align: right;
        margin-bottom: 0px;
        border-bottom: 1px solid var(--heading-color);
        color: var(--heading-color);
        border-radius: 0px;
    }

        .banner-style-3 .social-icon .icon-list:last-child {
            border-bottom: 0px;
        }

        .banner-style-3 .social-icon .icon-list:hover {
            background: transparent !important;
            color: var(--main-color);
        }

        .banner-style-3 .social-icon .icon-list:last-child {
            margin-right: 0;
        }

    .banner-style-3 .social-icon .icon-text {
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: var(--heading-color);
    }

        .banner-style-3 .social-icon .icon-text:hover {
            color: var(--main-color);
        }

.banner-style-3 .controler-wrapper {
    position: absolute;
    width: 90px;
    height: auto;
    right: 0;
    bottom: 2%;
}

    .banner-style-3 .controler-wrapper .active-controler {
        font-family: var(--body-font);
        font-weight: 300;
        font-size: 40px;
        color: var(--main-color);
    }

    .banner-style-3 .controler-wrapper .separator {
        font-size: 60px;
        color: #fff;
        top: -12px;
        position: absolute;
    }

    .banner-style-3 .controler-wrapper .total-controler {
        left: 54px;
        position: absolute;
        top: 38px;
    }

.banner-style-3 .slick-prev {
    left: 3%;
    top: calc(50% - 35px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: var(--heading-color);
    border-radius: 0px;
}

    .banner-style-3 .slick-prev:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 60px;
        background: var(--heading-color);
        bottom: 15px;
        left: -200%;
    }

    .banner-style-3 .slick-prev:before {
        color: #fff;
        font-size: 30px;
    }

.banner-style-3 .slick-next {
    left: 3%;
    top: calc(50% - 0px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: var(--heading-color);
    border-radius: 0px;
}

    .banner-style-3 .slick-next:before {
        color: #fff;
        font-size: 30px;
    }

    .banner-style-3 .slick-next:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 60px;
        background: var(--heading-color);
        bottom: 15px;
        left: 130%;
    }

.home-about {
    margin-bottom: 100px;
    position: relative;
    /* the slides */
    /* the parent */
}

    .home-about .about-title {
        font-size: 100px;
        font-weight: 900;
        color: var(--heading-color);
        margin-top: 82px;
        margin-bottom: 45px;
    }

        .home-about .about-title.about-title {
            margin-top: 75px;
        }

@media only screen and (max-width: 1400px) {
    .home-about .about-title {
        margin-left: 1%;
        font-size: 80px;
    }
}

.home-about .about-image {
    position: relative;
}

    .home-about .about-image .overlay-content {
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px;
        letter-spacing: 0.45px;
        line-height: 35px;
        width: 100%;
        left: 35% !important;
        padding: 40px 30px;
    }

    .home-about .about-image span {
        position: absolute;
        width: 10px;
        height: 140px;
        background: var(--main-color);
        top: -62px;
        left: 91px;
    }

.home-about .about-image-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 46px;
    left: 50px;
    background: rgba(229, 229, 229, 0.25);
    z-index: -1;
}

.home-about .about-image-1 .overlay-content {
    width: 80%;
    left: 50% !important;
}

.home-about .home-about-slider .single-item img {
    position: relative;
    width: 100%;
}

.home-about .home-about-slider .single-item h3 {
    position: relative;
    background: var(--main-color);
    color: #fff;
    bottom: 45px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.025em;
    padding: 14px 0px;
    text-align: center;
    width: 100%;
}

.home-about .slick-prev:before, .home-about .slick-next:before {
    color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
}

.home-about .slick-prev, .home-about .slick-next {
    top: 100%;
    z-index: 999;
}

.home-about .slick-prev {
    left: 0;
}

.home-about .slick-next {
    right: 4px;
}

    .home-about .slick-next:before {
        content: "\f178";
        font-family: "fontawesome";
    }

.home-about .slick-dots {
    bottom: -18px;
}

    .home-about .slick-dots li {
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }

        .home-about .slick-dots li button:before {
            content: '';
        }

        .home-about .slick-dots li.slick-active {
            background: var(--main-color);
            border: 1px solid var(--main-color);
        }

.home-about .slick-active button:before {
    color: var(--main-color) !important;
}

.home-about .ceramic {
    position: absolute;
    color: #8E8E8E;
    font-size: 20px;
    letter-spacing: 0;
    right: 40px;
    top: 33%;
}

.home-about .slick-prev:before {
    content: "\f177";
    font-family: "fontawesome";
}

.home-about .slick-slide {
    margin: 0 10px;
}

.home-about .slick-list {
    margin: 0 -10px;
}

.home-about .about-image-1:before {
    display: none;
}

.home-rolling {
    margin-bottom: 12px;
    margin-top: 135px;
    position: relative;
}

    .home-rolling .rolling-content {
        position: relative;
    }

        .home-rolling .rolling-content .rolling-title {
            font-size: 100px;
            font-weight: 900;
            color: var(--heading-color);
            margin-bottom: 58px;
            line-height: 100px;
        }

        .home-rolling .rolling-content p {
            color: var(--paragraph-color);
            font-size: 18px;
            letter-spacing: 0.025em;
            font-weight: 400;
            line-height: 35px;
            padding-right: 35px;
        }

        .home-rolling .rolling-content .btn-style-2 {
            margin-top: 50px;
            padding: 10px 40px;
        }

    .home-rolling span {
        position: absolute;
        width: 140px;
        height: 10px;
        background: var(--main-color);
        top: 55px;
        left: -75px;
    }

    .home-rolling .slick-prev {
        display: none !important;
    }

    .home-rolling .slick-next {
        top: 93%;
        left: 0px;
        z-index: 999;
        display: none !important;
    }

        .home-rolling .slick-next:before {
            background: var(--main-color);
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            padding: 22px 44px 22px 44px;
            opacity: 1;
            content: "\f178";
            font-family: "fontawesome";
        }

@media only screen and (max-width: 1400px) {
    .home-rolling .slick-next:before {
        font-size: 35px;
    }
}

.home-rolling .ceramic {
    position: absolute;
    color: #8E8E8E;
    font-size: 20px;
    letter-spacing: 0;
    left: -15px;
    top: 0;
}

.package-area {
    padding: 100px 0px;
    background: url("../img/home1/package.png");
    background-size: cover;
    background-position: center;
}

    .package-area .top-text {
        margin-bottom: 85px;
    }

        .package-area .top-text span {
            color: var(--paragraph-color);
            font-size: 22px;
            font-weight: 500;
            font-family: var(--body-font);
        }

        .package-area .top-text h1 {
            color: var(--paragraph-color);
            font-size: 90px;
            line-height: 80px;
            font-weight: 900;
            letter-spacing: 0.025em;
            text-transform: capitalize;
            font-family: var(--body-font);
            margin-top: 20px;
        }

@media only screen and (max-width: 1400px) {
    .package-area .top-text h1 {
        font-size: 80px;
        line-height: 70px;
    }
}

.package-area .top-text .single-item {
    width: 386px;
    height: 456px;
    border: 5px solid #ccc;
}

.package-area .swiper-slider {
    max-width: 1400px;
}

    .package-area .swiper-slider.swiper-container {
        width: 100%;
        padding-bottom: 78px;
        position: relative;
        padding-top: 10px;
    }

        .package-area .swiper-slider.swiper-container .swiper-slide {
            height: auto;
            -webkit-box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
            background: #fff;
        }

            .package-area .swiper-slider.swiper-container .swiper-slide .slider-content {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                display: -ms-grid;
                display: grid;
                text-align: center;
            }

                .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon {
                    border-radius: 50%;
                    background: rgba(227, 5, 26, 0.4);
                    width: 108px;
                    height: 108px;
                    margin: 0 auto;
                }

                    .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon a {
                        z-index: 99;
                        padding: 15px;
                        width: 80px;
                        height: 80px;
                        margin-top: 15px;
                        line-height: 47px;
                        border-radius: 50%;
                        text-align: center;
                        background: var(--main-color);
                        font-weight: 500;
                        font-family: var(--body-font);
                        -webkit-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                    }

                        .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-icon a i:before {
                            font-size: 40px;
                            margin-left: -3px;
                        }

                .package-area .swiper-slider.swiper-container .swiper-slide .slider-content span {
                    font-size: 31px;
                    font-family: var(--body-font);
                    font-weight: 600;
                    letter-spacing: 0.02em;
                    margin-top: 30px;
                }

                .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-style-2 {
                    font-size: 19px;
                    background: #fff;
                    color: var(--heading-color);
                    padding: 8px;
                    font-weight: 600;
                    margin-top: 30px;
                    border: 0px;
                    display: none;
                }

                    .package-area .swiper-slider.swiper-container .swiper-slide .slider-content .btn-style-2:hover {
                        color: var(--main-color);
                    }

            .package-area .swiper-slider.swiper-container .swiper-slide img {
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                display: none;
            }

            .package-area .swiper-slider.swiper-container .swiper-slide span {
                color: #818181;
            }

        .package-area .swiper-slider.swiper-container .swiper-button-next, .package-area .swiper-slider.swiper-container .swiper-button-prev {
            background: #E4E4E4;
            top: 42%;
            width: 50px;
            height: 60px;
        }

            .package-area .swiper-slider.swiper-container .swiper-button-next:hover, .package-area .swiper-slider.swiper-container .swiper-button-prev:hover {
                background: var(--main-color);
            }

            .package-area .swiper-slider.swiper-container .swiper-button-next i, .package-area .swiper-slider.swiper-container .swiper-button-prev i {
                font-size: 40px;
                margin-top: 10px;
            }

        .package-area .swiper-slider.swiper-container .swiper-button-next {
            right: 0%;
            padding-left: 20px;
        }

        .package-area .swiper-slider.swiper-container .swiper-button-prev {
            left: 0%;
            padding-left: 15px;
        }

        .package-area .swiper-slider.swiper-container .swiper-slide-active img {
            display: block;
        }

        .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay {
            position: relative;
        }

            .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                background: rgba(227, 5, 26, 0.5);
            }

            .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon {
                background: rgba(255, 255, 255, 0.3) !important;
            }

                .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon a {
                    background: #fff;
                    color: var(--main-color);
                    width: 100px;
                    height: 100px;
                    line-height: 70px;
                }

                    .package-area .swiper-slider.swiper-container .swiper-slide-active.image-overlay .btn-icon a i:before {
                        font-size: 70px;
                    }

        .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-style-2 {
            display: block !important;
        }

        .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-icon {
            width: 130px !important;
            height: 130px !important;
        }

            .package-area .swiper-slider.swiper-container .swiper-slide-active .btn-icon svg {
                fill: var(--main-color) !important;
                background: #fff !important;
                width: 100px !important;
                height: 100px !important;
            }

        .package-area .swiper-slider.swiper-container .swiper-slide-active span {
            color: #fff !important;
        }

.package-area .swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid var(--heading-color);
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.package-area .swiper-pagination-bullet-active {
    background: var(--main-color);
    border: medium none;
    height: 12px;
    opacity: 1;
    width: 12px;
}

.home-blog {
    margin: 20px 0px 20px 0px;
}

    .home-blog .blog-wrapper .portfolio-blog {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
    }

        .home-blog .blog-wrapper .portfolio-blog .blog-item {
            position: relative;
            -webkit-box-shadow: 0px 0px 12px #ccc;
            box-shadow: 0px 0px 12px #ccc;
            margin-bottom: 15px;
        }

            .home-blog .blog-wrapper .portfolio-blog .blog-item img {
                width: 100%;
                height: 559;
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

            .home-blog .blog-wrapper .portfolio-blog .blog-item .content {
                position: absolute;
                background: #fff;
                padding: 35px 0px;
                left: 0;
                width: 100%;
            }

                .home-blog .blog-wrapper .portfolio-blog .blog-item .content span {
                    color: var(--heading-color);
                    font-size: 17px;
                    letter-spacing: 0;
                    font-weight: 600;
                    font-family: var(--body-font);
                }

                .home-blog .blog-wrapper .portfolio-blog .blog-item .content h1 {
                    color: var(--heading-color);
                    font-size: 36px;
                    letter-spacing: 0;
                    font-weight: 600;
                    font-family: var(--body-font);
                    margin-top: 5px;
                }

        .home-blog .blog-wrapper .portfolio-blog .width-33 {
            width: 32%;
            margin-right: 1%;
            float: left;
        }

        .home-blog .blog-wrapper .portfolio-blog .bottom-0 {
            bottom: 0px;
        }

        .home-blog .blog-wrapper .portfolio-blog .top-0 {
            top: 0px;
        }

        .home-blog .blog-wrapper .portfolio-blog .top-100 {
            top: -100px !important;
        }

.home-contact {
    margin: 100px 0px 0px 0px;
    position: relative;
}

    .home-contact .contact-title h1 {
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        margin: 0 auto;
        width: 470px;
        font-size: 55px;
        font-weight: 700;
        font-family: var(--body-font);
        letter-spacing: 0;
        border-left: 15px solid var(--main-color);
        padding: 10px;
        position: absolute;
        left: 36%;
        z-index: 9999;
        top: 60px;
    }

    .home-contact .contact-row {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
    }

        .home-contact .contact-row .col-lg-5 {
            padding-left: 0px !important;
            padding-right: 0px;
        }

    .home-contact #map {
        min-height: 817px;
    }

    .home-contact #maps {
        height: 100%;
    }

    .home-contact .contact-right {
        padding: 0px 43px 43px 43px;
        margin-top: 210px;
    }

        .home-contact .contact-right .form-group .form-field label {
            font-family: var(--body-font);
            font-weight: 500px;
            font-size: 24px;
            color: var(--heading-color);
            margin-bottom: 17px;
        }

        .home-contact .contact-right .form-group .form-field .input-form, .home-contact .contact-right .form-group .form-field textarea {
            width: 100%;
            height: 70px;
            border-radius: 4px;
            border: 2px solid #EFEFEF;
            padding-left: 35px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 18px;
        }

        .home-contact .contact-right .form-group .form-field textarea {
            height: auto;
        }

.tour-area {
    margin-bottom: 104px;
    margin-top: 107px;
}

    .tour-area .content {
        margin-bottom: 75px;
        text-align: center;
    }

        .tour-area .content h1 {
            font-family: var(--body-font);
            font-size: 50px;
            font-weight: 900;
            text-align: center;
            letter-spacing: 0.025em;
            color: var(--heading-color);
            text-transform: uppercase;
        }

        .tour-area .content span {
            font-family: var(--body-font);
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.025em;
            color: var(--heading-color);
        }

    .tour-area .content-bottom {
        margin-top: 40px;
    }

        .tour-area .content-bottom .title {
            font-size: 30px;
            font-family: var(--body-font);
            font-weight: 600;
            color: var(--heading-color);
            text-align: left;
            margin-bottom: 40px;
            position: relative;
        }

            .tour-area .content-bottom .title:before {
                content: '';
                height: 3px;
                background: var(--main-color);
                width: 100%;
                bottom: -40%;
                position: absolute;
            }

        .tour-area .content-bottom .text {
            font-size: 18px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--heading-color);
            text-align: left;
            letter-spacing: 0.025em;
        }

    .tour-area img {
        -webkit-box-shadow: 0px 0px 6px #ccc;
        box-shadow: 0px 0px 6px #ccc;
    }

.customer-area {
    position: relative;
    margin-bottom: 118px;
}

    .customer-area .quote-image-menu {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .customer-area .quote-image-menu img {
            border-radius: 6px;
            -webkit-box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
        }

        .customer-area .quote-image-menu li:nth-child(1) img {
            width: 66px;
            height: 66px;
            position: absolute;
            top: 37%;
            left: 7%;
        }

        .customer-area .quote-image-menu li:nth-child(2) img {
            width: 26px;
            height: 26px;
            position: absolute;
            top: 49%;
            left: 23%;
        }

        .customer-area .quote-image-menu li:nth-child(3) img {
            width: 26px;
            height: 26px;
            position: absolute;
            top: 90%;
            left: 40%;
        }

        .customer-area .quote-image-menu li:nth-child(4) img {
            width: 90px;
            height: 90px;
            position: absolute;
            top: 64%;
            left: 34%;
        }

        .customer-area .quote-image-menu li:nth-child(5) img {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 49%;
            left: 55%;
        }

        .customer-area .quote-image-menu li:nth-child(6) img {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 65%;
            left: 70%;
        }

        .customer-area .quote-image-menu li:nth-child(7) img {
            width: 58px;
            height: 58px;
            position: absolute;
            top: 86%;
            left: 55%;
        }

        .customer-area .quote-image-menu li:nth-child(8) img {
            width: 52px;
            height: 52px;
            position: absolute;
            top: 80%;
            left: 80%;
        }

        .customer-area .quote-image-menu li:nth-child(9) img {
            width: 52px;
            height: 52px;
            position: absolute;
            top: 80%;
            left: 5%;
        }

        .customer-area .quote-image-menu li:last-child:before {
            position: absolute;
            content: '';
            background: url("../img/quote/quote-bg.png");
            width: 140px;
            height: 80px;
            top: 78%;
            left: -2%;
        }

    .customer-area .content h1 {
        font-size: 52px;
        font-family: var(--body-font);
        font-weight: 900;
        text-transform: capitalize;
        text-align: center;
        position: relative;
    }

        .customer-area .content h1 span {
            display: block;
            color: var(--main-color);
        }

        .customer-area .content h1:before {
            content: '';
            position: absolute;
            height: 8px;
            background: var(--main-color);
            width: 20%;
            top: -15px;
        }

    .customer-area .quote-slider {
        background: url("../img/home1/customer.png");
        padding: 85px 0px 115px 0px;
        margin-top: 100px;
        background-position: 70px 0px;
        background-repeat: no-repeat;
    }

        .customer-area .quote-slider .quote {
            position: relative;
            text-align: center;
        }

        .customer-area .quote-slider .single-item i {
            color: var(--main-color);
            font-size: 25px;
            border: 4px solid #000;
            width: 56px;
            height: 56px;
            padding-top: 14px;
            margin-bottom: 100px;
        }

        .customer-area .quote-slider .single-item .image {
            float: left;
            width: 142px;
            height: 141px;
            border: 6px solid #FCFCFC;
            margin-right: 13%;
            -webkit-box-shadow: 0px 0px 7px #ccc;
            box-shadow: 0px 0px 7px #ccc;
            margin-left: 10px;
        }

            .customer-area .quote-slider .single-item .image img {
                width: 132px;
                height: 131px;
            }

        .customer-area .quote-slider .single-item .content {
            display: -ms-grid;
            display: grid;
        }

            .customer-area .quote-slider .single-item .content p {
                color: var(--paragraph-color);
                font-size: 18px;
                font-weight: 400;
                padding-right: 45px;
            }

            .customer-area .quote-slider .single-item .content .quote-name {
                font-size: 20px;
                font-weight: 600;
                color: var(--heading-color);
                margin-top: 50px;
            }

        .customer-area .quote-slider .slick-prev {
            display: none !important;
        }

        .customer-area .quote-slider .slick-next {
            left: 0;
            top: 91%;
            left: 6.5%;
        }

@media only screen and (max-width: 1400px) {
    .customer-area .quote-slider .slick-next {
        left: 9%;
        top: 92%;
    }
}

.customer-area .quote-slider .slick-next:before {
    color: var(--heading-color);
    font-size: 50px;
    background: var(--main-color);
    color: #fff;
    padding: 8px 25px;
}

.discovery-area .discovery-title {
    margin-bottom: 58px;
}

    .discovery-area .discovery-title .title {
        font-size: 50px;
        color: var(--heading-color);
        font-family: var(--body-font);
        font-weight: 900;
        letter-spacing: 0.025em;
        margin-bottom: 0px;
    }

    .discovery-area .discovery-title h1 {
        font-size: 100px;
        color: var(--heading-color);
        font-family: var(--body-font);
        font-weight: 900;
        letter-spacing: 0.025em;
    }

        .discovery-area .discovery-title h1 span {
            color: var(--main-color);
        }

.discovery-area .discovery-video {
    width: 100%;
    min-height: 410px;
    background: url(../img/home1/discovery.png);
    background-size: cover;
    position: relative;
}

    .discovery-area .discovery-video .video-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
    }

        .discovery-area .discovery-video .video-content .video-btn {
            width: 102px;
            height: 102px;
            border-radius: 50%;
            line-height: 72px;
            text-align: center;
            border: 10px solid var(--heading-color);
            background: var(--main-color);
            color: #fff;
            font-size: 23px;
            font-weight: 500;
            font-family: var(--body-font);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .discovery-area .discovery-video .video-content .video-btn:hover {
                -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
                box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    .discovery-area .discovery-video .page-title {
        font-size: 21px;
        font-weight: 300;
        font-family: var(--body-font);
        color: #fff;
        text-transform: none;
        bottom: 8px;
        position: absolute;
        left: 23px;
        z-index: 99;
    }

    .discovery-area .discovery-video:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(227, 5, 26, 0.5);
        top: 0;
        bottom: 0;
        z-index: 9;
    }

.discovery-area .discovery-slider {
    margin-top: -175px;
}

@media only screen and (max-width: 1500px) {
    .discovery-area .discovery-slider {
        margin-top: -150px;
    }
}

.discovery-area .discovery-slider .single-item {
    padding-top: 15px;
    padding-right: 0px;
    width: 40%;
    margin-right: 15px;
}

    .discovery-area .discovery-slider .single-item .item-left {
        height: 366px;
        -webkit-box-shadow: 0px 0px 6px #ccc;
        box-shadow: 0px 0px 6px #ccc;
        margin-bottom: 20px;
        margin-left: 4px;
        position: relative;
    }

@media only screen and (max-width: 1500px) {
    .discovery-area .discovery-slider .single-item .item-left {
        height: 300px;
    }
}

.discovery-area .discovery-slider .single-item .item-left .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    border: 10px solid #FFE8E8;
    background: var(--main-color);
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    font-family: var(--body-font);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .discovery-area .discovery-slider .single-item .item-left .icon i:before {
        font-size: 40px;
        margin-left: 0px;
    }

    .discovery-area .discovery-slider .single-item .item-left .icon:hover {
        -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.discovery-area .discovery-slider .single-item .item-right {
    height: 366px;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    margin-bottom: 80px;
    margin-left: 4px;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .discovery-area .discovery-slider .single-item .item-right {
        height: 300px;
    }
}

.discovery-area .discovery-slider .single-item .item-right .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    border: 10px solid #FFE8E8;
    background: var(--main-color);
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    font-family: var(--body-font);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .discovery-area .discovery-slider .single-item .item-right .icon i:before {
        font-size: 40px;
        margin-left: 0px;
    }

    .discovery-area .discovery-slider .single-item .item-right .icon:hover {
        -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.discovery-area .discovery-slider .single-item h3 {
    position: relative;
    bottom: -15px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: var(--heading-color);
}

.discovery-area .discovery-slider .single-item .text-bottom {
    top: 85%;
}

.discovery-area .discovery-slider .single-item .top-90 {
    top: 90% !important;
}

.discovery-area .discovery-slider .single-item img {
    max-height: 366px;
    position: relative;
}

.discovery-area .discovery-slider .slick-prev, .discovery-area .discovery-slider .slick-next {
    background: var(--main-color);
    width: 35px;
    height: 35px;
}

    .discovery-area .discovery-slider .slick-prev:hover, .discovery-area .discovery-slider .slick-next:hover {
        background: var(--main-color);
    }

        .discovery-area .discovery-slider .slick-prev:hover:before, .discovery-area .discovery-slider .slick-next:hover:before {
            color: #fff;
        }

.discovery-area .discovery-slider .slick-prev {
    position: absolute;
    z-index: 999;
    left: 36%;
    top: -45px;
}

    .discovery-area .discovery-slider .slick-prev:before {
        content: "\f104";
        font-family: 'fontawesome';
    }

.discovery-area .discovery-slider .slick-next {
    position: absolute;
    right: 45%;
    top: -45px;
    z-index: 999;
}

    .discovery-area .discovery-slider .slick-next:before {
        content: "\f105";
        font-family: 'fontawesome';
    }

.billa-discover-item {
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    min-height: 200px;
    margin-bottom: 25px;
}

    .billa-discover-item h3 {
        position: absolute;
        bottom: 47%;
        right: 0px;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.025em;
        color: var(--heading-color);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .billa-discover-item .icon {
        position: absolute;
        top: 46%;
        left: 50%;
        padding-left: 17px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        line-height: 67px;
        text-align: center;
        border: 10px solid #FFE8E8;
        background: var(--main-color);
        color: #fff;
        font-size: 23px;
        font-weight: 500;
        font-family: var(--body-font);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .billa-discover-item .icon i:before {
            font-size: 40px;
            margin-left: 0px;
        }

        .billa-discover-item .icon:hover {
            -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
            box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.6);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

.discovery-area .col-xl-7 .col-md-6:nth-child(3) .billa-discover-item h3, .discovery-area .col-xl-7 .col-md-6:nth-child(4) .billa-discover-item h3 {
    left: 0;
    right: auto;
}

.shopping-area .shopping-text {
    text-align: center;
}

    .shopping-area .shopping-text .subtitle {
        font-size: 22px;
        font-weight: 500;
        font-family: var(--body-font);
        letter-spacing: 0.025em;
        color: var(--heading-color);
        text-align: center;
    }

    .shopping-area .shopping-text h1 {
        font-size: 70px;
        font-weight: 500;
        font-family: var(--body-font);
        letter-spacing: 0.025em;
        color: var(--heading-color);
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: 15px;
    }

        .shopping-area .shopping-text h1 span {
            color: var(--main-color);
        }

.shopping-area .portfolio-masonry-wrapper .portfolio-menu {
    list-style: none;
    padding: 55px 0px 20px 0;
    text-align: center;
}

    .shopping-area .portfolio-masonry-wrapper .portfolio-menu li {
        display: inline;
        padding: 10px 25px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: .02em;
        font-family: var(--body-font);
        color: var(--paragraph-color);
        font-size: 18px;
        font-weight: 400;
    }

        .shopping-area .portfolio-masonry-wrapper .portfolio-menu li:hover {
            color: #a6a6a6;
        }

        .shopping-area .portfolio-masonry-wrapper .portfolio-menu li.active {
            border-radius: 20px;
            color: var(--main-color);
        }

.shopping-area .portfolio-masonry-wrapper .portfolio-masonry {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}

    .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item {
        -webkit-box-shadow: 0px 0px 6px #ccc;
        box-shadow: 0px 0px 6px #ccc;
        margin-right: 1%;
        height: 560px;
        margin-bottom: 20px;
        position: relative;
    }

        .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item img {
            margin: 10px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            position: absolute;
            top: 58%;
            left: calc(50% - 10px);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 15%;
        }

            .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item img:hover {
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .top-text {
            color: #051026;
            position: absolute;
            font-size: 26px;
            font-weight: 800;
            font-style: italic;
            font-family: var(--body-font);
            top: 15px;
            left: 15px;
            text-align: left;
            display: inline-block;
        }

            .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .top-text span {
                color: #051026;
                font-weight: 300;
                font-size: 11px;
                letter-spacing: 0.04em;
                display: inherit;
            }

        .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu {
            position: absolute;
            position: absolute;
            right: 0;
            padding: 0;
            z-index: 9999;
        }

            .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu li {
                list-style: none;
                padding: 15px;
                border-bottom: 1px dotted #888888;
                background: #F5F5F5;
                -webkit-transition: all .4s ease-in;
                -o-transition: all .4s ease-in;
                transition: all .4s ease-in;
            }

                .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu li a {
                    color: #888888;
                }

                .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu li:last-child {
                    border-radius: 0px 0px 10px 10px;
                    border-bottom: 0px;
                }

                .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu li:hover {
                    background: var(--main-color);
                }

                    .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .cart-menu li:hover a {
                        color: #fff;
                    }

        .shopping-area .portfolio-masonry-wrapper .portfolio-masonry .masonry-item .bottom-text {
            color: #A8A8A8;
            position: absolute;
            font-size: 17px;
            font-weight: 400;
            font-family: var(--body-font);
            bottom: 15px;
            left: 15px;
        }

.shopping-area .width-25 {
    width: 24%;
}

.shopping-area .width-50 {
    width: 49%;
}

    .shopping-area .width-50 img {
        bottom: 0px !important;
        padding: 100px !important;
    }

    .shopping-area .width-50 .cart-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .shopping-area .width-50 .cart-menu li {
            border-bottom: 0px !important;
            border-right: 1px dotted #888888;
        }

            .shopping-area .width-50 .cart-menu li:last-child {
                border-radius: 0px !important;
                border-right: 0px;
            }

            .shopping-area .width-50 .cart-menu li:first-child {
                border-radius: 10px 0px 0px 10px;
            }

.shop-banner {
    background: #FCFCFC;
}

    .shop-banner h1 {
        font-size: 50px;
        font-family: var(--body-font);
        font-weight: 600;
        letter-spacing: 0;
        line-height: 60px;
        color: var(--paragraph-color);
        padding: 120px;
        padding-right: 0px;
    }

    .shop-banner .middle-left img {
        max-width: 350px;
        margin-top: 14%;
    }

    .shop-banner .middle-right {
        position: absolute;
        width: 300px;
        height: 300px;
        background: rgba(29, 93, 173, 0.26);
        border-radius: 50%;
        text-align: center;
        top: 45%;
        left: 34%;
    }

        .shop-banner .middle-right img {
            max-width: 180px;
            margin-top: 20%;
        }

    .shop-banner .right-part {
        position: absolute;
        width: 400px;
        height: 400px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        top: 14%;
    }

        .shop-banner .right-part .img2 {
            position: absolute;
            top: 27%;
            left: 10%;
            max-width: 300px;
        }

        .shop-banner .right-part .img1 {
            max-width: 240px;
            position: absolute;
            top: 10%;
            left: 10%;
            z-index: 1;
        }

.shop-tab .tab-accordion {
    background: #fff;
    border: 1px solid #EFEFEF;
    width: 100%;
    text-align: center;
}

    .shop-tab .tab-accordion .tab ul {
        padding: 0px;
        margin: 0px;
        display: inline-table;
    }

        .shop-tab .tab-accordion .tab ul li {
            list-style: none;
            float: left;
            padding: 20px 40px;
            color: #818181;
            margin-right: 15px;
            cursor: pointer;
            font-size: 22px;
            font-family: var(--body-font);
            font-weight: 500;
        }

            .shop-tab .tab-accordion .tab ul li.active {
                color: var(--main-color);
            }

.shop-tab .tab-content {
    background: #FCFCFC;
    padding-bottom: 120px;
}

    .shop-tab .tab-content .inactive {
        display: none;
    }

    .shop-tab .tab-content .active {
        display: block;
    }

    .shop-tab .tab-content .tab li {
        cursor: pointer;
    }

    .shop-tab .tab-content .shop-content h2 {
        color: var(--paragraph-color);
        font-family: var(--body-font);
        font-weight: 400;
        letter-spacing: 0;
        line-height: 50px;
        padding-right: 95px;
    }

@media only screen and (max-width: 1400px) {
    .shop-tab .tab-content .shop-content h2 {
        line-height: 50px;
        padding-right: 65px;
    }
}

.shop-tab .tab-content .shop-content p {
    font-size: 18px;
    color: var(--heading-color);
    letter-spacing: 0.025em;
    margin: 30px 0px;
}

.shop-tab .tab-content .shop-content a {
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 45px;
    padding: 0px 29px;
}

.shop-tab .tab-content .shop-item {
    -webkit-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    margin-right: 1%;
    height: 560px;
    position: relative;
    margin-top: 35px;
    background: #fff;
}

    .shop-tab .tab-content .shop-item img {
        margin: 10px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 58%;
        left: calc(50% - 8px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 15%;
    }

        .shop-tab .tab-content .shop-item img:hover {
            -webkit-filter: grayscale(1);
            filter: grayscale(1);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .shop-tab .tab-content .shop-item .top-text {
        color: #051026;
        position: absolute;
        font-size: 26px;
        font-weight: 800;
        font-style: italic;
        font-family: var(--body-font);
        top: 15px;
        left: 15px;
        text-align: left;
        display: inline-block;
        text-transform: uppercase;
    }

        .shop-tab .tab-content .shop-item .top-text span {
            color: #051026;
            font-weight: 300;
            font-size: 11px;
            letter-spacing: 0.04em;
            display: inherit;
        }

    .shop-tab .tab-content .shop-item .cart-menu {
        position: absolute;
        position: absolute;
        right: 20px;
        padding: 0;
        z-index: 9999;
    }

        .shop-tab .tab-content .shop-item .cart-menu li {
            list-style: none;
            padding: 20px 20px;
            border-bottom: 1px dotted #888888;
            background: #F5F5F5;
            text-align: center;
            -webkit-transition: all .4s ease-in;
            -o-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }

            .shop-tab .tab-content .shop-item .cart-menu li a {
                color: #888888;
            }

            .shop-tab .tab-content .shop-item .cart-menu li:last-child {
                border-radius: 0px 0px 10px 10px;
                border-bottom: 0px;
            }

            .shop-tab .tab-content .shop-item .cart-menu li:hover {
                background: var(--main-color);
            }

                .shop-tab .tab-content .shop-item .cart-menu li:hover a {
                    color: #fff;
                }

    .shop-tab .tab-content .shop-item .bottom-text {
        color: #A8A8A8;
        position: absolute;
        font-size: 17px;
        font-weight: 400;
        font-family: var(--body-font);
        bottom: 15px;
        left: 15px;
    }

.shop-tab .tab-content .lg-item img {
    padding: 20%;
    top: 50%;
}

.shop-tab .tab-content .lg-item .cart-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .shop-tab .tab-content .lg-item .cart-menu li {
        border-bottom: 0px !important;
        border-right: 1px dotted #888888;
    }

        .shop-tab .tab-content .lg-item .cart-menu li:last-child {
            border-radius: 0px !important;
            border-right: 0px;
        }

        .shop-tab .tab-content .lg-item .cart-menu li:first-child {
            border-radius: 10px 0px 0px 10px;
        }

.shop-tab .shop-pagination {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 80px;
}

    .shop-tab .shop-pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-table;
    }

        .shop-tab .shop-pagination ul li + li {
            margin: 0 5px;
        }

        .shop-tab .shop-pagination ul li {
            display: inline-block;
            background: #fff;
        }

            .shop-tab .shop-pagination ul li a, .shop-tab .shop-pagination ul li span {
                display: block;
                width: 40px;
                height: 40px;
                border: 1px solid #e2e2e2;
                line-height: 40px;
                text-align: center;
                font-weight: 600;
                -webkit-transition: .3s ease-in;
                -o-transition: .3s ease-in;
                transition: .3s ease-in;
                color: var(--paragraph-color);
                cursor: pointer;
            }

                .shop-tab .shop-pagination ul li span.current, .shop-tab .shop-pagination ul li span:hover {
                    background-color: var(--paragraph-color);
                    color: #fff;
                }

            .shop-tab .shop-pagination ul li:last-child {
                background: transparent;
            }

                .shop-tab .shop-pagination ul li:last-child span {
                    color: var(--main-color);
                    border: 0px;
                    font-size: 23px;
                }

                    .shop-tab .shop-pagination ul li:last-child span:hover {
                        color: var(--main-color);
                        background: transparent;
                    }

.pricing-area {
    margin-bottom: 100px;
}

    .pricing-area .content {
        margin: 108px 0px 75px 0px;
        text-align: center;
    }

        .pricing-area .content h1 {
            font-family: var(--body-font);
            font-size: 50px;
            font-weight: 900;
            text-align: center;
            letter-spacing: 0.025em;
            color: var(--heading-color);
        }

        .pricing-area .content span {
            font-family: var(--body-font);
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.025em;
            color: var(--heading-color);
        }

    .pricing-area .content-bottom {
        background: var(--paragraph-color);
        width: 100%;
        padding-bottom: 40px;
        -webkit-box-shadow: -12px 0px 20px rgba(0, 0, 0, 0.3);
        box-shadow: -12px 0px 20px rgba(0, 0, 0, 0.3);
    }

        .pricing-area .content-bottom h1 {
            background: #F3F3F3;
            text-align: center;
            color: var(--paragraph-color);
            font-family: var(--body-font);
            font-weight: 600;
            padding: 15px;
            font-size: 32px;
            text-transform: uppercase;
        }

        .pricing-area .content-bottom ul {
            padding-top: 40px;
        }

            .pricing-area .content-bottom ul li {
                list-style: none;
                text-align: center;
                line-height: 56px;
                color: #818181;
                font-family: var(--body-font);
                font-weight: 300;
                font-size: 22px;
                position: relative;
            }

                .pricing-area .content-bottom ul li span {
                    font-size: 93px;
                    margin-top: -20px;
                }

                .pricing-area .content-bottom ul li:last-child {
                    margin: 50px 0px;
                }

        .pricing-area .content-bottom .btn {
            border: 1px solid #818181;
            color: #818181;
            padding: 10px 20px;
            font-size: 19px;
        }

        .pricing-area .content-bottom.active {
            background: #fff;
            border: 1px solid #ccc;
        }

            .pricing-area .content-bottom.active h1 {
                background: var(--main-color);
                color: #fff;
            }

            .pricing-area .content-bottom.active .btn {
                margin-top: 50px;
                color: #fff;
                background: var(--main-color);
                border: 0px;
            }

        .pricing-area .content-bottom:hover {
            background: #fff;
            border: 1px solid #ccc;
        }

            .pricing-area .content-bottom:hover h1 {
                background: var(--main-color);
                color: #fff;
            }

            .pricing-area .content-bottom:hover .btn {
                margin-top: 50px;
                color: #fff;
                background: var(--main-color);
                border: 0px;
            }

    .pricing-area .slick-prev, .pricing-area .slick-next {
        background: #818181;
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

        .pricing-area .slick-prev:hover, .pricing-area .slick-next:hover {
            background: var(--main-color);
        }

            .pricing-area .slick-prev:hover:before, .pricing-area .slick-next:hover:before {
                color: #fff;
            }

    .pricing-area .slick-prev {
        position: absolute;
        z-index: 999;
        left: 47%;
        top: 120%;
    }

        .pricing-area .slick-prev:before {
            content: "\f104";
            font-family: 'fontawesome';
        }

    .pricing-area .slick-next {
        position: absolute;
        right: 47%;
        top: 120%;
        z-index: 999;
    }

        .pricing-area .slick-next:before {
            content: "\f105";
            font-family: 'fontawesome';
        }

.discount-area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E3051A), to(#463891));
    background-image: -webkit-linear-gradient(#E3051A, #463891);
    background-image: -o-linear-gradient(#E3051A, #463891);
    background-image: linear-gradient(#E3051A, #463891);
    padding: 40px 0px;
}

    .discount-area .discount-left .content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }

        .discount-area .discount-left .content a {
            font-size: 18px;
        }

            .discount-area .discount-left .content a span {
                font-size: 22px;
            }

        .discount-area .discount-left .content .top-text {
            font-size: 50px;
            color: #fff;
            font-family: var(--body-font);
            letter-spacing: 1.38px;
            font-weight: 700;
        }

        .discount-area .discount-left .content h1 {
            font-size: 50px;
            color: #fff;
            font-family: var(--body-font);
            letter-spacing: 0;
            position: relative;
            display: -ms-grid;
            display: grid;
            left: 5%;
        }

            .discount-area .discount-left .content h1 .save {
                position: absolute;
                margin-top: 90px;
            }

            .discount-area .discount-left .content h1 .percent {
                font-size: 227px;
                font-weight: 900;
                margin-left: 60px;
            }

    .discount-area .discount-right {
        position: relative;
        padding: 20px 0px;
    }

        .discount-area .discount-right img {
            padding: 65px;
            z-index: 9999;
            position: relative;
        }

        .discount-area .discount-right .circle {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            opacity: .5;
        }

            .discount-area .discount-right .circle .circle1 {
                position: absolute;
                width: 580px;
                height: 580px;
                border: 1px dashed #EFEFEF;
                border-radius: 50%;
                left: 7%;
                top: -3%;
            }

@media only screen and (max-width: 1400px) {
    .discount-area .discount-right .circle .circle1 {
        width: 555px;
        height: 555px;
        top: -2%;
    }
}

.discount-area .discount-right .circle .circle2 {
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px dashed #EFEFEF;
    border-radius: 50%;
    left: 17%;
    top: 10%;
}

.discount-area .discount-right .circle .circle3 {
    position: absolute;
    width: 280px;
    height: 280px;
    border: 1px dashed #EFEFEF;
    border-radius: 50%;
    left: 29%;
    top: 24%;
}

.discount-area .discount-right .line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .discount-area .discount-right .line .line1 {
        position: absolute;
        left: 0%;
        top: 48%;
    }

    .discount-area .discount-right .line .line2 {
        position: absolute;
        left: 22%;
        top: 0%;
    }

.discount-area .discount-right .hotspot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

    .discount-area .discount-right .hotspot .hotspot1 {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        color: var(--heading-color);
        left: 27%;
        top: 5%;
        font-size: 40px;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
        z-index: 99999;
    }

    .discount-area .discount-right .hotspot .lg-hotspot-label {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 15px;
        width: 30%;
    }

    .discount-area .discount-right .hotspot .hotspot-area2 .lg-hotspot-label {
        top: 79%;
        left: -22%;
        position: absolute;
    }

    .discount-area .discount-right .hotspot .hotspot2 {
        position: absolute;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        color: var(--heading-color);
        left: 5%;
        top: 86%;
        font-size: 40px;
        text-align: center;
        line-height: 45px;
        cursor: pointer;
        z-index: 999999;
    }

    .discount-area .discount-right .hotspot .hotspot3 {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        left: 6%;
        top: 40%;
    }

    .discount-area .discount-right .hotspot .hotspot4 {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        top: 0%;
        right: 30%;
    }

    .discount-area .discount-right .hotspot .hotspot5 {
        position: absolute;
        width: 25px;
        height: 25px;
        background: #fff;
        border-radius: 50%;
        bottom: 12%;
        right: 20%;
    }

    .discount-area .discount-right .hotspot .hotspot6 {
        position: absolute;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        bottom: 13%;
        right: 45%;
    }

.discount-area .discount-right .price {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    top: 0;
    left: 40%;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
    z-index: 9;
}

    .discount-area .discount-right .price span {
        color: var(--heading-color);
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        font-family: var(--body-font);
    }

.search-area {
    background: #FCFCFC;
}

    .search-area .form-group .form-field {
        position: relative;
    }

        .search-area .form-group .form-field label {
            display: block;
            font-size: 25px;
            font-weight: 600;
            font-family: var(--body-font);
            color: var(--paragraph-color);
        }

        .search-area .form-group .form-field .input-form {
            width: 100%;
            height: 65px;
            border-radius: 4px;
            border: 2px solid #EFEFEF;
            padding-left: 35px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 18px;
            position: relative;
        }

        .search-area .form-group .form-field .select-form {
            width: 100%;
            height: 65px;
            border-radius: 4px;
            border: 2px solid #EFEFEF;
            padding-left: 35px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 18px;
        }

        .search-area .form-group .form-field .nice-select {
            line-height: 60px;
        }

            .search-area .form-group .form-field .nice-select .list {
                width: 100%;
                margin-top: 0px;
                border-radius: 0px;
                background: #fff;
                z-index: 99945;
            }

            .search-area .form-group .form-field .nice-select:after {
                width: 15px;
                height: 15px;
                top: 40%;
                right: 50px;
            }

        .search-area .form-group .form-field.search-form {
            position: relative;
        }

            .search-area .form-group .form-field.search-form:before {
                content: "\f002";
                font-family: 'fontawesome';
                position: absolute;
                color: #818181;
                font-size: 22px;
                right: 35px;
                top: 60px;
                z-index: 9999;
            }

.blog-slider-style-01 .blog-slider1 {
    width: 100%;
}

    .blog-slider-style-01 .blog-slider1 .single-item {
        width: 33%;
        margin: 0px 5px;
        position: relative;
    }

        .blog-slider-style-01 .blog-slider1 .single-item .slider-content {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 80%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: var(--main-color);
            text-align: center;
            border-radius: 4px;
        }

            .blog-slider-style-01 .blog-slider1 .single-item .slider-content a {
                font-size: 16px;
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0.025em;
                line-height: 50px;
                cursor: pointer;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .blog-slider-style-01 .blog-slider1 .single-item .slider-content a:hover {
                    opacity: .8;
                }

.blog-slider-style-01 .slick-prev {
    left: -50px;
}

    .blog-slider-style-01 .slick-prev:before {
        content: "\f104";
        font-family: 'fontawesome';
        color: var(--heading-color);
    }

.blog-slider-style-01 .slick-next {
    right: -50px;
}

    .blog-slider-style-01 .slick-next:before {
        content: "\f105";
        font-family: 'fontawesome';
        color: var(--heading-color);
    }

.blog-slider-style-01 .slick-prev, .blog-slider-style-01 .slick-next {
    top: 48%;
    width: 50px;
    height: 50px;
}

    .blog-slider-style-01 .slick-prev:before, .blog-slider-style-01 .slick-next:before {
        font-size: 34px;
        opacity: 1;
    }

.blog-slider-style-02 .blog-slider2 {
    background: #EFEFEF;
    color: var(--heading-color);
}

    .blog-slider-style-02 .blog-slider2 .single-item .title {
        font-size: 30px;
        letter-spacing: 0.025em;
        font-family: var(--body-font);
        font-weight: 400;
    }

    .blog-slider-style-02 .blog-slider2 .single-item .content {
        font-size: 18px;
        letter-spacing: 0.45px;
        line-height: 35px;
        font-family: var(--body-font);
        font-weight: 500;
        color: var(--heading-color);
        padding: 50px 0px;
    }

    .blog-slider-style-02 .blog-slider2 .single-item .sign {
        font-family: var(--fourth-font);
        color: var(--main-color);
        font-size: 50px;
    }

.blog-slider-style-02 .slick-dots {
    bottom: 50%;
    left: 59%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .blog-slider-style-02 .slick-dots li {
        width: 30px;
        height: 6px;
        background: var(--paragraph-color);
    }

        .blog-slider-style-02 .slick-dots li.slick-active {
            background: var(--main-color);
        }

        .blog-slider-style-02 .slick-dots li button {
            padding: 0;
        }

            .blog-slider-style-02 .slick-dots li button:before {
                content: '';
            }

.blog-content .blog-left-content {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

    .blog-content .blog-left-content .img-item {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        background: #F9F9F9;
    }

        .blog-content .blog-left-content .img-item .blog-thumb {
            border-left: 10px solid var(--main-color);
        }

        .blog-content .blog-left-content .img-item .content {
            color: #818181;
            padding: 40px 20px;
        }

            .blog-content .blog-left-content .img-item .content h4 {
                font-size: 18px;
                font-family: var(--body-font);
                font-weight: 600;
                color: #818181;
                margin-bottom: 15px;
            }

            .blog-content .blog-left-content .img-item .content .text {
                font-size: 22px;
                color: var(--main-color);
                letter-spacing: 0.22px;
                font-family: var(--body-font);
                font-weight: 400;
                line-height: 28px;
            }

            .blog-content .blog-left-content .img-item .content p {
                font-size: 18px;
                letter-spacing: 0.01em;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--heading-color);
                padding: 15px 0px;
            }

            .blog-content .blog-left-content .img-item .content ul {
                padding-left: 0px;
                float: left;
                margin-bottom: 30px;
                width: 100%;
            }

                .blog-content .blog-left-content .img-item .content ul li {
                    list-style: none;
                    float: left;
                    margin-right: 25px;
                    font-family: var(--body-font);
                    font-weight: 400;
                    font-size: 15px;
                }

                    .blog-content .blog-left-content .img-item .content ul li i {
                        margin-right: 3px;
                    }

            .blog-content .blog-left-content .img-item .content .btn:hover {
                color: rgba(255, 255, 255, 0.8);
            }

    .blog-content .blog-left-content .slider-item {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        background: #F9F9F9;
    }

        .blog-content .blog-left-content .slider-item .blog-slider3 {
            width: 100%;
        }

            .blog-content .blog-left-content .slider-item .blog-slider3 .slick-prev {
                left: 0px;
                z-index: 99;
            }

                .blog-content .blog-left-content .slider-item .blog-slider3 .slick-prev:before {
                    content: "\f104";
                    font-family: 'fontawesome';
                    color: #fff;
                }

            .blog-content .blog-left-content .slider-item .blog-slider3 .slick-next {
                right: 0px;
            }

                .blog-content .blog-left-content .slider-item .blog-slider3 .slick-next:before {
                    content: "\f105";
                    font-family: 'fontawesome';
                    color: #fff;
                }

            .blog-content .blog-left-content .slider-item .blog-slider3 .slick-prev, .blog-content .blog-left-content .slider-item .blog-slider3 .slick-next {
                top: 48%;
                width: 34px;
                height: 45px;
                background: var(--main-color);
            }

                .blog-content .blog-left-content .slider-item .blog-slider3 .slick-prev:before, .blog-content .blog-left-content .slider-item .blog-slider3 .slick-next:before {
                    font-size: 34px;
                    opacity: 1;
                }

        .blog-content .blog-left-content .slider-item .content {
            color: #818181;
            padding: 30px 20px 50px 20px;
        }

            .blog-content .blog-left-content .slider-item .content .text {
                font-size: 30px;
                color: var(--paragraph-color);
                letter-spacing: 0.3px;
                line-height: 35px;
                font-family: var(--body-font);
                font-weight: 400;
            }

            .blog-content .blog-left-content .slider-item .content p {
                letter-spacing: 0.18px;
                line-height: 28px;
                font-weight: 400;
                color: #818181;
                padding: 15px 0px;
            }

            .blog-content .blog-left-content .slider-item .content ul {
                padding-left: 0px;
                width: 100%;
                float: left;
            }

                .blog-content .blog-left-content .slider-item .content ul li {
                    list-style: none;
                    float: left;
                    margin-right: 25px;
                    font-family: var(--body-font);
                    font-weight: 400;
                    font-size: 15px;
                }

                    .blog-content .blog-left-content .slider-item .content ul li i {
                        margin-right: 3px;
                    }

            .blog-content .blog-left-content .slider-item .content .btn:hover {
                color: rgba(255, 255, 255, 0.8);
            }

.blog-content .blog-pagination {
    width: 100%;
    float: left;
}

.blog-content .blog-right-content {
    background: #F9F9F9;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

    .blog-content .blog-right-content h1 {
        font-size: 25px;
        font-family: var(--body-font);
        font-weight: 400;
        background: var(--main-color);
        color: #fff;
        padding: 15px 20px;
        width: 50%;
        text-align: center;
    }

    .blog-content .blog-right-content .share-img-item {
        border-bottom: 1px solid rgba(129, 129, 129, 0.25);
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

        .blog-content .blog-right-content .share-img-item .img-part {
            float: left;
            width: 40%;
        }

        .blog-content .blog-right-content .share-img-item .content-part {
            float: left;
            width: 60%;
            padding-left: 20px;
            padding-right: 20px;
        }

            .blog-content .blog-right-content .share-img-item .content-part h4 {
                color: var(--main-color);
                font-size: 18px;
                font-weight: 600;
                font-family: var(--body-font);
            }

            .blog-content .blog-right-content .share-img-item .content-part .text {
                color: var(--heading-color);
                font-size: 18px;
                font-weight: 400;
                font-family: var(--body-font);
            }

            .blog-content .blog-right-content .share-img-item .content-part ul {
                padding-left: 0px;
                padding-top: 15px;
            }

                .blog-content .blog-right-content .share-img-item .content-part ul li {
                    font-size: 15px;
                    color: #818181;
                    list-style: none;
                }

                    .blog-content .blog-right-content .share-img-item .content-part ul li i {
                        margin-right: 5px;
                    }

.blog-content .blog-right-slider {
    background: #F9F9F9;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

    .blog-content .blog-right-slider .single-item {
        position: relative;
    }

        .blog-content .blog-right-slider .single-item p {
            font-weight: 400;
            letter-spacing: 0.45px;
            line-height: 28px;
            color: var(--heading-color);
            padding: 30px 30px 60px 30px;
        }

        .blog-content .blog-right-slider .single-item span {
            position: absolute;
            top: 0;
            background: var(--main-color);
            color: #fff;
            font-size: 25px;
            font-family: var(--body-font);
            letter-spacing: 0;
            padding: 10px 30px;
        }

    .blog-content .blog-right-slider .slick-dots {
        bottom: 0;
        text-align: left;
        left: 30px;
        padding-bottom: 30px;
    }

        .blog-content .blog-right-slider .slick-dots li {
            margin: 0 3px;
        }

            .blog-content .blog-right-slider .slick-dots li button {
                border: 1px solid #B5B5B5;
                width: 14px;
                height: 14px;
                border-radius: 50%;
            }

        .blog-content .blog-right-slider .slick-dots .slick-active button {
            background: var(--main-color);
            border: 1px solid var(--main-color);
        }

.instagram-area .item img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .instagram-area .item img:hover {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

.instagram-area h1 {
    font-size: 30px;
    font-family: var(--body-font);
    font-weight: 600;
    letter-spacing: 0.025em;
    color: var(--main-color);
    margin-bottom: 80px;
}

.blog-single-content .blog-details-item {
    margin-top: 120px;
}

    .blog-single-content .blog-details-item .border-thumb {
        border-left: 10px solid var(--main-color);
    }

    .blog-single-content .blog-details-item .content h5 {
        font-weight: 600;
        font-family: var(--body-font);
        color: #818181;
    }

    .blog-single-content .blog-details-item .content span {
        font-size: 22px;
        font-weight: 400;
        font-family: var(--body-font);
        color: var(--main-color);
    }

    .blog-single-content .blog-details-item .content p {
        color: var(--paragraph-color);
        font-weight: 400;
    }

    .blog-single-content .blog-details-item .content .post-meta {
        padding-left: 0px;
    }

        .blog-single-content .blog-details-item .content .post-meta li {
            color: #818181;
            font-size: 15px;
            list-style: none;
            float: left;
            margin-right: 20px;
        }

            .blog-single-content .blog-details-item .content .post-meta li i {
                margin-right: 5px;
            }

.blog-single-content .comment-area {
    margin-top: 75px;
    background: #F8F8F8;
    float: left;
    width: 100%;
    padding: 35px 50px 50px 50px;
}

    .blog-single-content .comment-area .comment-list .single-comment-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .blog-single-content .comment-area .comment-list .single-comment-wrap img {
            max-width: 80px;
            border-radius: 5px;
            margin-right: 30px;
        }

        .blog-single-content .comment-area .comment-list .single-comment-wrap .content .title {
            color: #818181;
            font-size: 16px;
            font-weight: 600;
            font-family: var(--body-font);
        }

        .blog-single-content .comment-area .comment-list .single-comment-wrap .content p {
            color: #818181;
            font-size: 15px;
            font-weight: 400;
        }

    .blog-single-content .comment-area .comment-list .parent, .blog-single-content .comment-area .comment-list .children {
        margin-top: 30px;
    }

    .blog-single-content .comment-area .comment-list .children {
        padding-left: 50px;
    }

    .blog-single-content .comment-area .form-group input {
        border: 1px solid #C9C9C9;
        background: #E9E9E9;
        font-size: 15px;
        font-weight: 400;
        font-family: var(--body-font);
        text-transform: capitalize;
        letter-spacing: 0.10em;
        padding: 35px;
    }

.event-breadcrumb {
    position: relative;
}

.event-slider-area .single-item {
    width: 100%;
}

    .event-slider-area .single-item .item-left {
        width: calc(41% + 13px);
        float: left;
    }

    .event-slider-area .single-item .item-right {
        width: calc(59% - 13px);
        float: left;
    }

        .event-slider-area .single-item .item-right img {
            min-height: 400px;
        }

.event-slider-area .left {
    margin-left: 18%;
    margin-right: 2%;
}

    .event-slider-area .left .time {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        width: 20%;
        margin-top: 30px;
        padding-bottom: 12px;
        text-align: center;
        margin-bottom: 30px;
    }

@media only screen and (max-width: 1400px) {
    .event-slider-area .left .time {
        margin-bottom: 20px;
        margin-top: 25px;
    }
}

.event-slider-area .left .time h3 {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--body-font);
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 22px;
}

@media only screen and (max-width: 1400px) {
    .event-slider-area .left .time h3 {
        font-size: 18px;
    }
}

.event-slider-area .left .time h3:before {
    position: absolute;
    content: '';
    height: 1px;
    background: var(--main-color);
    width: 30%;
    bottom: 0px;
    left: 35%;
}

.event-slider-area .left .time span {
    color: var(--main-color);
    font-weight: 500;
    font-family: var(--body-font);
    font-size: 17px;
}

@media only screen and (max-width: 1400px) {
    .event-slider-area .left .time span {
        font-size: 14px;
    }
}

.event-slider-area .left p {
    color: var(--heading-color);
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 18px;
    margin-top: 15px;
}

@media only screen and (max-width: 1400px) {
    .event-slider-area .left p {
        font-size: 15px;
    }
}

.event-slider-area .left .text {
    color: var(--main-color);
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 22px;
}

@media only screen and (max-width: 1400px) {
    .event-slider-area .left .text {
        font-size: 18px;
    }
}

.event-slider-area .left .sm-btn {
    font-size: 20px;
    width: auto;
    padding: 0px 40px;
    height: auto;
    margin-top: 20px;
}

@media only screen and (max-width: 1400px) {
    .event-slider-area .left .sm-btn {
        margin-top: 5px;
        line-height: 40px;
        font-size: 16px;
    }
}

.event-slider-area .slick-dots {
    bottom: 60px;
    text-align: right;
    right: 12%;
}

    .event-slider-area .slick-dots li {
        margin: 0 3px;
    }

        .event-slider-area .slick-dots li button {
            border: 1px solid #fff;
            width: 14px;
            height: 14px;
            border-radius: 50%;
        }

    .event-slider-area .slick-dots .slick-active button {
        background: var(--main-color);
        border: 1px solid var(--main-color);
    }

.event-slider-area .slick-prev, .event-slider-area .slick-next {
    background: var(--main-color);
    width: 70px;
    height: 54px;
}

    .event-slider-area .slick-prev:hover, .event-slider-area .slick-next:hover {
        background: var(--main-color);
    }

        .event-slider-area .slick-prev:hover:before, .event-slider-area .slick-next:hover:before {
            color: #fff;
        }

.event-slider-area .slick-prev {
    position: absolute;
    z-index: 999;
    right: calc(59% - 13px);
    bottom: -27px;
    top: auto;
    left: auto;
}

    .event-slider-area .slick-prev:before {
        content: "\f104";
        font-family: 'fontawesome';
        font-size: 40px;
    }

.event-slider-area .slick-next {
    position: absolute;
    left: calc(41% + 13px);
    top: auto;
    bottom: 25px;
    z-index: 999;
}

    .event-slider-area .slick-next:before {
        content: "\f105";
        font-family: 'fontawesome';
        font-size: 40px;
    }

.event-tab {
    margin: 120px 0px 70px 0px;
}

    .event-tab .tab-accordion {
        border-bottom: 2px solid #EDEDED;
        height: calc(100% + 2px);
    }

        .event-tab .tab-accordion .tab ul {
            padding: 0px;
            margin: 0px;
        }

            .event-tab .tab-accordion .tab ul li {
                list-style: none;
                float: left;
                background: #FCFCFC;
                padding: 20px 100px;
                color: #818181;
                margin-right: 15px;
                cursor: pointer;
            }

                .event-tab .tab-accordion .tab ul li.active {
                    border-top: 4px solid var(--main-color);
                    padding: 18px 100px;
                }

    .event-tab .tab-content {
        margin-top: 91px;
    }

        .event-tab .tab-content .inactive {
            display: none;
        }

        .event-tab .tab-content .active {
            display: block;
        }

        .event-tab .tab-content .tab li {
            cursor: pointer;
        }

        .event-tab .tab-content .event-left-content {
            width: 100%;
            float: left;
            padding: 0px 15px;
        }

            .event-tab .tab-content .event-left-content .img-item {
                -webkit-box-shadow: 0px 0px 15px #ccc;
                box-shadow: 0px 0px 15px #ccc;
                background: #fff;
                margin-bottom: 50px;
            }

                .event-tab .tab-content .event-left-content .img-item .img-left {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    border-left: 10px solid var(--main-color);
                }

                    .event-tab .tab-content .event-left-content .img-item .img-left .time {
                        -webkit-box-shadow: 0px 0px 15px #ccc;
                        box-shadow: 0px 0px 15px #ccc;
                        width: 20%;
                        margin-top: -10px;
                        padding-bottom: 12px;
                        text-align: center;
                        margin-bottom: 30px;
                        position: absolute;
                        z-index: 9999;
                        background: #fff;
                        margin-left: 30px;
                        top: 0;
                    }

                        .event-tab .tab-content .event-left-content .img-item .img-left .time h3 {
                            color: var(--main-color);
                            text-transform: uppercase;
                            font-weight: 600;
                            font-family: var(--body-font);
                            text-align: center;
                            position: relative;
                            padding: 10px;
                            font-size: 22px;
                        }

@media only screen and (max-width: 1400px) {
    .event-tab .tab-content .event-left-content .img-item .img-left .time h3 {
        font-size: 18px;
    }
}

.event-tab .tab-content .event-left-content .img-item .img-left .time h3:before {
    position: absolute;
    content: '';
    height: 1px;
    background: var(--main-color);
    width: 30%;
    bottom: 0px;
    left: 35%;
}

.event-tab .tab-content .event-left-content .img-item .img-left .time span {
    color: var(--main-color);
    font-weight: 500;
    font-family: var(--body-font);
    font-size: 17px;
}

@media only screen and (max-width: 1400px) {
    .event-tab .tab-content .event-left-content .img-item .img-left .time span {
        font-size: 14px;
    }
}

.event-tab .tab-content .event-left-content .img-item .content {
    color: #818181;
    padding-left: 12%;
    border-left: 1px solid var(--heading-color);
    margin: 20px;
}

    .event-tab .tab-content .event-left-content .img-item .content .text {
        font-size: 18px;
        color: var(--paragraph-color);
        letter-spacing: 0.01em;
        font-family: var(--body-font);
        font-weight: 500;
    }

    .event-tab .tab-content .event-left-content .img-item .content h4 {
        color: #818181;
        font-size: 16px;
        letter-spacing: 0.01em;
        font-family: var(--body-font);
        font-weight: 600;
        margin-top: 25px;
    }

    .event-tab .tab-content .event-left-content .img-item .content p {
        font-size: 18px;
        letter-spacing: 0.01em;
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--heading-color);
        margin-top: 10px;
    }

.event-slider2-area .event-slider2 {
    width: 100%;
}

    .event-slider2-area .event-slider2 .single-item {
        width: 33%;
        margin: 0px 5px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .event-slider2-area .event-slider2 .single-item .slider-content {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .event-slider2-area .event-slider2 .single-item .slider-content h4 {
                font-size: 30px;
                font-family: var(--body-font);
                font-weight: 600;
                color: #fff;
            }

.product-details-tab {
    background: #FCFCFC;
    padding: 120px 0px 113px 0px;
}

    .product-details-tab .slider-tabfor {
        background: #fff;
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
    }

        .product-details-tab .slider-tabfor img {
            padding: 80px 70px;
        }

    .product-details-tab .slider-tabnav {
        margin-top: 60px;
        width: 80%;
        margin-left: 10%;
    }

        .product-details-tab .slider-tabnav .img {
            max-width: 100px;
            max-height: 100px;
            margin-left: 10px;
            margin-right: 10px;
            background: #E9E9E9;
        }

            .product-details-tab .slider-tabnav .img img {
                max-height: 91px;
            }

        .product-details-tab .slider-tabnav .slick-center .img {
            border: 1px solid #E9E9E9;
            background: #fff;
        }

    .product-details-tab .slick-prev {
        left: -50px;
    }

        .product-details-tab .slick-prev:before {
            content: "\f104";
            font-family: 'fontawesome';
            color: #818181;
        }

    .product-details-tab .slick-next {
        right: -50px;
    }

        .product-details-tab .slick-next:before {
            content: "\f105";
            font-family: 'fontawesome';
            color: #818181;
        }

    .product-details-tab .slick-prev, .product-details-tab .slick-next {
        top: 45%;
        width: 50px;
        height: 50px;
    }

        .product-details-tab .slick-prev:hover, .product-details-tab .slick-next:hover {
            color: var(--main-color);
        }

        .product-details-tab .slick-prev:before, .product-details-tab .slick-next:before {
            font-size: 34px;
            opacity: 1;
        }

    .product-details-tab .content-part {
        padding: 0px 30px;
        padding-bottom: 0px;
    }

        .product-details-tab .content-part h1 {
            font-family: var(--body-font);
            font-weight: 600;
            font-size: 35px;
            letter-spacing: 0;
            color: var(--paragraph-color);
            line-height: 45px;
            margin-bottom: 30px;
        }

            .product-details-tab .content-part h1 span {
                font-weight: 400;
            }

        .product-details-tab .content-part .specifications {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 0.010em;
            color: var(--paragraph-color);
            line-height: 40px;
            display: -ms-grid;
            display: grid;
        }

        .product-details-tab .content-part .point, .product-details-tab .content-part .rating {
            font-size: 30px;
            font-family: var(--body-font);
            font-weight: 400;
        }

        .product-details-tab .content-part .point {
            color: var(--paragraph-color);
        }

        .product-details-tab .content-part .rating {
            color: #FFBB00;
            margin-left: 20px;
            font-size: 25px;
        }

            .product-details-tab .content-part .rating i {
                margin-right: 10px;
            }

        .product-details-tab .content-part .price {
            font-family: var(--body-font);
            font-weight: 700;
            font-size: 18px;
            letter-spacing: 0.010em;
            line-height: 40px;
            color: var(--paragraph-color);
            margin-top: 20px;
        }

            .product-details-tab .content-part .price span {
                text-decoration: line-through;
                color: var(--main-color);
                margin-left: 15px;
            }

        .product-details-tab .content-part .description {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 18px;
            letter-spacing: 0.010em;
            line-height: 28px;
            color: var(--paragraph-color);
        }

        .product-details-tab .content-part .btn-wrapper a {
            width: auto;
            height: auto;
            font-size: 18px;
            font-family: var(--body-font);
            font-weight: 600;
            line-height: auto;
            padding: 0px 20px;
            margin-right: 20px;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .product-details-tab .content-part .btn-wrapper a:last-child {
                margin-right: 0px;
            }

            .product-details-tab .content-part .btn-wrapper a:hover {
                -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.9);
                box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.9);
            }

        .product-details-tab .content-part .black-btn {
            background: #343434;
        }

            .product-details-tab .content-part .black-btn:hover {
                -webkit-box-shadow: 0px 0px 15px #343434 !important;
                box-shadow: 0px 0px 15px #343434 !important;
            }

    .product-details-tab .slider-tabfor .single-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.accordion-area {
    background: #FCFCFC;
    width: 100%;
    padding-bottom: 113px;
}

    .accordion-area .title {
        font-size: 30px;
        font-family: var(--body-font);
        font-weight: 600;
        color: var(--heading-color);
        letter-spacing: 0;
        margin-bottom: 50px;
    }

.related-product {
    background: #FCFCFC;
    padding-bottom: 100px;
}

    .related-product h1 {
        font-size: 30px;
        font-family: var(--body-font);
        font-weight: 600;
        color: var(--main-color);
        letter-spacing: 0;
        padding-left: 15px;
        padding-bottom: 20px;
    }

    .related-product .shop-item {
        -webkit-box-shadow: 0px 0px 6px #ccc;
        box-shadow: 0px 0px 6px #ccc;
        margin-right: 1%;
        height: 560px;
        margin-bottom: 20px;
        position: relative;
        margin-top: 55px;
        background: #fff;
    }

        .related-product .shop-item img {
            margin: 10px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            position: absolute;
            top: 58%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 15%;
        }

            .related-product .shop-item img:hover {
                -webkit-filter: grayscale(1);
                filter: grayscale(1);
                -webkit-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .related-product .shop-item .top-text {
            color: #051026;
            position: absolute;
            font-size: 26px;
            font-weight: 800;
            font-style: italic;
            font-family: var(--body-font);
            top: 15px;
            left: 15px;
            text-align: left;
            display: inline-block;
        }

            .related-product .shop-item .top-text span {
                color: #051026;
                font-weight: 300;
                font-size: 11px;
                letter-spacing: 0.04em;
                display: inherit;
            }

        .related-product .shop-item .cart-menu {
            position: absolute;
            position: absolute;
            right: 20px;
            padding: 0;
            z-index: 9999;
        }

            .related-product .shop-item .cart-menu li {
                list-style: none;
                padding: 25px 20px;
                border-bottom: 1px dotted #888888;
                background: #F5F5F5;
                text-align: center;
                -webkit-transition: all .4s ease-in;
                -o-transition: all .4s ease-in;
                transition: all .4s ease-in;
            }

                .related-product .shop-item .cart-menu li a {
                    color: #888888;
                }

                .related-product .shop-item .cart-menu li:last-child {
                    border-radius: 0px 0px 10px 10px;
                    border-bottom: 0px;
                }

                .related-product .shop-item .cart-menu li:hover {
                    background: var(--main-color);
                }

                    .related-product .shop-item .cart-menu li:hover a {
                        color: #fff;
                    }

        .related-product .shop-item .bottom-text {
            color: #A8A8A8;
            position: absolute;
            font-size: 17px;
            font-weight: 400;
            font-family: var(--body-font);
            bottom: 15px;
            left: 15px;
        }

    .related-product .lg-item img {
        padding: 20%;
        top: 50%;
    }

    .related-product .lg-item .cart-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .related-product .lg-item .cart-menu li {
            border-bottom: 0px !important;
            border-right: 1px dotted #888888;
        }

            .related-product .lg-item .cart-menu li:last-child {
                border-radius: 0px !important;
                border-right: 0px;
            }

            .related-product .lg-item .cart-menu li:first-child {
                border-radius: 10px 0px 0px 10px;
            }

.delivery-area {
    background: #FCFCFC;
}

    .delivery-area .delivery-content {
        width: 100%;
        padding-left: 8%;
        padding-bottom: 105px;
    }

        .delivery-area .delivery-content .title h2 {
            font-family: var(--body-font);
            font-size: 35px;
            font-weight: 600;
            letter-spacing: 0.01em;
            color: var(--heading-color);
            padding-top: 105px;
            margin-bottom: 50px;
        }

        .delivery-area .delivery-content .content-title {
            font-family: var(--body-font);
            font-size: 35px;
            font-weight: 600;
            letter-spacing: 0.01em;
            color: var(--heading-color);
            padding-top: 50px;
            margin-bottom: 50px;
        }

        .delivery-area .delivery-content .delivery-tab {
            color: var(--heading-color);
            font-family: var(--body-font);
        }

            .delivery-area .delivery-content .delivery-tab p {
                color: var(--heading-color);
            }

            .delivery-area .delivery-content .delivery-tab .nav-pills li {
                border: 1px solid #D5D5D5;
                color: #818181;
                padding: 50px;
                margin-right: 50px;
                position: relative;
                width: 30%;
                text-align: center;
            }

                .delivery-area .delivery-content .delivery-tab .nav-pills li:first-child:after {
                    content: '';
                    width: 1px;
                    height: 90%;
                    top: 5%;
                    right: -32px;
                    z-index: 9;
                    right: 0;
                    position: absolute;
                    background: #D5D5D5;
                    right: -25px;
                }

                .delivery-area .delivery-content .delivery-tab .nav-pills li a {
                    position: absolute;
                    top: 38%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    width: 100%;
                }

                    .delivery-area .delivery-content .delivery-tab .nav-pills li a.active {
                        color: var(--main-color);
                    }

                .delivery-area .delivery-content .delivery-tab .nav-pills li i {
                    font-size: 55px;
                    padding-right: 20px;
                    position: relative;
                    top: 13px;
                }

            .delivery-area .delivery-content .delivery-tab .form-group .form-field label {
                font-family: var(--body-font);
                font-weight: 500;
                font-size: 24px;
                color: var(--heading-color);
                margin-bottom: 17px;
            }

            .delivery-area .delivery-content .delivery-tab .form-group .form-field .input-form, .delivery-area .delivery-content .delivery-tab .form-group .form-field textarea {
                width: 100%;
                height: 70px;
                border-radius: 4px;
                border: 2px solid #EFEFEF;
                padding: 20px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--paragraph-color);
                font-size: 18px;
            }

            .delivery-area .delivery-content .delivery-tab .form-group .form-field textarea {
                height: auto;
            }

            .delivery-area .delivery-content .delivery-tab .form-group .form-field .select-form {
                width: 100%;
                height: 70px;
                border-radius: 4px;
                border: 2px solid #EFEFEF;
                padding-left: 35px;
                font-family: var(--body-font);
                font-weight: 400;
                color: var(--paragraph-color);
                font-size: 18px;
            }

            .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select {
                line-height: 63px;
                margin-bottom: 30px;
            }

                .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select .list {
                    width: 100%;
                    margin-top: 0px;
                    border-radius: 0px;
                }

                .delivery-area .delivery-content .delivery-tab .form-group .form-field .nice-select:after {
                    width: 15px;
                    height: 15px;
                    top: 40%;
                    right: 50px;
                }

            .delivery-area .delivery-content .delivery-tab .form-group a {
                color: #fff;
                padding: 7px 70px;
                height: auto;
                width: auto;
                line-height: auto;
            }

    .delivery-area .invoice {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
    }

        .delivery-area .invoice .invoice-top {
            background: #E5E5E5;
            padding: 50px 45px;
        }

            .delivery-area .invoice .invoice-top h1 {
                color: var(--heading-color);
                font-family: var(--body-font);
                font-size: 35px;
                letter-spacing: 0.01em;
                text-transform: uppercase;
            }

            .delivery-area .invoice .invoice-top h5 {
                color: var(--main-color);
                font-family: var(--body-font);
                font-size: 25px;
                letter-spacing: 0.01em;
                margin-top: 15px;
            }

        .delivery-area .invoice .invoice-bottom .item-title {
            color: var(--main-color);
            padding: 45px;
            font-family: var(--body-font);
        }

        .delivery-area .invoice .invoice-bottom .single-item {
            margin: 0;
            padding: 0;
            margin: 0px 45px;
            border-bottom: 1px solid var(--heading-color);
        }

            .delivery-area .invoice .invoice-bottom .single-item .single-cart-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                padding-bottom: 50px;
            }

                .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .thumb {
                    border: 1px solid var(--heading-color);
                    width: 100px;
                    height: 100px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .thumb img {
                        padding: 10px;
                    }

                .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content {
                    padding-left: 25px;
                }

                    .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 {
                        font-family: var(--body-font);
                        font-weight: 600;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 25px;
                        color: var(--paragraph-color);
                    }

                        .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 span {
                            font-weight: 400;
                        }

                    .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .content span {
                        font-family: var(--body-font);
                        font-weight: 400;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 35px;
                        color: var(--paragraph-color);
                    }

                .delivery-area .invoice .invoice-bottom .single-item .single-cart-item .close {
                    position: absolute;
                    right: 0;
                    font-weight: 400;
                    color: var(--main-color);
                    top: 15%;
                }

        .delivery-area .invoice .invoice-bottom .total {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px 45px;
        }

            .delivery-area .invoice .invoice-bottom .total h3 {
                width: 100%;
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

            .delivery-area .invoice .invoice-bottom .total p {
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

        .delivery-area .invoice .invoice-bottom .btn-payment {
            padding: 0px 45px 35px 45px;
        }

            .delivery-area .invoice .invoice-bottom .btn-payment .btn {
                background: var(--heading-color);
                font-size: 28px;
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 45px;
                border-radius: 8px;
            }

                .delivery-area .invoice .invoice-bottom .btn-payment .btn:hover {
                    background: var(--main-color);
                    border-color: var(--main-color);
                }

        .delivery-area .invoice .invoice-bottom .btn-invoice {
            color: #818181;
            font-size: 22px;
            letter-spacing: 0;
            font-family: var(--body-font);
            font-weight: 500;
            margin-bottom: 50px;
        }

            .delivery-area .invoice .invoice-bottom .btn-invoice i {
                color: var(--main-color);
            }

            .delivery-area .invoice .invoice-bottom .btn-invoice:hover {
                color: #343434;
            }

#cart-modal {
    padding-right: 0px !important;
    margin: 0;
    border: 0;
    z-index: 99999;
}

    #cart-modal .modal-body {
        padding: 0;
    }

    #cart-modal .modal-dialog {
        margin: 0;
        float: right;
        width: 40%;
    }

    #cart-modal .invoice {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
    }

        #cart-modal .invoice .invoice-top {
            background: #E5E5E5;
            padding: 50px 45px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            #cart-modal .invoice .invoice-top h1 {
                color: var(--heading-color);
                font-family: var(--body-font);
                font-size: 35px;
                letter-spacing: 0.01em;
                text-transform: uppercase;
                width: 80%;
            }

            #cart-modal .invoice .invoice-top .close {
                font-size: 20px;
                font-weight: 400;
                font-family: var(--body-font);
                color: var(--main-color);
                opacity: 1;
            }

        #cart-modal .invoice .invoice-bottom .item-title {
            color: var(--main-color);
            padding: 45px;
            font-family: var(--body-font);
        }

        #cart-modal .invoice .invoice-bottom .single-item {
            margin: 0;
            padding: 0;
            margin: 0px 45px;
            border-bottom: 1px solid var(--heading-color);
        }

            #cart-modal .invoice .invoice-bottom .single-item .single-cart-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                padding-bottom: 50px;
            }

                #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .thumb {
                    border: 1px solid var(--heading-color);
                    width: 100px;
                    height: 100px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .thumb img {
                        padding: 10px;
                    }

                #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .content {
                    padding-left: 25px;
                }

                    #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .content h3 {
                        font-family: var(--body-font);
                        font-weight: 600;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 25px;
                        color: var(--paragraph-color);
                    }

                        #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .content h3 span {
                            font-weight: 400;
                        }

                    #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .content span {
                        font-family: var(--body-font);
                        font-weight: 400;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 35px;
                        color: var(--paragraph-color);
                        padding-right: 15px;
                    }

                #cart-modal .invoice .invoice-bottom .single-item .single-cart-item .close {
                    position: absolute;
                    right: 0;
                    font-weight: 400;
                    color: var(--main-color);
                    top: 15%;
                }

        #cart-modal .invoice .invoice-bottom .total {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px 45px;
        }

            #cart-modal .invoice .invoice-bottom .total h3 {
                width: 100%;
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

            #cart-modal .invoice .invoice-bottom .total p {
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

        #cart-modal .invoice .invoice-bottom .btn-checkout {
            padding: 0px 45px 35px 45px;
        }

            #cart-modal .invoice .invoice-bottom .btn-checkout .btn {
                background: var(--main-color);
                border-color: var(--main-color);
                font-size: 28px;
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                border-radius: 8px;
            }

                #cart-modal .invoice .invoice-bottom .btn-checkout .btn:hover {
                    background: #343434;
                    border-color: #343434;
                }

        #cart-modal .invoice .invoice-bottom .btn-invoice {
            color: #818181;
            font-size: 22px;
            letter-spacing: 0;
            font-family: var(--body-font);
            font-weight: 500;
            margin-bottom: 50px;
        }

            #cart-modal .invoice .invoice-bottom .btn-invoice i {
                color: var(--main-color);
            }

                #cart-modal .invoice .invoice-bottom .btn-invoice i:hover {
                    color: #343434;
                }

.payment-area {
    background: #FCFCFC;
}

    .payment-area .payment-content {
        width: 100%;
        padding-left: 8%;
        padding-bottom: 55px;
    }

        .payment-area .payment-content .title h2 {
            font-family: var(--body-font);
            font-size: 35px;
            font-weight: 600;
            letter-spacing: 0.01em;
            color: var(--heading-color);
            padding-top: 105px;
        }

        .payment-area .payment-content .payment-tab {
            color: var(--heading-color);
            font-family: var(--body-font);
        }

            .payment-area .payment-content .payment-tab p {
                color: var(--heading-color);
            }

            .payment-area .payment-content .payment-tab .nav-pills li {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .payment-area .payment-content .payment-tab .nav-pills li:first-child a:after {
                    content: '';
                    width: 1px;
                    height: 75px;
                    top: 50%;
                    z-index: 9;
                    right: 0;
                    position: absolute;
                    background: #D5D5D5;
                    right: 24px;
                }

                .payment-area .payment-content .payment-tab .nav-pills li a {
                    color: #818181;
                    margin-right: 50px;
                }

                    .payment-area .payment-content .payment-tab .nav-pills li a .tab-menu-title {
                        font-family: var(--body-font);
                        font-weight: 600;
                        font-size: 20px;
                        margin-bottom: 20px;
                        letter-spacing: 0.01em;
                        color: #818181;
                        margin-top: 25px;
                    }

                    .payment-area .payment-content .payment-tab .nav-pills li a.active .img {
                        border-color: var(--main-color);
                    }

                    .payment-area .payment-content .payment-tab .nav-pills li a .img {
                        border: 1px solid #D5D5D5;
                        padding: 20px;
                        width: 260px;
                        height: 135px;
                        position: relative;
                    }

                        .payment-area .payment-content .payment-tab .nav-pills li a .img img {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                        }

                .payment-area .payment-content .payment-tab .nav-pills li span {
                    font-size: 25px;
                    position: absolute;
                    top: -50px;
                    left: 0px;
                }

                .payment-area .payment-content .payment-tab .nav-pills li img {
                    max-width: 180px;
                }

            .payment-area .payment-content .payment-tab .tab-content {
                border-top: 2px solid #D5D5D5;
                margin-top: 80px;
                position: relative;
            }

                .payment-area .payment-content .payment-tab .tab-content:after {
                    position: absolute;
                    content: '';
                    top: 14%;
                    left: 17%;
                    width: 60%;
                    height: 335px;
                    background: #fff;
                    z-index: 1;
                    border-radius: 10px;
                }

                .payment-area .payment-content .payment-tab .tab-content h2 {
                    font-family: var(--body-font);
                    font-weight: 600;
                    color: var(--heading-color);
                    letter-spacing: 0.01em;
                    font-size: 24px;
                    margin-bottom: 30px;
                    margin-top: 80px;
                }

                .payment-area .payment-content .payment-tab .tab-content .card-option {
                    width: 60%;
                    background: #fff;
                    -webkit-box-shadow: 60px 0px 63px #ccc;
                    box-shadow: 60px 0px 63px #ccc;
                    padding: 20px 50px;
                    position: relative;
                    z-index: 9999;
                    border-radius: 10px;
                }

                    .payment-area .payment-content .payment-tab .tab-content .card-option img {
                        max-width: 74px;
                    }

                    .payment-area .payment-content .payment-tab .tab-content .card-option .form-group {
                        display: inline-block;
                    }

                        .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-field label {
                            font-family: var(--body-font);
                            font-weight: 100px;
                            font-size: 19px;
                            color: #959595;
                            margin-bottom: 5px;
                        }

                        .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-field .input-form {
                            width: 100%;
                            height: 55px;
                            border-radius: 4px;
                            border: 2px solid #EFEFEF;
                            padding-left: 20px;
                            font-family: var(--body-font);
                            font-weight: 400;
                            color: var(--paragraph-color);
                            font-size: 18px;
                        }

                        .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-field a {
                            color: #fff;
                            padding: 7px 70px;
                            height: auto;
                            width: auto;
                            line-height: auto;
                        }

                        .payment-area .payment-content .payment-tab .tab-content .card-option .form-group .form-field.width-30 {
                            width: 30%;
                            float: left;
                            margin-right: 3%;
                        }

                    .payment-area .payment-content .payment-tab .tab-content .card-option .position-form {
                        background: #000;
                        position: absolute;
                        right: -31%;
                        top: 22%;
                        padding: 15px;
                    }

                .payment-area .payment-content .payment-tab .tab-content .confirm-btn {
                    width: auto;
                    height: auto;
                    line-height: 25px;
                    font-size: 28px;
                    font-family: var(--body-font);
                    font-weight: 600;
                    color: #fff;
                    padding: 18px 54px;
                    margin: 70px 0px 120px 0px;
                }

@media only screen and (max-width: 1400px) {
    .payment-area .payment-content .payment-tab .tab-content .confirm-btn {
        font-size: 20px;
    }
}

.payment-area .payment-content .payment-tab .tab-content .privacy-policy {
    margin-right: 50px;
    border-top: 2px solid #D5D5D5;
}

    .payment-area .payment-content .payment-tab .tab-content .privacy-policy h2 {
        margin-bottom: 20px;
    }

    .payment-area .payment-content .payment-tab .tab-content .privacy-policy p {
        font-family: var(--body-font);
        font-weight: 400;
        color: var(--paragraph-color);
        letter-spacing: 0.025em;
        font-size: 18px;
    }

.payment-area .invoice {
    -webkit-box-shadow: 0px 0px 15px #ccc;
    box-shadow: 0px 0px 15px #ccc;
}

    .payment-area .invoice .invoice-top {
        background: #E5E5E5;
        padding: 50px 45px;
    }

        .payment-area .invoice .invoice-top h1 {
            color: var(--main-color);
            font-family: var(--body-font);
            font-size: 35px;
            letter-spacing: 0.01em;
            text-transform: uppercase;
        }

        .payment-area .invoice .invoice-top h2 {
            color: var(--heading-color);
            font-family: var(--body-font);
            font-size: 30px;
            letter-spacing: 0.01em;
            margin-top: 15px;
        }

    .payment-area .invoice .invoice-bottom {
        padding: 45px;
    }

        .payment-area .invoice .invoice-bottom .date {
            font-family: var(--body-font);
            font-weight: 400;
            font-size: 25px;
            letter-spacing: 0.01em;
            color: var(--main-color);
            margin-bottom: 20px;
        }

        .payment-area .invoice .invoice-bottom .address {
            font-family: var(--body-font);
            font-weight: 500;
            font-size: 22px;
            letter-spacing: 0.01em;
            color: var(--heading-color);
            margin-bottom: 20px;
        }

        .payment-area .invoice .invoice-bottom .item-title {
            color: var(--main-color);
            font-family: var(--body-font);
            font-size: 25px;
            margin-bottom: 40px;
        }

        .payment-area .invoice .invoice-bottom .single-item {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid var(--heading-color);
        }

            .payment-area .invoice .invoice-bottom .single-item .single-cart-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                padding-bottom: 50px;
            }

                .payment-area .invoice .invoice-bottom .single-item .single-cart-item .thumb {
                    border: 1px solid var(--heading-color);
                    width: 100px;
                    height: 100px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .payment-area .invoice .invoice-bottom .single-item .single-cart-item .thumb img {
                        padding: 10px;
                    }

                .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content {
                    padding-left: 25px;
                }

                    .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 {
                        font-family: var(--body-font);
                        font-weight: 600;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 25px;
                        color: var(--paragraph-color);
                    }

                        .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content h3 span {
                            font-weight: 400;
                        }

                    .payment-area .invoice .invoice-bottom .single-item .single-cart-item .content span {
                        font-family: var(--body-font);
                        font-weight: 400;
                        font-size: 22px;
                        letter-spacing: 0;
                        line-height: 35px;
                        color: var(--paragraph-color);
                    }

                .payment-area .invoice .invoice-bottom .single-item .single-cart-item .close {
                    position: absolute;
                    right: 0;
                    font-weight: 400;
                    color: var(--main-color);
                    top: 15%;
                }

        .payment-area .invoice .invoice-bottom .total {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px 0px;
        }

            .payment-area .invoice .invoice-bottom .total h3 {
                width: 100%;
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

            .payment-area .invoice .invoice-bottom .total p {
                color: var(--heading-color);
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0;
                line-height: 35px;
                font-size: 28px;
            }

        .payment-area .invoice .invoice-bottom .btn-invoice {
            color: var(--main-color);
            font-size: 22px;
            letter-spacing: 0;
            font-family: var(--body-font);
            font-weight: 500;
            margin-bottom: 50px;
        }

            .payment-area .invoice .invoice-bottom .btn-invoice i {
                color: var(--main-color);
            }

.coming-soon-area {
    background: url("../img/bg/coming-soon.png");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

    .coming-soon-area .content {
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .coming-soon-area .content img {
            margin-bottom: 80px;
        }

        .coming-soon-area .content h1 {
            font-family: var(--body-font);
            font-weight: 300;
            font-size: 46px;
            letter-spacing: 13.8px;
            color: var(--paragraph-color);
            margin-bottom: 50px;
        }

        .coming-soon-area .content p {
            font-size: 18px;
            font-family: var(--body-font);
            font-weight: 400;
            letter-spacing: 0.45px;
            line-height: 35px;
            color: var(--paragraph-color);
            padding: 0% 25%;
        }

@media only screen and (max-width: 1400px) {
    .coming-soon-area .content p {
        padding: 0% 10%;
    }
}

.coming-soon-area .content .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15%;
}

@media only screen and (max-width: 1400px) {
    .coming-soon-area .content .countdown {
        padding-top: 7%;
    }
}

.coming-soon-area .content .countdown__item {
    margin-right: 40px;
}

    .coming-soon-area .content .countdown__item:last-child {
        margin-right: 0;
        padding-right: 0;
    }

.coming-soon-area .content .countdown__lg-text {
    font-size: 59px;
    line-height: 200px;
    font-weight: 700;
    color: #fff;
    font-family: var(--tr-font);
    width: 1500px;
    height: 150px;
    background: var(--main-color);
    border-radius: 50%;
    position: relative;
    margin-bottom: 33px;
}

    .coming-soon-area .content .countdown__lg-text:before {
        position: absolute;
        content: '';
        width: 1500px;
        height: 150px;
        background: rgba(255, 255, 255, 0.7);
        top: -15px;
        left: -15px;
        border-radius: 50%;
        z-index: -1;
    }

.coming-soon-area .content .countdown__sm-text {
    font-size: 28px;
    line-height: 35px;
    color: #fff;
    font-family: var(--tr-font);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.signinup-area {
    background: url("../img/bg/signin.png");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    min-height: 620px;
}

    .signinup-area .content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .signinup-area .content .login-panel {
            border: 1px solid #fff;
            border-radius: 10px;
        }

            .signinup-area .content .login-panel .panel-heading {
                padding: 39px 0px;
                background: rgba(255, 255, 255, 0.95);
                border-radius: 10px 10px 0px 0px;
            }

            .signinup-area .content .login-panel .panel-body {
                background: rgba(255, 255, 255, 0.75);
                padding: 0px 60px;
                border-bottom: 15px solid rgba(255, 255, 255, 0.95);
                border-radius: 0px 0px 10px 10px;
                padding-top: 80px;
            }

                .signinup-area .content .login-panel .panel-body .form-group {
                    margin-bottom: 30px;
                }

                .signinup-area .content .login-panel .panel-body input {
                    font-family: var(--body-font);
                    font-weight: 500;
                    color: var(--paragraph-color);
                    font-size: 24px;
                    letter-spacing: 0;
                    border-radius: 4px;
                    border: 1px solid var(--paragraph-color);
                    padding: 15px 15px;
                    background: transparent;
                }

                .signinup-area .content .login-panel .panel-body .action {
                    width: 100%;
                    border-bottom: 1px solid var(--main-color);
                    padding-bottom: 10%;
                    padding-top: 6%;
                }

                .signinup-area .content .login-panel .panel-body .action-left {
                    float: left;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    margin-top: 20px;
                }

                    .signinup-area .content .login-panel .panel-body .action-left p {
                        font-family: var(--body-font);
                        font-weight: 400;
                        font-size: 18px;
                        letter-spacing: 0;
                        color: var(--paragraph-color);
                        padding: 0px 10px;
                    }

                        .signinup-area .content .login-panel .panel-body .action-left p .facebook {
                            color: #218BDC;
                        }

                        .signinup-area .content .login-panel .panel-body .action-left p .gmail {
                            color: #E36D05;
                        }

                    .signinup-area .content .login-panel .panel-body .action-left .or {
                        color: var(--main-color);
                    }

                .signinup-area .content .login-panel .panel-body .bottom {
                    font-family: var(--body-font);
                    font-weight: 400;
                    font-size: 18px;
                    letter-spacing: 0;
                    color: var(--paragraph-color);
                    padding: 50px 0px 40px 0px;
                }

                    .signinup-area .content .login-panel .panel-body .bottom .signup {
                        color: var(--main-color);
                    }

.signup-area {
    background: url("../img/bg/signup.png");
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

    .signup-area .login-panel {
        border: 0px !important;
    }

        .signup-area .login-panel .panel-heading {
            background: var(--paragraph-color) !important;
        }

        .signup-area .login-panel .panel-body {
            border-bottom: 15px solid rgba(52, 52, 52, 0.75) !important;
        }

        .signup-area .login-panel .sm-btn {
            background: #343434;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .signup-area .login-panel .sm-btn:hover {
                -webkit-box-shadow: 0px 0px 15px #333 !important;
                box-shadow: 0px 0px 15px #333 !important;
            }

.brand-area .brant-item {
    width: 20%;
    float: left;
    margin: 150px 0px 95px 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .brand-area .brant-item img {
        max-width: 174px;
        max-height:138px;
    }

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style {
    background: #fff;
}

    .header-style h1 {
        font-size: 50px;
        font-family: var(--body-font);
        font-weight: 500;
        letter-spacing: 0.25em;
        text-transform: capitalize;
        text-align: center;
        padding-top: 107px;
        padding-bottom: 60px;
    }

.breadcrumb-bg {
    width: 100%;
    min-height: 513px;
    background: url(../img/trails/breadcrumb.png);
    background-size: cover;
    background-position: center center;
}

.header-5 .left {
    min-height: 573px;
}

@media only screen and (max-width: 1400px) {
    .header-5 .left {
        min-height: 415px;
    }
}

.footer-style-2 {
    background: #EFEFEF;
}

    .footer-style-2 .footer-top {
        background: #EFEFEF;
        border-bottom: 1px solid #A0A0A0;
    }

        .footer-style-2 .footer-top .widget.widget_nav_menu ul li {
            display: inline-block;
            margin: 0px !important;
        }

            .footer-style-2 .footer-top .widget.widget_nav_menu ul li a {
                color: var(--heading-color) !important;
                font-size: 20px;
                padding: 0px 26px;
            }

@media only screen and (max-width: 1400px) {
    .footer-style-2 .footer-top .widget.widget_nav_menu ul li a {
        padding: 0px 10px;
    }
}

.footer-style-2 .footer-top .widget.widget_nav_menu ul li a:after {
    display: none;
}

.footer-style-2 .footer-top .widget.widget_nav_menu ul li a:hover {
    color: var(--main-color) !important;
}

.footer-style-2 .copyright-area {
    background: #EFEFEF;
    font-size: 14px;
    color: var(--heading-color);
    padding: 46px 0px;
    font-family: var(--third-font);
    font-weight: 300;
}

    .footer-style-2 .copyright-area a {
        color: var(--heading-color) !important;
        font-weight: 600;
    }

    .footer-style-2 .copyright-area i {
        color: var(--main-color);
    }

.bottom-bg {
    background: url(../img/bg/footer.png);
    background-size: cover;
    min-height: 124px;
}

.footer-area .container {
    max-width: 97%;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    color: var(--main-color);
    background-color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    z-index: 99999;
    font-size: 34px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
    position: fixed;
    content: '';
    -webkit-transform: translate(-100%, -240%);
    -ms-transform: translate(-100%, -240%);
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: rgba(2, 48, 71, 0.8);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .preloader-inner .cancel-preloader {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

        .preloader-inner .cancel-preloader a {
            background-color: #fff;
            font-weight: 600;
            text-transform: capitalize;
            color: var(--main-color);
            width: 200px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 30px;
            display: block;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .preloader-inner .cancel-preloader a:hover {
                background-color: var(--secondary-color);
                color: #fff;
            }

.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--main-color);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 999999;
}

    .search-popup .search-form .form-group .form-control {
        border: none;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        height: 54px;
        padding: 0 100px 0 30px;
    }

    .search-popup .search-form .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 55px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: var(--main-color);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        padding: 0;
        text-align: center;
        color: #fff;
        border: 0;
    }

        .search-popup .search-form .submit-btn:hover {
            background-color: var(--secondary-color);
        }

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 99;
    content: '';
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

    .body-overlay.active {
        visibility: visible;
        opacity: .80;
    }

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-element {
    letter-spacing: 0;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 4px;
}

.btn-red {
    background: var(--main-color);
    -webkit-box-shadow: 0px 7px 10px rgba(227, 5, 26, 0.3);
    box-shadow: 0px 7px 10px rgba(227, 5, 26, 0.3);
    color: #fff;
}

    .btn-red:hover {
        -webkit-box-shadow: 0px 7px 30px rgba(227, 5, 26, 0.5);
        box-shadow: 0px 7px 30px rgba(227, 5, 26, 0.5);
    }

.btn-gray {
    background: #D6D6D6;
    -webkit-box-shadow: 0px 7px 10px rgba(214, 214, 214, 0.3);
    box-shadow: 0px 7px 10px rgba(214, 214, 214, 0.3);
    color: #343434;
}

    .btn-gray:hover {
        -webkit-box-shadow: 0px 7px 30px rgba(214, 214, 214, 0.5);
        box-shadow: 0px 7px 30px rgba(214, 214, 214, 0.5);
    }

.btn-normal {
    font-size: 15px;
    padding: 6px 20px;
}

.btn-medium {
    font-size: 19px;
    padding: 6px 26px;
}

.btn-lg {
    font-size: 23px;
    padding: 6px 35px;
}

.btn-second {
    color: #343434;
    border: 1px solid #343434;
}

    .btn-second:hover {
        opacity: 0.5;
        color: #343434;
    }

.btn-active {
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

    .btn-active:hover {
        opacity: 0.5;
        color: var(--main-color);
    }

.btn-disabled {
    color: #D5D5D5;
    border: 1px solid #D5D5D5;
}

    .btn-disabled:hover {
        opacity: 0.5;
        color: #D5D5D5;
    }

.button-area {
    padding-top: 115px;
}

.sm-btn, .lg-btn {
    height: 70px;
    border-radius: 4px;
    background: var(--main-color);
    font-family: var(--body-font);
    font-weight: 600;
    font-size: 28px;
    -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.3);
    line-height: 50px;
}

.sm-btn {
    width: 244px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .sm-btn:hover {
        -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
        box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.lg-btn {
    width: 322px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .lg-btn:hover {
        -webkit-box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
        box-shadow: 10px 0px 20px rgba(227, 5, 26, 0.5);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.btn-style-2 {
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn-style-2:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: var(--main-color);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #fff;
    }

.btn-style-3 {
    background: transparent;
    border: 1px solid var(--paragraph-color);
    color: var(--paragraph-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
}

    .btn-style-3:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: var(--paragraph-color);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #fff;
    }

.button-explore {
    padding: 15px 30px;
    background: var(--main-color);
    border-radius: 3px;
    font-size: 25px;
    line-height: 50px;
    font-weight: 500;
    -webkit-box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.3);
    box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.3);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .button-explore:hover {
        -webkit-box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.6);
        box-shadow: 8px 1px 20px rgba(227, 5, 26, 0.6);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.btn-wrapper {
    display: block;
}

    .btn-wrapper .boxed-btn {
        background-color: var(--main-color);
        color: #fff;
        display: inline-block;
        padding: 13px 40px;
        min-width: 160px;
        text-align: center;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-weight: 600;
    }

        .btn-wrapper .boxed-btn.white:hover {
            background-color: #fff;
            color: var(--main-color);
        }

        .btn-wrapper .boxed-btn:hover {
            background-color: var(--secondary-color);
        }

        .btn-wrapper .boxed-btn.btn-rounded {
            border-radius: 30px;
        }

        .btn-wrapper .boxed-btn.reverse-color {
            background-color: var(--secondary-color);
        }

            .btn-wrapper .boxed-btn.reverse-color:hover {
                background-color: var(--main-color);
            }

.desktop-center {
    text-align: center;
}

.desktop-left {
    text-align: left;
}

.desktop-right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

    .tablet-left {
        text-align: left;
    }

    .tablet-right {
        text-align: right;
    }
}

@media only screen and (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

    .mobile-left {
        text-align: left;
    }

    .mobile-right {
        text-align: right;
    }
}

.slideRotateFromLeft {
    -webkit-animation-name: slideRotateFromLeft;
    animation-name: slideRotateFromLeft;
}

@-webkit-keyframes slideRotateFromLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
        transform: translate3d(-100%, 0, 0) rotate(90deg);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
        transform: translate3d(0, 0, 0) rotate(90deg);
        visibility: visible;
    }
}

@keyframes slideRotateFromLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(90deg);
        transform: translate3d(-100%, 0, 0) rotate(90deg);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
        transform: translate3d(0, 0, 0) rotate(90deg);
        visibility: visible;
    }
}

.slideRotateFromRight {
    -webkit-animation-name: slideRotateFromRight;
    animation-name: slideRotateFromRight;
}

@-webkit-keyframes slideRotateFromRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
        transform: translate3d(100%, 0, 0) rotate(90deg);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
        transform: translate3d(0, 0, 0) rotate(90deg);
        visibility: visible;
    }
}

@keyframes slideRotateFromRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) rotate(90deg);
        transform: translate3d(100%, 0, 0) rotate(90deg);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
        transform: translate3d(0, 0, 0) rotate(90deg);
        visibility: visible;
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.humberger-wrapper .canvas-icon {
    position: absolute;
    color: #fff;
    z-index: 9999;
    right: 100px;
    top: 52px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 20px;
}

.humberger-wrapper .canvas-icon-bar {
    width: 20px;
    height: 3px;
    position: relative;
    display: block;
    background: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .humberger-wrapper .canvas-icon-bar::before, .humberger-wrapper .canvas-icon-bar::after {
        content: "";
        display: inline-block;
        height: 3px;
        width: 28px;
        position: absolute;
        bottom: 8px;
        right: 0;
        background: #fff;
    }

    .humberger-wrapper .canvas-icon-bar::after {
        width: 35px;
        bottom: 16px;
    }

.humberger-wrapper .canvas-icon .icon-style-2 {
    top: 23px;
}

@media only screen and (max-width: 1400px) {
    .canvas-icon {
        top: 53px !important;
    }
}

.humberger-menu a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .humberger-menu a:hover {
        color: var(--main-color);
    }

.humberger-menu #menuToggle {
    display: block;
    position: relative;
    top: 8px;
    right: 0;
    z-index: 9999999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
}

    .humberger-menu #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    .humberger-menu #menuToggle span {
        display: block;
        width: 33px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 4px 0px;
        -ms-transform-origin: 4px 0px;
        transform-origin: 4px 0px;
        -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

        .humberger-menu #menuToggle span.second {
            width: 25px;
            margin-left: 8px;
            height: 3px;
        }

        .humberger-menu #menuToggle span:nth-last-child(2) {
            -webkit-transform-origin: 0% 100%;
            -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
            width: 19px;
            margin-left: 14px;
            height: 3px;
        }

        .humberger-menu #menuToggle span.black-bg {
            background: #000 !important;
        }

    .humberger-menu #menuToggle input:checked ~ ul {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .humberger-menu #menuToggle input:checked ~ span {
        opacity: 1;
        -webkit-transform: rotate(45deg) translate(-2px, -9px);
        -ms-transform: rotate(45deg) translate(-2px, -9px);
        transform: rotate(45deg) translate(-2px, -9px);
        background: #fff;
        top: 10px;
    }

        .humberger-menu #menuToggle input:checked ~ span:nth-last-child(3) {
            opacity: 0;
            -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            -ms-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
        }

        .humberger-menu #menuToggle input:checked ~ span:nth-last-child(2) {
            -webkit-transform: rotate(-45deg) translate(0, -11px);
            -ms-transform: rotate(-45deg) translate(0, -11px);
            transform: rotate(-45deg) translate(0, -11px);
            width: 33px;
            top: 14px;
            height: 3px;
        }

.humberger-menu #menu {
    position: absolute;
    width: 228px;
    margin-top: 23px;
    margin-left: -363%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(150%, 0%);
    -ms-transform: translate(150%, 0%);
    transform: translate(150%, 0%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

    .humberger-menu #menu:before {
        content: "\A";
        border-style: solid;
        border-width: 14px 14px 14px 10px;
        border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
        position: absolute;
        right: 24%;
        top: -26px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .humberger-menu #menu li {
        padding: 8px 0;
        font-size: 20px;
        font-family: var(--body-font);
        font-weight: 400;
        letter-spacing: 0.5px;
        color: #fff;
        width: 100%;
    }

        .humberger-menu #menu li ul {
            padding-left: 0px;
        }

            .humberger-menu #menu li ul li {
                list-style: none;
                font-size: 16px;
                font-family: var(--body-font);
                font-weight: 400;
                letter-spacing: 0.4px;
                margin-left: 0px;
            }

    .humberger-menu #menu .dropdown {
        display: none;
    }

.form-area {
    background: #FCFCFC;
    padding-bottom: 115px;
    padding-top: 85px;
}

    .form-area .form-title h3 {
        text-align: center;
        font-family: var(--body-font);
        font-weight: 600;
        color: #4A4A4A;
        font-size: 34px;
    }

    .form-area .valid-feedback.feedback-icon {
        position: absolute;
        width: auto;
        bottom: 27%;
        right: 20px;
        margin-top: 0;
        color: var(--heading-color);
    }

    .form-area .invalid-feedback.feedback-icon {
        position: absolute;
        width: auto;
        bottom: 27%;
        right: 30px;
        margin-top: 0;
    }

    .form-area .form-group {
        width: 100%;
    }

        .form-area .form-group .form-field .custom-control-label {
            color: #464646;
        }

            .form-area .form-group .form-field .custom-control-label:before {
                border-radius: 4px;
                border: 1px solid #707070;
            }

            .form-area .form-group .form-field .custom-control-label::before {
                background-color: transparent;
            }

        .form-area .form-group .form-field .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
            background-color: var(--main-color);
            border-color: var(--main-color);
        }

        .form-area .form-group .form-field .switch {
            position: relative;
            display: inline-block;
            width: 18%;
            height: 55px;
        }

            .form-area .form-group .form-field .switch h3 {
                margin-top: -50px;
                text-align: center;
                font-size: 22px;
                color: #464646;
                font-weight: 400;
            }

            .form-area .form-group .form-field .switch input {
                opacity: 0;
                width: 0;
                height: 0;
            }

            .form-area .form-group .form-field .switch .slider {
                position: absolute;
                cursor: pointer;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #E5E5E5;
                -webkit-transition: .4s;
                -o-transition: .4s;
                transition: .4s;
            }

                .form-area .form-group .form-field .switch .slider:before {
                    position: absolute;
                    content: "";
                    height: 55px;
                    width: 60%;
                    left: 0;
                    bottom: 0;
                    background-color: var(--main-color);
                    -webkit-transition: .4s;
                    -o-transition: .4s;
                    transition: .4s;
                }

                .form-area .form-group .form-field .switch .slider.disabled {
                    cursor: no-drop;
                }

                    .form-area .form-group .form-field .switch .slider.disabled:before {
                        background: #7F7F7F;
                        left: 40%;
                    }

                .form-area .form-group .form-field .switch .slider.round {
                    border-radius: 34px;
                }

                .form-area .form-group .form-field .switch .slider:before {
                    border-radius: 53px;
                }

            .form-area .form-group .form-field .switch input:checked + .slider {
                background-color: #E5E5E5;
            }

            .form-area .form-group .form-field .switch input:focus + .slider {
                -webkit-box-shadow: 0 0 1px #E5E5E5;
                box-shadow: 0 0 1px #E5E5E5;
            }

            .form-area .form-group .form-field .switch input:checked + .slider:before {
                -webkit-transform: translateX(65%);
                -ms-transform: translateX(65%);
                transform: translateX(65%);
            }

        .form-area .form-group .form-field .has-search .form-control {
            padding-left: 2.375rem;
        }

        .form-area .form-group .form-field .has-search .form-control-feedback {
            position: absolute;
            z-index: 2;
            display: block;
            width: 2.375rem;
            height: 2.375rem;
            line-height: 2.375rem;
            text-align: center;
            pointer-events: none;
            color: #7F7F7F;
            text-align: right;
            width: 100%;
            font-size: 35px;
            right: 5%;
            top: 15px;
        }

        .form-area .form-group .form-field .input-form, .form-area .form-group .form-field textarea {
            width: 100%;
            height: 70px;
            border-radius: 6px;
            border: 2px solid #EFEFEF;
            padding-left: 35px;
            font-family: var(--heading-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 16px;
            background: transparent;
        }

        .form-area .form-group .form-field .form-control {
            width: 100%;
            height: 70px;
            border-radius: 6px;
            padding-left: 35px;
            font-family: var(--heading-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 16px;
            background: transparent;
        }

        .form-area .form-group .form-field textarea {
            height: auto;
            padding-top: 35px;
        }

        .form-area .form-group .form-field.valid-field .input-form {
            color: var(--main-color);
            border: 2px solid var(--main-color);
        }

        .form-area .form-group .form-field .select-form {
            width: 100%;
            height: 70px;
            border-radius: 6px;
            border: 2px solid #EFEFEF;
            padding-left: 35px;
            font-family: var(--body-font);
            font-weight: 400;
            color: var(--paragraph-color);
            font-size: 18px;
            background: transparent;
        }

        .form-area .form-group .form-field .nice-select {
            line-height: 63px;
            background: transparent;
        }

            .form-area .form-group .form-field .nice-select .list {
                width: 100%;
                margin-top: 0px;
                border-radius: 0px;
                background: #fff;
            }

            .form-area .form-group .form-field .nice-select:after {
                width: 15px;
                height: 15px;
                top: 40%;
                right: 50px;
            }

        .form-area .form-group .form-title {
            font-size: 20px;
            font-family: var(--body-font);
            font-weight: 500;
            color: var(--heading-color);
            margin-bottom: 50px;
        }

    .form-area .controler-wrapper {
        margin-top: 33px;
        padding-left: 10px;
        color: var(--heading-color);
    }

        .form-area .controler-wrapper .active-controler {
            width: 10%;
            font-size: 40px;
            margin-top: -20px;
            float: left;
            font-weight: 900;
            letter-spacing: 0.025em;
        }

        .form-area .controler-wrapper .progressbar {
            width: 80%;
            float: left;
            height: 5px;
            position: relative;
            top: 10px;
        }

            .form-area .controler-wrapper .progressbar .home-slider-progress {
                background-color: var(--heading-color);
                position: absolute;
                width: 100%;
                height: 1px;
            }

            .form-area .controler-wrapper .progressbar .home-slider-progress-active {
                background-color: var(--main-color);
                position: absolute;
                width: 33%;
                height: 2px;
                top: -1px;
            }

        .form-area .controler-wrapper .total-controler {
            width: 10%;
            float: left;
            text-align: right;
            font-size: 40px;
            margin-top: -20px;
            font-weight: 900;
            letter-spacing: 0.025em;
        }

.alert-area h2 {
    font-size: 30px;
    color: #4A4A4A;
    font-family: var(--body-font);
    font-weight: 600;
    letter-spacing: 0;
}

.alert-area .form-control {
    padding: 20px 15px;
}

.alert-area .valid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 35%;
    right: 20px;
    margin-top: 0;
    color: var(--heading-color);
}

.alert-area .invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 50%;
    right: 20px;
    margin-top: 0;
}

.alert-area .invalid-feedback.close-icon, .alert-area .valid-feedback.close-icon {
    position: absolute;
    width: 34px;
    bottom: 80%;
    right: -4px;
    margin-top: 0;
    height: 34px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.alert-area .valid-feedback.cookies-icon {
    position: absolute;
    width: 34px;
    bottom: 22%;
    right: -30px;
    margin-top: 0;
    height: 34px;
    color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    cursor: pointer;
}

.alert-area .invalid-feedback.wrong-btn {
    position: absolute;
    width: auto;
    bottom: 15%;
    right: -100px;
    margin-top: 0;
    height: auto;
    background: #FFE8E8;
    color: var(--main-color);
    text-align: center;
    line-height: 34px;
    border-radius: 8px;
    padding: 5px 10px;
}

.alert-area .valid-feedback.cookies-btn {
    position: absolute;
    width: auto;
    bottom: 15%;
    right: 30px;
    margin-top: 0;
    height: auto;
    background: #D6D6D6;
    color: #7F7F7F;
    text-align: center;
    line-height: 34px;
    border-radius: 8px;
    padding: 5px 20px;
}

.alert-area .valid-feedback.alert-icon-btn {
    position: absolute;
    width: auto;
    top: 15%;
    left: 0;
    margin-top: 0;
    font-size: 20px;
    height: auto;
    color: #7F7F7F;
    line-height: 34px;
    border-radius: 8px;
    padding: 5px 20px;
}

.alert-area .custom-select.is-valid, .alert-area .form-control.is-valid, .alert-area .was-validated .custom-select:valid, .alert-area .was-validated .form-control:valid {
    border-color: #E0E0E0;
}

.alert-area .border-alert {
    background: #FFF1F2;
}

.alert-area .basic-alert {
    border: none;
    background: #EFEFEF;
}

.alert-area .basic-alert-icon {
    border: none;
    background: #EFEFEF;
    padding-left: 65px;
}

    .alert-area .basic-alert-icon ::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .alert-area .basic-alert-icon :-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .alert-area .basic-alert-icon :-ms-input-placeholder {
        color: #fff;
        opacity: 1;
    }

    .alert-area .basic-alert-icon ::placeholder {
        color: #fff;
        opacity: 1;
    }

.alert-area .wrong-alert {
    color: var(--main-color);
}

.alert-area .wrong-info ::-webkit-input-placeholder {
    color: var(--main-color);
    opacity: 1;
}

.alert-area .wrong-info :-ms-input-placeholder {
    color: var(--main-color);
    opacity: 1;
}

.alert-area .wrong-info :-ms-input-placeholder {
    color: var(--main-color);
    opacity: 1;
}

.alert-area .wrong-info ::placeholder {
    color: var(--main-color);
    opacity: 1;
}

.alert-area .cookies-alert {
    background: transparent;
}

.alert-area textarea {
    resize: none;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-content {
    width: 100%;
}

    .accordion-content .card {
        background-color: transparent;
        border: 1px solid #D5D5D5;
    }

        .accordion-content .card + .card {
            margin-top: 20px;
        }

        .accordion-content .card .card-header {
            background-color: transparent;
            padding: 0;
            border: none;
        }

            .accordion-content .card .card-header a {
                display: block;
                font-size: 18px;
                line-height: 28px;
                padding: 25px 30px;
                color: #818181;
                text-decoration: none;
                font-family: var(--body-font);
                font-size: 18px;
                letter-spacing: 0.010em;
                font-weight: 500;
                padding-right: 50px;
                cursor: pointer;
                position: relative;
            }

                .accordion-content .card .card-header a:after {
                    position: absolute;
                    right: 30px;
                    top: 25px;
                    content: "\f106";
                    font-family: "fontawesome";
                    font-size: 35px;
                }

                .accordion-content .card .card-header a[aria-expanded="false"]:after {
                    content: "\f107";
                }

        .accordion-content .card .card-body {
            padding: 0 30px 20px;
            color: #818181;
            text-decoration: none;
            font-family: var(--body-font);
            font-size: 18px;
            letter-spacing: 0.010em;
            font-weight: 400;
        }

.element-title h3 {
    font-size: 34px;
    letter-spacing: 1.25px;
    font-family: var(--body-font);
    font-weight: 500;
}

.footer-element .footer-area {
    margin: 0px 50px;
}

.countdown-element {
    background: #ffd54f;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .countdown-element .element-title h3 {
        font-size: 40px;
        margin-bottom: 82px;
    }

    .countdown-element .content .countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .countdown-element .content .countdown__item {
        margin-right: 50px;
    }

        .countdown-element .content .countdown__item:last-child {
            margin-right: 40px;
            padding-right: 40px;
        }

    .countdown-element .content .countdown__lg-text {
        font-size: 78px;
        line-height: 200px;
        font-weight: 900;
        color: #fff;
        font-family: var(--tr-font);
        width: 200px;
        height: 200px;
        background: #333;
        border-radius: 50%;
        position: relative;
        margin-bottom: 33px;
    }

        .countdown-element .content .countdown__lg-text:before {
            position: absolute;
            content: '';
            width: 330px;
            height: 330px;
            background: rgba(255, 255, 255, 0.7);
            top: -15px;
            left: -30px;
            border-radius: 50%;
            z-index: -1;
        }

    .countdown-element .content .countdown__sm-text {
        font-size: 38px;
        line-height: 35px;
        color: #333;
        font-family: var(--tr-font);
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0;
    }

.element-accordion-area .accordion-style-2 {
    width: 100%;
}

    .element-accordion-area .accordion-style-2 .card {
        background-color: transparent;
        border: 1px solid #D5D5D5;
    }

        .element-accordion-area .accordion-style-2 .card + .card {
            margin-top: 20px;
        }

        .element-accordion-area .accordion-style-2 .card .card-header {
            background-color: transparent;
            padding: 0;
            border: none;
        }

            .element-accordion-area .accordion-style-2 .card .card-header a {
                display: block;
                font-size: 20px;
                line-height: 28px;
                padding: 25px 30px;
                color: #4A4A4A;
                text-decoration: none;
                font-family: var(--body-font);
                font-size: 18px;
                letter-spacing: 0;
                font-weight: 600;
                padding-right: 50px;
                text-transform: uppercase;
                cursor: pointer;
                position: relative;
            }

                .element-accordion-area .accordion-style-2 .card .card-header a:after {
                    position: absolute;
                    right: 30px;
                    top: 25px;
                    content: "\f068";
                    font-family: "fontawesome";
                    font-size: 20px;
                    color: #707070;
                }

                .element-accordion-area .accordion-style-2 .card .card-header a[aria-expanded="false"] {
                    background: #F9F9F9;
                }

                    .element-accordion-area .accordion-style-2 .card .card-header a[aria-expanded="false"]:after {
                        content: "\f067";
                    }

        .element-accordion-area .accordion-style-2 .card .card-body {
            padding: 0 30px 20px;
            color: #8F8F8F;
            text-decoration: none;
            font-family: var(--body-font);
            font-size: 16px;
            letter-spacing: 0;
            font-weight: 400;
        }

.popcontent {
    background: #EFEFEF;
    padding: 30px;
    top: -13% !important;
    border-radius: 10px;
}

    .popcontent h2 {
        color: #7F7F7F;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 0;
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .popcontent i {
        position: absolute;
        left: 30px;
        margin-top: 5px;
    }

.popover-area {
    margin-top: 300px;
}

.popover-element .btn {
    color: #fff;
}

.popover-element .list-menu h6 {
    font-size: 22px;
    color: var(--heading-color);
    font-weight: 600;
    letter-spacing: 0.55px;
    font-family: var(--body-font);
}

.popover-element .list-menu li {
    color: var(--heading-color);
    list-style: none;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.55px;
    font-family: var(--body-font);
    line-height: 30px;
}

    .popover-element .list-menu li i {
        color: var(--main-color);
        margin-right: 20px;
    }

    .popover-element .list-menu li ul {
        padding-left: 10%;
    }

        .popover-element .list-menu li ul i {
            margin-right: 0px;
            color: var(--heading-color);
            font-weight: 900;
        }

.card-element {
    width: 100%;
    padding-bottom: 90px;
    position: relative;
    padding-top: 10px;
}

    .card-element .card-content {
        height: auto;
        -webkit-box-shadow: 0px 0px 10px #ccc;
        box-shadow: 0px 0px 10px #ccc;
        background: #fff;
    }

        .card-element .card-content .slider-content {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: -ms-grid;
            display: grid;
            text-align: center;
        }

            .card-element .card-content .slider-content .btn-icon {
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.3) !important;
                width: 108px;
                height: 108px;
                margin: 0 auto;
            }

                .card-element .card-content .slider-content .btn-icon a {
                    z-index: 99;
                    padding: 15px;
                    width: 80px;
                    height: 80px;
                    margin-top: 15px;
                    line-height: 47px;
                    border-radius: 50%;
                    text-align: center;
                    background: var(--main-color);
                    font-weight: 500;
                    font-family: var(--body-font);
                    -webkit-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    background: #fff;
                    color: var(--main-color);
                    width: 100px;
                    height: 100px;
                    line-height: 70px;
                }

                    .card-element .card-content .slider-content .btn-icon a i:before {
                        font-size: 70px;
                        margin-left: -3px;
                    }

            .card-element .card-content .slider-content span {
                font-size: 31px;
                font-family: var(--body-font);
                font-weight: 600;
                letter-spacing: 0.02em;
                margin-top: 30px;
            }

            .card-element .card-content .slider-content .btn-style-2 {
                font-size: 19px;
                background: #fff;
                color: var(--heading-color);
                padding: 8px;
                font-weight: 600;
                margin-top: 30px;
                border: 0px;
                display: none;
            }

                .card-element .card-content .slider-content .btn-style-2:hover {
                    color: var(--main-color);
                }

        .card-element .card-content img {
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            display: none;
        }

        .card-element .card-content span {
            color: #818181;
        }

    .card-element .card-content-active img {
        display: block;
    }

    .card-element .card-content-active.image-overlay {
        position: relative;
    }

        .card-element .card-content-active.image-overlay:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(227, 5, 26, 0.5);
        }

        .card-element .card-content-active.image-overlay .btn-icon {
            background: rgba(255, 255, 255, 0.3) !important;
        }

    .card-element .card-content-active .btn-style-2 {
        display: block !important;
    }

    .card-element .card-content-active .btn-icon {
        width: 130px !important;
        height: 130px !important;
    }

        .card-element .card-content-active .btn-icon svg {
            fill: var(--main-color) !important;
            background: #fff !important;
            width: 100px !important;
            height: 100px !important;
        }

    .card-element .card-content-active span {
        color: #fff !important;
    }

    .card-element .card-item {
        position: relative;
        -webkit-box-shadow: 0px 0px 12px #ccc;
        box-shadow: 0px 0px 12px #ccc;
        margin-bottom: 15px;
    }

        .card-element .card-item img {
            width: 100%;
            height: 559;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .card-element .card-item .content {
            position: absolute;
            background: #fff;
            padding: 89px 0px;
            left: 0;
            width: 100%;
            bottom: 0;
        }

            .card-element .card-item .content span {
                color: var(--heading-color);
                font-size: 20px;
                letter-spacing: 0;
                font-weight: 600;
                font-family: var(--body-font);
            }

            .card-element .card-item .content h1 {
                color: var(--heading-color);
                font-size: 40px;
                letter-spacing: 0;
                font-weight: 600;
                font-family: var(--body-font);
                margin-top: 10px;
            }

.table-content table {
    border: 1px solid #ddd;
}

    .table-content table th {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.55px;
    }

    .table-content table td, .table-content table th {
        padding: 40px;
    }

    .table-content table i {
        color: var(--main-color);
        margin-right: 15px;
    }

.pagination-content {
    background: #EFEFEF;
    padding: 150px 0px;
}

.element-progress-bar .single-progressbar p {
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    letter-spacing: 0;
    font-family: var(--body-font);
}

.element-modal-content .card {
    background: #fff;
    color: #343434;
    border: none;
    padding: 30px;
}

    .element-modal-content .card .alert-circle i {
        width: 120px;
        height: 120px;
        background: var(--main-color);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 40px;
        line-height: 105px;
        position: relative;
        z-index: 9;
        border: 10px solid #FFE8E8;
    }

        .element-modal-content .card .alert-circle i.fa-exclamation {
            border: 10px solid #EFEFEF;
            background: #818181;
        }

    .element-modal-content .card .card-title {
        font-size: 52px;
        font-weight: 600;
        font-family: var(--body-font);
        letter-spacing: 0;
        line-height: 60px;
        margin-top: 30px;
    }

    .element-modal-content .card .card-text {
        font-weight: 400;
        font-family: var(--body-font);
        font-size: 22px;
        letter-spacing: 0;
        line-height: 28px;
        color: #464646;
        padding: 30px 0px;
    }

.element-modal-content .info-popup2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .element-modal-content .info-popup2.active {
        opacity: 1;
        z-index: 9999;
    }

.element-modal-content .info-popup2-content {
    margin: auto;
    width: 100%;
    position: relative;
}

.element-modal-content .info-popup2-content__img {
    width: 100%;
    height: 100%;
}

.element-modal-content .info-popup2-content__img--one {
    background-image: url(../img/modal/one.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.element-modal-content .info-popup2-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
    color: #343434;
}

.element-modal-content .info-popup2-content__text-header {
    margin-bottom: 30px;
}

.element-modal-content .info-popup2-content__text-body {
    margin-bottom: 30px;
}

    .element-modal-content .info-popup2-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.element-modal-content .info-popup2-content__text-is {
    display: block;
    text-transform: capitalize;
}

.element-modal-content .info-popup2-content__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 400;
    font-family: var(--body-font);
    letter-spacing: 0;
}

.element-modal-content .info-popup2-content_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

    .element-modal-content .info-popup2-content_close:hover {
        cursor: pointer;
    }

    .element-modal-content .info-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.element-modal-content .location-popup2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .element-modal-content .location-popup2 #map {
        min-height: 100%;
    }

    .element-modal-content .location-popup2.active {
        opacity: 1;
        z-index: 9999;
    }

.element-modal-content .location-popup2-content {
    margin: 50px 0px;
    width: 100%;
    position: relative;
}

.element-modal-content .location-popup2-content__img {
    width: 100%;
    height: 100%;
}

.element-modal-content .location-popup2-content__img--one {
    background-image: url(../img/modal/two.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.element-modal-content .location-popup2-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
}

.element-modal-content .location-popup2-content__text-header {
    margin-bottom: 30px;
}

.element-modal-content .location-popup2-content__text-body {
    margin-bottom: 30px;
}

    .element-modal-content .location-popup2-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.element-modal-content .location-popup2-content__text-is {
    display: block;
    text-transform: capitalize;
    color: #343434;
}

.element-modal-content .location-popup2-content__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
}

.element-modal-content .location-popup2-content_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

    .element-modal-content .location-popup2-content_close:hover {
        cursor: pointer;
    }

    .element-modal-content .location-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.element-modal-content .message-popup2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .element-modal-content .message-popup2.active {
        opacity: 1;
        z-index: 9999;
    }

.element-modal-content .message-popup2-content {
    margin: 0px;
    width: 100%;
    position: relative;
}

.element-modal-content .message-popup2-content__img {
    width: 100%;
    height: 100%;
}

.element-modal-content .message-popup2-content__img--three {
    background-image: url(../img/modal/three.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.element-modal-content .message-popup2-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
    padding-right: 40px;
}

.element-modal-content .message-popup2-content__text-header {
    margin-bottom: 30px;
}

.element-modal-content .message-popup2-content__text-body {
    margin-bottom: 30px;
}

    .element-modal-content .message-popup2-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.element-modal-content .message-popup2-content__text-is {
    display: block;
    text-transform: capitalize;
    color: #343434;
}

.element-modal-content .message-popup2-content__title {
    margin-top: 0;
    margin-bottom: 0;
}

.element-modal-content .message-popup2-content_close {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

    .element-modal-content .message-popup2-content_close:hover {
        cursor: pointer;
    }

    .element-modal-content .message-popup2-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.contact-form .error {
    color: red !important;
    font-size: 18px !important;
}

.form-result {
    color: #88C13E !important;
}

.contact-form .btn {
    color: #fff !important;
}

.contact-form__input, .contact-form__select, .contact-form__textarea {
    width: 100%;
    border-bottom: 1px solid rgba(52, 52, 52, 0.3);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: rgba(52, 52, 52, 0.8);
}

    .contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus {
        border-bottom: 1px solid rgba(52, 52, 52, 0.5) !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
    }

    .contact-form__input::-webkit-input-placeholder, .contact-form__select::-webkit-input-placeholder, .contact-form__textarea::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
        color: rgba(52, 52, 52, 0.6);
    }

    .contact-form__input:-ms-input-placeholder, .contact-form__select:-ms-input-placeholder, .contact-form__textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
        color: rgba(52, 52, 52, 0.6);
    }

    .contact-form__input::-ms-input-placeholder, .contact-form__select::-ms-input-placeholder, .contact-form__textarea::-ms-input-placeholder {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
        color: rgba(52, 52, 52, 0.6);
    }

    .contact-form__input::placeholder, .contact-form__select::placeholder, .contact-form__textarea::placeholder {
        font-size: 16px;
        line-height: 23px;
        font-weight: 300;
        color: rgba(52, 52, 52, 0.6);
    }

.contact-form__select {
    border-radius: 0;
    padding-left: 0;
    height: 30px;
}

.contact-form__textarea {
    resize: none;
}

.floating-icon {
    display: none;
    right: 2%;
    margin-top: 60px;
    border-radius: 5px;
    background: #fff;
    z-index: 9999999;
    text-align: center;
    color: #000;
    padding: 10px 0px;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
    box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.16);
}

.floating-icon__is {
    padding: 5px 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .floating-icon__is i:before {
        font-size: 22px;
        margin-left: 0px;
    }

    .floating-icon__is:hover {
        color: var(--main-color);
        cursor: pointer;
    }

.info-popup {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(51, 63, 70, 0.9);
    position: fixed;
    opacity: 0;
}

    .info-popup.active {
        opacity: 1;
        z-index: 9999999;
    }

.info-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
}

.info-popup-content__img {
    width: 100%;
    height: 100%;
}

.info-popup-content__img--one {
    background-image: url(../img/modal/one.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-popup-content__img--two {
    background-image: url(../img/blog-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-popup-content__img--three {
    background-image: url(../img/slide-three.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.info-popup-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
}

.info-popup-content__text-header {
    margin-bottom: 30px;
}

.info-popup-content__text-body {
    margin-bottom: 30px;
}

    .info-popup-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.info-popup-content__text-is {
    display: block;
    text-transform: capitalize;
    color: #343434;
}

.info-popup-content__title {
    margin-top: 0;
    margin-bottom: 0;
}

.info-popup-content_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: white;
    opacity: 1;
    z-index: 1;
}

    .info-popup-content_close:hover {
        cursor: pointer;
    }

    .info-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.location-popup {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(51, 63, 70, 0.9);
    position: fixed;
    opacity: 0;
}

    .location-popup.active {
        opacity: 1;
        z-index: 9999999;
    }

    .location-popup #map {
        min-height: 100%;
    }

.location-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
}

.location-popup-content__img {
    width: 100%;
    height: 100%;
}

.location-popup-content__img--one {
    background-image: url(../img/modal/two.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-popup-content__img--two {
    background-image: url(../img/blog-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-popup-content__img--three {
    background-image: url(../img/slide-three.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.location-popup-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
}

.location-popup-content__text-header {
    margin-bottom: 30px;
}

.location-popup-content__text-body {
    margin-bottom: 30px;
}

    .location-popup-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.location-popup-content__text-is {
    display: block;
    text-transform: capitalize;
    color: #343434;
}

.location-popup-content__title {
    margin-top: 0;
    margin-bottom: 0;
}

.location-popup-content_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: white;
    opacity: 1;
    z-index: 1;
}

    .location-popup-content_close:hover {
        cursor: pointer;
    }

    .location-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.message-popup {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(51, 63, 70, 0.9);
    position: fixed;
    opacity: 0;
}

    .message-popup.active {
        opacity: 1;
        z-index: 9999999;
    }

.message-popup-content {
    margin: auto;
    width: 50%;
    position: relative;
}

.message-popup-content__img {
    width: 100%;
    height: 100%;
}

.message-popup-content__img--one {
    background-image: url(../img/popup-info.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message-popup-content__img--two {
    background-image: url(../img/blog-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message-popup-content__img--three {
    background-image: url(../img/modal/three.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.message-popup-content__text {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
    padding-right: 40px;
}

.message-popup-content__text-header {
    margin-bottom: 30px;
}

.message-popup-content__text-body {
    margin-bottom: 30px;
}

    .message-popup-content__text-body .divide {
        width: 50px;
        height: 1px;
        background: var(--paragraph-color);
        display: inline-block;
    }

.message-popup-content__text-is {
    display: block;
    text-transform: capitalize;
    color: #343434;
}

.message-popup-content__title {
    margin-top: 0;
    margin-bottom: 0;
}

.message-popup-content_close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--main-color);
    display: inline-block;
    border-radius: 30px;
    border: none;
    color: white;
    opacity: 1;
    z-index: 1;
}

    .message-popup-content_close:hover {
        cursor: pointer;
    }

    .message-popup-content_close span {
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*
    Flaticon icon font: Flaticon
    Creation date: 05/09/2019 08:58
    */
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-phone:before {
    content: "\f100";
}

.flaticon-pin:before {
    content: "\f101";
}

.flaticon-mail:before {
    content: "\f102";
}

.flaticon-star:before {
    content: "\f103";
}

.flaticon-settings:before {
    content: "\f104";
}

.flaticon-baseball-cap:before {
    content: "\f105";
}

.flaticon-fax:before {
    content: "\f106";
}

.flaticon-pump:before {
    content: "\f107";
}

.flaticon-pump-1:before {
    content: "\f108";
}

.flaticon-expert-route:before {
    content: "\f109";
}

.flaticon-brain:before {
    content: "\f10a";
}

.flaticon-pedal:before {
    content: "\f10b";
}
