/*
Template Name: Bizino
Template URL: https://html.vecurosoft.com/bizino/
Description: Bizino - Corporate Business Consulting & Office Event HTML Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. About
    4.11. Feature
    4.12. Event
    4.13. Service
    4.14. Team
    4.15. Testimonial
    4.16. Newsletter
    4.17. Gallery
    4.18. Call To Action
    4.19. Accordion
    4.20. Pricing
    4.21. Counter
    4.22. Process
    4.23. Contact
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
    --theme-color: #fd5115;
    --secondary-color: #001a71;
    --title-color: #1e2b56;
    --body-color: #65666d;
    --smoke-color: #f3f5fc;
    --light-color: #d3d3d3;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #f1f2f7;
    --title-font: "Poppins", sans-serif;
    --body-font: "Poppins", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1290px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
    scroll-behavior: auto !important;
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

iframe {
    border: none;
    width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

    input:focus {
        outline: none;
        box-shadow: none;
    }

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color);
}

th {
    font-weight: 700;
    color: var(--title-color);
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
}

    a:hover {
        color: var(--title-color);
    }

    a:active, a:focus, a:hover, a:visited {
        text-decoration: none;
        outline: 0;
    }

button {
    transition: all ease 0.4s;
}

img {
    border: none;
    max-width: 100%;
}

ins {
    text-decoration: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
    display: none;
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.63;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    p a,
    span a {
        font-size: inherit;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit;
    }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

.h1,
h1 {
    font-size: 48px;
}

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

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 30px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
}

/* Medium devices */
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 40px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 16px;
    }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
p.has-drop-cap {
    margin-bottom: 20px;
}

.page--item p:last-child .alignright {
    clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
    word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
    display: block;
}

.page-links,
.clearfix {
    clear: both;
}

.page--item {
    margin-bottom: 30px;
}

    .page--item p {
        line-height: 1.8;
    }

.content-none-search {
    margin-top: 30px;
}

.wp-block-button.aligncenter {
    text-align: center;
}

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

.alignright {
    display: inline;
    float: right;
    margin-bottom: 10px;
    margin-left: 1.5em;
    margin-right: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.gallery {
    margin-bottom: 1.5em;
    width: 100%;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 5px;
}

.wp-block-columns {
    margin-bottom: 1em;
}

figure.gallery-item {
    margin-bottom: 10px;
    display: inline-block;
}

figure.wp-block-gallery {
    margin-bottom: 14px;
}

.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;
    font-size: 12px;
    color: var(--body-color);
    line-height: 1.5;
    padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
    color: var(--white-color);
}

.wp-block-cover {
    margin-bottom: 15px;
}

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

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

    .wp-caption .wp-caption-text {
        margin: 0.5em 0;
        font-size: 14px;
    }

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
    margin-bottom: 30px;
}

    .wp-block-media-text.alignwide {
        background-color: var(--smoke-color);
    }

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    line-height: 1.4;
}

.wp-block-latest-comments a {
    color: inherit;
}

.wp-block-button {
    margin-bottom: 10px;
}

    .wp-block-button:last-child {
        margin-bottom: 0;
    }

    .wp-block-button .wp-block-button__link {
        color: #fff;
    }

        .wp-block-button .wp-block-button__link:hover {
            color: #fff;
            background-color: var(--theme-color);
        }

    .wp-block-button.is-style-outline .wp-block-button__link {
        background-color: transparent;
        border-color: var(--title-color);
        color: var(--title-color);
    }

        .wp-block-button.is-style-outline .wp-block-button__link:hover {
            color: #fff;
            background-color: var(--theme-color);
            border-color: var(--theme-color);
        }

    .wp-block-button.is-style-squared .wp-block-button__link {
        border-radius: 0;
    }

ol.wp-block-latest-comments li {
    margin: 15px 0;
}

ul.wp-block-latest-posts {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

    ul.wp-block-latest-posts a {
        color: inherit;
    }

        ul.wp-block-latest-posts a:hover {
            color: var(--theme-color);
        }

    ul.wp-block-latest-posts li {
        margin: 15px 0;
    }

.wp-block-search {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .wp-block-search .wp-block-search__input {
        width: 100%;
        max-width: calc(100% - 120px);
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 50px;
        padding-left: 20px;
    }

    .wp-block-search .wp-block-search__button {
        margin: 0;
        width: 120px;
        border: none;
        height: 50px;
        color: #fff;
        background-color: var(--theme-color);
    }

        .wp-block-search .wp-block-search__button:hover {
            background-color: var(--title-color);
            opacity: 0.8;
        }

ul.wp-block-rss a {
    color: inherit;
}

.wp-block-group.has-background {
    padding: 15px 15px 1px;
    margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
    border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
    top: 32px;
}

@media (max-width: 782px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px;
    }
}

@media (max-width: 600px) {
    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0;
    }
}

.post-password-form .theme-input-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .post-password-form .theme-input-group .theme-input-style {
        width: 100%;
        max-width: calc(100% - 120px);
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 50px;
        padding-left: 20px;
    }

    .post-password-form .theme-input-group .submit-btn {
        margin: 0;
        width: 120px;
        border: none;
        height: 50px;
        color: #fff;
        background-color: var(--theme-color);
    }

        .post-password-form .theme-input-group .submit-btn:hover {
            background-color: var(--title-color);
            opacity: 0.8;
        }

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

    .page-links > .page-links-title {
        margin-right: 10px;
    }

    .page-links > span:not(.page-links-title):not(.screen-reader-text),
    .page-links > a {
        display: inline-block;
        padding: 5px 13px;
        background-color: var(--white-color);
        color: var(--title-color);
        border: 1px solid rgba(0, 0, 0, 0.08);
        margin-right: 10px;
    }

        .page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
        .page-links > a:hover {
            opacity: 0.8;
            color: var(--white-color);
            background-color: var(--theme-color);
            border-color: transparent;
        }

        .page-links > span:not(.page-links-title):not(.screen-reader-text).current,
        .page-links > a.current {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: transparent;
        }

    .page-links span.screen-reader-text {
        display: none;
    }

.blog-single .wp-block-archives-dropdown {
    margin-bottom: 30px;
}

.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
    border-color: transparent;
    position: relative;
}

    .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
        background-color: var(--smoke-color);
        padding: 40px;
        border: none;
    }

        .blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
            display: none;
        }

    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        content: "\f0c1";
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        font-size: 5rem;
        opacity: 0.3;
        right: 15px;
        line-height: 1;
        top: 15px;
        color: var(--theme-color);
        z-index: 1;
    }

    .blog-single.tag-sticky-2::before, .blog-single.sticky::before {
        content: "Featured";
        right: 0;
        top: 0;
        font-size: 18px;
        color: var(--white-color);
        background-color: var(--theme-color);
        font-family: var(--title-font);
        opacity: 1;
        text-transform: capitalize;
        padding: 10px 23px;
        font-weight: 400;
    }

    .blog-single.format-quote:before {
        content: "\f10e";
    }

.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
    display: block;
    margin-bottom: 30px;
}

.blog-details .blog-single:before {
    display: none;
}

.blog-details .blog-single .blog-content {
    background-color: transparent;
    overflow: hidden;
}

.blog-details .blog-single.format-chat .blog-meta {
    margin-bottom: 20px;
}

.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
    background: var(--smoke-color);
    padding: 5px 20px;
}

.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
    box-shadow: none;
    border: none;
    background-color: transparent;
}

    .blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
        display: none;
    }

.vs-search {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    border: 1px solid #f3f3f3;
}

    .vs-search .search-grid-content {
        padding: 30px;
        /* Small devices */
    }

@media (max-width: 767px) {
    .vs-search .search-grid-content {
        padding: 20px;
    }
}

.vs-search .search-grid-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em;
}

    .vs-search .search-grid-title a {
        color: inherit;
    }

        .vs-search .search-grid-title a:hover {
            color: var(--theme-color);
        }

.vs-search .search-grid-meta > * {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

    .vs-search .search-grid-meta > *:last-child {
        margin-right: 0;
    }

.vs-search .search-grid-meta a,
.vs-search .search-grid-meta span {
    color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }

    .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
        padding: 30px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
        font-size: 14px;
        padding: 8px 16px;
    }

    .blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
        padding: 30px 15px;
    }
}

@media (max-width: 768px) {
    .wp-block-search .wp-block-search__input {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .wp-block-latest-comments {
        padding-left: 10px;
    }

    .page--content.clearfix + .vs-comment-form {
        margin-top: 24px;
    }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters) / 2);
        padding-right: calc(var(--container-gutters) / 2);
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
    }

        .container-fluid.px-0 .row {
            margin-left: calc(var(--bs-gutter-x) / -2) !important;
            margin-right: calc(var(--bs-gutter-x) / -2) !important;
        }
}

@media (min-width: 1500px) and (max-width: 1921px) {
    .container-style1 {
        --main-container: 1578px;
        margin-right: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .container-style2 {
        padding-left: 0;
        margin-left: 0;
        overflow: hidden;
        --main-container: 1578px;
    }
}

@media (min-width: 1921px) {
    .container-hd {
        max-width: 1800px;
    }
}
/*------------------- 2.2. Grid -------------------*/
@media only screen and (min-width: 1300px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
    }
}

.gy-30 {
    --bs-gutter-y: 30px;
}

.gy-gx {
    --bs-gutter-y: var(--bs-gutter-x);
}

@media (min-width: 1500px) {
    .gx-50 {
        --bs-gutter-x: 50px;
    }

    .gx-60 {
        --bs-gutter-x: 60px;
    }

    .gx-70 {
        --bs-gutter-x: 70px;
    }

    .gx-80 {
        --bs-gutter-x: 80px;
    }
}

@media (min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px;
    }

    .gx-15 {
        --bs-gutter-x: 15px;
    }

    .gx-30 {
        --bs-gutter-x: 30px;
    }

    .gx-40 {
        --bs-gutter-x: 40px;
    }

    .gx-45 {
        --bs-gutter-x: 45px;
    }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 30px 0 28px;
    padding-right: 45px;
    border: 1px solid #E0E0E0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
}

    select:focus,
    .form-control:focus,
    .form-select:focus,
    textarea:focus,
    input:focus {
        outline: 0;
        box-shadow: none;
        background-color: var(--white-color);
        border-color: #E0E0E0;
    }

    select::-moz-placeholder,
    .form-control::-moz-placeholder,
    .form-select::-moz-placeholder,
    textarea::-moz-placeholder,
    input::-moz-placeholder {
        color: var(--body-color);
    }

    select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
        color: var(--body-color);
    }

    select::placeholder,
    .form-control::placeholder,
    .form-select::placeholder,
    textarea::placeholder,
    input::placeholder {
        color: var(--body-color);
    }

    select.style2,
    .form-control.style2,
    .form-select.style2,
    textarea.style2,
    input.style2 {
        color: #777777;
        font-size: 16px;
        border-radius: 12px;
        height: 62px;
        border: 1px solid #e0e0e0;
        box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
    }

        select.style2::-moz-placeholder,
        .form-control.style2::-moz-placeholder,
        .form-select.style2::-moz-placeholder,
        textarea.style2::-moz-placeholder,
        input.style2::-moz-placeholder {
            color: #777777;
        }

        select.style2::-moz-placeholder, .form-control.style2::-moz-placeholder, .form-select.style2::-moz-placeholder, textarea.style2::-moz-placeholder, input.style2::-moz-placeholder {
            color: #777777;
        }

        select.style2::placeholder,
        .form-control.style2::placeholder,
        .form-select.style2::placeholder,
        textarea.style2::placeholder,
        input.style2::placeholder {
            color: #777777;
        }

    select.style3,
    .form-control.style3,
    .form-select.style3,
    textarea.style3,
    input.style3 {
        background-color: var(--white-color);
        color: var(--title-color);
        height: 60px;
        border: none;
        border-radius: 12px;
    }

        select.style3::-moz-placeholder,
        .form-control.style3::-moz-placeholder,
        .form-select.style3::-moz-placeholder,
        textarea.style3::-moz-placeholder,
        input.style3::-moz-placeholder {
            color: var(--title-color);
        }

        select.style3::-moz-placeholder, .form-control.style3::-moz-placeholder, .form-select.style3::-moz-placeholder, textarea.style3::-moz-placeholder, input.style3::-moz-placeholder {
            color: var(--title-color);
        }

        select.style3::placeholder,
        .form-control.style3::placeholder,
        .form-select.style3::placeholder,
        textarea.style3::placeholder,
        input.style3::placeholder {
            color: var(--title-color);
        }

        select.style3 option,
        .form-control.style3 option,
        .form-select.style3 option,
        textarea.style3 option,
        input.style3 option {
            color: var(--title-color);
        }

        select.style3:focus,
        .form-control.style3:focus,
        .form-select.style3:focus,
        textarea.style3:focus,
        input.style3:focus {
            background-color: var(--white-color);
            color: var(--title-color);
            border-color: transparent;
        }

            select.style3:focus::-moz-placeholder,
            .form-control.style3:focus::-moz-placeholder,
            .form-select.style3:focus::-moz-placeholder,
            textarea.style3:focus::-moz-placeholder,
            input.style3:focus::-moz-placeholder {
                color: var(--title-color);
            }

            select.style3:focus::-moz-placeholder, .form-control.style3:focus::-moz-placeholder, .form-select.style3:focus::-moz-placeholder, textarea.style3:focus::-moz-placeholder, input.style3:focus::-moz-placeholder {
                color: var(--title-color);
            }

            select.style3:focus::placeholder,
            .form-control.style3:focus::placeholder,
            .form-select.style3:focus::placeholder,
            textarea.style3:focus::placeholder,
            input.style3:focus::placeholder {
                color: var(--title-color);
            }

    select.style4,
    .form-control.style4,
    .form-select.style4,
    textarea.style4,
    input.style4 {
        height: 60px;
        border-radius: 9999px;
    }

        select.style4::-moz-placeholder,
        .form-control.style4::-moz-placeholder,
        .form-select.style4::-moz-placeholder,
        textarea.style4::-moz-placeholder,
        input.style4::-moz-placeholder {
            color: var(--body-color);
        }

        select.style4::-moz-placeholder, .form-control.style4::-moz-placeholder, .form-select.style4::-moz-placeholder, textarea.style4::-moz-placeholder, input.style4::-moz-placeholder {
            color: var(--body-color);
        }

        select.style4::placeholder,
        .form-control.style4::placeholder,
        .form-select.style4::placeholder,
        textarea.style4::placeholder,
        input.style4::placeholder {
            color: var(--body-color);
        }

    select.form-control-lg,
    .form-control.form-control-lg,
    .form-select.form-control-lg,
    textarea.form-control-lg,
    input.form-control-lg {
        height: 60px;
    }

    select.form-control-sm,
    .form-control.form-control-sm,
    .form-select.form-control-sm,
    textarea.form-control-sm,
    input.form-control-sm {
        height: 40px;
        font-size: 12px;
    }

    select[readonly],
    .form-control[readonly],
    .form-select[readonly],
    textarea[readonly],
    input[readonly] {
        color: var(--title-color);
    }

.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

    .form-select.style3,
    select.style3 {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    }

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

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0;
}

    textarea.form-control.style4, textarea.form-control.style3,
    textarea.style4,
    textarea.style3 {
        border-radius: 12px;
    }

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=checkbox]:checked ~ label:before {
        content: "\f00c";
        color: var(--white-color);
        background-color: var(--theme-color);
        border-color: var(--theme-color);
    }

    input[type=checkbox] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: block;
    }

        input[type=checkbox] ~ label:before {
            content: "";
            font-family: var(--icon-font);
            font-weight: 700;
            position: absolute;
            left: 0px;
            top: 3.5px;
            background-color: var(--white-color);
            border: 1px solid var(--border-color);
            height: 18px;
            width: 18px;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
        }

input[type=radio] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

    input[type=radio] ~ label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 1;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0;
    }

        input[type=radio] ~ label::before {
            content: "\f111";
            position: absolute;
            font-family: var(--icon-font);
            left: 0;
            top: -2px;
            width: 20px;
            height: 20px;
            padding-left: 0.5px;
            font-size: 0.6em;
            line-height: 19px;
            text-align: center;
            border: 1px solid var(--theme-color);
            border-radius: 100%;
            font-weight: 700;
            background: var(--white-color);
            color: transparent;
            transition: all 0.2s ease;
        }

    input[type=radio]:checked ~ label::before {
        border-color: var(--theme-color);
        background-color: var(--theme-color);
        color: var(--white-color);
    }

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px;
}

.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
}

    .form-group > i {
        position: absolute;
        right: calc(var(--bs-gutter-x) / 2 + 30px);
        top: 18px;
        font-size: 14px;
        color: #A0ABB4;
    }

    .form-group.has-label > i {
        top: 47px;
    }

textarea.form-control.is-invalid,
select.form-control.is-invalid,
input.form-control.is-invalid,
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
    border: 1px solid var(--error-color) !important;
    background-position: right calc(0.375em + 0.8875rem) center;
}

    textarea.form-control.is-invalid:focus,
    select.form-control.is-invalid:focus,
    input.form-control.is-invalid:focus,
    textarea.is-invalid:focus,
    select.is-invalid:focus,
    input.is-invalid:focus,
    .was-validated input:invalid:focus {
        outline: 0;
        box-shadow: none;
    }

    textarea.is-invalid, textarea.is-invalid.style3 {
        background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
    }

.row.no-gutters > .form-group {
    margin-bottom: 0;
}

.form-messages {
    display: none;
}

    .form-messages.mb-0 * {
        margin-bottom: 0;
    }

    .form-messages.success {
        color: var(--success-color);
        display: block;
    }

    .form-messages.error {
        color: var(--error-color);
        display: block;
    }

    .form-messages pre {
        padding: 0;
        background-color: transparent;
        color: inherit;
    }

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

[data-variable-width] .col-auto {
    flex: 0 0 auto;
    width: auto;
}

.slick-track {
    min-width: 100%;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 38px 0;
    line-height: 0;
    text-align: center;
    height: -moz-max-content;
    height: max-content;
}

    .slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

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

    .slick-dots button {
        font-size: 0;
        padding: 0;
        width: 16px;
        height: 16px;
        line-height: 0;
        border-radius: 100%;
        border: 2px solid #c3c3c3;
        background-color: transparent;
        transition: all ease 0.4s;
        position: relative;
    }

        .slick-dots button:hover {
            background-color: var(--theme-color);
            border-color: transparent;
        }

    .slick-dots .slick-active button {
        background-color: var(--theme-color);
        border-color: transparent;
        transform: scale(1.15);
    }

.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--smoke-color);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    font-size: var(--icon-font-size, 18px);
    margin-top: calc(var(--icon-size, 50px) / -2);
    z-index: 2;
    border-radius: 50%;
}

    .slick-arrow.default {
        position: relative;
        --pos-x: 0;
        margin-top: 0;
    }

    .slick-arrow.slick-next {
        right: var(--pos-x, -100px);
        left: auto;
    }

    .slick-arrow:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        border-color: transparent;
    }

.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}

[data-slick-prev].icon-btn.style6:not(:last-child),
[data-slick-next].icon-btn.style6:not(:last-child) {
    margin-right: -15px;
    /* Small devices */
}

@media (max-width: 767px) {
    [data-slick-prev].icon-btn.style6:not(:last-child),
    [data-slick-next].icon-btn.style6:not(:last-child) {
        margin-right: 5px;
    }
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 40px;
        margin-right: 40px;
    }

        .slick-arrow.slick-next {
            margin-right: 0;
            margin-left: 40px;
        }

    .slick-dots {
        margin: 8px 0 38px 0;
    }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .vs-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: rgba(28, 185, 200, 0.1);
    }

        .vs-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .vs-menu-wrapper .vs-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 18px;
        z-index: 1;
        color: var(--white-color);
        background-color: var(--theme-color);
        border-radius: 50%;
    }

        .vs-menu-wrapper .vs-menu-toggle:hover {
            background-color: var(--title-color);
            color: var(--white-color);
        }

    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid var(--theme-color);
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        transition: all ease 1s;
        z-index: 1;
    }

    .vs-menu-wrapper.vs-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .vs-menu-wrapper.vs-body-visible .vs-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

    .vs-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .vs-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .vs-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .vs-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1;
                font-size: 12px;
                text-transform: capitalize;
                color: var(--title-color);
            }

                .vs-mobile-menu ul li a:before {
                    content: "\f105";
                    font-family: var(--icon-font);
                    position: relative;
                    left: 0;
                    top: 0;
                    margin-right: 10px;
                    display: inline-block;
                }

            .vs-mobile-menu ul li.vs-active > a {
                color: var(--theme-color);
            }

                .vs-mobile-menu ul li.vs-active > a:before {
                    transform: rotate(90deg);
                }

            .vs-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .vs-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: var(--smoke-color);
            color: var(--title-color);
            box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
            border-radius: 50%;
        }

            .vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
                content: "\f067";
                font-family: var(--icon-font);
            }

        .vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
            content: "\f068";
        }

    .vs-mobile-menu > ul {
        padding: 0 40px;
    }

        .vs-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 4px;
}

    .vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
        width: auto;
        height: auto;
        background-color: transparent;
        color: var(--title-color);
        font-size: 20px;
    }

        .vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
            margin-right: 10px;
        }

    .vs-menu-toggle.style-text-white {
        color: var(--white-color);
    }

@media (max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px;
    }

    .vs-mobile-menu > ul {
        padding: 0 20px;
    }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--white-color);
}

    .preloader .vs-btn {
        padding: 10px 20px;
        border-radius: 0;
        font-size: 14px;
    }

.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .preloader-inner img {
        display: block;
        margin: 0 auto 30px auto;
    }

.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    color: var(--theme-color);
    animation: loaderfill 1s ease-in infinite alternate;
}

    .loader::before, .loader::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
        left: 48px;
        top: 0;
        animation: loaderfill 0.9s ease-in infinite alternate;
        transform: rotate(45deg);
    }

    .loader::after {
        left: auto;
        right: 48px;
        animation-duration: 1.1s;
    }

@keyframes loaderfill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }

    100% {
        box-shadow: 0 0 0 10px inset;
    }
}
/*------------------- 3.2. Buttons -------------------*/
.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 14px;
    padding: 19.5px 38px;
    font-weight: 700;
    line-height: 1;
    border-radius: 9999px;
    z-index: 1;
}

    .vs-btn:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 3px;
        right: 3px;
        bottom: 3px;
        background-color: var(--white-color);
        border-radius: inherit;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.2);
        transition: all ease 0.4s;
    }

    .vs-btn > i {
        margin-left: 8px;
    }

    .vs-btn:hover {
        color: var(--title-color);
    }

        .vs-btn:hover::before {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

    .vs-btn.style2 {
        border: 2px solid var(--white-color);
        background-color: transparent;
        color: var(--white-color);
    }

        .vs-btn.style2 i {
            margin: 0 10px 0 0;
            font-size: 18px;
        }

        .vs-btn.style2:hover {
            color: var(--title-color);
        }

    .vs-btn.style3 {
        border: 2px solid var(--theme-color);
        background-color: transparent;
        color: var(--theme-color);
        padding: 18px 27px;
    }

        .vs-btn.style3 i {
            margin: 0 10px 0 0;
            font-size: 18px;
        }

        .vs-btn.style3:before {
            background-color: var(--theme-color);
        }

        .vs-btn.style3:hover {
            color: var(--white-color);
        }

    .vs-btn.style4 {
        padding: 0 35px 0 0;
        background-color: transparent;
        color: var(--title-color);
    }

        .vs-btn.style4:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transform: scale(1);
            background-color: var(--white-color);
            z-index: -2;
            border-radius: inherit;
            border: 2px solid var(--theme-color);
        }

        .vs-btn.style4:before {
            background-color: var(--theme-color);
        }

        .vs-btn.style4 i {
            width: 64px;
            height: 64px;
            line-height: 60px;
            font-size: 22px;
            display: inline-block;
            margin: 0 20px 0 0;
            border-radius: 50%;
            background-color: var(--theme-color);
            color: var(--white-color);
            transition: all ease 0.4s;
        }

        .vs-btn.style4:hover {
            color: var(--white-color);
        }

            .vs-btn.style4:hover i {
                background-color: var(--secondary-color);
            }

            .vs-btn.style4:hover:before {
                transform: scale(1);
            }

    .vs-btn.style5 {
        background-color: var(--secondary-color);
        font-weight: 500;
    }

    .vs-btn.style6 {
        text-transform: uppercase;
        font-size: 15px;
        padding: 17.5px 27px;
        border-radius: 0;
    }

    .vs-btn.style7 {
        text-transform: uppercase;
        font-size: 14px;
        padding: 19.5px 42px;
        background-color: var(--secondary-color);
    }

.icon-btn {
    display: inline-block;
    border: none;
    padding: 0;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 18px);
    background-color: var(--icon-bg, #ffffff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
}

    .icon-btn.style2 {
        border: 1px solid #e0e0e0;
        background-color: transparent;
    }

    .icon-btn.style3 {
        --btn-size: 85px;
        --btn-font-size: 30px;
        line-height: calc(var(--btn-size) - 1px);
        border: 1px solid rgb(224, 224, 224);
        box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
    }

    .icon-btn.style4 {
        background-color: #213ea1;
        color: var(--white-color);
    }

    .icon-btn.style5 {
        --btn-size: 85px;
        --btn-font-size: 24px;
    }

        .icon-btn.style5:hover {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

    .icon-btn.style6 {
        --btn-size: 70px;
        --btn-font-size: 26px;
        border: 2px solid var(--theme-color);
        color: var(--theme-color);
    }

    .icon-btn.style7 {
        --btn-size: 48px;
        --btn-font-size: 18px;
        background-color: var(--white-color);
        color: var(--theme-color);
    }

    .icon-btn:hover {
        border-color: transparent;
        box-shadow: none;
        background-color: var(--theme-color);
        color: var(--white-color);
    }

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    padding: 0;
    background-color: transparent;
}

    .play-btn > i {
        display: inline-block;
        width: var(--icon-size, 124px);
        height: var(--icon-size, 124px);
        line-height: var(--icon-size, 124px);
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        font-size: var(--icon-font-size, 1.5em);
        border-radius: 50%;
        z-index: 1;
        transition: all ease 0.4s;
    }

    .play-btn:after, .play-btn:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--theme-color);
        z-index: -1;
        border-radius: 50%;
        transition: all ease 0.4s;
    }

    .play-btn:after {
        animation-delay: 2s;
    }

    .play-btn:hover:after, .play-btn:hover::before,
    .play-btn:hover i {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }

    .play-btn.style2 {
        --icon-size: 130px;
        --icon-font-size: 2em;
    }

        .play-btn.style2:after, .play-btn.style2::before,
        .play-btn.style2 i {
            background-color: var(--white-color);
            color: var(--title-color);
        }

        .play-btn.style2:hover:after, .play-btn.style2:hover::before,
        .play-btn.style2:hover i {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

    .play-btn.style3 {
        border-radius: 50%;
    }

        .play-btn.style3 > i {
            background-color: transparent;
            border: none;
            --icon-size: 65px;
            --icon-font-size: 18px;
            color: var(--white-color);
        }

        .play-btn.style3:before, .play-btn.style3:after {
            background-color: transparent;
            border: 1px solid var(--white-color);
        }

        .play-btn.style3:hover {
            background-color: var(--theme-color);
            color: var(--theme-color);
        }

            .play-btn.style3:hover:after, .play-btn.style3:hover:before {
                border-color: var(--theme-color);
            }

.link-btn {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 2px;
    margin-bottom: -2px;
    text-transform: capitalize;
}

    .link-btn i {
        margin-left: 7px;
        font-size: 0.9rem;
    }

    .link-btn:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: var(--theme-color);
        transition: all ease 0.4s;
    }

    .link-btn.style2 {
        color: var(--theme-color);
        text-transform: uppercase;
    }

        .link-btn.style2:hover {
            color: var(--theme-color);
        }

    .link-btn:hover {
        color: var(--theme-color);
    }

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

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%;
    /* Small devices */
}

    .scroll-btn i {
        display: inline-block;
        background-color: var(--theme-color);
        color: var(--white-color);
        text-align: center;
        font-size: 16px;
        width: var(--btn-size, 50px);
        height: var(--btn-size, 50px);
        line-height: var(--btn-size, 50px);
        z-index: 2;
        border-radius: inherit;
        position: relative;
        transition: all ease 0.8s;
    }

    .scroll-btn:before {
        content: "";
        position: absolute;
        left: var(--extra-shape, -6px);
        top: var(--extra-shape, -6px);
        right: var(--extra-shape, -6px);
        bottom: var(--extra-shape, -6px);
        background-color: rgb(255, 255, 255);
        border-radius: inherit;
        z-index: 1;
    }

    .scroll-btn:focus i, .scroll-btn:hover i {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }

    .scroll-btn.show {
        bottom: 120px;
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px;
    }

        .scroll-btn.show {
            bottom: 15px;
        }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 96;
}

    .scrollToTop.show {
        bottom: 60px;
        opacity: 1;
        visibility: visible;
    }

.view-big-btn {
    text-align: center;
    display: inline-block;
}

    .view-big-btn i {
        display: inline-block;
        text-align: center;
        width: var(--icon-size, 130px);
        height: var(--icon-size, 130px);
        line-height: var(--icon-size, 130px);
        font-size: var(--icon-font-size, 36px);
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 50%;
        transition: all ease 0.4s;
    }

    .view-big-btn .btn-text {
        display: block;
        color: var(--title-color);
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin: 15px 0 0 0;
    }

    .view-big-btn:hover i {
        background-color: var(--secondary-color);
    }

/* Extra large devices */
@media (max-width: 1500px) {
    .icon-btn.style3,
    .icon-btn.style5 {
        --btn-size: 55px;
        --btn-font-size: 16px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .play-btn.style3 > i {
        --icon-size: 50px;
        --icon-font-size: 14px;
    }

    .play-btn.style2 {
        --icon-size: 80px;
        --icon-font-size: 1.5em;
    }

    .icon-btn.style6 {
        --btn-size: 50px;
        --btn-font-size: 20px;
    }

    .view-big-btn i {
        --icon-size: 80px;
        --icon-font-size: 24px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .play-btn {
        --icon-size: 60px;
    }

    .scrollToTop {
        right: 20px;
    }

        .scrollToTop.show {
            bottom: 20px;
        }
}
/*------------------- 3.3. Titles -------------------*/
.sec-title2,
.sec-title {
    font-size: 48px;
    line-height: 1.3;
    margin: -0.2em 0 26px 0;
    display: block;
}

.sec-title2 {
    text-transform: uppercase;
}

.sec-subtitle3,
.sec-subtitle2,
.sec-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: var(--theme-color);
    display: block;
    text-transform: uppercase;
    margin: -0.2em 0 15px 0;
}

.sec-subtitle2 {
    font-size: 20px;
}

.sec-subtitle3 {
    font-size: 18px;
}

.sec-line {
    height: 1px;
    width: 60px;
    background-color: var(--theme-color);
    display: block;
    margin: 0 0 15px 0;
}

.sec-pills {
    display: inline-block;
    margin: 8px 0 11px 0;
    color: var(--theme-color);
}

    .sec-pills .pill {
        display: inline-block;
        width: 5px;
        height: 16px;
        background-color: currentColor;
        border-radius: 9999px;
        position: relative;
    }

        .sec-pills .pill:nth-child(even) {
            top: -8px;
        }

.sec-innertitle {
    font-size: 40px;
    margin: 0 0 25px 0;
}

.sec-btn {
    margin-bottom: var(--section-title-space);
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 17px);
}

/* Extra large devices */
@media (max-width: 1500px) {
    .sec-title2,
    .sec-title {
        font-size: 40px;
        line-height: 1.3;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .sec-title2,
    .sec-title {
        font-size: 36px;
        line-height: 1.3;
    }

    .sec-innertitle {
        font-size: 30px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .sec-btn,
    .title-area {
        margin-bottom: 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .sec-title2,
    .sec-title {
        font-size: 30px;
    }

    .sec-innertitle {
        font-size: 26px;
    }

    .sec-subtitle2 {
        font-size: 16px;
    }
}
/*------------------- 3.4. Common -------------------*/
.rounded-10 {
    border-radius: 10px;
}

.image-scale-hover {
    overflow: hidden;
}

    .image-scale-hover img {
        transition: all ease 0.4s;
        transform: scale(1.001);
    }

    .image-scale-hover:hover img {
        transform: scale(1.2);
    }

.new-label {
    font-size: 12px;
    background-color: var(--error-color);
    color: var(--white-color);
    line-height: 1;
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
}

.alert-dismissible .btn-close {
    font-size: 18px;
    line-height: 1;
}

.z-index-step1 {
    position: relative;
    z-index: 4 !important;
}

.z-index-common {
    position: relative;
    z-index: 3;
}

.z-index-n1 {
    z-index: -1;
}

.media-body {
    flex: 1;
}

.badge {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0.35em 0.55em;
    border-radius: 50%;
}

.vs-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.info-ruler {
    border: 1px solid rgb(224, 224, 224);
    box-shadow: 10.5px 18.187px 10px 0px rgba(4, 4, 4, 0.05);
    background-color: var(--white-color);
    padding: 24px 70px;
    width: -moz-max-content;
    width: max-content;
    margin: -40px 0 0 auto;
    position: relative;
    z-index: 3;
    border-radius: 9999px;
}

    .info-ruler ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .info-ruler li {
        display: inline-block;
        color: var(--title-color);
        font-size: 18px;
        margin-right: 45px;
    }

        .info-ruler li:last-child {
            margin-right: 0;
        }

        .info-ruler li img {
            margin-right: 10px;
        }

    .info-ruler a {
        color: inherit;
    }

        .info-ruler a:hover {
            color: var(--theme-color);
        }

.body-wrap1 {
    padding-top: 1px;
    margin-top: -10px;
    position: relative;
    z-index: 91;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .body-shape1.background-image {
        background-size: 100% 100%;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .body-wrap1 {
        margin-top: -20px;
        padding-top: var(--section-space);
    }

    .body-wrap1 {
        padding-top: var(--section-space-mobile);
        background-size: 100% 120% !important;
        margin-top: 0;
        background-position: bottom center;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .body-shape1.background-image:not(.style2) {
        padding-bottom: 50px;
    }

    .info-ruler {
        margin: 40px 0 0 0;
        width: 100%;
        text-align: center;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .info-ruler {
        padding: 25px 30px;
        border-radius: 12px;
    }

        .info-ruler li {
            display: block;
            margin: 0 0 20px 0;
        }

            .info-ruler li:last-child {
                margin-bottom: 0;
            }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
    font-family: var(--icon-font);
}

.font-title {
    font-family: var(--title-font);
}

.font-body {
    font-family: var(--body-font);
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.fs-md {
    font-size: 18px;
}

.fs-xs {
    font-size: 14px;
}

/* Small devices */
@media (max-width: 767px) {
    p.fs-md {
        font-size: 16px;
    }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
    background-color: var(--theme-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.bg-smoke {
    background-color: var(--smoke-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--black-color) !important;
}

.bg-title {
    background-color: var(--title-color) !important;
}

.bg-light2 {
    background-color: #f6f7fb;
}

.bg-gray {
    background-color: #e5e5e5;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.bg-auto {
    background-size: auto auto;
}

.bg-negative {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
    color: var(--theme-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-title {
    color: var(--title-color) !important;
}

.text-body {
    color: var(--body-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-error {
    color: var(--error-color) !important;
}

.text-light-inner {
    color: #888888;
}

.text-inherit, .contact-box__text a {
    color: inherit;
}

    .text-inherit:hover, .contact-box__text a:hover {
        color: var(--theme-color);
    }

a.text-theme:hover,
.text-reset:hover {
    text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.position-center, .cta-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[data-overlay] {
    position: relative;
}

    [data-overlay] [class^=col-],
    [data-overlay] [class*=col-] {
        z-index: 1;
    }

    [data-overlay]:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

[data-overlay=theme]:before {
    background-color: var(--theme-color);
}

[data-overlay=secondary]:before {
    background-color: var(--secondary-color);
}

[data-overlay=title]:before {
    background-color: var(--title-color);
}

[data-overlay=white]:before {
    background-color: var(--white-color);
}

[data-overlay=black]:before {
    background-color: var(--black-color);
}

[data-opacity="1"]:before {
    opacity: 0.1;
}

[data-opacity="2"]:before {
    opacity: 0.2;
}

[data-opacity="3"]:before {
    opacity: 0.3;
}

[data-opacity="4"]:before {
    opacity: 0.4;
}

[data-opacity="5"]:before {
    opacity: 0.5;
}

[data-opacity="6"]:before {
    opacity: 0.6;
}

[data-opacity="7"]:before {
    opacity: 0.7;
}

[data-opacity="8"]:before {
    opacity: 0.8;
}

[data-opacity="9"]:before {
    opacity: 0.9;
}

[data-opacity="10"]:before {
    opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
    animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
    --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
    --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
    animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
    --duration: 40s;
}

.rotate-reverse {
    --rotate-angle: -360deg;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadein {
    --animation-name: fadein-custom;
}

.slideinup {
    --animation-name: slideinup;
}

.slideindown {
    --animation-name: slideindown;
}

.slideinleft {
    --animation-name: slideinleft;
}

.slideinright {
    --animation-name: slideinright;
}

.animated {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name);
}

.ripple-animation2, .testi-style1 .testi-shape:after, .testi-style1 .testi-shape:before, .service-shape1:after, .service-shape1:before,
.ripple-animation,
.play-btn:after,
.play-btn:before {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple;
}

.ripple-animation2, .testi-style1 .testi-shape:after, .testi-style1 .testi-shape:before, .service-shape1:after, .service-shape1:before {
    animation-name: ripple2;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.4;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 0.8;
    }

    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

@keyframes ripple3 {
    0% {
        transform: rotate(45deg) scale(0.88);
        opacity: 0;
    }

    30% {
        opacity: 0.8;
    }

    100% {
        transform: rotate(45deg) scale(1.15);
        opacity: 0;
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jumpping {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(var(--rotate-angle, 360deg));
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: transparent;
    padding: 21px 60px 21px 30px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid #e0e0e0;
    color: var(--title-color);
    border-radius: 9999px;
}

    .widget_nav_menu a:hover,
    .widget_meta a:hover,
    .widget_pages a:hover,
    .widget_archive a:hover,
    .widget_categories a:hover {
        color: var(--white-color);
        border-color: transparent;
        background-color: var(--theme-color);
    }

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative;
}

    .widget_nav_menu li > span,
    .widget_meta li > span,
    .widget_pages li > span,
    .widget_archive li > span,
    .widget_categories li > span {
        width: 38px;
        height: 38px;
        line-height: 38px;
        background-color: #f4f7ff;
        font-size: 12px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        color: var(--title-color);
        position: absolute;
        right: 10px;
        top: 11px;
        z-index: 1;
        transition: all ease 0.4s;
    }

    .widget_nav_menu li:hover > span,
    .widget_meta li:hover > span,
    .widget_pages li:hover > span,
    .widget_archive li:hover > span,
    .widget_categories li:hover > span {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
    margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px;
}

.widget_nav_menu .sub-menu {
    margin-left: 10px;
}

.wp-block-archives {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

    .wp-block-archives a:not(:hover) {
        color: inherit;
    }

.vs-blog ul.wp-block-archives li {
    margin: 5px 0;
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    border: 2px solid var(--border-color);
    background-color: var(--white-color);
    position: relative;
    margin-bottom: 40px;
    border-radius: 7px;
}

    .widget select,
    .widget input {
        height: 60px;
        border: none;
        background-color: var(--input-bg, #ecf0fb);
        border-radius: 9999px;
    }

.widget_title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.07em 0 26px 0;
    text-transform: uppercase;
}

.widget .search-form {
    position: relative;
}

    .widget .search-form input {
        padding-right: 70px;
    }

    .widget .search-form button {
        width: 40px;
        height: 40px;
        text-align: center;
        border: none;
        background-color: var(--white-color);
        color: var(--theme-color);
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 50%;
    }

        .widget .search-form button:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 19px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: var(--white-color);
    color: var(--body-color);
    border: 1px solid #e0e0e0;
    border-radius: 9999px;
}

    .wp-block-tag-cloud a:hover,
    .tagcloud a:hover {
        background-color: var(--theme-color);
        color: var(--white-color) !important;
        border-color: transparent;
    }

.tagcloud {
    margin-right: -10px;
    margin-bottom: -15px;
}

.recent-post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ecedf0;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

    .recent-post:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .recent-post .media-img {
        margin-right: 25px;
        width: 90px;
    }

        .recent-post .media-img img {
            width: 100%;
        }

    .recent-post .post-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        margin: -0.1em 0 8px 0;
    }

    .recent-post .recent-post-meta a {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        padding: 5px 10px;
        display: inline-block;
        text-transform: uppercase;
        color: var(--white-color);
        background-color: var(--theme-color);
        border-radius: 9999px;
    }

        .recent-post .recent-post-meta a i {
            margin-right: 5px;
            color: var(--theme-color);
        }

        .recent-post .recent-post-meta a:hover {
            background-color: var(--secondary-color);
        }

.wp-block-calendar,
.calendar_wrap {
    position: relative;
    background-color: #fff;
    padding-bottom: 0;
    border: none;
}

    .wp-block-calendar span[class*=wp-calendar-nav],
    .calendar_wrap span[class*=wp-calendar-nav] {
        position: absolute;
        top: 8px;
        left: 20px;
        font-size: 14px;
        color: var(--title-color);
        font-weight: 500;
        z-index: 1;
    }

        .wp-block-calendar span[class*=wp-calendar-nav] a,
        .calendar_wrap span[class*=wp-calendar-nav] a {
            color: inherit;
        }

    .wp-block-calendar span.wp-calendar-nav-next,
    .calendar_wrap span.wp-calendar-nav-next {
        left: auto;
        right: 20px;
    }

    .wp-block-calendar caption,
    .calendar_wrap caption {
        caption-side: top;
        text-align: center;
        color: var(--title-color);
        background-color: #f1dbbe;
    }

    .wp-block-calendar th,
    .calendar_wrap th {
        font-size: 14px;
        padding: 5px 5px;
        border: none;
        text-align: center;
        border-right: 1px solid #fff;
        color: #01133c;
        font-weight: 500;
    }

        .wp-block-calendar th a,
        .calendar_wrap th a {
            color: inherit;
        }

    .wp-block-calendar td,
    .calendar_wrap td {
        font-size: 14px;
        padding: 5px;
        color: #01133c;
        border: 1px solid #ededed;
        text-align: center;
        background-color: transparent;
        transition: all ease 0.4s;
    }

    .wp-block-calendar #today,
    .calendar_wrap #today {
        color: var(--theme-color);
        background-color: var(--white-color);
        border-color: #ededed;
    }

    .wp-block-calendar thead,
    .calendar_wrap thead {
        background-color: #f6f6f6;
    }

    .wp-block-calendar .wp-calendar-table,
    .calendar_wrap .wp-calendar-table {
        margin-bottom: 0;
    }

    .wp-block-calendar .wp-calendar-nav .pad,
    .calendar_wrap .wp-calendar-nav .pad {
        display: none;
    }

.sidebar-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

    .sidebar-gallery .gallery-thumb {
        overflow: hidden;
        border-radius: 5px;
    }

        .sidebar-gallery .gallery-thumb img {
            transition: all ease 0.4s;
            width: 100%;
            transform: scale(1) rotate(0);
        }

        .sidebar-gallery .gallery-thumb:hover img {
            transform: scale(1.3) rotate(15deg);
        }

.newsletter-form {
    --body-color: #555555;
}

    .newsletter-form .form-title {
        color: var(--light-color);
        margin: -0.35em 0 17px 0;
    }

    .newsletter-form input {
        color: var(--body-color);
        font-weight: 500;
        border-radius: 7px;
        margin: 0 0 15px 0;
        padding: 0 30px;
    }

        .newsletter-form input::-moz-placeholder {
            color: var(--body-color);
        }

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

    .newsletter-form .vs-btn {
        border-radius: 7px;
    }

.widget_shopping_cart {
    text-align: left;
}

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

    .widget_shopping_cart .mini_cart_item {
        position: relative;
        border-bottom: 1px solid var(--border-color);
        padding: 0 0 32px 110px;
        margin: 0 0 27px 0;
        min-height: 90px;
    }

    .widget_shopping_cart .remove {
        position: absolute;
        right: 0;
        top: 0;
        color: var(--title-color);
        line-height: 1;
        font-size: 18px;
    }

        .widget_shopping_cart .remove:hover {
            color: var(--theme-color);
        }

    .widget_shopping_cart .img {
        position: absolute;
        left: 0;
        top: 3px;
        width: 90px;
        height: 90px;
        display: inline-block;
        border: 1px solid var(--border-color);
    }

    .widget_shopping_cart .product-title {
        font-size: 14px;
        color: var(--title-color);
        font-weight: 400;
        margin-bottom: 0;
        display: inline-block;
    }

    .widget_shopping_cart .amount {
        display: block;
        font-weight: 600;
        color: var(--title-color);
        font-size: 16px;
    }

    .widget_shopping_cart .quantity {
        display: inline-flex;
        margin-top: 12px;
    }

    .widget_shopping_cart .qut-btn {
        border: 1px solid var(--border-color);
        background-color: transparent;
        display: inline-block;
        background-color: transparent;
        width: 25px;
        height: 25px;
        padding: 0;
        font-size: 12px;
        z-index: 1;
        position: relative;
    }

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

    .widget_shopping_cart .qty-input {
        border: 1px solid var(--border-color);
        text-align: center;
        width: -moz-max-content;
        width: max-content;
        min-width: 40px;
        font-size: 12px;
        padding: 0;
        height: 25px;
        margin: 0 -1px;
    }

    .widget_shopping_cart .subtotal {
        float: right;
        text-align: right;
        font-size: 12px;
        margin-top: 19px;
    }

        .widget_shopping_cart .subtotal > span:not(.amount) {
            color: var(--body-color);
            font-weight: 300;
        }

        .widget_shopping_cart .subtotal .amount {
            font-size: 12px;
            display: inline-block;
        }

    .widget_shopping_cart .total {
        color: var(--title-color);
        text-transform: uppercase;
        line-height: 1;
        margin-bottom: 25px;
        font-size: 18px;
    }

        .widget_shopping_cart .total .amount {
            font-size: inherit;
            display: inline-block;
            color: var(--theme-color);
        }

    .widget_shopping_cart .vs-btn {
        border: 1px solid var(--title-color);
        color: var(--title-color);
        margin-right: 10px;
        text-transform: capitalize;
        height: 50px;
        line-height: 47px;
        padding: 0 35px;
        background-color: var(--title-color);
        color: var(--white-color);
        font-weight: 400;
    }

        .widget_shopping_cart .vs-btn:hover {
            background-color: transparent;
            color: var(--title-color);
        }

    .widget_shopping_cart .buttons {
        margin: 0;
    }

.sidebar-area {
    margin-bottom: -10px;
}

    .sidebar-area ul.wp-block-latest-posts {
        margin-bottom: 0;
    }

        .sidebar-area ul.wp-block-latest-posts li:last-child {
            margin-bottom: 0;
        }

    .sidebar-area .widget .wp-block-search {
        margin-bottom: 0;
    }

    .sidebar-area .wp-block-group__inner-container h2 {
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 20px;
        margin-top: -0.07em;
    }

    .sidebar-area ol.wp-block-latest-comments {
        padding: 0;
        margin: 0;
    }

        .sidebar-area ol.wp-block-latest-comments li {
            line-height: 1.5;
            margin: 0 0 20px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 20px;
        }

            .sidebar-area ol.wp-block-latest-comments li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

.recent-product {
    display: flex;
}

    .recent-product .product-title {
        font-size: 16px;
    }

.vs-widget-about .footer-logo {
    margin: 0 0 30px 0;
}

.vs-widget-about .footer-text {
    margin: 0 0 20px 0;
    max-width: 490px;
    color: var(--title-color);
}

.sidebar-style2 .widget {
    border: none;
    padding: 39px 30px;
    border: 0.25px solid rgba(214, 214, 214, 0.5);
    background-color: rgb(240, 242, 249);
    border-radius: 12px;
}

    .sidebar-style2 .widget.widget_search {
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

.sidebar-style2 .widget_title:before {
    content: "\f101";
    font-family: var(--icon-font);
    color: var(--theme-color);
    margin-right: 8px;
}

.sidebar-style2 .search-form input {
    border-radius: 12px;
    border: 0.25px solid rgba(214, 214, 214, 0.5);
    background-color: rgb(240, 242, 249);
    height: var(--btn-size, 70px);
    color: #8f9197;
    font-weight: 500;
    font-size: 14px;
}

    .sidebar-style2 .search-form input::-moz-placeholder {
        color: #8f9197;
    }

    .sidebar-style2 .search-form input::placeholder {
        color: #8f9197;
    }

.sidebar-style2 .search-form button {
    width: var(--btn-size, 70px);
    height: var(--btn-size, 70px);
    line-height: var(--btn-size, 70px);
    top: 0;
    right: 0;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 0 12px 12px 0;
    font-size: 22px;
}

.sidebar-style2 .widget_categories > ul {
    margin: 0 0 -13px 0;
}

.sidebar-style2 .widget_categories a {
    border: none;
    padding: 0 0 13px 0;
    margin: 0 0 14px 0;
    font-size: 15px;
    font-weight: 500;
    color: #8f9197;
    border-radius: 0;
    border-bottom: 1px dashed rgba(143, 145, 151, 0.5);
}

    .sidebar-style2 .widget_categories a:after {
        content: "\f101";
        position: absolute;
        right: 0;
        top: 2px;
        font-family: var(--icon-font);
    }

    .sidebar-style2 .widget_categories a:hover {
        color: #65666d;
        background-color: transparent;
    }

.sidebar-style2 .widget_categories li > span {
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 1;
    background-color: transparent;
    top: 2px;
    right: 0;
}

.sidebar-style2 .recent-post {
    border-bottom: 1px dashed rgba(143, 145, 151, 0.5);
    align-items: center;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
}

    .sidebar-style2 .recent-post:last-child {
        margin-bottom: 0;
    }

    .sidebar-style2 .recent-post .media-img {
        width: 95px;
        height: auto;
        margin-right: 15px;
        overflow: hidden;
        border-radius: 7px;
    }

    .sidebar-style2 .recent-post .post-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .sidebar-style2 .recent-post .recent-post-meta {
        margin: 0 0 -0.2em 0;
    }

        .sidebar-style2 .recent-post .recent-post-meta a {
            background-color: transparent;
            text-transform: none;
            color: #8f9197;
            font-weight: 500;
            font-size: 13px;
            padding: 0;
            border-radius: 0;
        }

            .sidebar-style2 .recent-post .recent-post-meta a:Hover {
                color: var(--theme-color);
            }

.sidebar-style2 .tagcloud {
    margin-bottom: -8px;
}

    .sidebar-style2 .tagcloud a {
        color: #8f9197;
        padding: 14px 24px;
        margin-right: 4px;
        border: 0.25px solid rgba(143, 145, 151, 0.2);
        margin-bottom: 7px;
    }

        .sidebar-style2 .tagcloud a:Hover {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: transparent;
        }

/* Large devices */
@media (max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px;
    }

    .widget_title {
        font-size: 20px;
    }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .sidebar-gallery {
        max-width: 300px;
    }

    .vs-widget-about .footer-text {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .recent-post .post-title {
        font-size: 18px;
        line-height: 24px;
    }

    .recent-post .recent-post-meta a {
        font-size: 12px;
        padding: 4px 7px;
    }

    .recent-post .media-img {
        margin-right: 15px;
        width: 80px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .sidebar-area {
        padding-top: 30px;
    }

    .wp-block-tag-cloud a,
    .tagcloud a {
        padding: 10.5px 18px;
    }

    .sidebar-gallery {
        max-width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .contact-widget .icon {
        --icon-size: 30px;
        --icon-font-size: 12px;
        top: 5px;
    }

    .contact-widget .contact {
        padding: 0 0 0 45px;
        margin: 0 0 20px 0;
        border-bottom: none;
    }

    .sidebar-style2 .widget {
        padding: 39px 15px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .widget {
        padding: 30px 20px;
    }
}

.footer-widget {
    margin-bottom: 40px;
}

    .footer-widget,
    .footer-widget .widget {
        padding: 0;
        border: none;
        padding-bottom: 0;
        background-color: transparent;
    }

        .footer-widget .widget_title {
            font-size: 24px;
            text-transform: capitalize;
            margin: -0.2em 0 36px 0;
        }

        .footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
            margin-bottom: 40px;
        }

            .footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
                margin-bottom: -25px;
            }

            .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
                display: block;
                width: -moz-max-content;
                width: max-content;
                border: none;
                max-width: 100%;
                font-size: 16px;
                font-weight: 400;
                padding: 0;
                margin: 0 0 26px 0;
                color: var(--title-color);
            }

                .footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
                    background-color: transparent;
                    color: var(--theme-color);
                }

                .footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
                    content: "\f105";
                    font-family: var(--icon-font);
                    color: var(--theme-color);
                    margin-right: 15px;
                }

            .footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
                width: auto;
                height: auto;
                position: relative;
                background-color: transparent;
                color: var(--body-color);
                line-height: 1;
            }

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

.footer-text {
    margin-bottom: 25px;
}

.footer-info {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    margin: 0 0 23px 0;
    padding: 0 0 0 65px;
    height: 44px;
    max-width: 330px;
}

    .footer-info:last-child {
        margin-bottom: 0;
    }

    .footer-info a {
        color: inherit;
    }

        .footer-info a:hover {
            color: var(--theme-color);
        }

    .footer-info i {
        display: inline-block;
        width: 46px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        position: absolute;
        left: 0;
        top: 50%;
        border-radius: 50%;
        transform: translateY(-50%);
    }

.footer-number2,
.footer-number {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0 0;
}

    .footer-number2 i,
    .footer-number i {
        margin-right: 10px;
    }

.footer-number2 {
    margin: -0.05em 0 20px 0;
    font-size: 26px;
}

.footer-address {
    max-width: 300px;
    position: relative;
    padding: 0 0 0 0;
    margin-top: 0;
    margin-bottom: 15px;
    color: #65666d;
    font-weight: 500;
    letter-spacing: 0.02em;
}

    .footer-address i {
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 18px;
        width: 23px;
        text-align: center;
        display: inline-block;
    }

.footer-location,
.footer-mail {
    font-size: 16px;
    color: var(--body-color);
    display: block;
    margin-bottom: 14px;
    color: var(--title-color);
    position: relative;
    padding-left: 35px;
}

    .footer-location i,
    .footer-mail i {
        position: absolute;
        left: 0;
        top: 3px;
        width: 23px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        margin-right: 10px;
    }

.footer-mail {
    padding-left: 0;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

    .footer-mail:hover {
        color: var(--theme-color);
    }

.footer-social a {
    display: inline-block;
    background-color: var(--theme-color);
    color: var(--white-color);
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: var(--icon-size, 50px);
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
}

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

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

.footer-about .footer-social {
    margin-top: 20px;
}

.footer-layout2 .footer-widget .widget_title {
    font-size: 22px;
    margin: -0.1em 0 30px 0;
    text-transform: uppercase;
}

.footer-layout2 .footer-widget.widget_nav_menu a {
    font-weight: 500;
    color: #65666d;
    font-size: 16px;
}

    .footer-layout2 .footer-widget.widget_nav_menu a:before {
        font-weight: 700;
        margin-right: 7px;
    }

    .footer-layout2 .footer-widget.widget_nav_menu a:hover {
        color: var(--theme-color);
    }

.footer-layout3 .footer-widget .widget_title {
    margin-bottom: 46px;
}

.footer-layout3 .widget_nav_menu {
    padding-top: 37px;
}

/* Large devices */
@media (max-width: 1199px) {
    .footer-widget .widget_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
        margin-right: 10px;
    }

    .footer-widget .newsletter-form {
        max-width: 300px;
    }

    .footer-number {
        font-size: 20px;
    }

    .footer-info {
        max-width: 250px;
    }

    .footer-address {
        max-width: 270px;
    }

    .footer-layout3 .footer-widget .widget_title {
        margin-bottom: 30px;
    }

    .footer-layout3 .footer-widget.widget_meta, .footer-layout3 .footer-widget.widget_pages, .footer-layout3 .footer-widget.widget_archive, .footer-layout3 .footer-widget.widget_categories, .footer-layout3 .footer-widget.widget_nav_menu {
        padding-top: 0;
        margin-bottom: 65px;
    }

        .footer-layout3 .footer-widget.widget_meta a, .footer-layout3 .footer-widget.widget_pages a, .footer-layout3 .footer-widget.widget_archive a, .footer-layout3 .footer-widget.widget_categories a, .footer-layout3 .footer-widget.widget_nav_menu a {
            margin: 0 0 20px 0;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px;
    }

    .footer-widget .newsletter-form {
        max-width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .footer-info {
        max-width: 100%;
    }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
    position: relative;
    z-index: 41;
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease 0.8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}

    .will-sticky .sticky-active.active {
        top: 0;
    }

.main-menu a {
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    color: var(--title-color);
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu a {
        font-size: 16px;
    }
}

.main-menu a:hover {
    color: var(--theme-color);
}

.main-menu > ul > li {
    margin: 0 13px;
    /* Extra large devices */
}

@media (max-width: 1500px) {
    .main-menu > ul > li {
        margin: 0 18px;
    }
}

.main-menu > ul > li > a .new-label {
    position: absolute;
    top: -10px;
    right: -27px;
    font-size: 11px;
    border-radius: 3px;
    background-color: var(--theme-color);
}

.main-menu > ul > li > a .has-new-lable {
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

    .main-menu ul li {
        list-style-type: none;
        display: inline-block;
        position: relative;
    }

        .main-menu ul li.menu-item-has-children > a:after {
            content: "\f107";
            position: relative;
            font-family: var(--icon-font);
            margin-left: 5px;
            top: -0.8px;
            font-size: 0.8rem;
        }

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

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

        .main-menu ul li:hover > ul.sub-menu,
        .main-menu ul li:hover ul.mega-menu {
            visibility: visible;
            opacity: 1;
            margin-top: 0;
            z-index: 9;
        }

    .main-menu ul.sub-menu,
    .main-menu ul.mega-menu {
        position: absolute;
        text-align: left;
        top: 100%;
        left: 0;
        background-color: var(--white-color);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        visibility: hidden;
        min-width: 190px;
        width: -moz-max-content;
        width: max-content;
        padding: 7px;
        left: -14px;
        margin-top: 50px;
        opacity: 0;
        z-index: -1;
        border-bottom: 3px solid var(--theme-color);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
        transform-origin: top center;
        transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
    }

        .main-menu ul.sub-menu a,
        .main-menu ul.mega-menu a {
            font-size: 16px;
            line-height: 30px;
        }

    .main-menu ul.sub-menu {
        padding: 18px 20px;
        left: -27px;
    }

        .main-menu ul.sub-menu:before {
            content: "";
            position: absolute;
            left: 34.5px;
            top: 30px;
            width: 1px;
            background-color: #ededed;
            height: calc(100% - 60px);
        }

        .main-menu ul.sub-menu li {
            display: block;
            margin: 0 0;
            padding: 3px 9px;
        }

            .main-menu ul.sub-menu li.menu-item-has-children > a:after {
                content: "\f105";
                float: right;
                top: 3px;
            }

            .main-menu ul.sub-menu li a {
                position: relative;
                padding-left: 21px;
            }

                .main-menu ul.sub-menu li a:before {
                    content: "\f111";
                    position: absolute;
                    top: 2.5em;
                    left: 0;
                    font-family: var(--icon-font);
                    width: 11px;
                    height: 11px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    font-size: 0.2em;
                    line-height: 11.5px;
                    color: var(--theme-color);
                    font-weight: 700;
                    background-color: var(--white-color);
                    box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
                }

            .main-menu ul.sub-menu li ul.sub-menu {
                left: 100%;
                right: auto;
                top: 0;
                margin: 0 0;
                margin-left: 20px;
            }

                .main-menu ul.sub-menu li ul.sub-menu li ul {
                    left: 100%;
                    right: auto;
                }

.main-menu .mega-menu-wrap {
    position: static;
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: var(--main-container);
    margin-left: calc(var(--main-container) / -2);
    padding: 20px 15px 23px 15px;
    left: 50%;
}

    .main-menu ul.mega-menu li {
        display: block;
        width: 100%;
        padding: 0 15px;
    }

        .main-menu ul.mega-menu li li {
            padding: 4px 0;
        }

        .main-menu ul.mega-menu li a {
            display: inline-block;
        }

    .main-menu ul.mega-menu > li > a {
        display: block;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 10px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 700;
        color: var(--title-color);
        border-color: var(--theme-color);
    }

        .main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 15px;
            height: 1px;
            background-color: var(--theme-color);
        }

        .main-menu ul.mega-menu > li > a::after {
            width: calc(100% - 20px);
            left: 20px;
        }

        .main-menu ul.mega-menu > li > a:hover {
            padding-left: 0;
        }

.menu-style1 > ul > li > a {
    padding: 41px 0;
    color: var(--white-color);
}

.menu-style2 > ul > li > a {
    padding: 49px 0;
}

.menu-style3 > ul > li > a {
    padding: 53px 0;
}

.menu-style4 > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--white-color);
    padding: 21.5px 0;
}

    .menu-style4 > ul > li > a .new-label {
        background-color: var(--error-color);
        top: -15px;
        padding: 3px 5px;
    }

    .menu-style4 > ul > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 6px;
        border-radius: 4px 4px 0 0;
        background-color: var(--white-color);
        transition: all ease 0.4s;
        transform: scaleX(0);
        opacity: 0;
        visibility: hidden;
    }

    .menu-style4 > ul > li > a:hover {
        color: var(--white-color);
    }

        .menu-style4 > ul > li > a:hover:before {
            transform: scale(1);
            opacity: 1;
            visibility: visible;
        }

.menu-style4 ul.mega-menu {
    left: 0;
    margin-left: 0;
}

.header-number {
    color: var(--title-color);
    font-size: 18px;
    display: inline-block;
}

    .header-number:hover {
        color: var(--theme-color);
    }

    .header-number img {
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
    }

.header-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.header-links li {
    color: var(--title-color);
    display: inline-block;
    margin: 0 25px 0 0;
}

    .header-links li:last-child {
        margin-right: 0;
    }

    .header-links li > i {
        color: var(--theme-color);
        margin: 0 10px 0 0;
    }

    .header-links li a {
        color: inherit;
    }

        .header-links li a:hover {
            color: var(--theme-color);
        }

.header-dropdown > .dropdown-toggle {
    color: var(--title-color);
}

    .header-dropdown > .dropdown-toggle i {
        margin: 0 5px 0 0;
    }

    .header-dropdown > .dropdown-toggle:after {
        content: "\f107";
        font-family: var(--icon-font);
        border: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        margin-left: 5px;
    }

    .header-dropdown > .dropdown-toggle:hover {
        color: var(--theme-color);
    }

.header-dropdown ul.dropdown-menu {
    padding: 10px 15px;
    border: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    margin: 0;
    margin-left: -15px !important;
    margin-top: 15px !important;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
    position: relative;
    z-index: 1;
    border: none;
}

    .header-dropdown ul.dropdown-menu li {
        margin-bottom: 10px;
    }

        .header-dropdown ul.dropdown-menu li:last-child {
            margin-bottom: 0;
        }

    .header-dropdown ul.dropdown-menu a {
        display: block;
        margin: 0 0;
        width: -moz-max-content;
        width: max-content;
        padding: 2px 10px;
        color: var(--title-color);
        font-weight: 400;
        font-size: 14px;
    }

        .header-dropdown ul.dropdown-menu a:hover {
            color: var(--theme-color);
        }

        .header-dropdown ul.dropdown-menu a:first-child {
            margin-top: 0;
            padding-top: 0;
        }

        .header-dropdown ul.dropdown-menu a:last-of-type, .header-dropdown ul.dropdown-menu a:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .header-dropdown ul.dropdown-menu:before {
        content: "";
        position: absolute;
        left: 47px;
        top: -7px;
        width: 14px;
        height: 14px;
        background-color: var(--white-color);
        z-index: -1;
        transform: rotate(45deg);
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
    }

.header-social .social-label {
    color: var(--title-color);
    margin: 0 10px 0 0;
    display: inline-block;
}

.header-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 37px;
    font-size: 12px;
    border: 1px solid #808080;
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

    .header-social a:last-child {
        margin-right: 0;
    }

    .header-social a:hover {
        background-color: var(--theme-color);
        color: var(--white-color);
        border-color: transparent;
    }

.header-text {
    margin: 0;
    color: #6a738b;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 0;
}

    .header-text i {
        color: var(--theme-color);
        margin-right: 10px;
    }

.header-layout2 .header-top,
.header-layout1 .header-top {
    padding: 9px 0;
}

.header-layout2 .will-sticky .sticky-active,
.header-layout1 .will-sticky .sticky-active {
    background-color: var(--secondary-color);
}

.header-layout2 .header-social .social-label,
.header-layout2 .header-dropdown > .dropdown-toggle,
.header-layout2 .header-links li,
.header-layout1 .header-social .social-label,
.header-layout1 .header-dropdown > .dropdown-toggle,
.header-layout1 .header-links li {
    color: var(--light-color);
}

    .header-layout2 .header-social a,
    .header-layout2 .header-number,
    .header-layout2 .header-links li a:hover,
    .header-layout2 .header-dropdown > .dropdown-toggle:hover,
    .header-layout1 .header-social a,
    .header-layout1 .header-number,
    .header-layout1 .header-links li a:hover,
    .header-layout1 .header-dropdown > .dropdown-toggle:hover {
        color: var(--white-color);
    }

    .header-layout2 .header-number,
    .header-layout2 .header-links li a:hover,
    .header-layout2 .header-dropdown > .dropdown-toggle:hover,
    .header-layout1 .header-number,
    .header-layout1 .header-links li a:hover,
    .header-layout1 .header-dropdown > .dropdown-toggle:hover {
        color: var(--white-color);
    }

        .header-layout2 .header-number:hover,
        .header-layout2 .header-links li a:hover:hover,
        .header-layout2 .header-dropdown > .dropdown-toggle:hover:hover,
        .header-layout1 .header-number:hover,
        .header-layout1 .header-links li a:hover:hover,
        .header-layout1 .header-dropdown > .dropdown-toggle:hover:hover {
            color: var(--theme-color);
        }

.header-layout4,
.header-layout2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

    .header-layout4 .header-top,
    .header-layout3 .header-top {
        padding: 11px 0;
    }

.header-layout3 .menu-area {
    background-color: var(--white-color);
    max-width: 1380px;
    margin: 0 auto;
}

.header-layout4 .menu-area {
    background-color: var(--white-color);
}

.header-layout4 .header-social .social-label,
.header-layout4 .header-dropdown > .dropdown-toggle,
.header-layout4 .header-links li,
.header-layout4 .header-social a {
    color: var(--white-color);
}

    .header-layout4 .header-links li a:hover,
    .header-layout4 .header-dropdown > .dropdown-toggle:hover {
        color: var(--theme-color);
    }

.header-layout5 .header-top {
    background-color: #f3f1f1;
}

.header-layout5 .header-middle {
    padding: 22px 0;
}

.header-layout5 .menu-area {
    margin-bottom: -35px;
}

.header-layout5 .inner-wrap {
    position: relative;
    z-index: 1;
    padding-right: 15px;
    border-right: 5px solid var(--white-color);
}

    .header-layout5 .inner-wrap:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 999999px;
        background-color: var(--secondary-color);
        z-index: -1;
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .main-menu {
        --main-container: 1116px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .main-menu {
        --main-container: 936px;
    }

    .header-layout4,
    .header-layout2 {
        position: relative;
        background-color: var(--title-color);
    }

        .header-layout2 .header-top {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

    .header-layout3 {
        margin-bottom: 30px;
    }

    .header-layout5 .inner-wrap {
        padding: 0 10px 0 25px;
    }

        .header-layout5 .inner-wrap:before {
            border-radius: 7px 0 0 7px;
            width: 100%;
        }

    .menu-style4 > ul > li {
        margin: 0 14px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .main-menu {
        --main-container: 100%;
    }

    .header-logo {
        padding: 15px 0;
    }

    .header-layout5 .header-middle {
        padding: 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .vs-header .header-social .social-label {
        display: none;
    }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
    padding-top: 100px;
    padding-bottom: 60px;
}

.copyright-wrap {
    text-align: center;
    padding: 40px 0;
    background-color: #001458;
}

.copyright-text {
    margin: 0;
    font-size: 14px;
    color: var(--white-color);
}

    .copyright-text a {
        color: inherit;
        font-weight: 700;
        text-decoration: underline;
    }

        .copyright-text a:hover {
            color: var(--theme-color);
        }

.footer-layout1 {
    background-color: var(--secondary-color);
    --body-color: #fff;
    --title-color: #fff;
}

    .footer-layout1 .vs-btn:hover {
        color: #000000;
    }

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

    .footer-layout2 .widget-area {
        padding: 65px 80px 35px 80px;
        position: relative;
        z-index: 1;
    }

        .footer-layout2 .widget-area:after, .footer-layout2 .widget-area:before {
            content: "";
            position: absolute;
            left: -28px;
            top: 0;
            width: 60%;
            height: 100%;
            background-color: var(--white-color);
            transform: rotateX(-20deg);
            border-radius: 10px;
            transform: rotateY(10deg) skewX(5deg);
            z-index: -1;
        }

        .footer-layout2 .widget-area:after {
            transform: rotateY(-10deg) skewX(-5deg);
            left: auto;
            right: -28px;
        }

    .footer-layout2 .footer-top {
        padding-bottom: 395px;
        margin-bottom: -305px;
    }

    .footer-layout2 .copyright-wrap {
        margin-top: -45px;
        padding-top: 65px;
        padding-bottom: 20px;
        background-color: var(--theme-color);
    }

    .footer-layout2 .copyright-text a:hover {
        color: var(--secondary-color);
    }

    .footer-layout2 .sidebar-gallery {
        max-width: 100%;
    }

.footer-layout3 .widget-area {
    padding-bottom: 65px;
}

.footer-layout3 .copyright-wrap {
    padding: 36px 0;
    background-color: var(--smoke-color);
}

.footer-layout3 .copyright-text {
    color: var(--title-color);
}

    .footer-layout3 .copyright-text a {
        color: var(--theme-color);
    }

        .footer-layout3 .copyright-text a:hover {
            color: var(--secondary-color);
        }

/* Medium Large devices */
@media (max-width: 1399px) {
    .footer-layout2 .widget-area {
        padding: 50px 20px 10px 20px;
    }

        .footer-layout2 .widget-area:after, .footer-layout2 .widget-area:before {
            left: -10px;
            transform: none;
        }

        .footer-layout2 .widget-area:after {
            left: auto;
            right: -10px;
        }
}
/* Large devices */
@media (max-width: 1199px) {
    .footer-layout2 .sidebar-gallery {
        grid-template-columns: repeat(6, 1fr);
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .widget-area {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .footer-layout1 .widget-area {
        padding-bottom: 0;
    }

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

    .footer-layout2 .widget-area {
        padding: 50px 0 10px 0;
    }

        .footer-layout2 .widget-area:after, .footer-layout2 .widget-area:before {
            display: none;
        }

    .footer-layout2 .copyright-wrap {
        margin-top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .footer-layout2 .sidebar-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 20px 0 -0.5em 0;
    list-style-type: none;
}

    .breadcumb-menu li {
        display: inline-block;
        list-style: none;
        position: relative;
    }

        .breadcumb-menu li:not(:last-child):after {
            content: "|";
            position: relative;
            margin-left: 15px;
            margin-right: 10px;
            font-weight: 700;
            font-size: 14px;
            opacity: 1;
            top: -2px;
        }

        .breadcumb-menu li:last-child {
            color: var(--theme-color);
        }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-weight: 700;
        font-size: 18px;
        word-break: break-word;
        white-space: normal;
        color: var(--white-color);
        font-family: var(--title-font);
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .breadcumb-menu a:hover {
            color: var(--theme-color);
        }

.breadcumb-title {
    margin: -0.32em 0 -0.36em 0;
    font-size: 70px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
}

.breadcumb-wrapper {
    padding-top: 230px;
    padding-bottom: 195px;
    background-color: var(--black-color);
    overflow: hidden;
    text-align: center;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .breadcumb-wrapper {
        padding-top: 180px;
        padding-bottom: 145px;
    }

    .breadcumb-title {
        font-size: 60px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-title {
        font-size: 48px;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px;
        letter-spacing: 0;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding-top: 130px;
        padding-bottom: 130px;
    }

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

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 14px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .breadcumb-title {
        font-size: 34px;
    }

    .breadcumb-menu {
        margin: 15px 0 -0.5em 0;
    }

        .breadcumb-menu li:not(:last-child):after {
            margin-left: 13px;
            margin-right: 8px;
            font-size: 12px;
            opacity: 1;
            top: -1px;
        }

    .breadcumb-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
    text-align: center;
    margin-bottom: 30px;
}

    .vs-pagination ul {
        margin: 0;
        padding: 0;
    }

    .vs-pagination li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none;
    }

        .vs-pagination li:last-child {
            margin-right: 0;
        }

        .vs-pagination li:first-child {
            margin-left: 0;
        }

    .vs-pagination span,
    .vs-pagination a {
        display: inline-block;
        position: relative;
        text-align: center;
        border: 2px solid #eceef4;
        color: var(--body-color);
        font-family: var(--body-font);
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-weight: 500;
        font-size: 14px;
        z-index: 1;
        border-radius: 50%;
    }

        .vs-pagination span i,
        .vs-pagination a i {
            font-size: 1.2em;
        }

        .vs-pagination span.active, .vs-pagination span:hover,
        .vs-pagination a.active,
        .vs-pagination a:hover {
            color: var(--white-color);
            background-color: var(--theme-color);
            border-color: transparent;
        }

        .vs-pagination span.active,
        .vs-pagination a.active {
            background-color: var(--secondary-color);
        }

/* Small devices */
@media (max-width: 767px) {
    .vs-pagination span,
    .vs-pagination a {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 12px;
        padding: 0 10px;
    }
}
/*------------------- 4.6. Blog  -------------------*/
blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--title-color);
    background-color: var(--quote-bg, #F0F4F5);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0;
}

    blockquote p {
        font-family: inherit;
        margin-bottom: 0 !important;
        line-height: 1.5;
        color: inherit;
        width: 100%;
        position: relative;
        z-index: 3;
        font-style: italic;
    }

    blockquote:before {
        content: "\f10e";
        font-family: var(--icon-font);
        position: absolute;
        right: 70px;
        bottom: 27px;
        font-size: 3.5rem;
        font-weight: 900;
        line-height: 1;
        color: var(--theme-color);
    }

    blockquote p {
        margin-bottom: 0;
    }

        blockquote p a {
            color: inherit;
        }

    blockquote cite {
        display: inline-block;
        font-size: 16px;
        position: relative;
        padding-left: 45px;
        line-height: 1;
        font-weight: 400;
        margin-top: 22px;
        font-style: normal;
        color: var(--title-color);
    }

        blockquote cite:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 8px;
            width: 30px;
            height: 2px;
            border-top: 2px solid var(--theme-color);
        }

.vs-quote {
    background-color: var(--secondary-color);
    color: var(--white-color);
    border: none;
    font-size: 24px;
    font-weight: 100;
    font-style: normal;
    padding: 53px 70px;
}

    .vs-quote p {
        font-style: inherit;
    }

    .vs-quote:before {
        display: none;
    }

    .vs-quote .quote {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .vs-quote .label {
        color: var(--theme-color);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }

    .vs-quote p {
        margin: 0 0 18px 0 !important;
    }

    .vs-quote cite {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 700;
        color: var(--white-color);
    }

        .vs-quote cite:before {
            display: none;
        }

blockquote.vs-quote2 {
    background-color: transparent;
    padding: 0 0 0 65px;
    border: none;
    margin: 20px 0 20px 0;
}

    blockquote.vs-quote2:before {
        left: 0;
        top: 7.2px;
        font-weight: 300;
        font-size: 46px;
    }

    blockquote.vs-quote2 p {
        font-weight: 500;
        color: var(--title-color);
        font-style: normal;
    }

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 23px;
    font-size: 18px;
    color: var(--body-color);
}

    .blog-meta span:last-child,
    .blog-meta a:last-child {
        margin-right: 0;
    }

    .blog-meta span i,
    .blog-meta a i {
        margin-right: 10px;
        color: var(--body-color);
    }

    .blog-meta a:hover {
        color: var(--theme-color);
    }

.blog-category {
    margin-bottom: -10px;
}

    .blog-category a {
        display: inline-block;
        color: var(--white-color);
        padding: 4.5px 24.5px;
        margin-right: 5px;
        margin-bottom: 10px;
        border: 1px solid transparent;
        background-color: var(--theme-color);
    }

        .blog-category a:hover {
            background-color: var(--white-color);
            color: var(--body-color);
            border-color: var(--theme-color);
        }

.blog-title a {
    color: inherit;
}

    .blog-title a:hover {
        color: var(--theme-color);
    }

.vs-blog {
    margin-bottom: 30px;
}

.blog-inner-title {
    font-size: 36px;
    margin-top: -0.3em;
    margin-bottom: 8px;
}

.blog-inner-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-inner-list li {
    position: relative;
    padding: 0 0 0 55px;
    margin: 0 0 17px 0;
}

    .blog-inner-list li:before {
        content: "\f00c";
        position: absolute;
        font-weight: 400;
        font-family: var(--icon-font);
        left: 0;
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: var(--white-color);
        background-color: var(--theme-color);
        border-radius: 50%;
    }

.blog-single {
    position: relative;
    margin-bottom: 60px;
}

    .blog-single .blog-meta {
        margin-bottom: 12px;
        margin-top: -0.45em;
        padding-top: 0;
    }

        .blog-single .blog-meta > span,
        .blog-single .blog-meta a {
            font-size: 14px;
            margin: 0 17px 0 0;
            padding: 0;
            color: #555555;
        }

            .blog-single .blog-meta > span i,
            .blog-single .blog-meta a i {
                color: var(--theme-color);
            }

            .blog-single .blog-meta a:hover {
                color: var(--theme-color);
            }

    .blog-single .blog-title {
        line-height: 1.35;
        margin-bottom: 23px;
        font-size: 30px;
    }

    .blog-single .link-btn {
        width: -moz-fit-content;
        width: fit-content;
        display: block;
    }

    .blog-single .blog-author {
        display: flex;
        align-items: center;
        padding: 40px;
        margin: 60px 0;
        background-color: #f4f6ff;
    }

        .blog-single .blog-author .media-img {
            width: 180px;
            margin-right: 25px;
        }

        .blog-single .blog-author .author-degi {
            color: var(--theme-color);
            font-size: 16px;
            font-weight: 700;
            margin: 0 0 5px 0;
        }

        .blog-single .blog-author .author-name {
            margin: 0 0 7px 0;
        }

        .blog-single .blog-author .author-text {
            margin: 0;
        }

    .blog-single .blog-date {
        background-color: var(--theme-color);
        color: var(--white-color);
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        display: block;
        width: -moz-max-content;
        width: max-content;
        padding: 4.5px 20px;
        margin: -17.5px 0 26px 0;
        border-radius: 10px;
    }

        .blog-single .blog-date:hover {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

    .blog-single .share-links-title {
        font-size: 20px;
        color: var(--title-color);
        font-family: var(--title-font);
        font-weight: 700;
        margin: 0 15px 0 0;
        display: inline-block;
    }

    .blog-single .share-links {
        margin: 35px 0 55px 0;
        padding: 40px 40px;
        background-color: #f4f6ff;
    }

        .blog-single .share-links .row {
            align-items: center;
        }

        .blog-single .share-links .tagcloud {
            display: inline-block;
        }

            .blog-single .share-links .tagcloud a {
                border: none;
                box-shadow: 0px 7px 15px 0px rgba(0, 19, 87, 0.02);
            }

    .blog-single .social-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: inline-block;
    }

        .blog-single .social-links li {
            display: inline-block;
            margin-right: 5px;
        }

            .blog-single .social-links li:last-child {
                margin-right: 0;
            }

        .blog-single .social-links a i {
            width: 42px;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            background-color: var(--white-color);
            color: var(--title-color);
            text-align: center;
            display: block;
            transition: all ease 0.4s;
            border-radius: 50%;
        }

        .blog-single .social-links a:hover i {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

    .blog-single .blog-content {
        margin: 0 80px 0 80px;
        padding: 0.1px var(--blog-space-x, 50px) 24px var(--blog-space-x, 50px);
        position: relative;
        border: 1px solid #e0e0e0;
        background-color: var(--white-color);
        border-radius: 15px;
    }

    .blog-single .blog-audio {
        line-height: 1;
    }

    .blog-single .blog-audio,
    .blog-single .blog-img {
        position: relative;
        background-color: var(--smoke-color);
    }

    .blog-single .blog-img {
        border-radius: 15px;
        margin-bottom: -80px;
    }

        .blog-single .blog-img img {
            border-radius: 15px;
        }

        .blog-single .blog-img .slick-arrow {
            --pos-x: 30px;
            border: none;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background-color: var(--theme-color);
            color: var(--white-color);
            border-radius: 5px;
        }

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

        .blog-single .blog-img .play-btn {
            --icon-size: 60px;
            --icon-font-size: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
        }

    .blog-single:hover .blog-img .slick-arrow {
        opacity: 1;
        visibility: visible;
    }

.blog-details .blog-img {
    margin: 0 0 40px 0;
}

.blog-details .blog-date {
    margin-top: 0;
}

.blog-details .blog-content {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.blog-details .blog-title {
    font-size: 45px;
    margin-bottom: 40px;
}

.blog-style1 {
    background-color: var(--white-color);
    border-radius: 12px;
    transition: all ease 0.4s;
}

    .blog-style1 .blog-img img {
        width: 100%;
        border-radius: 12px;
    }

    .blog-style1 .blog-category {
        margin-bottom: -8px;
    }

        .blog-style1 .blog-category a {
            padding: 0;
            font-size: 14px;
            color: var(--title-color);
            background-color: transparent;
            text-decoration: underline;
            text-transform: uppercase;
        }

    .blog-style1 .blog-title {
        font-weight: 600;
        margin: 0 0 20px 0;
    }

    .blog-style1 .blog-avater {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 10px 0 0;
    }

        .blog-style1 .blog-avater img {
            width: 100%;
        }

    .blog-style1 .blog-date {
        background-color: var(--theme-color);
        color: var(--white-color);
        text-transform: uppercase;
        line-height: 1;
        font-size: 14px;
        font-weight: 700;
        padding: 2.5px 10px;
        border-radius: 9999px;
    }

        .blog-style1 .blog-date:hover {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

    .blog-style1 .blog-bottom {
        display: flex;
        align-items: center;
    }

    .blog-style1 .blog-writter {
        color: #74777c;
        font-size: 14px;
        font-weight: 500;
        margin: 2px 0 0 0;
    }

    .blog-style1 .blog-content {
        padding: 30px 40px 40px 40px;
    }

    .blog-style1:hover {
        box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
    }

.blog-style2 .blog-img {
    overflow: hidden;
    border-radius: 12px;
}

    .blog-style2 .blog-img img {
        width: 100%;
    }

.blog-style2 .blog-date {
    margin: -17.5px 0 24px 0;
}

    .blog-style2 .blog-date a {
        display: inline-block;
        font-size: 14px;
        padding: 10.5px 20px;
        font-weight: 700;
        line-height: 1;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 7px;
        text-transform: uppercase;
    }

        .blog-style2 .blog-date a:hover {
            background-color: var(--white-color);
            color: var(--theme-color);
        }

.blog-style2 .blog-meta {
    margin: 0 0 12px 0;
}

    .blog-style2 .blog-meta a {
        color: #555555;
        display: inline-block;
        font-size: 14px;
        margin-right: 10px;
    }

        .blog-style2 .blog-meta a i {
            color: var(--theme-color);
        }

.blog-style2 .blog-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}

.blog-style2 .icon-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
}

.blog-style2 .blog-body {
    background-color: var(--white-color);
    padding: 0.1px 35px 30px 35px;
    margin: -35px 20px 0 20px;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    transition: all ease 0.4s;
}

.blog-style2 .blog-content {
    overflow: hidden;
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0;
}

.blog-style2.layout2 .blog-body {
    border: 1px solid #e0e0e0;
}

.blog-style2:hover .icon-btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.blog-style2:hover .blog-body {
    margin-top: -104px;
    background-color: var(--secondary-color);
    border-color: transparent;
}

.blog-style2:hover .blog-content {
    padding-bottom: 70px;
}

.blog-style2:hover .blog-meta a {
    color: #e3e3e3;
}

    .blog-style2:hover .blog-meta a:hover {
        color: var(--theme-color);
    }

.blog-style2:hover .blog-title a {
    color: var(--white-color);
}

    .blog-style2:hover .blog-title a:hover {
        color: var(--theme-color);
    }

.blog-style3 {
    background-color: var(--white-color);
    padding: 25px 25px 27px 25px;
    border-radius: 20px;
    box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(71, 70, 70, 0.04);
}

    .blog-style3 .blog-img {
        overflow: hidden;
        border-radius: 20px;
        box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(167, 166, 166, 0.1);
        position: relative;
    }

        .blog-style3 .blog-img:before {
            content: "";
            top: -60%;
            position: absolute;
            background-color: rgba(255, 255, 255, 0.1);
            height: 100px;
            width: calc(100% + 200px);
            transition: all ease 0.6s;
            z-index: 1;
        }

        .blog-style3 .blog-img img {
            transform: scale(1.001);
            transition: all ease 0.6s;
        }

    .blog-style3 .blog-meta {
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 8px;
        margin: 25px 0 30px 0;
    }

        .blog-style3 .blog-meta a {
            font-size: 15px;
            font-weight: 500;
            color: #65666d;
            margin-right: 14px;
        }

            .blog-style3 .blog-meta a:hover {
                color: var(--theme-color);
            }

            .blog-style3 .blog-meta a:not(:last-child):after {
                content: "~";
                margin-left: 18px;
            }

            .blog-style3 .blog-meta a:last-child {
                margin-right: 0;
            }

    .blog-style3 .blog-content {
        text-align: center;
        padding: 0 25px;
    }

    .blog-style3 .blog-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-style3:hover .blog-img:before {
        top: 160%;
    }

    .blog-style3:hover .blog-img img {
        transform: scale(1.1);
    }

.blog-style4 {
    position: relative;
    margin-bottom: 35px;
    --mask: radial-gradient(15.87px at 50% calc(100% + 11.00px), #0000 calc(99% - 2px), #000 calc(101% - 2px) 99%, #0000 101%) calc(50% - 20px) calc(50% - 6px + .5px)/40px 12px repeat-x, radial-gradient(15.87px at 50% -11px, #0000 calc(99% - 2px), #000 calc(101% - 2px) 99%, #0000 101%) 50% calc(50% + 6px)/40px 12px repeat-x;
}

    .blog-style4 .share-links:after, .blog-style4:after {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        height: 30px;
        background-color: #97ae9b;
        -webkit-mask: var(--mask);
        mask: var(--mask);
        margin: 21px 0 0 0;
    }

    .blog-style4 .blog-date {
        position: absolute;
        left: 20px;
        bottom: 20px;
        background-color: var(--theme-color);
        color: var(--white-color);
        display: inline-block;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        padding: 17px 15px 17px 15px;
        border-radius: 0 10px 0 10px;
    }

        .blog-style4 .blog-date .day {
            font-size: 26px;
            display: block;
            margin-bottom: 5px;
        }

        .blog-style4 .blog-date .month {
            font-size: 14px;
        }

    .blog-style4 .blog-img {
        overflow: hidden;
        margin-bottom: 33px;
        border-radius: 15px;
        background-color: var(--smoke-color);
        position: relative;
    }

        .blog-style4 .blog-img img {
            width: 100%;
            transition: all ease 0.4s;
            transform: scale(1.002);
        }

    .blog-style4 .blog-meta {
        margin-bottom: 5px;
    }

        .blog-style4 .blog-meta a {
            font-size: 14px;
            font-weight: 500;
            color: #65666d;
            text-transform: uppercase;
            margin: 0;
        }

            .blog-style4 .blog-meta a:hover {
                color: var(--theme-color);
            }

            .blog-style4 .blog-meta a:not(:last-child):after {
                content: "";
                display: inline-block;
                vertical-align: middle;
                position: relative;
                top: -1.5px;
                margin: 0 10px 0 15px;
                width: 7px;
                height: 7px;
                background-color: #e0e3ec;
                border-radius: 50%;
            }

    .blog-style4 .blog-title {
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .blog-style4 .link-btn {
        margin: 9px 0 0 0;
        color: var(--title-color);
    }

        .blog-style4 .link-btn i {
            color: var(--theme-color);
        }

        .blog-style4 .link-btn:hover {
            color: var(--theme-color);
        }

    .blog-style4 .blog-content {
        overflow: hidden;
    }

    .blog-style4 .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .blog-style4 .share-links-title {
        text-transform: uppercase;
        font-weight: 700;
        color: var(--title-color);
        display: inline-block;
        margin-right: 10px;
    }

    .blog-style4 .share-links {
        margin-top: 37px;
    }

        .blog-style4 .share-links:after {
            margin: 22px 0 0 0;
            height: 12px;
        }

        .blog-style4 .share-links .social-links,
        .blog-style4 .share-links .tagcloud {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

            .blog-style4 .share-links .tagcloud a {
                border: none;
                padding: 0;
                border-radius: 0;
                color: #89898d;
                margin: 0 5px 0 0;
            }

                .blog-style4 .share-links .tagcloud a:not(:last-child):after {
                    content: ",";
                }

                .blog-style4 .share-links .tagcloud a:hover {
                    color: var(--theme-color);
                    background-color: transparent;
                    border-color: transparent;
                }

    .blog-style4 .social-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .blog-style4 .social-links li {
            display: inline-block;
            margin-right: 10px;
        }

            .blog-style4 .social-links li:last-child {
                margin-right: 0;
            }

        .blog-style4 .social-links a {
            font-size: 18px;
            color: var(--body-color);
            display: block;
        }

            .blog-style4 .social-links a:hover {
                color: var(--theme-color);
            }

    .blog-style4 .blog-author {
        background-color: #f0f2f9;
        border-radius: 12px;
        border: 0.25px solid rgba(214, 214, 214, 0.5);
        display: flex;
        align-items: center;
        padding: 35px 30px;
        margin: 60px 0;
    }

    .blog-style4 .media-img {
        margin-right: 25px;
    }

    .blog-style4 .author-degi {
        font-size: 16px;
        font-weight: 600;
        color: var(--theme-color);
        text-transform: uppercase;
        display: block;
        line-height: 1;
        margin: 0 0 7px 0;
    }

    .blog-style4 .author-name {
        line-height: 1;
        font-weight: 600;
    }

    .blog-style4 p.author-text {
        margin-bottom: -0.3em;
    }

    .blog-style4 .blog-inner-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .blog-style4 .vs-comments-wrap .vs-post-comment {
        padding: 0 0 28px 0;
        border-bottom: 1px solid rgba(214, 214, 214, 0.5);
        margin: 36px 0 31px 0;
    }

    .blog-style4 .vs-comments-wrap .commented-on {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 7px;
    }

    .blog-style4 .vs-comments-wrap .name {
        font-size: 22px;
        margin-bottom: 7px;
    }

    .blog-style4 .vs-comments-wrap .comment-avater {
        margin-right: 25px;
    }

    .blog-style4 .vs-comments-wrap .replay-btn {
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        color: var(--theme-color);
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        top: 17px;
    }

        .blog-style4 .vs-comments-wrap .replay-btn:before {
            content: "\f122";
            font-family: var(--icon-font);
            margin-right: 7px;
        }

        .blog-style4 .vs-comments-wrap .replay-btn:hover {
            color: var(--secondary-color);
            background-color: transparent;
        }

    .blog-style4:hover .blog-img img {
        transform: scale(1.1);
    }

.blog-details .blog-style4:after {
    display: none;
}

.blog-bg-1 {
    background-image: linear-gradient(to top, rgb(240, 242, 249) 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: -50px;
}

    .blog-bg-1 .container {
        padding-bottom: 50px;
    }

.blog-wrap1 .container {
    padding: 60px 50px 30px 50px;
    background-color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .blog-style1 .blog-content {
        padding: 30px 25px 40px 25px;
    }

    .blog-style1 .blog-title {
        font-size: 22px;
    }

    .blog-single .blog-content {
        margin: 0 50px 0 50px;
    }

    .blog-style2 .blog-body {
        padding: 0.1px 25px 30px 25px;
        margin: -35px 15px 0 15px;
    }

    .blog-style2 .blog-title {
        font-size: 20px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    blockquote {
        font-size: 18px;
        padding: 23px 30px 26px 30px;
    }

    .vs-quote {
        font-size: 20px;
        line-height: 26px;
        padding: 40px 25px;
    }

        .vs-quote cite {
            font-size: 20px;
        }

        .vs-quote .label {
            font-size: 14px;
            margin: 0 0 8px 0;
        }

    blockquote.vs-quote2 {
        padding: 0 0 0 50px;
    }

        blockquote.vs-quote2 p {
            font-size: 16px;
        }

        blockquote.vs-quote2:before {
            top: 6px;
            font-size: 34px;
        }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px;
    }

        .blog-single .blog-author {
            padding: 25px;
        }

            .blog-single .blog-author .author-name {
                font-size: 18px;
            }

            .blog-single .blog-author .author-degi {
                font-size: 14px;
            }

        .blog-single .author-degi {
            font-size: 14px;
        }

        .blog-single .blog-title {
            font-size: 26px;
        }

        .blog-single .blog-inner-title {
            font-size: 24px;
        }

        .blog-single .blog-content {
            margin: 0 30px 0 30px;
        }

        .blog-single .blog-img {
            margin-bottom: -50px;
        }

        .blog-single .share-links {
            padding: 25px 30px;
        }

    .blog-inner-list li {
        padding: 0 0 0 45px;
    }

    .blog-details .blog-title {
        margin-bottom: 25px;
    }

    .blog-wrap1 .container {
        padding: 50px 24px 20px 24px;
    }

    .blog-style4 .blog-img {
        margin-bottom: 23px;
    }

    .blog-style4 .blog-author {
        padding: 30px 15px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .blog-style2 .blog-body {
        padding: 0.1px 20px 30px 20px;
        margin: -35px 15px 0 15px;
    }

    .blog-style2 .blog-title {
        font-size: 20px;
    }

    .blog-style2 .blog-meta a {
        font-size: 13px;
    }

    .blog-style2 .blog-date {
        margin: -17.5px 0 15px 0;
    }

    .blog-style4 .blog-author {
        padding: 35px 15px;
        margin: 40px 0;
    }

    .blog-style4 .blog-title {
        font-size: 30px;
        line-height: 1.3;
    }
}
/* Small devices */
@media (max-width: 767px) {
    blockquote {
        font-size: 16px;
        padding: 23px 15px 26px 15px;
    }

        blockquote:before {
            right: 30px;
            bottom: 30px;
            font-size: 2rem;
        }

        blockquote cite {
            margin-top: 17px;
            font-size: 14px;
        }

            blockquote cite::before {
                bottom: 6px;
            }

    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px;
    }

        .blog-single .blog-title {
            font-size: 24px;
            line-height: 1.4;
        }

        .blog-single .share-links-title {
            font-size: 18px;
            display: block;
            margin: 0 0 10px 0;
        }

        .blog-single .blog-meta > span:not(:last-child):after,
        .blog-single .blog-meta a:not(:last-child):after {
            content: "";
            margin: 0 10px 0 14px;
        }

        .blog-single .blog-content {
            margin: 0 10px 0 10px;
        }

        .blog-single .blog-img {
            margin-bottom: -20px;
        }

            .blog-single .blog-img .play-btn {
                --icon-size: 40px;
                --icon-font-size: 14px;
                top: calc(50% - 10px);
            }

        .blog-single .blog-author {
            display: block;
        }

            .blog-single .blog-author .media-img {
                margin-right: 0;
                margin-bottom: 20px;
            }

    .blog-style1 .blog-title {
        font-size: 18px;
    }

    .blog-style1 .blog-category {
        margin-bottom: 0px;
    }

    .blog-style2 .blog-body {
        margin: -20px 10px 0 10px;
    }
}

.blog-details .blog-img {
    margin-bottom: 40px;
}

.blog-details .blog-content {
    margin: 0;
    padding: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .blog-style3 .blog-meta {
        margin: 8px 0 18px 0;
    }

        .blog-style3 .blog-meta a {
            font-size: 14px;
            margin-right: 8px;
        }

            .blog-style3 .blog-meta a:not(:last-child):after {
                margin-left: 10px;
            }

    .blog-style3 .blog-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog-style3 {
        padding: 20px 20px 20px 20px;
    }

        .blog-style3 .blog-content {
            padding: 0;
        }

    .blog-style4 .blog-date {
        left: 10px;
        bottom: 10px;
        padding: 7px 10px 7px 10px;
    }

        .blog-style4 .blog-date .day {
            font-size: 20px;
            margin-bottom: 0px;
        }

        .blog-style4 .blog-date .month {
            font-size: 12px;
        }

    .blog-style4 .blog-meta {
        margin-bottom: 10px;
    }

        .blog-style4 .blog-meta a {
            font-size: 12px;
        }

            .blog-style4 .blog-meta a:not(:last-child):after {
                margin: 0 6px 0 9px;
                width: 5px;
                height: 5px;
            }

    .blog-style4 .share-links {
        margin-top: 10px;
    }

        .blog-style4 .share-links .row {
            --bs-gutter-y: 10px;
        }

    .blog-style4 .blog-author {
        display: block;
    }

    .blog-style4 .media-img {
        margin-bottom: 20px;
    }

    .blog-style4 .blog-title {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 18px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .blog-wrap1 .container {
        padding: 50px 15px 20px 15px;
        max-width: 94%;
    }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
    margin: 0;
    position: relative;
}

    .comment-respond .form-title a#cancel-comment-reply-link {
        font-size: 0.7em;
        text-decoration: underline;
    }

    .comment-respond .custom-checkbox.notice {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .comment-respond .row {
        --bs-gutter-x: 20px;
    }

    .comment-respond .form-control {
        height: 60px;
        font-size: 16px;
        border: 1px solid #e0e0e0;
        padding: 0 30px;
        border-radius: 9999px;
    }

    .comment-respond textarea.form-control {
        border-radius: 30px;
        padding-top: 20px;
    }

    .comment-respond input[type=checkbox] ~ label:before {
        border: 1px solid #BDBDBD;
        border-radius: 3px;
    }

    .comment-respond input[type=checkbox]:checked ~ label:before {
        background-color: var(--theme-color);
        border-color: transparent;
    }

    .comment-respond .blog-inner-title {
        margin-bottom: 0px;
    }

    .comment-respond .form-text {
        margin-bottom: 25px;
    }

    .comment-respond .form-group:last-child {
        margin-bottom: 0;
    }

.question-form .comment-respond,
.review-form .comment-respond {
    margin: 0 0 20px 0;
}

.question-form .form-control,
.review-form .form-control {
    background-color: transparent;
    border: 1px solid #e4e4e4;
}

.question-form .rating-select,
.review-form .rating-select {
    display: flex;
    align-items: center;
}

    .question-form .rating-select label,
    .review-form .rating-select label {
        font-weight: 500;
        color: var(--title-color);
    }

.review-form {
    display: none;
}

.vs-comments-wrap {
    margin: 60px 0;
}

    .vs-comments-wrap .description p:last-child {
        margin-bottom: 0;
    }

    .vs-comments-wrap .comment-respond {
        margin: 30px 0;
    }

    .vs-comments-wrap pre {
        background: #ededed;
        color: #666;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .vs-comments-wrap blockquote {
        background-color: #eaf8f9;
    }

    .vs-comments-wrap li {
        margin: 0;
    }

    .vs-comments-wrap .vs-post-comment {
        padding: 0 0 33px 0;
        border-bottom: 1px solid #e4e8f6;
        position: relative;
        display: flex;
        margin: 40px 0 40px 0;
        position: relative;
    }

    .vs-comments-wrap ul.comment-list {
        list-style: none;
        margin: -10px 0 -15px 0;
        padding: 0;
    }

        .vs-comments-wrap ul.comment-list ul ul,
        .vs-comments-wrap ul.comment-list ul ol,
        .vs-comments-wrap ul.comment-list ol ul,
        .vs-comments-wrap ul.comment-list ol ol {
            margin-bottom: 0;
        }

    .vs-comments-wrap .comment-avater {
        width: 100px;
        height: 100px;
        margin-right: 30px;
        overflow: hidden;
        background-color: var(--white-color);
        border-radius: 100%;
    }

        .vs-comments-wrap .comment-avater img {
            border-radius: 10px;
            width: 100%;
        }

    .vs-comments-wrap .comment-content {
        flex: 1;
        position: relative;
        margin-top: -5px;
    }

    .vs-comments-wrap .commented-on {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        color: var(--theme-color);
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
    }

        .vs-comments-wrap .commented-on i {
            margin-right: 7px;
            font-size: 0.9rem;
        }

    .vs-comments-wrap .name {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: -0.1em;
    }

    .vs-comments-wrap .comment-top {
        display: flex;
        justify-content: space-between;
    }

    .vs-comments-wrap .text {
        color: #6b6b6b;
        margin-bottom: 0;
    }

        .vs-comments-wrap .text:last-child {
            margin-bottom: 0;
        }

    .vs-comments-wrap .children {
        margin: 0;
        padding: 0;
        list-style-type: none;
        margin-left: 70px;
    }

    .vs-comments-wrap .replay-btn {
        display: inline-block;
        background-color: var(--secondary-color);
        color: var(--white-color);
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 5px;
        padding: 13px 24px;
        border-radius: 9999px;
    }

        .vs-comments-wrap .replay-btn i {
            margin-right: 7px;
            font-size: 0.8em;
        }

        .vs-comments-wrap .replay-btn:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

    .vs-comments-wrap .star-rating {
        font-size: 12px;
        margin-bottom: 10px;
        position: absolute;
        top: 5px;
        right: 0;
        width: 80px;
    }

    .vs-comments-wrap.vs-comment-form {
        margin: 0;
    }

/* Large devices */
@media (max-width: 1199px) {
    .vs-comments-wrap .vs-post-comment {
        display: block;
    }

    .vs-comments-wrap .star-rating {
        position: relative;
        top: 0;
        right: 0;
    }

    .vs-comments-wrap .comment-top {
        display: block;
    }

    .vs-comments-wrap .comment-avater {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .vs-comments-wrap .name {
        font-size: 18px;
    }

    .vs-comments-wrap .children {
        margin-left: 40px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .vs-comments-wrap .children {
        margin-left: 20px;
    }

    .vs-comments-wrap .name {
        font-size: 18px;
    }
}
/*------------------- 4.8. Hero Area  -------------------*/
.vs-hero-wrapper {
    position: relative;
    z-index: 1;
}

.ls-custom-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 1px solid #808080;
    border-radius: 50%;
    margin: 0 11px 0 0;
}

    .ls-custom-dot:last-child {
        margin-right: 0;
    }

    .ls-custom-dot:hover, .ls-custom-dot.active {
        background-color: var(--white-color);
        border-color: transparent;
    }

    .ls-custom-dot.style2 {
        display: block;
        margin: 10px 0;
    }

        .ls-custom-dot.style2:hover, .ls-custom-dot.style2.active {
            background-color: var(--theme-color);
            border-color: var(--theme-color);
        }

.hero-ripple-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(45deg) scale(0.94);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    z-index: 2;
}

    .hero-ripple-img img {
        transform: rotate(-45deg) scale(1.09);
        width: 100%;
    }

.hero-ripple-border .ripple-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg) scale(0.94);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    border: 1px solid #bcbcbc;
    animation: ripple3 10s ease-in-out infinite;
    opacity: 0;
    z-index: 1;
}

    .hero-ripple-border .ripple-border:nth-child(2) {
        animation-delay: 2.6s;
    }

    .hero-ripple-border .ripple-border:nth-child(3) {
        animation-delay: 5.2s;
    }

    .hero-ripple-border .ripple-border:nth-child(4) {
        animation-delay: 7.8s;
    }

    .hero-ripple-border .ripple-border:nth-child(5) {
        animation-delay: 10s;
    }

.vs-btn.ls-vs-btn {
    margin-right: 40px;
}

.ls-custom-arrow:not(:last-child) {
    margin-right: 10px;
}

.ls-arrow2,
.ls-custom-arrow.ls-arrow2 {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
}

    .ls-arrow2:last-child,
    .ls-custom-arrow.ls-arrow2:last-child {
        margin-bottom: 0;
    }

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
}

.hero-inner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--title-color);
    min-height: 970px;
    z-index: 1;
    overflow: hidden;
}

    .hero-inner .container {
        position: relative;
        z-index: 2;
    }

.hero-layout3 .slick-current,
.hero-layout2 .slick-current,
.hero-layout1 .slick-current {
    --animation-name: slideinup;
}

.hero-layout1 .hero-subtitle {
    font-size: 20px;
    font-weight: 900;
    color: var(--white-color);
    letter-spacing: 3px;
    font-family: var(--title-font);
    display: block;
    margin-bottom: 20px;
    animation-delay: 0s;
}

.hero-layout1 .hero-title {
    font-size: 80px;
    color: var(--white-color);
    font-family: var(--title-color);
    line-height: 1.15;
    margin-bottom: 8px;
    animation-delay: 0.2s;
}

.hero-layout1 .hero-text {
    font-size: 22px;
    font-weight: 400;
    font-family: var(--title-font);
    color: #bbbbbb;
    max-width: 450px;
    margin-bottom: 40px;
}

.hero-layout1 .hero-btns {
    animation-delay: 0.4s;
}

.hero-layout1 .hero-content {
    max-width: 730px;
}

.hero-layout1 .hero-inner {
    align-items: flex-end;
}

.hero-layout1 .hero-img {
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 -50px;
    text-align: center;
}

.hero-layout1 .hero-shape2 {
    position: absolute;
    right: 17%;
    bottom: 43%;
    z-index: 2;
    animation-delay: 0.8s;
}

.hero-layout1 .hero-shape1 {
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    animation-delay: 0.6s;
}

.hero-layout1 .slick-arrow {
    --pos-right: 250px;
    right: var(--pos-right);
    left: auto;
    top: auto;
    bottom: 60px;
    transform: none;
    margin: 0;
    --icon-size: 85px;
    --icon-font-size: 24px;
}

    .hero-layout1 .slick-arrow.slick-prev {
        right: calc(var(--icon-size) + var(--pos-right) + 10px);
    }

    .hero-layout1 .slick-arrow:hover {
        background-color: var(--secondary-color);
    }

.hero-layout1 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    max-width: var(--main-container);
    margin: 0 auto;
    text-align: left;
}

    .hero-layout1 .slick-dots button {
        display: inline-block;
        width: 17px;
        height: 17px;
        background-color: transparent;
        border: 1px solid #808080;
        border-radius: 50%;
        transform: scale(1);
    }

    .hero-layout1 .slick-dots .slick-active button {
        background-color: var(--white-color);
        border-color: transparent;
    }

.hero-layout2 .hero-subtitle {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--title-font);
    display: inline-block;
    letter-spacing: 1px;
    color: var(--theme-color);
    border: 3px solid var(--theme-color);
    border-radius: 9999px;
    padding: 0 30px;
    height: 40px;
    line-height: 34px;
    margin: 0 0 18px 0;
    animation-delay: 0;
}

.hero-layout2 .hero-title {
    font-size: 70px;
    line-height: 1;
    animation-delay: 0.4s;
}

.hero-layout2 .hero-text {
    font-size: 20px;
    color: var(--title-color);
    line-height: 30px;
    max-width: 475px;
    margin: 0 0 35px 0;
    animation-delay: 0.6s;
}

.hero-layout2 .hero-media {
    display: flex;
    flex: 1;
    animation-delay: 1s;
}

.hero-layout2 .media-label {
    font-size: 16px;
    color: var(--title-color);
    font-family: var(--title-font);
    display: block;
    margin: 12px 0 5px 0;
}

.hero-layout2 .media-info {
    font-size: 26px;
    color: var(--title-color);
    display: inline-block;
}

    .hero-layout2 .media-info:hover {
        color: var(--theme-color);
    }

.hero-layout2 .hero-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}

    .hero-layout2 .hero-bottom .vs-btn {
        margin-bottom: 17px;
        margin-right: 45px;
        animation-delay: 0.8s;
    }

.hero-layout2 .hero-content {
    padding: 0 0 30px 0;
    max-width: 49%;
}

.hero-layout2 .hero-img {
    position: relative;
    max-width: 50%;
}

    .hero-layout2 .hero-img .img-1 {
        border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
        transform: rotate(45deg) scale(0.94);
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .hero-layout2 .hero-img img {
        transform: rotate(-45deg) scale(1.1);
    }

.hero-layout2 .hero-inner {
    background-color: transparent;
    min-height: auto;
    padding: 80px 0 100px 0;
}

.hero-layout2 .hero-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero-layout2 .slick-dots {
    position: absolute;
    left: -18%;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

    .hero-layout2 .slick-dots button {
        transform: none;
    }

    .hero-layout2 .slick-dots li {
        display: block;
        margin: 12px 0;
    }

.hero-layout2 [class*=hero-shape] {
    position: absolute;
}

.hero-layout2 .hero-shape-1 {
    top: 60px;
    left: 56%;
}

.hero-layout2 .hero-shape-2 {
    top: 133px;
    width: 31px;
    height: 32px;
    left: 52.5%;
}

.hero-layout2 .hero-shape-3 {
    top: 218px;
    left: 48%;
}

.hero-layout2 .hero-shape-4 {
    top: 85px;
    left: 76%;
}

.hero-layout2 .hero-shape-5 {
    top: 85px;
    left: 81%;
}

.hero-layout2 .hero-shape-6 {
    top: 166px;
    left: 84.5%;
}

.hero-layout2 .hero-shape-7 {
    top: 244px;
    width: 31px;
    height: 32px;
    left: 83.8%;
}

.hero-layout2 .hero-shape-8 {
    top: 339px;
    left: 83.5%;
}

.hero-layout2 .hero-shape-9 {
    top: 537px;
    left: 82%;
}

.hero-layout2 .hero-shape-10 {
    top: 693px;
    left: 78.5%;
}

.hero-layout2 .hero-shape-11 {
    top: 739px;
    left: 74%;
}

.hero-layout2 .hero-shape-12 {
    top: 770px;
    left: 80%;
}

.hero-layout2 .hero-shape-13 {
    top: 740px;
    left: 67%;
}

.hero-layout2 .hero-shape-14 {
    top: 680px;
    left: 54.5%;
}

.hero-layout2 .hero-shape-15 {
    top: 724px;
    left: 51%;
}

.hero-layout2 .hero-shape-16 {
    top: 655px;
    width: 31px;
    height: 32px;
    left: 49%;
}

.hero-layout3 .hero-subtitle {
    font-size: 48px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font);
    letter-spacing: -0.2px;
    display: block;
    line-height: 1;
    animation-delay: 0s;
}

.hero-layout3 .hero-title {
    font-size: 90px;
    color: var(--white-color);
    letter-spacing: -0.5px;
    margin: -0.13em 0 20px 0;
    animation-delay: 0.4s;
}

.hero-layout3 .hero-text {
    font-size: 22px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color);
    margin-bottom: 12px;
    animation-delay: 0.8s;
}

    .hero-layout3 .hero-text i {
        margin-right: 10px;
    }

    .hero-layout3 .hero-text:nth-of-type(2) {
        animation-delay: 1s;
    }

.hero-layout3 .hero-btns {
    margin-top: 40px;
    animation-delay: 1.4s;
}

.hero-layout3 .hero-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hero-layout3 .hero-inner {
    padding-top: 194px;
    min-height: 1050px;
}

.hero-layout3 .slick-arrow {
    right: auto;
    left: 135px;
    --icon-size: 85px;
    --icon-font-size: 24px;
    margin: 0;
    top: 45%;
}

    .hero-layout3 .slick-arrow.slick-next {
        top: 55%;
    }

    .hero-layout3 .slick-arrow:hover {
        border-color: transparent;
        background-color: var(--secondary-color);
    }

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .ls-wrapper > .ls-layer.ls-hd-none {
        display: none !important;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .hero-layout1 .hero-img {
        max-width: 460px;
        margin: 0;
    }

    .hero-layout1 .hero-title {
        font-size: 62px;
    }

    .hero-layout1 .hero-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .hero-layout1 .hero-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hero-layout1 .hero-inner {
        min-height: 800px;
    }

    .hero-layout1 .hero-shape1 {
        max-width: 650px;
    }

    .hero-layout1 .hero-shape2 {
        right: 7%;
        bottom: 40%;
    }

    .hero-layout2 .hero-title {
        font-size: 60px;
    }

    .hero-layout2 .hero-subtitle {
        font-size: 14px;
        padding: 0 20px;
    }

    .hero-layout2 .hero-bottom .vs-btn {
        margin-bottom: 17px;
        margin-right: 25px;
    }

    .hero-layout2 .hero-shape-4 {
        top: 5%;
        left: 78%;
    }

    .hero-layout2 .hero-shape-6 {
        top: 15%;
        left: 91.5%;
    }

    .hero-layout2 .hero-shape-7 {
        top: 29%;
        left: 92.8%;
    }

    .hero-layout2 .hero-shape-8 {
        top: 62%;
        left: 92.5%;
    }

    .hero-layout2 .hero-shape-9 {
        top: 73%;
        left: 87%;
    }

    .hero-layout2 .hero-shape-10 {
        top: 85%;
        left: 77.5%;
    }

    .hero-layout2 .hero-shape-11 {
        top: 85%;
        left: 87%;
    }

    .hero-layout2 .hero-shape-12 {
        top: 84%;
        left: 69%;
    }

    .hero-layout2 .hero-shape-13 {
        top: 78%;
        left: 60%;
    }

    .hero-layout2 .hero-shape-14 {
        top: 47%;
        left: 46.5%;
    }

    .hero-layout2 .hero-shape-15 {
        top: 95%;
        left: 51%;
    }

    .hero-layout2 .hero-shape-15 {
        top: 63%;
        left: 51%;
    }

    .hero-layout2 .hero-shape-16 {
        top: 72%;
        left: 52%;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .ls-wrapper > .ls-layer.ls-ml-none {
        display: none !important;
    }

    .hero-layout3 .hero-inner {
        padding-top: 184px;
        min-height: 800px;
    }

    .hero-layout3 .hero-title {
        font-size: 72px;
        margin-bottom: 15px;
    }

    .hero-layout3 .hero-subtitle {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .hero-layout3 .hero-text {
        font-size: 18px;
    }

    .hero-layout3 .hero-shape1 {
        max-width: 1000px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .hero-layout1 .hero-img {
        max-width: 400px;
    }

    .hero-layout1 .hero-title {
        font-size: 48px;
    }

    .hero-layout1 .hero-subtitle {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .hero-layout1 .hero-text {
        font-size: 16px;
    }

    .hero-layout1 .hero-inner {
        min-height: auto;
        padding-top: 50px;
    }

    .hero-layout1 .hero-shape1 {
        max-width: 550px;
    }

    .hero-layout2 [class*=hero-shape] {
        display: none;
    }

    .hero-layout2 .hero-title {
        font-size: 48px;
    }

    .hero-layout2 .hero-text {
        font-size: 18px;
        line-height: 28px;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .hero-layout2 .hero-bottom {
        display: block;
    }

        .hero-layout2 .hero-bottom .vs-btn {
            margin-bottom: 0;
        }

    .hero-layout2 .hero-inner {
        padding: 30px 0 60px 0;
    }

    .hero-layout2 .media-label {
        font-size: 14px;
        margin: 8px 0 7px 0;
    }

    .hero-layout2 .media-info {
        font-size: 22px;
    }

    .hero-layout2 .hero-subtitle {
        font-size: 14px;
        border-width: 2px;
        padding: 0 25px;
    }

    .hero-layout2 .hero-text {
        font-size: 16px;
        line-height: 26px;
        max-width: 340px;
        margin-bottom: 15px;
    }

    .hero-layout3 .hero-inner {
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: auto;
    }

    .hero-layout3 .hero-subtitle {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hero-layout3 .hero-title {
        font-size: 60px;
    }

    .hero-layout3 .hero-text {
        font-size: 16px;
    }

        .hero-layout3 .hero-text i {
            margin-right: 5px;
        }

    .hero-layout3 .hero-btns {
        margin-top: 30px;
    }

    .hero-layout3 .hero-shape1 {
        max-width: 600px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .hero-layout1 .hero-img {
        max-width: 300px;
    }

    .hero-layout1 .hero-title {
        font-size: 40px;
    }

    .hero-layout1 .hero-shape1 {
        max-width: 350px;
    }

    .hero-layout2 .hero-title {
        font-size: 40px;
    }

    .hero-layout3 .hero-inner {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: auto;
    }

    .hero-layout3 .hero-subtitle {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .hero-layout3 .hero-title {
        font-size: 48px;
    }

    .hero-layout3 .hero-text {
        font-size: 14px;
    }

        .hero-layout3 .hero-text i {
            margin-right: 5px;
        }

    .hero-layout3 .hero-btns {
        margin-top: 30px;
    }

    .hero-layout3 .hero-shape1 {
        max-width: 500px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .hero-layout1 {
        text-align: center;
    }

        .hero-layout1 .hero-btns {
            justify-content: center;
        }

        .hero-layout1 .hero-img {
            max-width: 100%;
            padding-top: 40px;
        }

        .hero-layout1 .hero-subtitle {
            letter-spacing: 0;
        }

        .hero-layout1 .hero-text {
            max-width: 100%;
        }

        .hero-layout1 .hero-title {
            font-size: 30px;
        }

        .hero-layout1 .hero-shape1 {
            max-width: 300px;
        }

        .hero-layout1 .hero-shape2 {
            bottom: 10%;
        }

    .hero-layout2 .hero-row {
        display: block;
    }

    .hero-layout2 .hero-img {
        max-width: 100%;
        margin-bottom: 0;
        margin-top: 35px;
    }

        .hero-layout2 .hero-img .hero-ripple-border {
            display: none;
        }

    .hero-layout2 .hero-content {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }

    .hero-layout2 .hero-media {
        display: flex;
        text-align: left;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-layout2 .hero-title {
        font-size: 36px;
    }

    .hero-layout2 .hero-text {
        max-width: 100%;
    }

    .hero-layout2 .hero-bottom .vs-btn {
        margin-right: 0;
    }

    .hero-layout2 .hero-inner {
        padding-bottom: 0;
    }

    .hero-layout3 {
        text-align: center;
    }

        .hero-layout3 .hero-subtitle {
            font-size: 18px;
        }

        .hero-layout3 .hero-title {
            font-size: 30px;
        }

        .hero-layout3 .hero-text {
            font-size: 14px;
        }

        .hero-layout3 .hero-btns {
            margin-top: 25px;
            justify-content: center;
        }

            .hero-layout3 .hero-btns .vs-btn {
                padding: 17px 26px;
                font-size: 14px;
            }

        .hero-layout3 .hero-shape1 {
            max-width: 600px;
        }
}

@media (max-width: 1500px) {
    .ls-layer .ls-vs-btn {
        padding: 18px 25px;
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .ls-layer .ls-vs-btn {
        padding: 14px 26px;
        margin-right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ls-layer .ls-vs-btn {
        padding: 9px 19px;
        margin-right: 10px;
        font-size: 11px;
    }
}
/*------------------- 4.9. Error  -------------------*/
.error-number {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    margin: 0 0 10px 0;
}

.error-title {
    color: var(--white-color);
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 5px 0;
}

.error-text {
    font-size: 18px;
    color: var(--white-color);
    margin: 0 0 40px 0;
}

.search-inline {
    position: relative;
    margin: 0 0 30px 0;
}

    .search-inline input {
        height: 75px;
        border: none;
        color: var(--title-color);
        border-radius: 9999px;
        padding: 0 40px;
        font-size: 16px;
    }

        .search-inline input::-moz-placeholder {
            color: var(--title-color);
        }

        .search-inline input::placeholder {
            color: var(--title-color);
        }

    .search-inline button {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background-color: transparent;
        padding: 0;
        font-size: 26px;
        color: var(--secondary-color);
    }

        .search-inline button:hover {
            color: var(--theme-color);
        }

.error-content {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    padding: 240px 0 280px 0;
    position: relative;
    z-index: 1;
}

    .error-content .vs-btn {
        min-width: 220px;
    }

.error-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--secondary-color);
    opacity: 0.6;
    width: 910px;
    height: 910px;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    z-index: -1;
}

/* Medium devices */
@media (max-width: 991px) {
    .error-number {
        font-size: 120px;
    }

    .error-title {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .error-text {
        font-size: 16px;
        margin: 0 0 30px 0;
    }

    .error-content {
        padding: 100px 0 100px 0;
    }
}
/*------------------- 4.10. About  -------------------*/
.about-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--theme-color);
    z-index: -1;
    width: 100%;
    max-width: 510px;
}

.img-box1 {
    position: relative;
}

    .img-box1 .img-1 {
        position: absolute;
        left: 0;
        top: 120px;
        overflow: hidden;
        border-radius: 10px;
    }

    .img-box1 .img-2 {
        text-align: right;
    }

        .img-box1 .img-2 img {
            border-radius: 10px;
        }

.img-box2 {
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

    .img-box2 .img-2 {
        position: absolute;
        right: -25%;
        top: 30%;
        z-index: -1;
    }

.img-box3 {
    display: flex;
    gap: 30px;
    padding-right: 55px;
}

    .img-box3 .img-2 {
        position: relative;
    }

.img-box4 {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 23px auto 43px auto;
    padding-bottom: 137px;
}

    .img-box4 .img-2 {
        position: absolute;
        left: 0;
        bottom: 0;
        --thumb-size: 332px;
    }

.img-box5 {
    padding: 25px 0;
    position: relative;
}

    .img-box5 .img-1 img {
        border-radius: 13px;
        width: 100%;
    }

    .img-box5 .shape-1 {
        position: absolute;
        right: 186px;
        top: 0;
        bottom: 0;
        width: 141px;
        background-color: var(--theme-color);
        transform: skewX(-26deg);
        z-index: -1;
    }

.about-text1 {
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}

.ripple-thumb {
    width: var(--thumb-size, 556px);
    height: var(--thumb-size, 556px);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    position: relative;
    z-index: 1;
}

    .ripple-thumb .ripple-img {
        transform: rotate(45deg);
        overflow: hidden;
        border-radius: inherit;
        z-index: 2;
        position: relative;
    }

        .ripple-thumb .ripple-img img {
            transform: rotate(-45deg) scale(1.1);
        }

    .ripple-thumb .ripple {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: rotate(45deg) scale(0.94);
        border-radius: inherit;
        border: 1px solid var(--ripple-border-color, #bcbcbc);
        animation: ripple3 10s ease-in-out infinite;
        opacity: 0;
        z-index: 1;
    }

        .ripple-thumb .ripple:nth-child(2) {
            animation-delay: 2.6s;
        }

        .ripple-thumb .ripple:nth-child(3) {
            animation-delay: 5.2s;
        }

        .ripple-thumb .ripple:nth-child(4) {
            animation-delay: 7.8s;
        }

        .ripple-thumb .ripple:nth-child(5) {
            animation-delay: 10s;
        }

.exp-pill {
    position: absolute;
    top: 15px;
    right: -43px;
    z-index: 3;
    width: 204px;
    height: 204px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .exp-pill:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: rotate(45deg);
        background-color: var(--secondary-color);
        border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
        z-index: -1;
    }

.exp-pill__years {
    color: var(--theme-color);
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.exp-pill__text {
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    margin: 0;
}

.list-box1 ul {
    margin: -60px -60px 0 auto;
    padding: 37px 35px 15px 35px;
    min-width: 470px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgb(224, 224, 224);
    background-color: var(--white-color);
    z-index: 3;
    list-style-type: none;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
}

.list-box1 li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}

    .list-box1 li:before {
        content: "\f00c";
        font-family: var(--icon-font);
        font-weight: 300;
        position: absolute;
        left: 0;
        top: -2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 50%;
    }

.list-style2 ul,
.list-style1 ul {
    margin: 0 0 43px 0;
    padding: 0;
    list-style: none;
}

.list-style2 li,
.list-style1 li {
    position: relative;
    padding-left: 45px;
    margin: 0 0 20px 0;
}

    .list-style2 li > i:first-child,
    .list-style1 li > i:first-child {
        position: absolute;
        top: -2px;
        left: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        background-color: var(--theme-color);
        color: var(--white-color);
        border-radius: 50%;
    }

.list-style2 li {
    font-weight: 500;
    padding-left: 60px;
}

    .list-style2 li > i:first-child {
        top: 5px;
        width: 35px;
        height: 35px;
        line-height: 36px;
    }

.list-style3 ul {
    margin: 0 0 37px 0;
}

.list-style3 li {
    font-weight: 600;
    font-size: 18px;
    color: var(--title-color);
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
}

    .list-style3 li i:first-child {
        color: var(--theme-color);
        position: absolute;
        left: 0;
        top: 3.3px;
    }

.media-style1 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 991px) {
    .media-style1.has-bg {
        background-color: #f4f4f4;
        padding: 15px 20px 15px 20px;
        border-radius: 15px;
    }
}

.media-style1 .media-icon {
    color: var(--theme-color);
    font-size: 36px;
    margin-right: 15px;
}

.media-style1 .media-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--title-color);
    text-transform: uppercase;
    display: block;
}

.media-style1 .media-info {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #6a738b;
}

.media-style1.layout2 {
    background-color: var(--theme-color);
    padding: 10px 40px 10px 20px;
    border-radius: 0 9999px 9999px 0;
}

    .media-style1.layout2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: inherit;
        z-index: -1;
        width: 0;
        opacity: 0;
        visibility: hidden;
    }

    .media-style1.layout2 .text-inherit:hover, .media-style1.layout2 .contact-box__text a:hover, .contact-box__text .media-style1.layout2 a:hover {
        color: var(--title-color);
    }

    .media-style1.layout2 .media-label {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: var(--white-color);
        line-height: 1;
        margin-bottom: 7px;
    }

    .media-style1.layout2 .media-info {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: var(--white-color);
        line-height: 1;
    }

    .media-style1.layout2 .media-icon {
        font-size: 22px;
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--white-color);
    }

        .media-style1.layout2 .media-icon:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: #fe9773;
            border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
            transform: rotate(45deg);
        }

.media-style2 {
    display: flex;
    align-items: center;
}

    .media-style2 .media-label {
        font-size: 32px;
        font-weight: 600;
        display: block;
        line-height: 1;
        color: var(--title-color);
        margin: 0 0 9px 0;
    }

    .media-style2 .media-info {
        color: #65666d;
        font-weight: 600;
        margin: 0;
        line-height: 1;
    }

    .media-style2 .media-icon {
        font-size: 40px;
        color: var(--theme-color);
        margin-right: 20px;
        padding-left: 25px;
        position: relative;
        line-height: 1;
    }

        .media-style2 .media-icon:before {
            content: "";
            position: absolute;
            left: 0;
            top: -2px;
            width: 50px;
            height: 50px;
            background-color: #ffe4dc;
            z-index: -1;
            border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
            transform: rotate(45deg);
        }

.media-style3 {
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-left: 4px solid #ffe2da;
}

    .media-style3 .media-icon {
        margin-right: 15px;
    }

    .media-style3 .media-label {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.01em;
        line-height: 1;
        display: block;
        margin: 0 0 7px 0;
    }

    .media-style3 .media-info {
        color: var(--title-color);
        margin: 0;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: -0.01em;
        line-height: 1;
    }

.media-style4 {
    display: flex;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 45px 60px 47px 60px;
}

    .media-style4 .media-icon {
        margin: 0 20px 0 0;
    }

    .media-style4 .media-label {
        font-size: 50px;
        font-weight: 500;
        line-height: 1;
        display: block;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        color: var(--white-color);
    }

    .media-style4 .media-info {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #56575d;
        letter-spacing: -0.02em;
        line-height: 1;
        color: var(--white-color);
    }

    .media-style4.layout2 {
        background-color: var(--secondary-color);
    }

.social-style1 {
    border-left: 5px solid #ffe6de;
    padding: 2px 0 2px 15px;
}

    .social-style1 a {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        text-align: center;
        color: var(--title-color);
        background-color: #f3f1f1;
        border-radius: 50%;
        margin-right: 6px;
    }

        .social-style1 a:last-child {
            margin-right: 0;
        }

        .social-style1 a:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

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

.about-tab {
    margin: 0 auto 50px auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 9999px;
}

    .about-tab button {
        padding: 24px 39px;
        border: none;
        background-color: transparent;
        text-transform: capitalize;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        border-radius: 9999px;
        transition: all ease 0.4s;
    }

        .about-tab button:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 2px;
            height: 28px;
            margin-top: -14px;
            background-color: #d8d8d8;
            transition: all ease 0.4s;
        }

        .about-tab button:hover {
            color: var(--theme-color);
        }

        .about-tab button.active {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

            .about-tab button.active::before, .about-tab button.active + button::before, .about-tab button:first-child::before {
                opacity: 0;
                visibility: hidden;
            }

.progress-style1 {
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
}

    .progress-style1 .progress-amount,
    .progress-style1 .progress-title {
        font-size: 16px;
        font-weight: 500;
        color: var(--title-color);
        margin: 0 25px 0 0;
    }

    .progress-style1 .progress-title {
        min-width: 110px;
    }

    .progress-style1 .progress-amount {
        font-weight: 600;
        margin: 0 0 0 25px;
    }

    .progress-style1 .progress {
        flex: 1;
        height: 50px;
        background-color: #f5f5f5;
        border-radius: 9999px;
    }

    .progress-style1 .progress-bar {
        background-color: var(--theme-color);
    }

.progress-multi {
    margin-bottom: 30px;
}

    .progress-multi .progress-style1:nth-child(1) {
        --theme-color: #ff468c;
    }

    .progress-multi .progress-style1:nth-child(2) {
        --theme-color: #5ac8ff;
    }

    .progress-multi .progress-style1:nth-child(3) {
        --theme-color: #85ef51;
    }

.about-quote {
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ebf3;
    padding: 30px 0 0 0;
    margin: 0 0 13px 0;
}

.about-quote__icon {
    font-size: 50px;
    color: var(--title-color);
    margin-right: 25px;
}

.about-quote__text {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0 30px 0 0;
}

.middle-box {
    background-color: var(--smoke-color);
    text-align: center;
    padding: 30px 30px 22px 30px;
}

.middle-box__icon {
    margin: 0 0 20px 0;
}

.middle-box__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

/* Extra large devices */
@media (max-width: 1500px) {
    .img-box3 {
        padding-right: 0;
    }

    .img-box2 .img-2 {
        right: 0;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .img-box1 .img-1 {
        top: 0;
        max-width: 150px;
    }

    .img-box1 .img-2 img {
        width: 100%;
    }

    .about-box2 {
        padding-left: 20px;
        padding-right: 0;
    }

    .about-shape1 {
        max-width: 250px;
    }

    .middle-box {
        padding: 30px 20px 22px 20px;
    }

    .about-quote {
        padding: 20px 0 0 0;
        margin: 0 0 35px 0;
    }

    .about-quote__text {
        font-size: 16px;
    }

    .list-box1 ul {
        margin: -80px auto 0 auto;
        min-width: auto;
        padding: 20px 20px 5px 20px;
    }

    .progress-style1 .progress-title {
        margin-right: 10px;
    }

    .progress-style1 .progress {
        height: 30px;
    }

    .media-style1.layout2 {
        padding: 10px 20px 10px 20px;
        border-radius: 0 7px 7px 0;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .ripple-thumb {
        --thumb-size: 470px;
    }

    .exp-pill {
        top: -20px;
        right: -15px;
    }

    .img-box4 {
        padding-bottom: 80px;
    }

        .img-box4 .img-2 {
            --thumb-size: 240px;
        }

    .list-style3 ul {
        margin: 0 0 27px 0;
    }

    .list-style3 li {
        font-size: 16px;
        padding-left: 27px;
        margin-bottom: 5px;
    }

        .list-style3 li i:first-child {
            top: 4px;
        }

    .media-style2 .media-icon {
        font-size: 30px;
        margin-right: 15px;
        padding-left: 20px;
    }

        .media-style2 .media-icon:before {
            width: 40px;
            height: 40px;
        }

    .media-style2 .media-label {
        font-size: 26px;
    }

    .media-style2 .media-info {
        font-size: 14px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .ripple-thumb {
        --thumb-size: 400px;
    }

    .exp-pill {
        width: 140px;
        height: 140px;
    }

    .exp-pill__years {
        font-size: 36px;
    }

    .exp-pill__text {
        font-size: 12px;
    }

    .img-box4 .img-2 {
        --thumb-size: 200px;
    }

    .media-style4 {
        padding: 30px 30px 30px 30px;
        border-radius: 14px;
    }

        .media-style4 .media-icon {
            margin: 0 15px 0 0;
            max-width: 40px;
        }

        .media-style4 .media-label {
            font-size: 36px;
            margin: 0 0 5px 0;
        }

        .media-style4 .media-info {
            font-size: 15px;
            letter-spacing: 0;
        }

    .img-box5 .shape-1 {
        right: 400px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .about-box2 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 40px;
    }

    .media-style4 {
        display: block;
        padding: 25px 20px 25px 20px;
        text-align: center;
    }

        .media-style4 .media-icon {
            margin: 0 auto 15px auto;
            max-width: 100%;
        }

    .about-tab {
        padding: 8px;
    }

        .about-tab button {
            padding: 16px 27px;
            font-size: 14px;
        }

    .img-box5 .shape-1 {
        right: 33%;
        transform: skewX(-15deg);
    }
}
/* Small devices */
@media (max-width: 767px) {
    .list-box1 ul {
        margin: 30px 0 0 0;
    }

    .about-text1 {
        line-height: 26px;
        font-size: 16px;
    }

    .img-box3 {
        display: block;
    }

        .img-box3 .img-1 {
            margin-bottom: 30px;
        }

    .about-quote__icon {
        font-size: 40px;
        margin-right: 15px;
    }

    .list-style1 ul,
    .list-style2 ul {
        margin: 0 0 28px 0;
    }

    .about-tab {
        border: none;
        justify-content: center;
        gap: 10px;
    }

        .about-tab button {
            background-color: var(--smoke-color);
        }

            .about-tab button:before {
                display: none;
            }

    .progress-style1 {
        display: block;
        position: relative;
    }

        .progress-style1 .progress {
            margin: 15px 0 0 0;
        }

        .progress-style1 .progress-amount {
            position: absolute;
            top: 0;
            right: 0;
        }

    .img-box4 {
        padding-bottom: 0;
        margin-bottom: 40px;
    }

        .img-box4 .ripple-thumb {
            --thumb-size: 100%;
        }

            .img-box4 .ripple-thumb .ripple {
                display: none;
            }

            .img-box4 .ripple-thumb .ripple-img {
                transform: rotate(0);
            }

                .img-box4 .ripple-thumb .ripple-img img {
                    transform: rotate(0) scale(1);
                }

        .img-box4 .img-2 {
            position: relative;
            --thumb-size: 100%;
            margin-top: 30px;
        }

    .exp-pill {
        position: relative;
        right: 0;
        top: 0;
        margin: -120px 0 0 10px;
    }

    .list-style2 li {
        padding-left: 50px;
    }
}
/*------------------- 4.11. Feature  -------------------*/
.feature-style1 {
    background-color: var(--white-color);
    border: 2px solid transparent;
    transition: all ease 0.4s;
    margin: 0 0 30px 0;
    border-radius: 12px;
    box-shadow: none;
}

    .feature-style1 .feature-icon {
        width: var(--icon-size, 110px);
        height: var(--icon-size, 110px);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 10px solid var(--white-color);
        background-color: var(--theme-color);
        border-radius: 30% 30% 30% 30%/30% 30% 30% 30%;
        transform: rotate(45deg);
        margin: calc(var(--icon-size, 110px) / -2 - 15px) 0 25px 0;
    }

        .feature-style1 .feature-icon img {
            transform: rotate(-45deg);
        }

    .feature-style1 .feature-title {
        font-weight: 600;
    }

    .feature-style1 .feature-text {
        margin: 0 0 27px 0;
    }

    .feature-style1 .feature-content {
        padding: 0 35px 40px 35px;
    }

    .feature-style1 .feature-img {
        padding: 15px;
        border-radius: 12px;
    }

        .feature-style1 .feature-img img {
            border-radius: inherit;
            width: 100%;
        }

    .slick-center .feature-style1,
    .feature-style1:hover {
        border-color: var(--theme-color);
        box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, 0.05);
    }

.feature-multi:nth-child(2n+2) {
    --theme-color: #f42121;
}

.feature-multi:nth-child(3n+3) {
    --theme-color: #f9b401;
}

.feature-multi:nth-child(4n+4) {
    --theme-color: #435cc8;
}

.feature-multi:nth-child(5n+5) {
    --theme-color: #43c84f;
}

.feature-style2 {
    width: var(--box-size, 320px);
    height: var(--box-size, 320px);
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 5px 0 0 0;
}

@media (min-width: 1399px) {
    .feature-style2:nth-child(3), .feature-style2:nth-child(2) {
        --box-size: 220px;
    }

        .feature-style2:nth-child(3) .feature-title, .feature-style2:nth-child(2) .feature-title {
            font-size: 36px;
        }
}

.feature-style2 .feature-title {
    font-size: 48px;
    color: var(--white-color);
    margin: 0 0 5px 0;
    line-height: 1;
}

.feature-style2 .feature-icon {
    margin: 0 0 13px 0;
}

.feature-style2 .feature-text {
    margin: 0;
    font-weight: 300;
    color: var(--white-color);
}

.feature-multi2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 25px;
    align-items: center;
}

    .feature-multi2 .feature-style2 {
        --theme-color: #f53030;
    }

        .feature-multi2 .feature-style2:nth-child(2n+2) {
            --theme-color: #4fc52b;
        }

        .feature-multi2 .feature-style2:nth-child(3n+3) {
            --theme-color: #f58830;
        }

        .feature-multi2 .feature-style2:nth-child(4n+4) {
            --theme-color: #305af5;
        }

@media (min-width: 1399px) {
    .feature-multi2 .feature-style2:nth-child(4n+4) {
        margin-top: -25px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .feature-style2 {
        --box-size: 200px;
        margin-bottom: 20px;
    }

        .feature-style2 .feature-title {
            font-size: 26px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .feature-style1 {
        border-color: var(--theme-color);
        box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, 0.05);
    }

        .feature-style1 .feature-icon {
            --icon-size: 80px;
            border-width: 5px;
            margin-bottom: 20px;
        }

            .feature-style1 .feature-icon img {
                max-width: 40px;
            }

        .feature-style1 .feature-content {
            padding: 0 20px 40px 20px;
        }

        .feature-style1 .feature-text {
            margin: 0 0 27px 0;
            font-size: 14px;
        }

    .feature-multi2 {
        justify-content: center;
    }

    .feature-style2 {
        --box-size: 250px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .feature-style2 {
        --box-size: 200px;
    }
}
/*------------------- 4.12. Event -------------------*/
.event-style1 {
    margin: 0 0 80px 0;
}

    .event-style1 .event-wrap {
        display: flex;
        flex-direction: row-reverse;
    }

    .event-style1 .event-img {
        margin: 0 0 70px 0;
        overflow: hidden;
        border-radius: 12px;
    }

    .event-style1 .event-content {
        flex: 1;
        align-self: flex-end;
        background-color: var(--white-color);
        border: 1px solid #e0e0e0;
        margin: 0 -195px 0 0;
        padding: 50px 80px 50px 80px;
        border-radius: 10px;
        z-index: 1;
        position: relative;
    }

    .event-style1 .event-label {
        font-size: 18px;
        color: #74787c;
        display: block;
        margin: -0.2em 0 3px 0;
    }

    .event-style1 .event-title {
        font-weight: 600;
    }

    .event-style1 .event-text {
        margin: 0 0 27px 0;
    }

    .event-style1 .event-date {
        color: var(--white-color);
        font-weight: 600;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
        width: 119px;
        height: 119px;
        position: relative;
        z-index: 1;
        padding: 28px 0;
        margin: 0 0 5px 5px;
        display: inline-block;
        vertical-align: middle;
    }

        .event-style1 .event-date:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            background-color: var(--theme-color);
            z-index: -1;
            transform: rotate(45deg);
        }

        .event-style1 .event-date .day {
            font-size: 45px;
            display: block;
        }

    .event-style1 .event-author {
        display: inline-flex;
        align-items: center;
        min-width: 280px;
        background-color: var(--smoke-color);
        padding: 15px;
        border-radius: 9999px;
        position: relative;
        z-index: 2;
        margin: 0 0 0 -5px;
    }

    .event-style1 .event-avater {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: 0 15px 0 0;
        border-radius: 50%;
    }

        .event-style1 .event-avater img {
            width: 100%;
        }

    .event-style1 .event-organizer {
        font-weight: 600;
        margin: 0;
    }

    .event-style1 .event-nominee {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #74787c;
    }

@media (min-width: 991px) {
    .event-style1:nth-child(even) .event-wrap {
        flex-direction: row;
    }

    .event-style1:nth-child(even) .event-content {
        margin-right: 0;
        margin-left: -195px;
        align-self: flex-start;
    }

    .event-style1:nth-child(even) .event-img {
        margin-bottom: 0;
        margin-top: 70px;
    }
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .event-style1 .event-content {
        padding: 40px 40px 40px 40px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .event-style1 .event-date {
        font-size: 12px;
        width: 105px;
        height: 105px;
        padding: 22px 0;
    }

        .event-style1 .event-date .day {
            font-size: 36px;
            display: block;
            margin: 0 0 5px 0;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .event-style1 {
        margin: 0 0 30px 0;
    }

        .event-style1 .event-wrap {
            display: block;
        }

        .event-style1 .event-img {
            margin: 0;
        }

            .event-style1 .event-img img {
                width: 100%;
            }

        .event-style1 .event-content {
            margin: -60px 30px 0 30px;
            position: relative;
            z-index: 1;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .event-style1 {
        position: relative;
    }

        .event-style1 .event-img {
            margin: 0 15px -40px 15px;
            position: relative;
            z-index: 2;
        }

        .event-style1 .event-content {
            margin: 0;
            padding: 70px 15px 30px 15px;
            position: static;
        }

        .event-style1 .event-author {
            min-width: auto;
        }

        .event-style1 .event-date {
            width: -moz-max-content;
            width: max-content;
            height: auto;
            padding: 10px 15px;
            position: absolute;
            top: 10px;
            left: 30px;
            z-index: 4;
            border-radius: 10px;
            font-size: 14px;
        }

            .event-style1 .event-date:before {
                transform: none;
            }

            .event-style1 .event-date .day {
                font-size: inherit;
                display: inline-block;
                margin: 0;
            }

        .event-style1 .event-label {
            font-size: 16px;
            margin: -0.2em 0 10px 0;
        }

        .event-style1 .event-author {
            padding: 10px 30px 10px 10px;
        }
}
/*------------------- 4.13. Service -------------------*/
.service-style1 {
    text-align: center;
    background-color: var(--white-color);
    padding: 57px 50px 40px 50px;
    transition: all ease 0.4s;
    border-radius: 12px;
}

    .service-style1 .service-icon {
        width: 130px;
        height: 130px;
        z-index: 1;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 42px 0;
    }

    .service-style1 .service-title {
        font-weight: 600;
    }

    .service-style1 .service-text {
        margin: 0;
        transition: all ease 0.4s;
    }

    .service-style1:hover {
        background-color: var(--secondary-color);
    }

        .service-style1:hover .service-text,
        .service-style1:hover .service-title a {
            color: var(--white-color);
        }

            .service-style1:hover .service-title a:hover {
                color: var(--theme-color);
            }

.service-style2 {
    padding: 60px 60px 55px 60px;
    background-color: var(--white-color);
    border: 1px solid #cacaca;
    margin: -1px;
}

    .service-style2 .service-icon {
        margin: 0 0 45px 0;
    }

    .service-style2 .service-title {
        font-weight: 600;
    }

    .service-style2 .service-text {
        font-weight: 300;
        color: var(--title-color);
        margin: 0;
    }

    .service-style2,
    .service-style2 .service-title a,
    .service-style2 .service-text,
    .service-style2 .service-icon img {
        transition: all ease 0.4s;
    }

        .service-style2:hover {
            background-color: var(--secondary-color);
            border-color: transparent;
        }

            .service-style2:hover .service-title a,
            .service-style2:hover .service-text {
                color: var(--white-color);
            }

            .service-style2:hover .service-icon img {
                filter: brightness(0) invert(1);
            }

            .service-style2:hover .service-title a:hover {
                color: var(--theme-color);
            }

.service-style3 {
    text-align: center;
    max-width: 320px;
    margin: 0 auto 30px auto;
}

    .service-style3 .service-icon {
        width: var(--icon-size, 135px);
        height: var(--icon-size, 135px);
        line-height: var(--icon-size, 135px);
        margin: 23px auto 53px auto;
        text-align: center;
        border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
        transform: rotate(45deg);
        position: relative;
    }

        .service-style3 .service-icon img {
            transform: rotate(-45deg);
        }

    .service-style3 .icon-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: var(--white-color);
        border-radius: inherit;
    }

    .service-style3 .icon-shape {
        position: absolute;
        top: var(--shape-extra, -15px);
        right: var(--shape-extra, -15px);
        bottom: var(--shape-extra, -15px);
        left: var(--shape-extra, -15px);
        background-image: repeating-linear-gradient(90deg, var(--theme-color), var(--theme-color) 6px, #ffe2d8 6px, #ffe2d8 12px);
        z-index: -1;
        border-radius: inherit;
    }

    .service-style3 .service-title {
        margin: 0 0 10px 0;
    }

    .service-style3 .service-text {
        margin: 0 0 30px 0;
        color: #74787c;
    }

.service-wrap1 {
    position: relative;
    z-index: 1;
}

    .service-wrap1 .row {
        --bs-gutter-y: 50px;
    }

    .service-wrap1 .clearfix {
        margin: 0;
    }

.service-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 35% 35% 35% 35%/35% 35% 35% 35%;
}

    .service-shape1 .shape-img {
        overflow: hidden;
        border-radius: inherit;
    }

    .service-shape1:after, .service-shape1:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #bcbcbc;
        border-radius: inherit;
        z-index: -1;
    }

    .service-shape1:after {
        animation-delay: 2.6s;
    }

    .service-shape1 img {
        transform: rotate(-45deg) scale(1.16);
    }

.service-box-list {
    background-color: #f5f6f9;
    padding: 50px 60px 60px 60px;
    max-width: 555px;
    margin: 0 0 30px auto;
}

    .service-box-list .service-box-title {
        margin: 0 0 30px 0;
    }

    .service-box-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .service-box-list li {
        border-bottom: 1px solid #d1d1d1;
        font-size: 18px;
        padding: 0 0 23px 45px;
        margin: 0 0 25px 0;
        position: relative;
    }

        .service-box-list li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .service-box-list li i:first-child {
            color: var(--theme-color);
            font-size: 24px;
            position: absolute;
            left: 5px;
            top: 1px;
        }

.service-middle-img {
    margin: 30px 0 80px 0;
}

.service-counter {
    border: 1px solid #ddd;
    padding: 50px 60px 40px 60px;
    transition: all ease 0.4s;
}

.service-counter__icon {
    margin: 0 0 30px 0;
}

    .service-counter__icon img {
        transition: all ease 0.4s;
    }

.service-counter__number {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    color: var(--theme-color);
    line-height: 1;
    transition: all ease 0.4s;
}

.service-counter__text {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    transition: all ease 0.4s;
}

.service-counter.active, .service-counter:hover {
    background-color: var(--secondary-color);
    border-color: transparent;
}

    .service-counter.active .service-counter__icon img, .service-counter:hover .service-counter__icon img {
        filter: brightness(0) invert(1);
    }

    .service-counter.active .service-counter__text, .service-counter:hover .service-counter__text {
        color: var(--white-color);
    }

.service-counter-area {
    margin: 50px 0 63px 0;
}

.service-style4 {
    background-color: var(--white-color);
    padding: 40px 45px 45px 45px;
    margin-bottom: 30px;
    border-radius: 13px;
    box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(200, 200, 200, 0.1);
    position: relative;
    transition: all ease 0.4s;
    border-bottom: 3px solid transparent;
    transform: scale(1.001);
}

    .service-style4 .service-icon {
        margin: 0 0 55px 0;
    }

    .service-style4 .service-title {
        font-size: 22px;
        font-weight: 600;
        max-width: 200px;
        margin: 0;
    }

    .service-style4:hover {
        border-color: var(--theme-color);
        animation: scalehover 1s;
        transform: scale(1.05);
    }

/* Medium Large devices */
@media (max-width: 1399px) {
    .service-style1 {
        padding: 57px 35px 40px 35px;
    }

    .service-style2 {
        padding: 50px 40px 50px 40px;
    }

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

        .service-style4 .service-icon {
            margin: 0 0 30px 0;
        }

        .service-style4 .service-title {
            font-size: 20px;
        }
}
/* Large devices */
@media (max-width: 1199px) {
    .service-shape1 {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 40px auto;
        max-width: 80%;
        transform: rotate(0);
    }

        .service-shape1 img {
            transform: none;
        }

    .service-wrap1 .service-row1 {
        --bs-gutter-y: 1.5rem;
    }

    .service-wrap1 .service-column {
        max-width: 100%;
    }

    .service-style1 {
        padding: 42px 25px 30px 25px;
    }

        .service-style1 .service-icon {
            width: 110px;
            height: 110px;
            margin: 0 0 22px 0;
        }

    .service-box-list {
        padding: 40px 35px 50px 35px;
        max-width: 100%;
    }

    .service-middle-img {
        margin: 20px 0 60px 0;
    }

    .service-counter {
        padding: 25px 35px 25px 35px;
    }

    .service-counter__number {
        font-size: 48px;
        display: block;
        margin-bottom: 5px;
    }

    .service-counter-area {
        margin: 40px 0 40px 0;
    }

    .service-middle-img {
        margin: 20px 0 35px 0;
    }

    .service-style2 {
        padding: 45px 30px 40px 30px;
    }

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

        .service-style2 .service-icon {
            margin: 0px 0 20px 0;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .service-wrap1 .row {
        --bs-gutter-y: 1.5rem;
    }

    .service-style3 {
        --shape-extra: -10px;
        --icon-size: 100px;
    }

        .service-style3 .service-icon {
            margin: 23px auto 40px auto;
        }

            .service-style3 .service-icon img {
                max-width: 50px;
            }

    .service-counter {
        padding: 25px 20px 25px 20px;
    }

    .service-box-list {
        padding: 40px 20px 50px 20px;
    }
}
/*------------------- 4.14. Team -------------------*/
.team-style1 {
    position: relative;
    z-index: 1;
    padding-top: 13px;
    margin-bottom: 30px;
}

    .team-style1 .team-img {
        width: 225px;
        height: 225px;
        border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
        overflow: hidden;
        transform: rotate(45deg);
        margin: 0 auto -113.5px auto;
    }

        .team-style1 .team-img img {
            transform: rotate(-45deg) scale(1.1);
        }

    .team-style1 .team-name {
        margin: 0 0 2px 0;
        font-weight: 600;
    }

    .team-style1 .team-degi {
        color: var(--theme-color);
    }

    .team-style1 .team-number {
        font-size: 18px;
        color: var(--title-color);
    }

        .team-style1 .team-number img {
            margin-right: 10px;
        }

        .team-style1 .team-number:hover {
            color: var(--theme-color);
        }

    .team-style1 .team-content {
        padding: 148px 45px 50px 45px;
        border-radius: 12px;
        border: 1px solid #e0e0e0;
        background-color: var(--white-color);
    }

    .team-style1 .team-social {
        background-color: var(--theme-color);
        margin: 0 20px 0 20px;
        text-align: center;
        padding: 10px 0;
        border-radius: 0 0 10px 10px;
        position: relative;
        z-index: -1;
        transform: translateY(-50px);
        transition: all ease 0.4s;
    }

        .team-style1 .team-social a {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: var(--white-color);
            color: var(--title-color);
            margin: 0 3px 0 0;
            border-radius: 50%;
            transform: rotate(45deg);
        }

            .team-style1 .team-social a:last-child {
                margin-right: 0;
            }

            .team-style1 .team-social a:hover {
                background-color: var(--secondary-color);
                color: var(--white-color);
            }

    .team-style1:hover .team-social {
        transform: translateY(0);
    }

        .team-style1:hover .team-social a {
            transform: rotate(0);
            transition-delay: 0.1s;
        }

.team-wrap1 {
    margin-bottom: -50px;
}

@media (min-width: 991px) {
    .team-zigzag:nth-child(odd) {
        margin-top: 45px;
    }
}

.team-style2 {
    text-align: center;
    margin: 16px 0 30px 0;
}

    .team-style2 .team-img {
        width: 327px;
        height: 327px;
        border-radius: 38% 38% 38% 38%/38% 38% 38% 38%;
        overflow: hidden;
        transform: rotate(45deg);
        margin: 0 auto -190px auto;
    }

        .team-style2 .team-img img {
            transform: rotate(-45deg) scale(1.1);
        }

    .team-style2 .team-content {
        padding: 230px 0 30px 0;
        background-color: var(--white-color);
        border: 1px solid transparent;
        border-radius: 12px;
        transition: all ease 0.4s;
    }

    .team-style2 .team-degi {
        color: #055555;
        font-weight: 300;
        margin: 0 0 0 0;
    }

    .team-style2 .team-name {
        font-size: 28px;
        margin: 0 0 15px 0;
    }

    .team-style2 .team-number {
        display: inline-block;
        border-top: 1px solid #eaeaea;
        padding: 20px 0 0 0;
        color: var(--title-color);
    }

        .team-style2 .team-number img {
            margin-right: 10px;
        }

        .team-style2 .team-number a {
            margin-left: 5px;
            color: inherit;
        }

            .team-style2 .team-number a:hover {
                color: var(--theme-color);
            }

    .team-style2:hover .team-content {
        border-color: rgb(224, 224, 224);
        box-shadow: 0px 21px 10px 0px rgba(4, 4, 4, 0.05);
    }

    .team-style2.layout2 .team-content {
        border-color: rgb(224, 224, 224);
    }

.team-cover-image {
    margin-bottom: -210px;
}

.team-box {
    display: flex;
    position: relative;
    padding: 110px 80px 110px 110px;
    gap: 60px;
    background-color: var(--white-color);
    z-index: 1;
    margin: 0 0 65px 0;
}

.team-box__shape {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 100%;
    max-width: 320px;
    background-color: var(--theme-color);
    z-index: -1;
}

.team-box__img {
    width: 475px;
    height: 475px;
    overflow: hidden;
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    transform: rotate(45deg);
}

    .team-box__img img {
        transform: rotate(-45deg) scale(1.1);
    }

.team-box__degi {
    color: var(--theme-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin: 0 0 3px 0;
}

.team-box__name {
    font-size: 40px;
}

.team-box__text {
    font-weight: 500;
    color: #74787c;
    line-height: 28px;
    margin: 0 0 45px 0;
}

.team-box__number {
    font-size: 40px;
    font-weight: 500;
    color: var(--theme-color);
    display: block;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 0 15px 0;
}

    .team-box__number:hover {
        color: var(--secondary-color);
    }

.team-box__mail {
    color: #555555;
    text-decoration: underline;
    font-size: 18px;
}

    .team-box__mail:hover {
        color: var(--theme-color);
        text-decoration: underline;
    }

.team-box .social-title {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    margin-right: 10px;
}

.team-box__social {
    margin: 55px 0 0 0;
}

    .team-box__social a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #808080;
        color: #212121;
        border-radius: 50%;
        margin: 0 3px 0 0;
    }

        .team-box__social a:hover {
            background-color: var(--theme-color);
            color: var(--white-color);
            border-color: transparent;
        }

.team-skill-area {
    margin-top: 77px;
    margin-bottom: 78px;
}

.team-counter {
    text-align: center;
    padding: 50px 20px 53px 20px;
    border: 1px solid #e0e0e0;
}

.team-counter__number {
    color: var(--title-color);
    font-weight: 700;
    line-height: 1;
}

    .team-counter__number .amount {
        font-size: 80px;
    }

    .team-counter__number .quora {
        font-size: 40px;
        vertical-align: top;
        position: relative;
        top: 2px;
    }

.team-counter__text {
    color: var(--theme-color);
    font-weight: 500;
    margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
    .team-style2 .team-img {
        width: 210px;
        height: 210px;
        margin: 0 auto -105px auto;
    }

    .team-style2 .team-content {
        padding: 140px 0 30px 0;
    }

    .team-style2 .team-name {
        font-size: 24px;
        margin: 5px 0 15px 0;
    }

    .team-box {
        padding: 80px 60px 80px 60px;
    }

    .team-box__img {
        width: 350px;
        height: 350px;
    }

    .team-box__name {
        font-size: 36px;
    }

    .team-box__number {
        font-size: 30px;
        margin: 0 0 10px 0;
    }

    .team-box__mail {
        font-size: 16px;
    }

    .team-box__text {
        line-height: 28px;
        margin: 0 0 25px 0;
    }

    .team-box__social {
        margin: 30px 0 0 0;
    }

    .team-counter__number {
        margin-bottom: 10px;
    }

        .team-counter__number .amount {
            font-size: 50px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .team-style1 {
        text-align: center;
    }

        .team-style1 .team-content {
            padding: 148px 25px 35px 25px;
        }

    .team-box {
        display: block;
        background-color: transparent;
        padding: 0;
    }

    .team-box__shape {
        display: none;
    }

    .team-box__img {
        margin-left: 50px;
        margin-bottom: 45px;
    }

    .team-counter {
        padding: 50px 20px 43px 20px;
    }

    .team-counter__number .quora {
        font-size: 26px;
    }

    .contact-shape2 img {
        position: relative;
        width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .team-cover-image {
        margin-bottom: -60px;
    }

    .team-box__img {
        width: 200px;
        height: 200px;
        margin-left: 30px;
    }

    .team-box__degi {
        margin-bottom: 8px;
    }

    .team-box__name {
        font-size: 30px;
    }

    .team-skill-area {
        margin-top: 50px;
        margin-bottom: 60px;
    }
}
/*------------------- 4.15. Testimonial -------------------*/
.testi-style1 {
    text-align: center;
    width: 676px;
    height: 676px;
    max-width: 100%;
    max-height: 100%;
    padding: 0 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative;
}

    .testi-style1 .testi-avater .tab-btn {
        position: absolute;
        padding: 0;
        display: inline-block;
        background-color: transparent;
        max-width: 132px;
        max-height: 132px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
        border: 2px solid transparent;
    }

        .testi-style1 .testi-avater .tab-btn img {
            width: 100%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(1) {
            top: 10%;
            left: 5%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(2) {
            bottom: 16%;
            right: 0%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(3) {
            top: 1.5%;
            right: 6%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(4) {
            bottom: 10%;
            left: 5%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(5) {
            top: 26%;
            right: -14%;
        }

        .testi-style1 .testi-avater .tab-btn.active {
            border-color: var(--theme-color);
        }

    .testi-style1 .testi-shape {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: var(--secondary-color);
        border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
        transform: rotate(45deg) scale(0.91);
    }

        .testi-style1 .testi-shape:after, .testi-style1 .testi-shape:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #bcbcbc;
            border-radius: inherit;
            z-index: -1;
        }

        .testi-style1 .testi-shape:after {
            animation-delay: 2.6s;
        }

    .testi-style1 .testi-quote {
        margin: 0 0 50px 0;
    }

    .testi-style1 .testi-text {
        font-size: 24px;
        line-height: 44px;
        color: #d8d8d8;
    }

    .testi-style1 .testi-author {
        color: var(--white-color);
        font-weight: 600;
        margin: 0 0 2px 0;
    }

    .testi-style1 .testi-degi {
        color: var(--white-color);
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 17px 0;
        display: block;
    }

    .testi-style1 .testi-rating {
        color: var(--yellow-color);
        font-size: 14px;
    }

.testi-style2 {
    text-align: center;
    margin-bottom: 22px;
}

    .testi-style2 .testi-avater {
        width: 125px;
        height: 125px;
        overflow: hidden;
        position: relative;
        margin: 0 auto 37px auto;
        box-shadow: 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.21);
        border-radius: 50%;
    }

        .testi-style2 .testi-avater img {
            width: 100%;
        }

        .testi-style2 .testi-avater:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 106px;
            margin-top: -53px;
            background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABoCAMAAAAAcrQ8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABvFBMVEX9TRf////9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf9TRf///8CYQhrAAAAknRSTlMAAFQJnQohz0PtYPn6fQGKi5OMfn9b/kIi9Ubu8T49HLSzV7GvDunaDzU0JXmpywMEqi4vOa6NnCrqEBPsmmsV9uAGFHNmZdfmfHs6kJECqOU8O4eWTQiJtr96Hf0LSdtpq6yIZ75IvdLRIPDyDQzzHrUHzZWF6ISnpthj36FqKyywyiZ4M1lWRUSe0CNdX4BhVaXBL9MAAAABYktHRAH/Ai3eAAAAB3RJTUUH5wEXEjsRfpt/2AAABD1JREFUaN7N2/df00AUAPAHAgVaIlQohTIcKJUhshRBRcWJE9kIiIo4cOBW3OLEfX+xofjeJdC04eO9O/PTtblPvpdLevMVwPPIBI4jw3V4ZluXJZSRWdlr5XMCQh0vAjlr43PzhEpe5OWuhc8PCrW8COX75wuEUM0LUeCTt9YLDl4UWn54q0jw8KLI8sEXCi5ehNPzGwQfL4rT8SURTl6UpOZLgzJrkIEPlqbio3kyZ1m5Mr5MXjUW9eazAzJfRaUyHaoq5HUD2Z58luPeFeq277j/LC8+0/GM1NV84ih3vFOZyfnqGOWIlKjVXb+oWHVSfqMsYIFqnfqRpWNTMn6zPL/FUs9bNfL6m1fzW7fR2dq4eh0gXkvAtvgqPixfu+0cOkCdfP3CK/n6EJ1r4NEBGogI1a/gG+nUjiYufqds1ZrdfAv9LkKtXDpAGymRVhffTuXaxacD7Camxsl3ULH2dHLyXXvp9jsc/D4q1X5OHWA/Qfsk330Avzx4iJc/dBClAz3EH6YyHeHVAY4SdZj4Y/jVceabt2//OFrHkG+jEp3g1gF6CTv5lz9FzW0PP99DTe/pZf4M1cdZfh0yzqJ27kyC76PqUDzESc6XE3c+wfdTP8jW2jv5JurZ+xM8dQQDGnR7mjGAXmCJ74rorHubp9qPdNn8ILVD6/TwQ9TGDtr8MH4Y0aEvzfFGUBy2+VH8MKaLH0Nx1OZpWqd0XpOKr0QxLwMuYHp8Qhc/MY5mNUxislaLnpjfX0RzEqYweUkffxnNKfni9+vjr9CrL0fY0/r4aTQb4ap8Dtr4GTSvwXVM1unj69C8AdTZ5/z7pf3yN2lwB7OYZJnWJufjaM7CLUze1sffQfOuXHPToy8vK0rUMG+48g2/eoZ/eIabHWp0Z/Txjka32WyXY6LDpYnNsOnhhonBFq1vTsIcJk0MNedMD7RNTzP0T7Lu0YvvmmIO6eHvu6aYPWYn2PAAP2paXniI3oPE6sYj/KhpceUxek/MLi31rVhYe6qDf0ad/fLCGpzGL4wsK8JJqo5efp7aHFpUteapPjQuKc9bqxfUj3Lzz4mSC+rd9DzYtxNe0HvWLTdTXlKZXvHyrwh66djLea1pKym+hxrcN86NtLdUqjAnHyZmi2sfr1VuI7bw6S20Uxupc2+i0nhbvGNr+ZveEdK+Yg93QcMW8nsiQgspNtCZplsfUmygQ1xn+EDn6uCJj3RW1DAHT3xMEzrCsJ93Ql594/8YOAOfZAGDn9XqXxxhQ5+8gqYWZZ6yKpV6nyNoatE7ZOyrzFXRp1Cfldf96h0yBtGY4/55Aua+eQfMmQ4XBPgus3IES/5IFypazMn/TB8oG+bjfQTKmg4TBquQhw/7CpIGev5q+eLltA8efoVU86Ff4J+H3JhaPvYF0754iKr9c0SU0v54yFb415DFNf81xD5+K+Odh5v/A5IjEmkUr1hLAAAAAElFTkSuQmCC");
            animation: rotate 30s infinite linear;
        }

    .testi-style2 .testi-text {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 40px 0;
    }

    .testi-style2 .testi-name {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        margin: 0 0 4px 0;
    }

    .testi-style2 .testi-degi {
        font-weight: 500;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .testi-style2 .testi-shape {
        line-height: 1;
        margin: 0 0 14px 0;
    }

        .testi-style2 .testi-shape .arrow {
            display: inline-block;
            width: 11px;
            height: 12px;
            background-color: currentColor;
            -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
            clip-path: polygon(0 100%, 50% 0, 100% 100%, 50% 55%);
            margin: 0 2px 0 0;
        }

.testi-slide2 .slick-arrow {
    background-color: transparent;
    color: var(--white-color);
    font-size: 36px;
    border: none;
    border-radius: 0;
    --pos-x: -120px;
}

    .testi-slide2 .slick-arrow:hover {
        color: var(--theme-color);
    }

/* Extra large devices */
@media (max-width: 1500px) {
    .testi-style1 {
        width: 600px;
        height: 600px;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .testi-style1 .testi-avater .tab-btn {
        max-width: 90px;
        max-height: 90px;
    }

        .testi-style1 .testi-avater .tab-btn:nth-child(3) {
            top: 0.5%;
            right: 14%;
        }

        .testi-style1 .testi-avater .tab-btn:nth-child(5) {
            top: 30%;
            right: -7%;
        }

    .testi-style1 .testi-text {
        font-size: 18px;
        line-height: 34px;
    }

    .testi-style1 .testi-quote {
        margin: 0 0 30px 0;
    }

    .testi-style1 .testi-author {
        font-size: 26px;
    }

    .testi-style1 .testi-degi {
        margin: 0 0 10px 0;
    }

    .testi-style1 .testi-shape:after, .testi-style1 .testi-shape::before {
        display: none;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .testi-style2 .testi-text {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px 0;
    }

    .testi-style2 .testi-name {
        font-size: 22px;
        margin: 0 0 4px 0;
    }

    .testi-style2 .testi-degi {
        letter-spacing: 0;
        font-size: 14px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .testi-style1 .testi-shape {
        width: 95%;
        height: 95%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .testi-style1 {
        width: 100%;
        height: 100%;
        padding: 40px 15px 40px 15px;
    }

        .testi-style1 .testi-shape {
            transform: none;
            border-radius: 12px;
            width: 100%;
            height: 100%;
        }

        .testi-style1 .testi-quote {
            margin: 0 0 15px 0;
        }

            .testi-style1 .testi-quote img {
                max-width: 50px;
            }

        .testi-style1 .testi-text {
            font-size: 16px;
            line-height: 29px;
        }

        .testi-style1 .testi-author {
            font-size: 22px;
        }

        .testi-style1 .testi-avater .tab-btn {
            max-width: 40px;
            max-height: 40px;
        }

            .testi-style1 .testi-avater .tab-btn:nth-child(5) {
                top: 13%;
                right: 2%;
            }

            .testi-style1 .testi-avater .tab-btn:nth-child(2) {
                bottom: 5%;
                right: 3%;
            }
}
/*------------------- 4.16. Newsletter -------------------*/
.newsletter-style1 .newsletter-icon {
    width: 190px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 12px auto;
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 60px;
    border-radius: 37% 37% 37% 37%/37% 37% 37% 37%;
    transform: rotate(45deg);
}

    .newsletter-style1 .newsletter-icon i {
        transform: rotate(-45deg);
    }

.newsletter-style1 .newsletter-title {
    color: var(--white-color);
    margin: 0 0 5px 0;
}

.newsletter-style1 .newsletter-text {
    color: var(--white-color);
    font-size: 18px;
    margin: 0 0 36px 0;
}

.newsletter-style1 .form-group {
    margin: 0;
}

.newsletter-style1 input {
    border: 2px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    height: 86px;
    padding: 0 50px 0 40px;
    border-radius: 9999px;
}

    .newsletter-style1 input::-moz-placeholder {
        color: var(--white-color);
        padding: 0;
    }

    .newsletter-style1 input::placeholder {
        color: var(--white-color);
        padding: 0;
    }

.newsletter-style1 .vs-btn {
    width: 190px;
    height: 60px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 13px;
    text-transform: uppercase;
}

.newsletter-bg1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1650px;
    height: 434px;
}

.newsletter-style2 .form-group {
    display: flex;
    margin: 0;
}

.newsletter-style2 .form-control {
    flex: 1;
    height: 80px;
    color: var(--title-color);
    font-size: 16px;
    color: #070707;
    border: none;
    padding: 0 40px 0 40px;
    border-radius: 9999px;
    margin-right: 15px;
}

    .newsletter-style2 .form-control::-moz-placeholder {
        color: var(--title-color);
    }

    .newsletter-style2 .form-control::placeholder {
        color: var(--title-color);
    }

.newsletter-inner1 {
    padding: 100px 0 0 43px;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .newsletter-bg1 {
        max-width: 90%;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .newsletter-inner1 {
        padding: 100px 0 60px 0;
    }

        .newsletter-inner1 .form-group {
            display: block;
        }

            .newsletter-inner1 .form-group input {
                height: 67px;
                margin-bottom: 15px;
            }

    .newsletter-bg1 {
        height: calc(100% - 40px);
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .newsletter-inner1 {
        padding: 40px 0 60px 0;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .newsletter-style1 input {
        height: 50px;
    }

    .newsletter-style1 .vs-btn {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px 0 0 0;
    }

    .newsletter-style1 .newsletter-title {
        font-size: 30px;
    }

    .newsletter-style1 .newsletter-icon {
        width: 140px;
        height: 140px;
        font-size: 50px;
    }
}
/*------------------- 4.17. Gallery -------------------*/
.gallery-style1,
.gallery-style1 .gallery-img {
    margin: 0 0 25px 0;
}

    .gallery-style1 .gallery-title {
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .gallery-style1 .gallery-category a {
        color: #888888;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
    }

        .gallery-style1 .gallery-category a:not(:last-child):after {
            content: ",";
            margin-right: 3px;
        }

        .gallery-style1 .gallery-category a:hover {
            color: var(--theme-color);
        }

.gallery-style3 .gallery-img,
.gallery-style2 .gallery-img {
    position: relative;
    overflow: hidden;
}

    .gallery-style3 .gallery-img img,
    .gallery-style2 .gallery-img img {
        width: 100%;
        transform: scale(1);
        transition: all ease 0.4s;
    }

.gallery-style3 .gallery-overlay,
.gallery-style2 .gallery-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    z-index: 1;
}

.gallery-style3:hover .gallery-overlay,
.gallery-style2:hover .gallery-overlay {
    opacity: 0.8;
    visibility: visible;
}

.gallery-style3:hover .gallery-img img,
.gallery-style2:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-style2 .gallery-icon {
    color: var(--white-color);
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.gallery-style2 .gallery-icon {
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallery-style2:hover .gallery-icon {
    opacity: 1;
    visibility: visible;
}

.gallery-style3 {
    position: relative;
    margin-bottom: 24px;
}

    .gallery-style3 .gallery-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        padding: 0 20px 22px 30px;
    }

    .gallery-style3 .gallery-title {
        color: var(--white-color);
        font-weight: 600;
        margin: 0 0 6px 0;
    }

        .gallery-style3 .gallery-title a {
            color: inherit;
        }

            .gallery-style3 .gallery-title a:hover {
                color: var(--secondary-color);
            }

    .gallery-style3 .gallery-category {
        font-weight: 600;
        font-size: 16px;
        color: var(--white-color);
    }

    .gallery-style3 .icon-btn,
    .gallery-style3 .gallery-category,
    .gallery-style3 .gallery-title {
        transform: translateY(-20px);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
    }

    .gallery-style3 .icon-btn {
        transform: translateX(-30px);
    }

        .gallery-style3 .icon-btn:hover {
            background-color: var(--secondary-color);
        }

    .gallery-style3:hover .icon-btn,
    .gallery-style3:hover .gallery-category,
    .gallery-style3:hover .gallery-title {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0.1s;
    }

    .gallery-style3:hover .icon-btn {
        transform: translateX(0);
    }

    .gallery-style3:hover .gallery-title {
        transition-delay: 0.2s;
    }

.gallery-style4 {
    position: relative;
}

    .gallery-style4 .gallery-img {
        overflow: hidden;
    }

        .gallery-style4 .gallery-img img {
            transform: scale(1);
            width: 100%;
            transition: all ease 0.4s;
        }

    .gallery-style4 .gallery-title {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--white-color);
        margin: 0 0 4px 0;
    }

        .gallery-style4 .gallery-title a:hover {
            color: var(--title-color);
        }

    .gallery-style4 .gallery-degi {
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
        line-height: 1;
        color: var(--white-color);
        display: block;
    }

    .gallery-style4 .gallery-title,
    .gallery-style4 .gallery-degi {
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
        transform: translateY(50px);
    }

    .gallery-style4 .gallery-content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(253, 77, 23, 0.95);
        padding: 28px 60px 32px 30px;
        overflow: hidden;
        transition: all ease 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .gallery-style4 .gallery-btn {
        position: absolute;
        right: 16px;
        right: -45px;
        top: 52%;
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
    }

    .gallery-style4:hover .gallery-title,
    .gallery-style4:hover .gallery-degi {
        opacity: 1;
        visibility: visible;
        transition: all ease 0.4s;
        transform: translateY(0);
        transition-delay: 0.1s;
    }

    .gallery-style4:hover .gallery-degi {
        transition-delay: 0.2s;
    }

    .gallery-style4:hover .gallery-btn {
        right: 16px;
        opacity: 1;
        visibility: visible;
    }

    .gallery-style4:hover .gallery-img img {
        transform: scale(1.07);
    }

    .gallery-style4:hover .gallery-content {
        opacity: 1;
        visibility: visible;
    }

.filter-menu1 {
    background-color: var(--smoke-color);
    position: relative;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 60px auto;
    max-width: 100%;
    border-radius: 9999px;
    text-align: center;
}

    .filter-menu1 button {
        border: none;
        background-color: transparent;
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        display: inline-block;
        position: relative;
        padding: 31px 51px;
        border-radius: 9999px;
    }

        .filter-menu1 button:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 1px;
            height: 24px;
            margin-top: -12px;
            background-color: #929292;
            transition: all ease 0.4s;
        }

        .filter-menu1 button:hover {
            color: var(--theme-color);
        }

        .filter-menu1 button.active::before, .filter-menu1 button.active + button::before, .filter-menu1 button:first-child::before {
            opacity: 0;
            visibility: hidden;
        }

        .filter-menu1 button.active {
            background-color: var(--theme-color);
            color: var(--white-color);
        }

@media (min-width: 1500px) {
    .gallery-zigzag .slick-slide:nth-child(even) {
        margin-top: 80px;
    }
}

.gallery-details-degi {
    font-size: 18px;
    line-height: 1;
    color: var(--theme-color);
    text-transform: uppercase;
    margin: 0 0 47px 0;
}

.gallery-details-title {
    margin: 68px 0 4px 0;
}

.gallery-box {
    background-color: var(--white-color);
    border: 1px solid rgb(228, 228, 228);
    margin: -65px auto 60px auto;
    max-width: 410px;
    padding: 48px 50px 20px 50px;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, 0.06);
}

.gallery-box__item {
    padding: 0 0 0 10px;
}

    .gallery-box__item:not(:last-child) {
        border-bottom: 1px solid #dedede;
        margin: 0 0 28px 0;
    }

.gallery-box__label {
    font-size: 16px;
    font-weight: 600;
    color: #74787c;
    line-height: 1;
    margin-bottom: 4px;
    display: block;
}

.gallery-box__title {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color);
}

.gallery-quote {
    text-align: center;
    padding: 80px 40px 70px 40px;
    margin: 50px 0 50px 0;
}

    .gallery-quote p {
        color: var(--white-color);
        font-size: 24px;
        line-height: 38px;
        margin: 27px auto 0 auto;
        max-width: 980px;
    }

/* Large devices */
@media (max-width: 1199px) {
    .gallery-style3 {
        --btn-size: 40px;
    }

        .gallery-style3 .gallery-title {
            font-size: 20px;
            margin-bottom: 3px;
        }

        .gallery-style3 .gallery-category {
            font-size: 14px;
        }

        .gallery-style3 .gallery-bottom {
            padding: 0 15px 15px 20px;
        }

    .gallery-box {
        padding: 29px 30px 5px 30px;
    }

    .filter-menu1 button {
        font-size: 16px;
        padding: 20px 30px;
    }

    .gallery-quote {
        padding: 55px 30px 50px 30px;
        margin: 50px 0 50px 0;
    }

        .gallery-quote p {
            font-size: 22px;
            line-height: 34px;
        }
}
/* Medium devices */
@media (max-width: 991px) {
    .filter-menu1 {
        background-color: transparent;
        margin-bottom: 25px;
    }

        .filter-menu1:before {
            display: none;
        }

        .filter-menu1 button {
            background-color: var(--smoke-color);
            margin: 0 3px 10px 3px;
        }

            .filter-menu1 button::before {
                display: none;
            }

    .gallery-details-title {
        margin: 0 0 4px 0;
    }

    .gallery-box {
        padding: 35px 20px 8px 20px;
        margin: 30px auto 38px auto;
        max-width: 100%;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .gallery-quote p {
        font-size: 16px;
        line-height: 26px;
    }

    .gallery-box__title {
        font-size: 20px;
    }

    .gallery-box__label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .gallery-style4 .gallery-content {
        padding: 20px 50px 24px 20px;
    }

    .gallery-style4 .gallery-btn {
        right: 16px;
        max-width: 40px;
    }
}
/* Extra small devices */
@media (max-width: 575px) {
    .filter-menu1 button {
        font-size: 12px;
        padding: 15px 24px;
    }
}
/*------------------- 4.18. Call To Action -------------------*/
.cta-bg2,
.cta-bg1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -137px;
    left: 0;
    background-size: 100% 100%;
}

.cta-bg2 {
    bottom: 0;
    display: none;
}

.cta-video {
    position: relative;
    margin-top: 100px;
}

    .cta-video .play-btn {
        z-index: 5;
    }

.cta-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    max-width: 850px;
}

.cta-shape3,
.cta-shape2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1596px;
    height: 815px;
    border-radius: 0 10px 10px 0;
}

.cta-shape3 {
    height: 100%;
}

.cta-wrap1 {
    padding: 60px 60px 30px 60px;
    box-shadow: 1.5px 2.598px 7px 0px rgba(15, 20, 44, 0.2);
    background-color: #fbfbfb;
    border-radius: 7px;
    margin: -70px 0 0 0;
}

.cta-box1 {
    background-color: var(--white-color);
    text-align: center;
    position: relative;
    padding: 40px 40px 45px 40px;
    box-shadow: 1.5px 2.598px 10px 0px rgba(139, 140, 144, 0.2);
    margin-bottom: 30px;
    border-radius: 7px;
}

    .cta-box1:not(.style2) {
        --theme-color: var(--secondary-color);
    }

    .cta-box1 .cta-icon,
    .cta-box1 .cta-img {
        width: var(--img-size, 140px);
        height: var(--img-size, 140px);
        line-height: var(--img-size, 140px);
        overflow: hidden;
        margin: 5px auto 27px auto;
        border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
        transform: rotate(45deg);
        box-shadow: 1.5px 2.598px 10px 0px rgba(139, 140, 144, 0.2);
    }

        .cta-box1 .cta-icon img,
        .cta-box1 .cta-img img {
            width: 100%;
            transform: rotate(-45deg) scale(1.1);
        }

    .cta-box1 .cta-icon {
        box-shadow: none;
        background-color: var(--theme-color);
    }

        .cta-box1 .cta-icon img {
            width: auto;
            transform: rotate(-45deg) scale(1);
        }

    .cta-box1 .cta-title {
        font-size: 28px;
        position: relative;
        padding: 0 0 12px 0;
        margin-bottom: 20px;
    }

        .cta-box1 .cta-title:before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: calc(var(--shape-size, 70px) / -2);
            width: var(--shape-size, 70px);
            height: 2px;
            background-color: var(--theme-color);
        }

    .cta-box1 .cta-text {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .cta-box1.style2:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background-color: var(--theme-color);
        border-radius: 10px 10px 0 0;
    }

    .cta-box1.style2 .vs-btn {
        background-color: var(--theme-color);
    }

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .cta-shape3,
    .cta-shape2 {
        max-width: 80%;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .cta-shape3,
    .cta-shape2 {
        border-radius: 0;
        height: 100%;
    }

    .cta-shape1 {
        max-width: 600px;
    }

    .cta-bg2 {
        display: block;
    }

    .cta-bg1 {
        display: none;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .cta-video {
        margin-top: 70px;
    }

    .cta-wrap1 {
        margin-top: 0;
        padding: 60px 20px 30px 20px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .cta-wrap1 {
        padding: 40px 20px 10px 20px;
    }

    .cta-box1 {
        padding: 40px 20px 45px 20px;
    }

        .cta-box1 .cta-title {
            font-size: 24px;
        }
}
/* Small devices */
@media (max-width: 767px) {
    .cta-wrap1 {
        padding: 40px 10px 10px 10px;
    }

    .cta-box1 .cta-title {
        font-size: 22px;
    }
}
/*------------------- 4.19. Accordion -------------------*/
.accordion-style1 {
    margin: 0 0 30px 0;
    text-align: left;
}

    .accordion-style1 .accordion-collapse {
        border: none;
    }

    .accordion-style1 .accordion-item {
        border: 1px solid transparent;
        border-radius: 12px;
        margin: 0 0 20px 0;
        box-shadow: none;
        transition: all ease 0.4s;
    }

        .accordion-style1 .accordion-item:first-of-type .accordion-button {
            border-radius: 12px;
        }

        .accordion-style1 .accordion-item.active {
            border-color: #e0e0e0;
            box-shadow: 10px 10px 10px 0px rgba(4, 4, 4, 0.05);
        }

    .accordion-style1 .accordion-button {
        border: none;
        background-color: var(--smoke-color);
        color: var(--title-color);
        font-size: 18px;
        font-weight: 700;
        padding: 19px 35px;
        text-align: left;
        border-radius: 12px;
        margin: -1px;
        width: calc(100% + 2px);
        transition: all ease 0.4s;
    }

        .accordion-style1 .accordion-button:after {
            content: "\f0d7";
            position: absolute;
            right: 20px;
            font-family: var(--icon-font);
            background-image: none;
            width: 40px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            background-color: var(--white-color);
            border: 2px solid #e0e0e0;
            border-radius: 50%;
        }

        .accordion-style1 .accordion-button:hover, .accordion-style1 .accordion-button:not(.collapsed) {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

            .accordion-style1 .accordion-button:hover:after, .accordion-style1 .accordion-button:not(.collapsed):after {
                background-color: var(--theme-color);
                color: var(--white-color);
                border-color: transparent;
            }

        .accordion-style1 .accordion-button:focus {
            box-shadow: none;
        }

    .accordion-style1 .accordion-item:last-of-type .accordion-button.collapsed,
    .accordion-style1 .accordion-item:last-of-type .accordion-collapse {
        border-radius: 12px;
    }

    .accordion-style1 .accordion-body {
        padding: 25px 35px 8px 35px;
    }

        .accordion-style1 .accordion-body p {
            line-height: 28px;
        }

/* Small devices */
@media (max-width: 767px) {
    .accordion-style1 .accordion-button {
        font-size: 16px;
        padding: 15px 50px 15px 20px;
    }

    .accordion-style1 .accordion-body {
        padding: 25px 20px 8px 20px;
    }
}
/*------------------- 4.20. Pricing -------------------*/
.package-style1 {
    background-color: var(--white-color);
    display: flex;
    position: relative;
    padding: 12px;
    margin: 20px 0 50px 0;
    width: 100%;
    border-radius: 12px;
}

    .package-style1 .package-head {
        flex: 1;
        padding: 40px 30px 30px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .package-style1 .package-discount {
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
        color: var(--white-color);
        background-color: #00c620;
        border: 5px solid var(--white-color);
        padding: 8px 13px;
        position: absolute;
        left: 40px;
        top: -20px;
        line-height: 1;
        border-radius: 9999px;
    }

    .package-style1 .package-label {
        font-size: 18px;
        font-weight: 700;
        display: block;
        color: #74787c;
        color: var(--theme-color);
        margin: -0.2em 0 10px 0;
    }

    .package-style1 .currency {
        font-size: 40px;
        font-weight: 500;
        color: var(--title-color);
        vertical-align: top;
        top: 3px;
        position: relative;
    }

    .package-style1 .price {
        font-size: 70px;
        font-weight: 700;
        color: var(--title-color);
    }

    .package-style1 .duration {
        font-size: 18px;
        font-weight: 500;
        color: #74787c;
        margin-left: 5px;
    }

    .package-style1 .package-amount {
        line-height: 1;
        margin: 0 0 40px 0;
    }

    .package-style1 .package-body {
        background-color: var(--smoke-color);
        border-radius: 12px;
        padding: 25px 40px 23px 25px;
        display: flex;
        align-items: center;
        align-self: stretch;
    }

    .package-style1 .package-list {
        flex: 1;
    }

        .package-style1 .package-list ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .package-style1 .package-list li {
            font-size: 16px;
            color: #1a1a1a;
            padding: 0 0 14px 45px;
            margin: 0 0 15px 0;
            position: relative;
            border-bottom: 1px solid #cecece;
        }

            .package-style1 .package-list li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

        .package-style1 .package-list i {
            color: var(--theme-color);
            font-size: 18px;
            position: absolute;
            left: 15px;
            top: 2.5px;
        }

            .package-style1 .package-list i.fa-check-circle {
                color: var(--success-color);
            }

            .package-style1 .package-list i.fa-times-circle {
                color: var(--error-color);
            }

@media (min-width: 1199px) {
    .package-style1:nth-child(even) {
        margin-left: -50px;
    }
}

.package-style1:last-child {
    margin-bottom: 30px;
}

.package-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1623px;
    border-radius: 10px 0 0 10px;
}

.package-tab {
    border: 2px solid var(--white-color);
    border-radius: 9999px;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 30px;
}

    .package-tab button {
        background-color: transparent;
        padding: 0;
        border: none;
        color: var(--white-color);
        font-size: 16px;
        font-weight: 700;
        padding: 19.5px 56px;
        margin: -2px;
        border-radius: 9999px;
    }

        .package-tab button:hover {
            color: var(--theme-color);
        }

        .package-tab button.active {
            color: var(--white-color);
            background-color: var(--theme-color);
        }

.package-box {
    background-color: #f6f7fb;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
}

    .package-box .box-inner {
        background-color: var(--white-color);
        padding: 37px 40px 48px 40px;
        border-radius: 12px;
    }

    .package-box .package-box-title {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 17px;
    }

    .package-box ul {
        margin: -6px 0 54px 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .package-box li {
        font-size: 18px;
        font-weight: 600;
        color: var(--title-color);
        border-bottom: 1px solid #f1f2f7;
        position: relative;
        padding: 0 0 23px 0;
        margin: 0 0 23px 0;
    }

        .package-box li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .package-box li i {
            display: inline-block;
            width: 20px;
            height: 20px;
            line-height: 21px;
            background-color: var(--theme-color);
            color: var(--white-color);
            text-align: center;
            font-size: 10px;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 3px;
        }

            .package-box li i.fa-check {
                background-color: #00c620;
            }

            .package-box li i.fa-times {
                background-color: #ff0000;
            }

.package-nav button {
    background-color: transparent;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 46px 56px;
    line-height: 1;
    border: 2px solid #eff2fb;
    margin-bottom: 40px;
    border-radius: 12px;
}

    .package-nav button:last-child {
        margin-bottom: 30px;
    }

    .package-nav button .discount {
        background-color: #00c620;
        color: var(--white-color);
        font-size: 14px;
        line-height: 1;
        border-radius: 9999px;
        padding: 8.5px 13.5px;
        display: inline-block;
        position: absolute;
        top: -15.5px;
        left: 55px;
    }

    .package-nav button .btn-text {
        font-size: 30px;
        font-weight: 600;
        color: var(--title-color);
    }

        .package-nav button .btn-text::before {
            content: "\f00c";
            font-family: var(--icon-font);
            font-size: 14px;
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            border: 2px solid #eff2fb;
            display: inline-block;
            border-radius: 50%;
            vertical-align: middle;
            margin-right: 22px;
            color: transparent;
        }

    .package-nav button .amount {
        font-size: 36px;
        font-weight: 600;
        color: var(--title-color);
    }

    .package-nav button .duration {
        font-weight: 600;
        font-size: 16px;
        vertical-align: top;
        position: relative;
        top: 2px;
        margin-left: 8px;
        color: var(--body-color);
    }

    .package-nav button,
    .package-nav button .discount,
    .package-nav button .amount,
    .package-nav button .duration,
    .package-nav button .btn-text,
    .package-nav button .btn-text:before {
        transition: all ease 0.4s;
    }

        .package-nav button.active, .package-nav button:hover {
            background-color: var(--theme-color);
            border-color: transparent;
            box-shadow: 4px 6.928px 24px 0px rgba(0, 55, 255, 0.2);
        }

            .package-nav button.active .duration,
            .package-nav button.active .amount,
            .package-nav button.active .btn-text, .package-nav button:hover .duration,
            .package-nav button:hover .amount,
            .package-nav button:hover .btn-text {
                color: var(--white-color);
            }

                .package-nav button.active .btn-text:before, .package-nav button:hover .btn-text:before {
                    border-color: var(--white-color);
                }

                .package-nav button.active .btn-text:before {
                    background-color: var(--white-color);
                    color: var(--theme-color);
                }

.package-style2 {
    background-color: var(--white-color);
    box-shadow: 1.5px 2.598px 16.74px 1.26px rgba(200, 200, 200, 0.1);
    padding: 40px;
    border-radius: 13px;
    margin-bottom: 37px;
    position: relative;
}

    .package-style2:after, .package-style2:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 0;
        width: calc(100% - 2px);
        height: 100%;
        border-radius: inherit;
        z-index: -2;
        transition: all ease 0.4s;
        opacity: 1;
        visibility: visible;
        transform: translateY(7px);
        background-color: var(--secondary-color);
    }

    .package-style2:before {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
        background-color: var(--theme-color);
        z-index: -1;
    }

    .package-style2 .package-head {
        display: flex;
        align-items: center;
        margin: 0 0 14px 0;
    }

    .package-style2 .package-title {
        margin: 0;
        font-size: 22px;
        line-height: 1;
    }

    .package-style2 .package-icon {
        margin-right: 15px;
    }

    .package-style2 .package-price,
    .package-style2 .package-text {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #9c9ca0;
        margin: 0 0 32px 0;
    }

    .package-style2 .package-price {
        font-size: 16px;
        line-height: 1;
        margin: 0 0 22px 0;
    }

    .package-style2 .amount {
        font-size: 50px;
        color: var(--title-color);
        display: inline-block;
    }

    .package-style2 .vs-btn {
        background-color: var(--secondary-color);
        color: var(--white-color);
        text-transform: uppercase;
        text-align: center;
        line-height: 1;
        font-size: 15px;
        font-weight: 600;
        margin: 0 0 32px 0;
        padding: 23px 15px;
        border-radius: 8px;
        width: 100%;
    }

        .package-style2 .vs-btn:before {
            display: none;
        }

        .package-style2 .vs-btn:hover {
            background-color: var(--secondary-color);
        }

    .package-style2 .package-subtitle {
        color: var(--title-color);
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin: 0 0 10px 0;
    }

    .package-style2 .package-features ul {
        margin: 0;
    }

    .package-style2 .package-features li {
        position: relative;
        padding-left: 25px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.03em;
        color: #65666d;
        margin-bottom: 15px;
    }

        .package-style2 .package-features li:last-child {
            margin-bottom: 0;
        }

        .package-style2 .package-features li i:first-child {
            position: absolute;
            left: 0;
            top: 5px;
            color: var(--secondary-color);
            transition: all ease 0.4s;
        }

    .package-style2.active:before, .package-style2:hover:before {
        transform: translateY(7px);
        opacity: 1;
        visibility: visible;
    }

    .package-style2.active:after, .package-style2:hover:after {
        opacity: 0;
        visibility: hidden;
        transform: translateY(0);
    }

    .package-style2.active .vs-btn, .package-style2:hover .vs-btn {
        background-color: var(--theme-color);
    }

    .package-style2.active .package-features li i:first-child, .package-style2:hover .package-features li i:first-child {
        color: var(--theme-color);
    }

    .package-style2:hover .vs-btn {
        animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    }

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .package-shape1 {
        max-width: 90%;
    }
}
/* Extra large devices */
@media (max-width: 1500px) {
    .package-shape1 {
        border-radius: 0;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .package-style1 .package-head {
        padding: 40px 15px 30px 15px;
    }

    .package-style1 .price {
        font-size: 42px;
    }

    .package-style1 .duration {
        font-size: 14px;
    }

    .package-style1 .vs-btn.style3 {
        padding: 12px 13px;
        font-size: 14px;
    }

    .package-style1 .currency {
        font-size: 18px;
    }

    .package-style1 .package-label {
        font-size: 14px;
        margin: -0.2em 0 8px 0;
    }

    .package-style1 .package-amount {
        margin: 0 0 20px 0;
    }

    .package-style1 .package-body {
        padding: 20px 20px 18px 20px;
    }

    .package-style1 .package-list li {
        padding-left: 30px;
    }

    .package-style1 .package-list i {
        left: 0;
    }

    .package-tab button {
        font-size: 14px;
        padding: 13px 28px;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .package-nav button {
        padding: 42.5px 30px;
    }

        .package-nav button .btn-text {
            font-size: 26px;
        }

            .package-nav button .btn-text::before {
                font-size: 14px;
                width: 24px;
                height: 24px;
                line-height: 23px;
                margin-right: 10px;
            }

        .package-nav button .amount {
            font-size: 24px;
        }

        .package-nav button .duration {
            font-size: 14px;
        }

    .package-box .box-inner {
        padding: 27px 25px 38px 25px;
    }

    .package-box li {
        font-size: 16px;
        padding: 0 0 18px 0;
        margin: 0 0 18px 0;
    }

    .package-box .package-box-title {
        margin-bottom: 23px;
        padding-bottom: 16px;
    }

    .package-style2 {
        padding: 30px 20px 30px 20px;
    }

        .package-style2 .package-price,
        .package-style2 .package-text {
            font-size: 13px;
            margin: 0 0 20px 0;
        }

        .package-style2 .amount {
            font-size: 36px;
        }

        .package-style2 .vs-btn {
            font-size: 14px;
            margin: 0 0 22px 0;
            padding: 18px 13px;
        }

        .package-style2 .package-features li {
            padding-left: 25px;
            font-size: 14px;
            letter-spacing: 0;
            margin-bottom: 7px;
        }

            .package-style2 .package-features li i:first-child {
                left: 0;
                top: 6px;
            }
}
/* Medium devices */
@media (max-width: 991px) {
    .package-style1 {
        max-width: 80%;
        margin-left: auto;
    }

        .package-style1:nth-child(even) {
            margin-left: 0;
            margin-right: auto;
        }

    .package-tab {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .package-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }

        .package-nav button {
            padding: 30px 15px;
        }

            .package-nav button, .package-nav button:last-child {
                margin-bottom: 30px;
            }

                .package-nav button .btn-text {
                    font-size: 18px;
                }

                .package-nav button .amount {
                    font-size: 16px;
                }

                .package-nav button .duration {
                    font-size: 12px;
                    top: 0;
                    margin-left: 3px;
                }

                .package-nav button .discount {
                    font-size: 12px;
                    padding: 7px 10px;
                    top: -13px;
                    left: 15px;
                }
}
/* Small devices */
@media (max-width: 767px) {
    .package-style1 {
        display: block;
        max-width: 100%;
    }

        .package-style1 .package-list li {
            font-size: 14px;
        }

        .package-style1 .package-list i {
            top: 3px;
        }

    .package-tab {
        border: none;
    }

        .package-tab button {
            margin: 0 3px 5px 3px;
            color: var(--title-color);
            background-color: var(--smoke-color);
            padding: 10px 20px;
        }

            .package-tab button.active {
                color: var(--white-color);
            }

    .package-nav button {
        display: block;
    }

        .package-nav button .btn-text {
            display: block;
            margin: 0 0 10px;
        }

            .package-nav button .btn-text::before {
                display: block;
                margin: 0 auto 10px auto;
            }

        .package-nav button .discount {
            left: 50%;
            transform: translateX(-50%);
            width: -moz-fit-content;
            width: fit-content;
        }

    .package-box {
        padding: 10px;
    }

        .package-box .box-inner {
            padding: 27px 15px 38px 15px;
        }

        .package-box li {
            font-size: 14px;
            padding: 0 0 18px 0;
            margin: 0 0 18px 0;
        }

        .package-box ul {
            margin: -6px 0 34px 0;
        }
}
/*------------------- 4.21. Counter -------------------*/
.vs-counter {
    text-align: center;
    padding: 93px 0;
    /* Small devices */
}

@media (min-width: 991px) {
    .vs-counter:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.06);
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .vs-counter:nth-child(3), .vs-counter:nth-child(2) {
        background-color: rgba(255, 255, 255, 0.06);
    }
}

@media (max-width: 767px) {
    .vs-counter:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.06);
    }
}

.vs-counter__number {
    color: var(--white-color);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 3px 0;
}

    .vs-counter__number .amount {
        font-size: 68.5px;
    }

    .vs-counter__number .quora {
        font-size: 38px;
        vertical-align: top;
        text-transform: uppercase;
        position: relative;
        top: 1px;
    }

.vs-counter__text {
    color: #c3d0ff;
    margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
    .vs-counter {
        padding: 60px 0;
    }

    .vs-counter__number .amount {
        font-size: 40px;
    }

    .vs-counter__number .quora {
        font-size: 24px;
    }

    .vs-counter__text {
        font-size: 14px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .vs-counter {
        padding: 40px 0;
    }
}
/*------------------- 4.22. Process -------------------*/
.process-style1 {
    margin: 13px auto;
}

@media (min-width: 991px) {
    .process-style1:nth-child(even) {
        margin-top: 63px;
    }
}

.process-style1 .process-body {
    width: 240px;
    height: 240px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 21px 35px 10px 35px;
    transition: all ease 0.4s;
}

.process-style1 .process-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    z-index: -1;
    background-color: var(--white-color);
    border-radius: 40% 40% 40% 40%/40% 40% 40% 40%;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, 0.06);
    transition: all ease 0.4s;
}

.process-style1 .process-number {
    position: absolute;
    left: 0;
    top: -20px;
    font-size: 20px;
    font-weight: 600;
    width: 84px;
    height: 84px;
    line-height: 65px;
    border: 10px solid var(--smoke-color);
    color: var(--white-color);
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.4s;
}

.process-style1 .process-text {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.process-style1 .process-icon {
    margin: 0 0 23px 0;
}

    .process-style1 .process-icon img {
        transition: all ease 0.4s;
    }

.process-style1:hover .process-icon img {
    filter: brightness(0) invert(1);
}

.process-style1:hover .process-number {
    background-color: var(--secondary-color);
}

.process-style1:hover .process-shape {
    background-color: var(--secondary-color);
}

.process-style1:hover .process-text {
    color: var(--white-color);
}

.process-style1.layout2 .process-shape {
    border: 1px solid #e4e4e4;
    box-shadow: 10px 17.321px 60px 0px rgba(0, 35, 160, 0.06);
}

.process-style1.layout2 .process-number {
    border-color: var(--white-color);
}

.process-shape1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* Large devices */
@media (max-width: 1199px) {
    .process-style1 {
        margin: 20px auto;
    }

        .process-style1 .process-body {
            width: 200px;
            height: 200px;
            padding: 21px 20px 10px 20px;
            margin-left: auto;
            margin-right: auto;
        }

        .process-style1 .process-number {
            top: -10px;
            font-size: 16px;
            width: 70px;
            height: 70px;
            line-height: 50px;
        }

        .process-style1 .process-text {
            font-size: 16px;
            line-height: 24px;
        }

        .process-style1 .process-icon {
            margin: 0 0 18px 0;
        }
}
/*------------------- 4.23. Contact -------------------*/
.form-style1 {
    background-color: var(--theme-color);
    padding: 80px 80px;
    max-width: 750px;
    margin: 50px 0;
    z-index: 2;
    position: relative;
}

    .form-style1 .form-subtitle {
        font-size: 20px;
        font-weight: 500;
        color: var(--white-color);
        text-align: center;
        display: block;
        margin: -0.2em 0 2px 0;
    }

    .form-style1 .form-title {
        font-size: 40px;
        font-weight: 500;
        color: var(--white-color);
        text-align: center;
        margin: 0 0 30px 0;
    }

    .form-style1 .vs-btn {
        padding: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        border-radius: 12px;
    }

        .form-style1 .vs-btn:before {
            border-radius: 12px;
        }

        .form-style1 .vs-btn:hover::before {
            transform: scale(1);
        }

    .form-style1.layout2 {
        padding: 60px 0;
        background-color: transparent;
        margin: 0;
        max-width: 590px;
    }

        .form-style1.layout2 .title-area {
            text-align: center;
        }

.contact-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 1170px;
}

.contact-box {
    text-align: center;
    background-color: #f3f5fc;
    padding: 60px 60px 53px 60px;
}

.contact-box__icon {
    background-color: var(--white-color);
    width: var(--icon-size, 130px);
    height: var(--icon-size, 130px);
    line-height: calc(var(--icon-size, 130px) - 3px);
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
}

    .contact-box__icon:before {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: inherit;
        border-radius: inherit;
    }

.contact-box__title {
    font-weight: 600;
    margin: 0 0 10px 0;
}

.contact-box__text {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

    .contact-box__text a {
        display: inline-block;
    }

.contact-box:nth-child(even) {
    background-color: #e7ecff;
}

.contact-map {
    line-height: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto -80px auto;
}

.contact-shape2 {
    width: 100%;
    height: 100%;
    position: relative;
}

    .contact-shape2 img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: initial;
        max-height: 100%;
    }

.form-style2 {
    background-color: rgba(253, 77, 23, 0.53);
    --theme-color: var(--secondary-color);
    padding: 40px 35px 40px 35px;
    margin-bottom: 30px;
    border-radius: 7px;
}

    .form-style2 .form-title {
        font-size: 28px;
        text-transform: uppercase;
        position: relative;
        letter-spacing: -0.02em;
        color: #1a1a1a;
        text-align: center;
        padding: 0 0 13px 0;
        margin: -0.4em 0 30px 0;
    }

        .form-style2 .form-title:before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: calc(var(--shape-size, 70px) / -2);
            width: var(--shape-size, 70px);
            height: 2px;
            background-color: var(--theme-color);
        }

    .form-style2 input,
    .form-style2 textarea {
        border: none;
        border-radius: 5px;
        height: 58px;
        padding: 0 20px 0 20px;
        color: #999ba1;
        font-weight: 14px;
    }

        .form-style2 input::-moz-placeholder,
        .form-style2 textarea::-moz-placeholder {
            text-transform: uppercase;
            color: #999ba1;
        }

        .form-style2 input::-moz-placeholder, .form-style2 textarea::-moz-placeholder {
            text-transform: uppercase;
            color: #999ba1;
        }

        .form-style2 input::placeholder,
        .form-style2 textarea::placeholder {
            text-transform: uppercase;
            color: #999ba1;
        }

    .form-style2 textarea {
        padding-top: 12px;
        min-height: 102px;
    }

    .form-style2 .form-group {
        margin-bottom: 12px;
    }

        .form-style2 .form-group:last-child {
            margin-bottom: 0;
        }

/* Hight Resoulation devices */
@media (min-width: 1922px) {
    .contact-shape1 {
        max-width: 70%;
        background-position: top right;
    }
}
/* Medium Large devices */
@media (max-width: 1399px) {
    .form-style1.layout2 {
        max-width: 100%;
    }
}
/* Large devices */
@media (max-width: 1199px) {
    .contact-box {
        padding: 45px 25px 42px 25px;
    }

    .contact-box__icon {
        --icon-size: 100px;
        border: 1px solid var(--theme-color);
    }

        .contact-box__icon img {
            max-width: 30px;
        }

    .contact-box__text {
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }

    .contact-box__title {
        font-size: 20px;
    }
}
/* Medium devices */
@media (max-width: 991px) {
    .contact-box__text {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
    }

    .contact-map iframe {
        height: 400px;
    }
}
/* Small devices */
@media (max-width: 767px) {
    .form-style2 {
        padding: 40px 20px 40px 20px;
    }

        .form-style2 .form-title {
            font-size: 22px;
            letter-spacing: 0;
        }

    .form-style1 {
        padding: 60px 20px;
    }

        .form-style1 .form-subtitle {
            font-size: 14px;
        }

        .form-style1 .form-title {
            font-size: 30px;
        }
}
/*------------------- 4.24. Simple Sections -------------------*/
.brand-style1 {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-1px {
    padding-top: 1px;
}

/*-- margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

/*-- margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*-- margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

/*-- margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -1.5rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mb-n1 {
    margin-bottom: -0.25rem;
}

.mb-n2 {
    margin-bottom: -0.5rem;
}

.mb-n3 {
    margin-bottom: -1rem;
}

.mb-n4 {
    margin-bottom: -1.5rem;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.mb-40 {
    margin-bottom: 40px;
}

.space,
.space-top {
    padding-top: var(--section-space);
}

.space,
.space-bottom {
    padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
    padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
    padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
    .space,
    .space-top {
        padding-top: var(--section-space-mobile);
    }

    .space,
    .space-bottom {
        padding-bottom: var(--section-space-mobile);
    }

    .space-extra,
    .space-extra-top {
        padding-top: calc(var(--section-space-mobile) - 30px);
    }

    .space-extra,
    .space-extra-bottom {
        padding-bottom: calc(var(--section-space-mobile) - 30px);
    }

    .space-top-md-none {
        padding-top: 0;
    }
}
/*# sourceMappingURL=style.css.map */

/*Sonradan Eklenen*/

/*.footer-top {
    background-image: url('/Tema/Download-Version/assets/img/bg/footer-bg-1-2.jpg');
    background-repeat: no-repeat;
}
*/